]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Fix CFI annotations in pthread_cond_timedwait for i486+
[thirdparty/glibc.git] / ChangeLog
CommitLineData
be2f9009
AZ
12013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2
3 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4
e7b914bd
MT
52013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
6
7 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8
9f0be4f8
JM
92013-12-08 Joseph Myers <joseph@codesourcery.com>
10
11 * math/auto-libm-test-in: Add tests of lgamma.
12 * math/auto-libm-test-out: Regenerated.
13 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14 (M_LOG_2_SQRT_PIl): Likewise.
15 (lgamma_test_data): Use AUTO_TESTS_f_f1.
16 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17 mpfr_f_f1.
18 (func_calc_desc): Add mpfr_f_f1 union field.
19 (ARGS1): New macro.
20 (ARGS2): Likewise.
21 (ARGS3): Likewise.
22 (ARGS4): Likewise.
23 (RET1): Likewise.
24 (RET2): Likewise.
25 (CALC): Likewise.
26 (FUNC): Likewise.
27 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
28 (test_functions): Add lgamma.
29 (calc_generic_results): Handle mpfr_f_f1.
30 * sysdeps/i386/fpu/libm-test-ulps: Update.
31 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32
24eeafdb
AZ
332013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34
35 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
36 __mpn_add_n for PowerPC64/POWER7.
37 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
38 __mpn_sub_n for PowerPC64/POWER7.
39
4a2c0fd4
AZ
402013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41
42 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
43 __mpn_addmul_1 for PowerPC64.
44 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
45 __mpn_submul_1 for PowerPC64.
46 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
47 for PowerPC64.
48 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
49 for PowerPC64.
50
4b5b548c
FS
512013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
52
53 [BZ #15089]
54 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
55
0a3ac0aa
AZ
562013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
57
58 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
59
ccdc8438
AZ
602013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
61
62 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
63 add multiarch folders.
64 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
65 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
66 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
67 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
68 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
69 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
70 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
71 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
72 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
73 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
74 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
75 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
76 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
77 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
78 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
79 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
80 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
81
2e973d99
AZ
822013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
83
84 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
85 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
86 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
87 New file.
88 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
89 New file.
90 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
91 multiarch __ieee754_hypot for PowerPC32.
92 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
93 New file.
94 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
95 New file.
96 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
97 multiarch __ieee754_hypotf for PowerPC32.
98
2d9470b2
AZ
992013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
100
101 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
102 long_double_symbol only if __logbl is defined.
103 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
104 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
105 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
106 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
107 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
108 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
109 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
110 path for implementation.
111 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
112 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
113 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
114 logb, and logbl multiarch implementations for PowerPC32.
115 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
116 file.
117 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
118 file.
119 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
120 multiarch logb for PowerPC32.
121 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
122 file.
123 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
124 file.
125 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
126 multiarch logbf for PowerPC32.
127 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
128 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
129 file.
130 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
131 multiarch logbl implementation for PowerPC32.
132
5212ffce
AZ
1332013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
134
135 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
136 and modff multiarch implementations.
137 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
138 New file.
139 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
140 New file.
141 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
142 multiarch modf for PowerPC32.
143 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
144 New file.
145 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
146 New file.
147 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
148 multiarch modff for PowerPC32.
149
79dccf31
AZ
1502013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
151
152 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
153 and lrintf multiarch implementations.
154 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
155 New file.
156 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
157 New file.
158 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
159 multiarch lrint for PowerPC32.
160 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
161 file: multiarch lrintf for PowerPC32.
162
deb66480
AZ
1632013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
164
165 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
166 and lroundf multiarch implementations.
167 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
168 New file.
169 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
170 New file.
171 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
172 New file.
173 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
174 multiarch lround for PowerPC32.
175 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
176 file: multiarch lroundf for PowerPC32.
177
264b036b
AZ
1782013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
179
180 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
181 copysign and copysignf multiarch implementations.
182 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
183 New file.
184 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
185 New file.
186 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
187 file: multiarch copysign for PowerPC32.
188 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
189 file: multiarch copysignf for PowerPC32.
190
d47db6c9
AZ
1912013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
192
193 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
194 and truncf multiarch implementations.
195 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
196 New file.
197 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
198 file.
199 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
200 multiarch trunc for PowerPC32.
201 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
202 New file.
203 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
204 New file.
205 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
206 multiarch truncf for PowerPC32.
207
ddb60b5a
AZ
2082013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
209
210 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
211 and roundf multiarch implementations.
212 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
213 New file.
214 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
215 file.
216 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
217 multiarch round for PowerPC32.
218 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
219 New file.
220 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
221 New file.
222 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
223 multiarch roundf for PowerPC32.
224
bedcf49b
AZ
2252013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
226
227 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
228 and floorf multiarch implementations.
229 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
230 New file.
231 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
232 file.
233 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
234 multiarch floor for PowerPC32.
235 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
236 New file.
237 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
238 New file.
239 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
240 multiarch floorf for PowerPC32.
241
35ae5b40
AZ
2422013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
243
244 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
245 and ceilf multiarch implementations.
246 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
247 New file.
248 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
249 file.
250 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
251 multiarch ceil for PowerPC32.
252 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
253 New file.
254 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
255 file.
256 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
257 multiarch ceilf for PowerPC32.
258
ae1a4cd9
AZ
2592013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
260
261 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
262 is defined.
263 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
264 FINITEF is defined.
265 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
266 and finitef multiarch implementations.
267 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
268 New file.
269 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
270 file.
271 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
272 multiarch finite for PowerPC32.
273 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
274 New file.
275 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
276 file: multiarch finitef for PowerPC32.
277
64fffd65
AZ
2782013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
279
280 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
281 and isinff multiarch implementations.
282 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
283 file.
284 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
285 file.
286 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
287 multiarch isinf for PowerPC32.
288 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
289 New file.
290 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
291 multiarch isinff for PowerPC32.
292
8e4e7ba2
AZ
2932013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
294
295 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
296 alias when __isnan is defined.
297 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
298 and isnanf multiarch implementations.
299 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
300 file.
301 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
302 file.
303 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
304 file.
305 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
306 file.
307 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
308 multiarch isnan for PowerPC32.
309 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
310 New file.
311 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
312 New file.
313 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
314 multiarch isnanf for PowerPC32.
315
ddba588e
AZ
3162013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
317
318 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
319 and sqrtf multiarch implementations.
320 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
321 file.
322 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
323 file.
324 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
325 multiarch sqrt for PowerPC32.
326 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
327 file.
328 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
329 file.
330 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
331 multiarch sqrtf for PowerPC32.
332
0f96a2f0
AZ
3332013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
334
335 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
336 and llroundf multiarch implementations.
337 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
338 New file.
339 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
340 New file.
341 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
342 New file.
343 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
344 file: multiarch llround for PowerPC32.
345 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
346 file: multiarch llroundf for PowerPC32.
347
c9b5d79e
AZ
3482013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
349
350 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
351 multiarch PowerPC32 fpu implementations.
352 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
353 New file.
354 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
355 New file.
356 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
357 multiarch llrint for PowerPC32.
358 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
359 New file.
360 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
361 New file.
362 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
363 file.
364
9cbb3aab
AZ
3652013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
366
367 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
368
ea5a72f8
AZ
3692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
370
371 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
372 file.
373 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
374 file.
375 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
376 file.
377 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
378 multiarch wordcopy for PPC32.
379 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
380 wordcopy objects.
381 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
382 (__libc_ifunc_impl_list): Likewise.
383 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
384 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
385 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
386 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
387 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
388 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
389
93be09e7
AZ
3902013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
391
392 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
393 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
394 file.
395 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
396 file.
397 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
398 file.
399 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
400 multiarch wcscpy for PPC32.
401 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
402 multiarch objects.
403 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
404 (__libc_ifunc_impl_list): Likewise.
405 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
406 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
407 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
408 sysdeps/powerpc/power6/wcscpy.c.
409
bb04e529
AZ
4102013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
411
412 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
413 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
414 file.
415 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
416 file.
417 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
418 file.
419 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
420 multiarch wcsrchr for PPC32.
421 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
422 multiarch objects.
423 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
424 (__libc_ifunc_impl_list): Likewise.
425 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
426 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
427 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
428 sysdeps/powerpc/power6/wcsrchr.c.
429
05b5cd1c
AZ
4302013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
431
432 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
433 file.
434 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
435 file.
436 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
437 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
438 multiarch wcschr for PPc32.
439 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
440 multiarch objects.
441 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
442 (__libc_ifunc_impl_list): Likewise.
443 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
444 * sysdeps/powerpc/power6/wcschr.c: ... to here.
445 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
446 sysdeps/powerpc/power6/wcschr.c.
447
ba964147
AZ
4482013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449
450 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
451 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
452 file.
453 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
454 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
455 file: multiarch strchr for PPC32.
456 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
457 multiarch objects.
458 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
459 (__libc_ifunc_impl_list): Likewise.
460
31c81aaa
AZ
4612013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
462
463 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
464 name.
465 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
466 file.
467 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
468 file.
469 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
470 multiarch strchrnul for PPC32.
471 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
472 multiarch objects.
473 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
474 (__libc_ifunc_impl_list): Likewise.
475
0d0607d9
AZ
4762013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
477
478 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
479 file.
480 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
481 multiarch strncasecmp for PPC32.
482 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
483 file.
484 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
485 multiarch strncasecmp_l for PPC32.
486 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
487 strncasecmp multiarch objects.
488 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
489 (__libc_ifunc_impl_list): Likewise.
490
4dfd5c86
AZ
4912013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
492
493 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
494 file.
495 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
496 multiarch strncasecmp for PPC32.
497 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
498 New file.
499 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
500 multiarch strcasecmp_l for PPC32.
501 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
502 multiarch objects.
503 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
504 (__libc_ifunc_impl_list): Likewise.
505
a19e01a3
AZ
5062013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
507
508 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
509 file.
510 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
511 file.
512 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
513 multiarch strncmp for PPC32.
514 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
515 multiarch objects.
516 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
517 (__libc_ifunc_impl_list): Likewise.
518
ae9cf7a2
AZ
5192013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
520
521 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
522 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
523 file.
524 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
525 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
526 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
527 multiarch objects.
528 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
529 (__libc_ifunc_impl_list): Likewise.
530
3148bb7d
AZ
5312013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
532
533 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
534 file.
535 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
536 file.
537 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
538 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
539 multiarch objects.
540 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
541 (__libc_ifunc_impl_list): Likewise.
542
7af8b946
AZ
5432013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
544
545 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
546 file.
547 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
548 file.
549 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
550 multiarch rawmemchr for PPC32.
551 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
552 multiarch objects.
553 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
554 (__libc_ifunc_impl_list): Likewise.
555
03a6aa6a
AZ
5562013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
557
558 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
559 file.
560 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
561 file.
562 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
563 file: memrchr multiarch for PPC32.
564 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
565 multiarch objects.
566 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
567 (__libc_ifunc_impl_list): Likewise.
568
1c62e6d9
AZ
5692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
570
571 * string/memchr.c (__memchr): Using macro to redefine symbol name.
572 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
573 file.
574 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
575 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
576 multiarch memchr for PPC32.
577 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
578 multiarch objects.
579 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
580 (__libc_ifunc_impl_list): Likewise.
581
87da8bdb
AZ
5822013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
583
584 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
585 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
586 file.
587 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
588 file.
589 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
590 file: multiarch mempcpy for PPC32.
591 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
592 multiarch objects.
593 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
594 (__libc_ifunc_impl_list): Likewise.
595
20ed4714
AZ
5962013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
597
598 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
599 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
600 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
601 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
602 multiarch bzero for PPC32.
603 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
604 file.
605 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
606 file.
607 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
608 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
609 file: multiarch memset for PPC32.
610 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
611 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
612 memset multiarch objects.
613 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
614 (__libc_ifunc_impl_list): Likewise.
615
ab3e3a46
AZ
6162013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
617
618 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
619 file.
620 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
621 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
622 memcmp for PPC32.
623 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
624 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
625 multiarch objects.
626 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
627 (__libc_ifunc_impl_list): Likewise.
628
930de6f0
AZ
6292013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
630
631 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
632 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
633 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
634 file.
635 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
636 file.
637 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
638 file.
639 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
640 multiarch memcpy for PPC32.
641 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
642 multiarch objects.
643 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
644 (__libc_ifunc_impl_list): Likewise.
645
4c628e00
AZ
6462013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
647
648 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
649 support multiarch for POWER/PPC32.
650 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
651 Likewise.
652 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
653 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
654 Implies file to make multiarch folder appers before the fpu and
655 default folder for power4 configuration.
656
f4479220
SP
6572013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
658
659 * scripts/bench.pl: Append volatile keyword to type.
660
8517800f
KK
6612013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
662
663 * sysdeps/sh/sotruss-lib.c: New file.
664 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
665
180138f1
AZ
6662013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
667
668 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
669
bbf37bdc
JM
6702013-12-05 Joseph Myers <joseph@codesourcery.com>
671
e47cc4e0
JM
672 [BZ #6810]
673 * math/w_tgamma.c: Include <errno.h>.
674 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
675 * math/w_tgammaf.c: Include <errno.h>.
676 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
677 * math/w_tgammal.c: Include <errno.h>.
678 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
679 * math/auto-libm-test-in: Do not allow missing errno on tgamma
680 underflow. Add more tgamma tests.
681 * math/auto-libm-test-out: Regenerated.
682 * sysdeps/i386/fpu/libm-test-ulps: Update.
683 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
684
bbf37bdc
JM
685 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
686 sin, sinh, tan, tanh, tgamma, y0 and y1.
687 * math/auto-libm-test-out: Regenerated.
688 * math/libm-test.inc (TEST_COND_x86_64): New macro.
689 (TEST_COND_x86): Likewise.
690 (M_E2l): Remove macro.
691 (M_E3l): Likewise.
692 (M_2_SQRT_PIl): Likewise.
693 (M_SQRT_PIl): Likewise.
694 (M_1_DIV_El): Likewise.
695 (log_test_data): Use AUTO_TESTS_f_f.
696 (log10_test_data): Likewise.
697 (log1p_test_data): Likewise.
698 (log2_test_data): Likewise.
699 (sin_test_data): Likewise.
700 (sin_tonearest_test_data): Likewise.
701 (sin_towardzero_test_data): Likewise.
702 (sin_downward_test_data): Likewise.
703 (sin_upward_test_data): Likewise.
704 (sinh_test_data): Likewise.
705 (sinh_tonearest_test_data): Likewise.
706 (sinh_towardzero_test_data): Likewise.
707 (sinh_downward_test_data): Likewise.
708 (sinh_upward_test_data): Likewise.
709 (tan_test_data): Likewise.
710 (tan_tonearest_test_data): Likewise.
711 (tan_towardzero_test_data): Likewise.
712 (tan_downward_test_data): Likewise.
713 (tan_upward_test_data): Likewise.
714 (tanh_test_data): Likewise.
715 (tgamma_test_data): Likewise.
716 (y0_test_data): Likewise.
717 (y1_test_data): Likewise.
718 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
719 (special_real_inputs): Add pi/4.
720 * sysdeps/i386/fpu/libm-test-ulps: Update.
721 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
722
eb5ad6b9
AZ
7232013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
724
725 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
726 "longjmp_target" static probes.
727 (__longjmp): Rename to __longjmp_symbol.
728 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
729 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
730 on which longjmp to generate.
731 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
732 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
733 probe.
734 (__sigsetjmp): Rename to __sigsetjmp_symbol.
735 (__sigjmp_save): Rename to __sigjmp_save_symbol.
736 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
737 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
738 and __sigjmp_save_symbol based on which sigsetjmp to generated.
739 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
740 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
741 __longjmp_symbol based on which __longjmp to generate.
742 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
743 probe.
744 (setjmp): Rename to setjmp_symbol.
745 (__sigsetjmp): Rename to __sigsetjmp_symbol.
746 (_setjmp): Rename to _setjmp_symbol.
747 (__sigsetjmp): Rename to __sigsetjmp_symbol.
748 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
749 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
750 which setjmp to generate.
751 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
752 "longjmp_target" static probes.
753
d136c6dc
SP
7542013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
755
9298ecba
SP
756 * benchtests/README: Add note about output arguments.
757 * benchtests/bench-sincos.c: Remove file.
758 * benchtests/sincos-inputs: New file.
759 * scripts/bench.pl: Identify output arguments and define
760 static variables for them.
761
232983e9
SP
762 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
763
d136c6dc
SP
764 [BZ #15941]
765 * Makefile (INSTALL): Add install-plain.texi as the primary
766 dependency.
767 * manual/install-plain.texi: New file.
768 * manual/install.texi: Include node directive only for
769 non-plaintext output.
770
699ff837
JM
7712013-12-04 Joseph Myers <joseph@codesourcery.com>
772
ab07cea8
JM
773 * stdlib/longlong.h: Update from GCC.
774
699ff837
JM
775 [BZ #6807]
776 [BZ #15901]
777 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
778 * math/w_j0f.c (y0f): Likewise.
779 * math/w_j0l.c (__y0l): Likewise.
780 * math/w_j1.c (y1): Likewise.
781 * math/w_j1f.c (y1f): Likewise.
782 * math/w_j1l.c (__y1l): Likewise
783 * math/w_jn.c (yn): Likewise.
784 * math/w_jnf.c (ynf): Likewise.
785 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
786 Bessel function pole errors in _POSIX_ mode. Use NAN as return
787 value for Bessel function domain errors outside _SVID_ mode.
788 Adjust sign of return value for yn (negative integer, 0).
789 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
790 by zero in return for negative x and set sign appropriately for
791 negative n.
792 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
793 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
794 * math/libm-test.inc (y0_test_data): Add more tests and adjust
795 expectations in error cases.
796 (y1_test_data): Likewise.
797 (yn_test_data): Likewise.
798 * sysdeps/i386/fpu/libm-test-ulps: Update.
799 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
800
5b118558
UW
8012013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
802
803 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
804 "64" to "64-v1". Add "64-v2".
805 (abi-64-options): Rename to ...
806 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
807 (abi-64-condition): Rename to ...
808 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
809 (abi-64-ld-soname): Rename to ...
810 (abi-64-v1-ld-soname): ... this.
811 (abi-64-v2-options): Define.
812 (abi-64-v2-condition): Likewise.
813 (abi-64-v2-ld-soname): Likewise.
814 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
815 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
818 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
819
61cd8fe4
UW
8202013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
821 Alan Modra <amodra@gmail.com>
822
823 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
824 New versions for use with the ELFv2 ABI.
825 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
826 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
827 declaration.
828 (struct La_ppc64v2_retval): Likewise.
829 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
830 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
831 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
832 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
833 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
834 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
835 Do not save or restore CR.
836 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
837 (_dl_profile_resolve): Do no save or restore CR. Support extended
838 return values for ELFv2 ABI. Fix location of FPR return registers.
839 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
840 updated values for _CALL_ELF == 2.
841 (La_regs, La_retval, int_retval): Likewise.
842
8b8a692c
UW
8432013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
844
845 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
846 (FRAME_MIN_SIZE_PARM): Likewise.
847 (FRAME_BACKCHAIN): Likewise.
848 (FRAME_CR_SAVE): Likewise.
849 (FRAME_LR_SAVE): Likewise.
850 (FRAME_TOC_SAVE): Likewise.
851 (FRAME_PARM_SAVE): Likewise.
852 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
853 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
854 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
855 (call_mcount_parm_offset): New macro.
856 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
857 (PROF): Use symbolic stack frame offsets.
858 (TAIL_CALL_SYSCALL_ERROR): Likewise.
859 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
860 Redefine in terms of FRAME_MIN_SIZE.
861 (_dl_runtime_resolve): Use symbolic stack frame offsets.
862 (_dl_profile_resolve): Likewise. Update comment.
863 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
864 symbols stack frame offsets.
865 (__sigsetjmp): Likewise.
866 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
867 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
868 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
869 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
870
871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
872 (FRAME_BACKCHAIN): Remove.
873 (FRAME_CR_SAVE): Likewise.
874 (FRAME_LR_SAVE): Likewise.
875 (FRAME_COMPILER_DW): Likewise.
876 (FRAME_LINKER_DW): Likewise.
877 (FRAME_TOC_SAVE): Likewise.
878 (FRAME_PARM_SAVE): Likewise.
879 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
880 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
881 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
883 (CHECK_SP): Use symbolic stack frame offsets.
884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
885 zone" instead of caller's parameter save area for temp storage.
886 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
887 Likewise. Also, use symbolic stack frame offsets.
888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
889 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
890 our own stack frame instead of the caller's.
891 (__socket): Use symbolic stack frame offsets.
892
122b66de
UW
8932013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
894 Alan Modra <amodra@gmail.com>
895
896 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
897 Define.
898 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK,
899 PPC64_LOCAL_ENTRY_OFFSET): Define.
900 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
901 New function.
902 (elf_machine_fixup_plt): Call it.
903 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
904 reloc arguments.
905 (elf_machine_rela): Update call to elf_machine_plt_conflict.
54285cf9
SP
906 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
907 _dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
908 r2 before calling target.
909
696caf1d
UW
9102013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
911 Alan Modra <amodra@gmail.com>
912
913 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
914 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
915 versions of macros to support ELFv2 ABI.
916 (LOCALENTRY): New macro.
917 (ENTRY, EALIGN): Use it.
918 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
919 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
920 fall through into ENTRY entry point.
921 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
922 Only define if _CALL_ELF != 2.
923
924 (elf_machine_matches_host): Verify ABI version matches.
925 (RTLD_START): Use LOCALENTRY.
926 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
927 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
928 (PLT_ENTRY_WORDS): New macro.
929 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
930 (elf_machine_runtime_setup): Support ELFv2 ABI.
931 (elf_machine_fixup_plt): Likewise.
932 (elf_machine_plt_conflict): Likewise.
933 (resolve_ifunc): Likewise.
934 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
935 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
936 Likewise.
937 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
938 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
940 (makecontext): Support ELFv2 ABI.
941 * elf/elf.h (EF_PPC64_ABI): Define.
942
d31beafa
UW
9432013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
944
945 * sysdeps/powerpc/powerpc64/sysdep.h [ASSEMBLER] (PPC64_LOAD_FUNCPTR):
946 New assembler macro.
947 [ASSEMBLER] (ENTRY_1): Do not switch to .text section here ...
948 [ASSEMBLER] (ENTRY): ... but instead here ...
949 [ASSEMBLER] (EALIGN): ... and here.
950 [!ASSEMBLER] (PPC64_LOAD_FUNCPTR): New macro.
951 [!ASSEMBLER] (ENTRY_1): New macro; set up .opd entry.
952 [!ASSEMBLER] (ENTRY_2): Use it.
953 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
954 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
955 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
956 _dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
957 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
958 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
959 Use PPC64_LOAD_FUNCPTR.
960
b525166b
UW
9612013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
962
963 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
964
7ec07d9a
AM
9652013-12-04 Alan Modra <amodra@gmail.com>
966
967 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
968 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
969 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
970 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
971
972 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
973 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
974 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
975 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
976 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
977 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
978
5162e7dd
UW
9792013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
980
981 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
982 (__makecontext): Fix incorrect CFI when backtracing out of
983 context created via makecontext.
984 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
985 (__setcontext): Fix incorrect CFI during switch to new context.
986 (__novec_setcontext): Likewise.
987
19e3372b
OB
9882013-12-04 Ondřej Bílka <neleai@seznam.cz>
989
990 [BZ #4772]
991 * time/strptime_l.c (__strptime_internal): Allow modifiers
992 in strptime.
993 * time/tst-strptime.c (day_tests): Add testcase.
994
995
ecaf142d
SP
9962013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
997
998 * scripts/bench.pl: Skip over blank lines.
999
fbf964ae
PE
10002013-12-04 Paul Eggert <eggert@cs.ucla.edu>
1001
1002 [BZ #926]
1003 * manual/time.texi (Calendar Time): Clarify what timezone functions
1004 use.
1005
fa60a674
AZ
10062013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1007
1008 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1009
d674f0ef
OB
10102013-12-04 Ondřej Bílka <neleai@seznam.cz>
1011
1012 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
1013 implementation.
1014 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
1015 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
1016 * debug/memset_chk.c (__memset_chk): Likewise.
1017 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
1018 * debug/strncpy_chk.c: Likewise.
1019
17dea188
JM
10202013-12-03 Joseph Myers <joseph@codesourcery.com>
1021
749008ff
JM
1022 [BZ #15268]
1023 [BZ #15425]
1024 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
1025 (__ieee754_exp): For possibly underflowing results, check size of
1026 result and force underflow exception if required.
1027 * math/auto-libm-test-in: Add more tests of exp.
1028 * math/auto-libm-test-out: Regenerated.
1029 * sysdeps/i386/fpu/libm-test-ulps: Update.
1030 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1031
17dea188
JM
1032 [BZ #16283]
1033 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
1034 * math/w_exp2f.c (__exp2f): Likewise.
1035 * math/w_exp2l.c (__exp2l): Likewise.
1036 * math/auto-libm-test-in: Do not allow missing errno on exp2
1037 underflow.
1038 * math/auto-libm-test-out: Regenerated.
1039
b20de2c3
OB
10402013-12-03 Ondřej Bílka <neleai@seznam.cz>
1041
1042 [BZ #16274]
1043 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
1044 handle filename validation.
1045 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
1046 (do_open): Delete.
1047
d8e2dbe3
JM
10482013-12-03 Joseph Myers <joseph@codesourcery.com>
1049
34e16df5
JM
1050 [BZ #6786]
1051 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
1052 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
1053 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
1054 <float.h>.
1055 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
1056 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
1057 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
1058 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
1059 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
1060 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
1061 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
1062 * math/auto-libm-test-in: Don't allow missing errno from erfc.
1063 Add more erfc tests.
1064 * math/auto-libm-test-out: Regenerated.
1065 * sysdeps/i386/fpu/libm-test-ulps: Update.
1066 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1067
d8e2dbe3
JM
1068 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
1069 exp2, expm1, j0 and j1.
1070 * math/auto-libm-test-out: Regenerated.
1071 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
1072 (erfc_test_data): Likewise.
1073 (exp_test_data): Likewise.
1074 (exp_tonearest_test_data): Likewise.
1075 (exp_towardzero_test_data): Likewise.
1076 (exp_downward_test_data): Likewise.
1077 (exp_upward_test_data): Likewise.
1078 (exp10_test_data): Likewise.
1079 (exp2_test_data): Likewise.
1080 (expm1_test_data): Likewise.
1081 (j0_test_data): Likewise.
1082 (j1_test_data): Likewise.
1083 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
1084 (input_flag_type): Add flag_xfail_rounding.
1085 (input_flags): Add xfail-rounding.
1086 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
1087 (output_for_one_input_case): Handle flag_xfail_rounding.
1088 * sysdeps/i386/fpu/libm-test-ulps: Update.
1089 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1090
18d14251
AJ
10912013-12-03 Aurelien Jarno <aurelien@aurel32.net>
1092
3d2e6075 1093 [BZ #16289]
18d14251
AJ
1094 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
1095 division by 0.
1096
520d437b
SP
10972013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
1098
1099 [BZ #16195]
1100 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
1101 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
1102 (STAP_PROBE0): New macro.
1103 (STAP_PROBE1): Likewise.
1104 (STAP_PROBE2): Likewise.
1105 (STAP_PROBE3): Likewise.
1106 (STAP_PROBE4): Likewise.
1107
416e0145
OB
11082013-12-02 Ondřej Bílka <neleai@seznam.cz>
1109
1110 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
1111
9d17796a
SE
11122013-12-02 Steve Ellcey <sellcey@mips.com>
1113
1114 * benchtests/Makefile (bench): Add sqrt.
1115 (LDLIBS-bench-sqrt): New.
1116 * benchtests/sqrt-input: New.
1117
f524d6a8
PS
11182013-12-02 Pavel Simerda <psimerda@redhat.com>
1119
639a0ef8
PS
1120 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
1121 (GAIH_EAI): Likewise.
1122 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
1123 (gaih_inet): Likewise.
1124 (getaddrinfo): Don't use GAIH_EAI.
1125
f524d6a8
PS
1126 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
1127 (struct gaih): Remove definition.
1128
df3aedaf
SP
11292013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1130
1131 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
1132 Use HERRNOP directly.
1133
1ab19dec
AZ
11342013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1135
b42ad38d 1136 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 1137
176b0c79
JM
11382013-11-30 Joseph Myers <joseph@codesourcery.com>
1139
1140 * math/gen-auto-libm-tests.c (test_functions): Add more
1141 single-argument functions.
1142 (special_fill_pi_2): New function.
1143 (special_fill_minus_pi_2): Likewise.
1144 (special_fill_pi_6): Likewise.
1145 (special_fill_minus_pi_6): Likewise.
1146 (special_fill_pi_3): Likewise.
1147 (special_fill_2pi_3): Likewise.
1148 (special_fill_e): Likewise.
1149 (special_fill_1_e): Likewise.
1150 (special_fill_e_minus_1): Likewise.
1151 (special_real_inputs): Add more special inputs.
1152 (output_for_one_input_case): Do not require ERANGE on underflow to
1153 zero if round-to-nearest result does not underflow to zero, unless
1154 exact results required.
1155 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
1156 atan, atanh, cbrt, cos and cosh.
1157 * math/auto-libm-test-out: Regenerated.
1158 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
1159 (acos_tonearest_test_data): Likewise.
1160 (acos_towardzero_test_data): Likewise.
1161 (acos_downward_test_data): Likewise.
1162 (acos_upward_test_data): Likewise.
1163 (acosh_test_data): Likewise.
1164 (asin_test_data): Likewise.
1165 (asin_tonearest_test_data): Likewise.
1166 (asin_towardzero_test_data): Likewise.
1167 (asin_upward_test_data): Likewise.
1168 (asinh_test_data): Likewise.
1169 (atan_test_data): Likewise.
1170 (atanh_test_data): Likewise.
1171 (cbrt_test_data): Likewise.
1172 (cos_test_data): Likewise.
1173 (cos_tonearest_test_data): Likewise.
1174 (cos_towardzero_test_data): Likewise.
1175 (cos_downward_test_data): Likewise.
1176 (cos_upward_test_data): Likewise.
1177 (cosh_test_data): Likewise.
1178 (cosh_tonearest_test_data): Likewise.
1179 (cosh_towardzero_test_data): Likewise.
1180 (cosh_downward_test_data): Likewise.
1181 (cosh_upward_test_data): Likewise.
1182 * sysdeps/i386/fpu/libm-test-ulps: Update.
1183 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1184
ffb536d0
JM
11852013-11-29 Joseph Myers <joseph@codesourcery.com>
1186
2a77a467
JM
1187 [BZ #6787]
1188 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
1189 * math/w_exp10f.c (__exp10f): Likewise.
1190 * math/w_exp10l.c (__exp10l): Likewise.
1191 * math/libm-test.inc (exp10_test_data): Add more tests and expect
1192 errno settings in existing tests.
1193
ea3bc4e8
JM
1194 [BZ #14032]
1195 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
1196 precision control set to double precision.
1197 * sysdeps/i386/fpu/w_sqrt.c: New file.
1198 * math/auto-libm-test-in: Add more tests.
1199 * math/auto-libm-test-out: Update.
1200
0712c9d8
JM
1201 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
1202 (sqrt_test_tonearest): New function.
1203 (sqrt_towardzero_test_data): New variable.
1204 (sqrt_test_towardzero): New function.
1205 (sqrt_downward_test_data): New variable.
1206 (sqrt_test_downward): New function.
1207 (sqrt_upward_test_data): New variable.
1208 (sqrt_test_upward): New function.
1209 (main): Call the new functions.
1210
ffb536d0
JM
1211 * math/gen-auto-libm-tests.c: New file.
1212 * math/auto-libm-test-in: Likewise.
1213 * math/auto-libm-test-out: New generated file.
1214 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
1215 variables.
1216 (%beautify): Add generated representations of zero.
1217 (top level): Set $auto_input and call parse_auto_input.
1218 (beautify): Remove trailing "f" from hex float constants.
1219 (parse_args): Handle XFAIL_TEST.
1220 (convert_condition): New function.
1221 (or_value): Likewise.
1222 (or_cond_value): Likewise.
1223 (generate_testfile): Handle AUTO_TESTS_* lines.
1224 (parse_auto_input): New function.
1225 * math/libm-test.inc (XFAIL_TEST): New macro.
1226 (ERRNO_UNCHANGED): Update value.
1227 (ERRNO_EDOM): Likewise.
1228 (ERRNO_ERANGE): Likewise.
1229 (IGNORE_RESULT): Likewise.
1230 (TEST_COND_flt_32): New macro.
1231 (TEST_COND_dbl_64): Likewise.
1232 (TEST_COND_ldbl_96_intel): Likewise.
1233 (TEST_COND_ldbl_96_m68k): Likewise.
1234 (TEST_COND_ldbl_128): Likewise.
1235 (TEST_COND_ldbl_128ibm): Likewise.
1236 (TEST_COND_long32): Likewise.
1237 (TEST_COND_long64): Likewise.
1238 (TEST_COND_before_rounding): Likewise.
1239 (TEST_COND_after_rounding): Likewise.
1240 (enable_test): Handle XFAIL_TEST flag.
1241 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
1242 with finite results.
1243 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
1244 auto-libm-test-out.
1245
acd98a8e
AK
12462013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1247 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1248
1249 [BZ #16214]
1250 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
1251 __tls_get_addr_internal instead of __tls_get_offset in order to
1252 avoid GOT pointer dependency. Make rtld export
1253 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
1254 __tls_get_addr since we are a __tls_get_offset platform.
1255 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
1256 GOT pointer being set up before.
1257 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
1258
3c1c46a6
JM
12592013-11-28 Joseph Myers <joseph@codesourcery.com>
1260
7475aef5
JM
1261 * manual/math.texi (Errors in Math Functions): Document accuracy
1262 goals.
1263
8bca7cd8
JM
1264 [BZ #15004]
1265 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
1266 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
1267 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
1268 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
1269 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
1270 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
1271 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
1272 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
1273 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
1274 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
1275 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
1276 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
1277 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
1278 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
1279 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
1280 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
1281
91a1f3fe
JM
1282 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
1283 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
1284 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
1285 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
1286 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
1287 Likewise.
1288 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
1289 Likewise.
1290 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
1291 Likewise.
1292 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
1293 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
1294 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
1295 atomic-feupdateenv and flt-rounds.
1296 * sysdeps/powerpc/nofpu/Versions (libc): Add
1297 __atomic_feholdexcept, __atomic_feclearexcept,
1298 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
1299 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
1300 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
1301 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
1302 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
1303 here.
1304 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
1305 Update.
1306
c5df7609
JM
1307 * manual/arith.texi (FP Exceptions): Document that exceptions may
1308 not be raised when matherr is used.
1309 (Math Error Reporting): Document overflow in directed rounding
1310 modes. Document that errno may not be set when finite values are
1311 returned on overflow. Document intent to set errno on underflow
1312 only for underflow to zero.
1313
3c1c46a6
JM
1314 [BZ #16271]
1315 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
1316 round-to-nearest then adjust result for other rounding modes.
1317 * include/fenv.h (fegetround): Use libm_hidden_proto.
1318 * math/fegetround.c (fegetround): Use libm_hidden_def.
1319 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1320 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1321 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
1322 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1323 Likewise.
1324 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
1325 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1326 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1327 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
1328
5a4c6d53
SP
13292013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
1330
1331 [BZ #16077]
1332 * nss/Versions (libnss_files): Add
1333 _nss_files_gethostbyname3_r.
1334 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
1335 New function.
1336 (HOST_DB_LOOKUP): Remove macro.
1337 (_nss_files_gethostbyname_r): Implement function without the
1338 HOST_DB_LOOKUP macro.
1339 (_nss_files_gethostbyname2_r): Likewise.
1340
897b98ba
OB
13412013-11-28 Ondřej Bílka <neleai@seznam.cz>
1342
1343 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
1344
6f476861
UB
13452013-11-26 Uros Bizjak <ubizjak@gmail.com>
1346
1347 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
1348 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
1349 warning.
1350
bd12ab55
AZ
13512013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1352
1353 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
1354 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
1355 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
1356 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1357 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
1358 __fe_nomask_env_priv and attribute_hidden.
1359 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
1360 (libc_feupdateenv_test_ppc): Likewise.
1361 (libc_feresetround_ppc): Likewise.
1362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1363 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
1364 compat_symbol macro.
1365 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1366 (__fe_nomask_env): Likewise.
1367 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
1368
52bb6543
OB
13692013-11-26 Ondřej Bílka <neleai@seznam.cz>
1370
1371 * string/Makefile: Remove ifunc tests.
1372 * string/test-string.h: Define TEST_IFUNC.
1373 * string/test-bcopy-ifunc.c: Remove.
1374 * string/test-bzero-ifunc.c: Likewise.
1375 * string/test-memccpy-ifunc.c: Likewise.
1376 * string/test-memchr-ifunc.c: Likewise.
1377 * string/test-memcmp-ifunc.c: Likewise.
1378 * string/test-memcpy-ifunc.c: Likewise.
1379 * string/test-memmem-ifunc.c: Likewise.
1380 * string/test-memmove-ifunc.c: Likewise.
1381 * string/test-mempcpy-ifunc.c: Likewise.
1382 * string/test-memrchr-ifunc.c: Likewise.
1383 * string/test-memset-ifunc.c: Likewise.
1384 * string/test-rawmemchr-ifunc.c: Likewise.
1385 * string/test-stpcpy-ifunc.c: Likewise.
1386 * string/test-stpncpy-ifunc.c: Likewise.
1387 * string/test-strcasecmp-ifunc.c: Likewise.
1388 * string/test-strcasestr-ifunc.c: Likewise.
1389 * string/test-strcat-ifunc.c: Likewise.
1390 * string/test-strchr-ifunc.c: Likewise.
1391 * string/test-strchrnul-ifunc.c: Likewise.
1392 * string/test-strcmp-ifunc.c: Likewise.
1393 * string/test-strcpy-ifunc.c: Likewise.
1394 * string/test-strcspn-ifunc.c: Likewise.
1395 * string/test-strlen-ifunc.c: Likewise.
1396 * string/test-strncasecmp-ifunc.c: Likewise.
1397 * string/test-strncat-ifunc.c: Likewise.
1398 * string/test-strncmp-ifunc.c: Likewise.
1399 * string/test-strncpy-ifunc.c: Likewise.
1400 * string/test-strnlen-ifunc.c: Likewise.
1401 * string/test-strpbrk-ifunc.c: Likewise.
1402 * string/test-strrchr-ifunc.c: Likewise.
1403 * string/test-strspn-ifunc.c: Likewise.
1404 * string/test-strstr-ifunc.c: Likewise.
1405
ab260039 14062013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
1407
1408 * benchtests/Makefile: Remove ifunc tests.
1409 * benchtests/bench-string.h: Define TEST_IFUNC.
1410 * benchtests/bench-bcopy-ifunc.c: Remove.
1411 * benchtests/bench-bzero-ifunc.c: Likewise.
1412 * benchtests/bench-memccpy-ifunc.c: Likewise.
1413 * benchtests/bench-memchr-ifunc.c: Likewise.
1414 * benchtests/bench-memcmp-ifunc.c: Likewise.
1415 * benchtests/bench-memcpy-ifunc.c: Likewise.
1416 * benchtests/bench-memmem-ifunc.c: Likewise.
1417 * benchtests/bench-memmove-ifunc.c: Likewise.
1418 * benchtests/bench-mempcpy-ifunc.c: Likewise.
1419 * benchtests/bench-memrchr-ifunc.c: Likewise.
1420 * benchtests/bench-memset-ifunc.c: Likewise.
1421 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
1422 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
1423 * benchtests/bench-stpcpy-ifunc.c: Likewise.
1424 * benchtests/bench-stpncpy-ifunc.c: Likewise.
1425 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
1426 * benchtests/bench-strcasestr-ifunc.c: Likewise.
1427 * benchtests/bench-strcat-ifunc.c: Likewise.
1428 * benchtests/bench-strchr-ifunc.c: Likewise.
1429 * benchtests/bench-strchrnul-ifunc.c: Likewise.
1430 * benchtests/bench-strcmp-ifunc.c: Likewise.
1431 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
1432 * benchtests/bench-strcpy-ifunc.c: Likewise.
1433 * benchtests/bench-strcspn-ifunc.c: Likewise.
1434 * benchtests/bench-strlen-ifunc.c: Likewise.
1435 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
1436 * benchtests/bench-strncat-ifunc.c: Likewise.
1437 * benchtests/bench-strncmp-ifunc.c: Likewise.
1438 * benchtests/bench-strncpy-ifunc.c: Likewise.
1439 * benchtests/bench-strnlen-ifunc.c: Likewise.
1440 * benchtests/bench-strpbrk-ifunc.c: Likewise.
1441 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 1442 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
1443 * benchtests/bench-strspn-ifunc.c: Likewise.
1444 * benchtests/bench-strstr-ifunc.c: Likewise.
1445
14462013-11-26 Ondřej Bílka <neleai@seznam.cz>
1447
ab260039
OB
1448 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
1449
d1d9eaf4 14502013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 1451
d1d9eaf4
OB
1452 * resolv/netdb.h: Use __glibc_reserved instead __unused.
1453 * rt/aio.h: Likewise.
1454 * sysdeps/gnu/bits/utmp.h: Likewise.
1455 * sysdeps/gnu/bits/utmpx.h: Likewise.
1456 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
1457 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
1458 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
1459 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
1460 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1461 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1462 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
1463 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
1464 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
1465 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
1466 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
1467 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1468 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
1470 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
1471 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
1472 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
1473 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
1474 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1475 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1476 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
1477 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
1478 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
1479 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
1480 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
1481 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1482 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
1483 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
1484 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
1485 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1486 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1487 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
1488 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
1489 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1490 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
1491 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
1492 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
1493 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
1494 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
1495 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
1496 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
1497 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
1498
a7624ed9
CD
14992013-11-25 Carlos O'Donell <carlos@redhat.com>
1500
1501 [BZ #16245]
1502 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
1503 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
1504
63cfe52b
JM
15052013-11-25 Joseph Myers <joseph@codesourcery.com>
1506
1507 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
1508 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1509 Likewise.
1510
41e8926a
AZ
15112013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1512
1513 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1514 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
1515 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
1516 (__fesetround): Remove define.
1517 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
1518 rounding and exceptions handling.
1519 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
1520 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
1521 (__fe_nomask_env): Likewise.
1522 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
1523 __fegetround instead of fegetround.
1524 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
1525 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
1526
6851bd4d
RM
15272013-11-21 Roland McGrath <roland@hack.frob.com>
1528
070906ff
RM
1529 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
1530 it's there.
1531
6851bd4d
RM
1532 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
1533
84ae135d
MI
15342013-11-21 Meador Inge <meadori@codesourcery.com>
1535
1536 [BZ #11157]
1537 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
1538 (encrypt_r): Likewise.
1539 * malloc/obstack.h (obstack_free): Likewise.
1540 * posix/unistd.h (encrypt): Likewise.
1541
daf75146
GM
15422013-11-21 Guy Martin <gmsoft@tuxicoman.be>
1543
1544 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
1545 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
1546 DL_CALL_DT_FINI() that call the functions directly.
1547 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
1548 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
1549 * elf/dl-fini.c: Likewise.
1550
10ad46bc
OB
15512013-11-20 Ondřej Bílka <neleai@seznam.cz>
1552
1553 * malloc/hooks.c (memalign_check): Add alignment rounding.
1554 * malloc/malloc.c (_mid_memalign): New function.
1555 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
1556 Implement by calling _mid_memalign.
1557 * manual/probes.texi (Memory Allocation Probes): Remove
1558 memory_valloc_retry and memory_pvalloc_retry.
1559
f3fd2628
SP
15602013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
1561
4712799f
SP
1562 * locale/programs/locarchive.c (open_archive): Add const
1563 qualifier to ARCHIVEFNAME and copy default fname to
1564 DEFAULT_FNAME.
1565
0417b20f
SP
1566 [BZ #15601]
1567 * libio/tst-widetext.input: Rename Oriya to Odia.
1568 * locale/iso-639.def: Likewise.
1569
f3fd2628
SP
1570 * manual/probes.texi (Mathematical Function Probes): Add
1571 documentation for sin, cos, asin and acos probes.
1572 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
1573 (__sin32): Add slowasin probe.
1574 (__cos32): Add slowacos probe.
1575 (__mpsin): Add slowsin probe.
1576 (__mpcos): Add slowcos probe.
1577
73c1ce4f
JM
15782013-11-19 Joseph Myers <joseph@codesourcery.com>
1579
1580 [BZ #15483]
1581 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
1582 thread-local __sim_exceptions_thread and global
1583 __sim_exceptions_global.
1584 (__sim_disabled_exceptions): Change to thread-local
1585 __sim_disabled_exceptions_thread and global
1586 __sim_disabled_exceptions_global.
1587 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
1588 and global __sim_round_mode_global.
1589 (__simulate_exceptions): Use thread-local floating-point state and
1590 set global state from it as needed.
1591 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
1592 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
1593 __sim_round_mode_thread.
1594 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
1595 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
1596 and global __sim_exceptions_global.
1597 (__sim_disabled_exceptions): Change to thread-local
1598 __sim_disabled_exceptions_thread and global
1599 __sim_disabled_exceptions_global.
1600 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
1601 and global __sim_round_mode_global.
1602 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
1603 (SIM_SET_GLOBAL): Likewise.
1604 * sysdeps/powerpc/soft-fp/sfp-machine.h
1605 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
1606 __sim_round_mode_thread.
1607 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
1608 __sim_disabled_exceptions_thread.
1609 (__sim_exceptions): Change to __sim_exceptions_thread.
1610 (__sim_disabled_exceptions): Change to
1611 __sim_disabled_exceptions_thread.
1612 (__sim_round_mode): Change to __sim_round_mode_thread.
1613 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
1614 thread-local floating-point state and set global state from it as
1615 needed.
1616 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
1617 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
1618 (__sim_disabled_exceptions): Remove extern declaration.
1619 (feenableexcept): Use thread-local floating-point state and set
1620 global state from it as needed.
1621 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
1622 extern declaration.
1623 (__sim_disabled_exceptions): Likewise.
1624 (__sim_round_mode): Likewise.
1625 (__fegetenv): Use thread-local floating-point state.
1626 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
1627 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
1628 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
1629 floating-point state and set global state from it as needed.
1630 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
1631 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1632 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
1633 Likewise.
1634 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1635 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
1636 Likewise.
1637 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
1638 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
1639 Use __sim_round_mode_thread.
1640 * math/test-fenv-tls.c: New file.
1641 * math/Makefile (tests): Add test-fenv-tls.
1642 ($(objpfx)test-fenv-tls): Depend on
1643 $(common-objpfx)nptl/libpthread.so.
1644
b5449b12
AS
16452013-11-19 Andreas Schwab <schwab@suse.de>
1646
1647 * locale/programs/locale.c (show_info): Decode wordarray elements.
1648 * locale/categories.def (LC_MONETARY): Add element for
1649 _NL_MONETARY_CRNCYSTR.
1650 * locale/C-monetary.c (conversion_rate): New variable.
1651 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
1652 element.
1653
e186536b
CM
16542013-11-18 Chris Metcalf <cmetcalf@tilera.com>
1655
1656 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
1657 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
1658
5c349950
PP
16592013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1660
1661 * elf/Makefile (tst-auxv): New test.
1662 * elf/tst-auxv.c: New
1663 * elf/rtld.c (dl_main): Adjust AT_EXECFN
1664
699df45b
JM
16652013-11-18 Joseph Myers <joseph@codesourcery.com>
1666
1667 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
1668 (hidden_proto): Caller changed.
1669 (hidden_tls_proto): New macro.
1670 (libc_hidden_tls_proto): Likewise.
1671 (rtld_hidden_tls_proto): Likewise.
1672 (libm_hidden_tls_proto): Likewise.
1673 (libresolv_hidden_tls_proto): Likewise.
1674 (librt_hidden_tls_proto): Likewise.
1675 (libdl_hidden_tls_proto): Likewise.
1676 (libnss_files_hidden_tls_proto): Likewise.
1677 (libnsl_hidden_tls_proto): Likewise.
1678 (libnss_nisplus_hidden_tls_proto): Likewise.
1679 (libutil_hidden_tls_proto): Likewise.
1680
b7589107
OB
16812013-11-18 Ondřej Bílka <neleai@seznam.cz>
1682
1683 [BZ #10253]
1684 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
1685 (decompose_rpath): Defer expansion to fillin_rpath.
1686 (_dl_init_paths): Pass linkmap to fillin_rpath.
1687
250c23bd
RS
16882013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1689
1690 * benchtests/Makefile: Add strsep.
1691 * benchtests/bench-strsep.c: New file: strsep benchtest.
1692 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
1693
a7931fcf
AS
16942013-11-18 Andreas Schwab <schwab@suse.de>
1695
1696 * locale/programs/locale.c (show_info) [case byte]: Check for
1697 '\377' instead of '\177'.
1698 * locale/C-monetary.c (not_available): Always use "\377".
1699 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
1700 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
1701 detect unavailable sign_posn locale elements.
1702 * locale/localeconv.c (__localeconv): For grouping and
1703 mon_grouping handle "\177" and "\377" like no grouping.
1704 (INT_ELEM): New macro. Use it to set all numeric members.
1705 * locale/programs/ld-monetary.c (monetary_read)
1706 <tok_mon_grouping>: Normalize single -1 to the empty string.
1707 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
1708 Likewise.
1709
728dab0e
OB
17102013-11-07 Ondřej Bílka <neleai@seznam.cz>
1711
1712 [BZ #16055]
1713 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
1714 when we match (nil).
1715 * stdio-common/tst-sscanf.c (struct test): Add testcase.
1716
66294491
JM
17172013-11-16 Joseph Myers <joseph@codesourcery.com>
1718
ce665817
JM
1719 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
1720 (NO_TEST_INLINE): Update value.
1721 (ERRNO_UNCHANGED): Likewise.
1722 (ERRNO_EDOM): Likewise.
1723 (ERRNO_ERANGE): Likewise.
1724 (IGNORE_RESULT): Likewise.
1725 (check_float_internal): Check signs of NaN results if
1726 TEST_NAN_SIGN used.
1727 (check_complex): Pass TEST_NAN_SIGN flag through to second
1728 check_float_internal call.
1729 (copysign_test_data): Add tests with quiet NaNs as second
1730 argument. Use TEST_NAN_SIGN.
1731 (fabs_test_data): Add test of negative quiet NaN argument. Use
1732 TEST_NAN_SIGN.
1733 (signbit_test_data): Add tests of quiet NaN argument.
1734 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
1735
ee1466a9
JM
1736 * math/gen-libm-test.pl (show_exceptions): Take extra argument
1737 $ignore_result.
1738 (parse_args): Handle function results specified as IGNORE.
1739 * math/libm-test.inc (IGNORE_RESULT): New macro.
1740 (check_float_internal): Do not check numerical result if flag
1741 IGNORE_RESULT set.
1742 (check_complex): Pass through IGNORE_RESULT to second
1743 check_float_internal call.
1744 (check_int): Do not check numerical result if flag IGNORE_RESULT
1745 set.
1746 (check_long): Likewise.
1747 (check_bool): Likewise.
1748 (check_longlong): Likewise.
1749 (lrint_test_data): Add tests of infinite and NaN arguments.
1750 (lrint_tonearest_test_data): Likewise.
1751 (lrint_towardzero_test_data): Likewise.
1752 (lrint_downward_test_data): Likewise.
1753 (lrint_upward_test_data): Likewise.
1754 (llrint_test_data): Likewise.
1755 (llrint_tonearest_test_data): Likewise.
1756 (llrint_towardzero_test_data): Likewise.
1757 (llrint_downward_test_data): Likewise.
1758 (llrint_upward_test_data): Likewise.
1759 (lround_test_data): Likewise.
1760 (llround_test_data): Likewise.
1761
14407b7e
JM
1762 * math/libm-test.inc (NO_TEST_INLINE): New macro.
1763 (ERRNO_UNCHANGED): Update value.
1764 (ERRNO_EDOM): Likewise.
1765 (ERRNO_ERANGE): Likewise.
1766 (NO_TEST_INLINE_FLOAT): New macro.
1767 (NO_TEST_INLINE_DOUBLE): Likewise.
1768 (enable_test): New function.
1769 (RUN_TEST_f_f): Check enable_test before running test.
1770 (RUN_TEST_2_f): Likewise.
1771 (RUN_TEST_fff_f): Likewise.
1772 (RUN_TEST_c_f): Likewise.
1773 (RUN_TEST_f_f1): Likewise.
1774 (RUN_TEST_fF_f1): Likewise.
1775 (RUN_TEST_fI_f1): Likewise.
1776 (RUN_TEST_ffI_f1): Likewise.
1777 (RUN_TEST_c_c): Likewise.
1778 (RUN_TEST_cc_c): Likewise.
1779 (RUN_TEST_f_i): Likewise.
1780 (RUN_TEST_f_i_tg): Likewise.
1781 (RUN_TEST_ff_i_tg): Likewise.
1782 (RUN_TEST_f_b): Likewise.
1783 (RUN_TEST_f_b_tg): Likewise.
1784 (RUN_TEST_f_l): Likewise.
1785 (RUN_TEST_f_L): Likewise.
1786 (RUN_TEST_fFF_11): Likewise.
1787 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
1788 conditionals.
1789 (cosh_test_data): Likewise.
1790 (exp_test_data): Likewise.
1791 (expm1_test_data): Likewise.
1792 (hypot_test_data): Likewise.
1793 (pow_test_data): Likewise.
1794 (sinh_test_data): Likewise.
1795 (tanh_test_data): Likewise.
1796 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
1797 flags argument.
1798
ca07f197
JM
1799 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
1800 tests with quiet NaN input and output.
1801 (acosh_test_data): Likewise.
1802 (asin_test_data): Likewise.
1803 (asinh_test_data): Likewise.
1804 (atan_test_data): Likewise.
1805 (atanh_test_data): Likewise.
1806 (atan2_test_data): Likewise.
1807 (cbrt_test_data): Likewise.
1808 (cos_test_data): Likewise.
1809 (cosh_test_data): Likewise.
1810 (erf_test_data): Likewise.
1811 (erfc_test_data): Likewise.
1812 (exp_test_data): Likewise.
1813 (exp10_test_data): Likewise.
1814 (exp2_test_data): Likewise.
1815 (expm1_test_data): Likewise.
1816 (hypot_test_data): Likewise.
1817 (j0_test_data): Likewise.
1818 (j1_test_data): Likewise.
1819 (jn_test_data): Likewise.
1820 (lgamma_test_data): Likewise.
1821 (log_test_data): Likewise.
1822 (log10_test_data): Likewise.
1823 (log1p_test_data): Likewise.
1824 (log2_test_data): Likewise.
1825 (pow_test_data): Likewise.
1826 (scalb_test_data): Likewise.
1827 (sin_test_data): Likewise.
1828 (sincos_test_data): Likewise.
1829 (sinh_test_data): Likewise.
1830 (tan_test_data): Likewise.
1831 (tanh_test_data): Likewise.
1832 (tgamma_test_data): Likewise.
1833 (y0_test_data): Likewise.
1834 (y1_test_data): Likewise.
1835 (yn_test_data): Likewise.
1836
66294491
JM
1837 [BZ #16167]
1838 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
1839 argument being NaN and avoid computations with second argument in
1840 that case.
1841 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1842 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1843 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1844
1820b143
CL
18452013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
1846
1847 * locale/iso-639.def: Add Chitwani Tharu (the).
1848
714bd261
AS
18492013-11-14 Andreas Schwab <schwab@suse.de>
1850
1851 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
1852 word instead of empty string.
1853
7ab44563
AZ
18542013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1855
1856 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1857 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
1858 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1859 (__fe_nomask_env): Likewise.
1860
e8470ea2
SE
18612013-11-13 Steve Ellcey <sellcey@mips.com>
1862
1863 * benchtests/bench-timing.h: Include time.h.
1864
17c1d9f0
L
18652013-11-13 H.J. Lu <hongjiu.lu@intel.com>
1866
1867 [BZ #15997]
1868 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
1869 to 3.4.0 for x32.
1870 * sysdeps/unix/sysv/linux/configure: Regenerated.
1871
9310c284
JM
18722013-11-13 Joseph Myers <joseph@codesourcery.com>
1873
1874 [BZ #16151]
1875 * stdlib/strtod_l.c (round_and_return): Do not consider
1876 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
1877 exponent one less than half the least subnormal exponent.
1878 * stdlib/test-strtod-round-data: Add more tests.
1879 * stdlib/tst-strtod-round.c (tests): Regenerated.
1880
7a2ad8cf
AZ
18812013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1882
1883 [BZ #14143]
1884 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
1885 (__fe_mask_env): Likewise.
1886 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
1887 libm_hidden_proto and add function prototype.
1888 (__fe_mask_env): Add function prototype.
1889 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1890 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
1891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
1892 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
1893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1894 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
1895
50727aa7
MS
18962013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
1897
b2f386c1 1898 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
1899 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
1900
a615be46
MS
19012013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
1902
1903 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
1904 of htab_find_slot().
1905
7ddace62
DM
19062013-11-11 David S. Miller <davem@davemloft.net>
1907
1908 [BZ #16150]
1909 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
1910 symbol in the non-vis3 case in static builds.
1911 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
1912 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
1913 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
1914 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
1915
9182aa67
JK
19162013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1917
1918 [BZ #387]
1919 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
1920 it is empty.
1921
450a2e2d
AZ
19222013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1923
b2f386c1
SP
1924 * benchtests/Makefile: Add bench-strtod.
1925 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 1926
8ec3f656
AS
19272013-11-11 Andreas Schwab <schwab@suse.de>
1928
1929 [BZ #16153]
1930 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
1931 terminating NUL in key length.
1932
76a9b998
AZ
19332013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1934
1935 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
1936 Add artificial ODP entry for vDSO symbol for PPC64.
1937 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
1938 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
1939
e4368156
OB
19402013-11-07 Ondřej Bílka <neleai@seznam.cz>
1941
1942 [BZ #15374]
1943 * nss/getent.c (services_keys): Recognize services starting with digit.
1944
8d6bb57c
DM
19452013-11-06 David S. Miller <davem@davemloft.net>
1946
1947 [BZ #15985]
1948 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
1949 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
1950
e256c421
WN
19512013-11-06 Will Newton <will.newton@linaro.org>
1952
1953 * manual/memory.texi (Malloc Examples): Remove register
1954 keyword from examples.
1955
f6e12daa 19562013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 1957
f6e12daa 1958 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 1959
9d880655
AS
19602013-11-04 Joseph Myers <joseph@codesourcery.com>
1961
1962 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
1963 depending on [__GCC_IEC_559 > 0].
1964 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
1965 depending on [__GCC_IEC_559_COMPLEX > 0].
1966
ae129d3c
CL
19672013-11-03 Chris Leonard <cjl@sugarlabs.org>
1968
1969 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
1970 to iso-639.def.
1971
4a15c2a4 19722013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
1973
1974 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
1975
8b35e35d
OB
19762013-11-01 Ondřej Bílka <neleai@seznam.cz>
1977
1978 [BZ #16112]
1979 * malloc/malloc (malloc_info): Do not handle first bin as
1980 special case.
1981
1d70fd6c
CL
19822013-11-01 Chris Leonard <cjl@sugarlabs.org>
1983
1984 * locale/iso-639.def: Add Central Nahuatl (nhn).
1985
8c5c2600
BH
19862013-11-01 Bruno Haible <bruno@clisp.org>
1987
1988 [BZ #7003]
1989 * manual/math.texi (BSD Random): Specify range upper bound as
1990 in POSIX.
1991
da5579c2
CL
19922013-10-31 Chris Leonard <cjl@sugarlabs.org>
1993
1994 * locale/iso-639.def: Add Meadow Mari (mhr).
1995
5d30d853
OB
19962013-10-31 Ondřej Bílka <neleai@seznam.cz>
1997
1998 [BZ #14752], [BZ #15763]
1999 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
2000 Validate name.
2001 * rt/tst_shm.c: Add test for escaping directory.
2002
a4966c61
AS
20032013-10-31 Andreas Schwab <schwab@suse.de>
2004
8a43e768 2005 [BZ #15917]
a4966c61
AS
2006 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
2007 followed by 'x' as part of digit sequence.
2008 * stdio-common/tst-sscanf.c (double_tests2): New tests.
2009
28d708c4
MAP
20102013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2011
2012 [BZ #16037]
2013 * configure.ac: allow GNU Make 4.0 and greater.
2014 * configure: Regenerated.
2015
a56ee40b
WN
20162013-10-30 Will Newton <will.newton@linaro.org>
2017
2018 [BZ #16038]
2019 * malloc/hooks.c (memalign_check): Limit alignment to the
2020 maximum representable power of two.
2021 * malloc/malloc.c (__libc_memalign): Likewise.
2022 * malloc/tst-memalign.c (do_test): Add test for very
2023 large alignment values.
2024 * malloc/tst-posix_memalign.c (do_test): Likewise.
2025
c6e4925d
OB
20262013-10-30 Ondřej Bílka <neleai@seznam.cz>
2027
2028 [BZ #11087]
2029 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
2030 (munmap_chunk): Likewise.
2031 (mremap_chunk): Likewise.
2032
20332013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 2034
8a43e768 2035 [BZ #15799]
bbea82f7
OB
2036 * stdlib/div.c (div): Remove obsolete code.
2037 * stdlib/ldiv.c (ldiv): Likewise.
2038 * stdlib/lldiv.c (lldiv): Likewise.
2039
977f4b31
SP
20402013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
2041
2042 [BZ #16071]
2043 * nss/nss_files/files-XXX.c (get_contents_ret): New
2044 enumerator.
2045 (get_contents): New function.
2046 (internal_getent): Use it. Expand size of LINEBUFLEN.
2047
cb8a6dbd
MF
20482013-10-30 Mike Frysinger <vapier@gentoo.org>
2049
2050 * configure.in: Moved to ...
2051 * configure.ac: ... here. Change reference to configure.in
2052 to configure.ac.
2053 * sysdeps/arm/preconfigure.ac: ... here.
2054 configure.in to configure.ac.
2055 * sysdeps/gnu/configure.in: Moved to ...
2056 * sysdeps/gnu/configure.ac: ... here.
2057 * sysdeps/i386/configure.in: Moved to ...
2058 * sysdeps/i386/configure.ac: ... here.
2059 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
2060 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
2061 * sysdeps/mach/configure.in: Moved to ...
2062 * sysdeps/mach/configure.ac: ... here.
2063 * sysdeps/mach/hurd/configure.in: Moved to ...
2064 * sysdeps/mach/hurd/configure.ac: ... here.
2065 * sysdeps/powerpc/configure.in: Moved to ...
2066 * sysdeps/powerpc/configure.ac: ... here.
2067 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
2068 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
2069 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
2070 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
2071 * sysdeps/s390/s390-32/configure.in: Moved to ...
2072 * sysdeps/s390/s390-32/configure.ac: ... here.
2073 * sysdeps/s390/s390-64/configure.in: Moved to ...
2074 * sysdeps/s390/s390-64/configure.ac: ... here.
2075 * sysdeps/sh/configure.in: Moved to ...
2076 * sysdeps/sh/configure.ac: ... here.
2077 * sysdeps/sparc/configure.in: Moved to ...
2078 * sysdeps/sparc/configure.ac: ... here.
2079 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
2080 * sysdeps/unix/sysv/linux/configure.ac: ... here.
2081 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
2082 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
2083 * sysdeps/x86_64/configure.in: Moved to ...
2084 * sysdeps/x86_64/configure.ac: ... here.
2085 * sysdeps/x86_64/preconfigure.in: Moved to ...
2086 * sysdeps/x86_64/preconfigure.ac: ... here.
2087 * aclocal.m4: Change reference to configure.in to configure.ac.
2088 * config.h.in: Likewise.
2089 * manual/install.texi: Likewise.
2090 * manual/maint.texi: Likewise.
2091 * Makefile: Likewise.
2092 * malloc/Makefile: Likewise.
2093 * nscd/Makefile: Likewise.
2094 * Makeconfig: Change reference to configure.in and
2095 preconfigure.in to configure.ac and preconfigure.ac
2096 respectively.
2097 * INSTALL: Regenerated.
2098 * configure: Likewise.
2099 * sysdeps/gnu/configure: Likewise.
2100 * sysdeps/i386/configure: Likewise.
2101 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
2102 * sysdeps/mach/configure: Likewise.
2103 * sysdeps/mach/hurd/configure: Likewise.
2104 * sysdeps/powerpc/configure: Likewise.
2105 * sysdeps/powerpc/powerpc32/configure: Likewise.
2106 * sysdeps/powerpc/powerpc64/configure: Likewise.
2107 * sysdeps/s390/s390-32/configure: Likewise.
2108 * sysdeps/s390/s390-64/configure: Likewise.
2109 * sysdeps/sh/configure: Likewise.
2110 * sysdeps/sparc/configure: Likewise.
2111 * sysdeps/unix/sysv/linux/configure: Likewise.
2112 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
2113 * sysdeps/x86_64/configure: Likewise.
2114 * sysdeps/x86_64/preconfigure: Likewise.
2115
36a4953a
AS
21162013-10-29 Andreas Schwab <schwab@suse.de>
2117
2118 * stdio-common/Makefile (tst-swscanf-ENV): Define.
2119
c79a1204
SP
21202013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
2121
dfa1b402
SP
2122 * benchtests/pow-inputs: Add new inputs.
2123
54f73d9c
SP
2124 * benchtests/exp-inputs: Add new inputs.
2125
c79a1204
SP
2126 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
2127 conditional check for return value.
2128 (__cos32): Likewise.
2129
67beb545 21302013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
2131
2132 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
2133 to provide a boost for large inputs with word alignment.
2134 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
2135 implementation based on optimized PPC64 strcpy.
2136 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
2137 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
2138 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
2139 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
2140
151659f6
OB
21412013-10-25 Ondřej Bílka <neleai@seznam.cz>
2142
482a077e 2143 [BZ #2801]
151659f6
OB
2144 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
2145
10b0f26b
OB
21462013-10-25 Ondřej Bílka <neleai@seznam.cz>
2147
2148 [BZ #14876]
2149 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
2150 * time/tst-strptime.c (day_tests): Add testcase.
2151
ca42d35e
OB
21522013-10-25 Ondřej Bílka <neleai@seznam.cz>
2153
482a077e 2154 [BZ #14029]
ca42d35e
OB
2155 * manual/pattern.texi: Acknowledge that fnmatch can fail.
2156
52e6d801
FB
21572013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
2158
2159 [BZ #16074]
2160 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
2161 MAP_FAILED on error.
2162
7cbcdb36
SP
21632013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2164
2165 [BZ #16072]
2166 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
2167 heap for large requests.
2168
894f3f10
AM
21692013-10-25 Aurelien Jarno <aurelien@aurel32.net>
2170
2171 [BZ #9954]
2172 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
2173 result if the result has no associated interface.
2174 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
2175 interface for all 127.X.Y.Z addresses.
2176
b85545a6
CL
21772013-10-24 Chris Leonard <cjl@sugarlabs.org>
2178
2179 * locale/iso-639.def: Add Ligurian (lij)
2180
d1f23d46
OB
21812013-10-21 Ondřej Bílka <neleai@seznam.cz>
2182
2183 [BZ #15825]
2184 * sunrpc/rpc_main.c: Document rpcgen -5.
2185
4db5b08f
MS
21862013-10-19 Michael Stahl <mstahl@redhat.com>
2187
2188 * elf/rtld.c (do_preload): Print the reason why preloading failed.
2189
a471e96a
OB
21902013-10-19 Ondřej Bílka <neleai@seznam.cz>
2191
d1f23d46 2192 [BZ #10278]
a471e96a
OB
2193 * posix/glob.c: Match only directories when trailing slash is present.
2194 * posix/tst-gnuglob.c (my_opendir): Do not open files.
2195 (main): Add testcase.
2196
45c30c61
OB
21972013-10-19 Ondřej Bílka <neleai@seznam.cz>
2198
2199 [BZ #15670]
2200 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
2201
484c12fb
CD
22022013-10-18 Carlos O'Donell <carlos@redhat.com>
2203
3d7dc513
CD
2204 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
2205 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
2206 AUTH_DES and cindex for FIPS 140-2.
2207 (DES Encryption): Add cindex FIPS 46-3.
2208
484c12fb
CD
2209 * locale/locarchive.h (struct locarhandle): Add fname.
2210 * locale/programs/localedef.c (main): Pass ARGV[remaining]
2211 if an optional argument was specified to --list-archive,
2212 otherwise NULL.
2213 * locale/programs/locarchive.c (show_archive_content): Take new
2214 argument fname and pass it via ah.fname to open_archive.
2215 * locale/programs/localedef.h: Update decl.
2216 (open_archive): If AH->fname is non-null, open that file
2217 rather than the default file name, and don't ignore ENOENT.
2218 (create_archive): Set AH.fname to NULL.
2219 (delete_locales_from_archive): Likewise.
2220 (add_locales_to_archive): Likewise.
2221 * locale/programs/locfile.c (write_all_categories): Likewise.
2222
3c8325fb
JM
22232013-10-18 Joseph Myers <joseph@codesourcery.com>
2224 Aldy Hernandez <aldyh@redhat.com>
2225
2226 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
2227 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
2228 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
2229 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
2230 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
2231 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
2232 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
2233 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
2234 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
2235 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
2236 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
2237 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
2238 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
2239 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
2240 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
2241 Likewise.
2242 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
2243 Likewise.
2244 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
2245 Likewise.
2246 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
2247 Likewise.
2248 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
2249 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
2250 Likewise.
2251 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
2252 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
2253 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
2254 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
2255 Likewise.
2256 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
2257 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
2258 * sysdeps/powerpc/preconfigure: Likewise.
2259 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
2260 Likewise.
2261 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
2262 Replace contents of file by #include of <fenv_libc.h>.
2263 * sysdeps/powerpc/soft-fp/sfp-machine.h
2264 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
2265 and <sys/prctl.h>.
2266 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
2267 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
2268 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
2269 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
2270 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
2271 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
2272 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
2273 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
2274 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
2275 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
2276 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
2277 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
2278 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2279 Allow copysignl PLT reference to be missing.
2280
5abe0682
RS
22812013-10-18 Richard Sandiford <richard@codesourcery.com>
2282 Joseph Myers <joseph@codesourcery.com
2283
2284 [BZ #15948]
2285 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
2286 single character.
2287 (add_to_tablewc): Assert sequence of wide characters is nonempty.
2288
c7738d08
SP
22892013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2290
2291 * elf/tst-tls-dlinfo.c: Don't include tls.h.
2292 * elf/tst-tls1.c: Likewise.
2293 * elf/tst-tls10.h: Likewise.
2294 * elf/tst-tls14.c: Likewise.
2295 * elf/tst-tls2.c: Likewise.
2296 * elf/tst-tls3.c: Likewise.
2297 * elf/tst-tls4.c: Likewise.
2298 * elf/tst-tls5.c: Likewise.
2299 * elf/tst-tls6.c: Likewise.
2300 * elf/tst-tls7.c: Likewise.
2301 * elf/tst-tls8.c: Likewise.
2302 * elf/tst-tls9.c: Likewise.
2303 * elf/tst-tlsmod1.c: Likewise.
2304 * elf/tst-tlsmod13.c: Likewise.
2305 * elf/tst-tlsmod13a.c: Likewise.
2306 * elf/tst-tlsmod14a.c: Likewise.
2307 * elf/tst-tlsmod16a.c: Likewise.
2308 * elf/tst-tlsmod16b.c: Likewise.
2309 * elf/tst-tlsmod2.c: Likewise.
2310 * elf/tst-tlsmod3.c: Likewise.
2311 * elf/tst-tlsmod4.c: Likewise.
2312 * elf/tst-tlsmod5.c: Likewise.
2313 * elf/tst-tlsmod6.c: Likewise.
2314
0bfcf2c7
OB
23152013-10-18 Ondřej Bílka <neleai@seznam.cz>
2316
2317 [BZ #12486]
2318 * malloc/malloc.c: remove checks for statistics.
2319
264aad1e
OB
23202013-10-17 Ondřej Bílka <neleai@seznam.cz>
2321
2322 [BZ #15277]
2323 * inet/inet_net.c (inet_network): Detect additional invalid strings.
2324 * inet/tst-network.c: Add testcase.
2325
b957ced8
AS
23262013-10-17 Andreas Schwab <schwab@suse.de>
2327
2328 [BZ #15218]
2329 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
2330 to determine canonical name.
2331
c5d5d574
OB
23322013-10-17 Ondřej Bílka <neleai@seznam.cz>
2333
2334 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
2335 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2336 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2337 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
2338 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2339 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
2340 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
2341 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
2342 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
2343 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
2344 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
2345 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
2346 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2347 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
2348 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
2349 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
2350 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2351 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2352 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
2353 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
2354 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2355 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2356 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
2357 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
2358 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
2359 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2360 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2361 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
2362 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2363 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2364 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
2365 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2366 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
2367 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
2368 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
2369 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
2370 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
2371 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
2372 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
2373 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
2374 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
2375 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
2376 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
2377 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
2378 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
2379 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
2380 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
2381 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
2382 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
2383 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
2384 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
2385 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
2386 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2387 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
2388 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2389 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
2390 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2391 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
2392
e5c2c2d0
JM
23932013-10-17 Joseph Myers <joseph@codesourcery.com>
2394
2395 [BZ #16041]
2396 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
2397 make result into a quiet NaN.
2398
51ca9e29
JM
23992013-10-16 Joseph Myers <joseph@codesourcery.com>
2400
2401 * soft-fp/adddf3.c: Fix horizontal whitespace.
2402 * soft-fp/addsf3.c: Likewise.
2403 * soft-fp/addtf3.c: Likewise.
2404 * soft-fp/divdf3.c: Likewise.
2405 * soft-fp/divsf3.c: Likewise.
2406 * soft-fp/divtf3.c: Likewise.
2407 * soft-fp/double.h: Likewise.
2408 * soft-fp/eqdf2.c: Likewise.
2409 * soft-fp/eqsf2.c: Likewise.
2410 * soft-fp/eqtf2.c: Likewise.
2411 * soft-fp/extenddftf2.c: Likewise.
2412 * soft-fp/extended.h: Likewise.
2413 * soft-fp/extendsfdf2.c: Likewise.
2414 * soft-fp/extendsftf2.c: Likewise.
2415 * soft-fp/extendxftf2.c: Likewise.
2416 * soft-fp/fixdfdi.c: Likewise.
2417 * soft-fp/fixdfsi.c: Likewise.
2418 * soft-fp/fixdfti.c: Likewise.
2419 * soft-fp/fixsfdi.c: Likewise.
2420 * soft-fp/fixsfsi.c: Likewise.
2421 * soft-fp/fixsfti.c: Likewise.
2422 * soft-fp/fixtfdi.c: Likewise.
2423 * soft-fp/fixtfsi.c: Likewise.
2424 * soft-fp/fixtfti.c: Likewise.
2425 * soft-fp/fixunsdfdi.c: Likewise.
2426 * soft-fp/fixunsdfsi.c: Likewise.
2427 * soft-fp/fixunsdfti.c: Likewise.
2428 * soft-fp/fixunssfdi.c: Likewise.
2429 * soft-fp/fixunssfsi.c: Likewise.
2430 * soft-fp/fixunssfti.c: Likewise.
2431 * soft-fp/fixunstfdi.c: Likewise.
2432 * soft-fp/fixunstfsi.c: Likewise.
2433 * soft-fp/fixunstfti.c: Likewise.
2434 * soft-fp/floatdidf.c: Likewise.
2435 * soft-fp/floatdisf.c: Likewise.
2436 * soft-fp/floatditf.c: Likewise.
2437 * soft-fp/floatsidf.c: Likewise.
2438 * soft-fp/floatsisf.c: Likewise.
2439 * soft-fp/floatsitf.c: Likewise.
2440 * soft-fp/floattidf.c: Likewise.
2441 * soft-fp/floattisf.c: Likewise.
2442 * soft-fp/floattitf.c: Likewise.
2443 * soft-fp/floatundidf.c: Likewise.
2444 * soft-fp/floatundisf.c: Likewise.
2445 * soft-fp/floatunditf.c: Likewise.
2446 * soft-fp/floatunsidf.c: Likewise.
2447 * soft-fp/floatunsisf.c: Likewise.
2448 * soft-fp/floatunsitf.c: Likewise.
2449 * soft-fp/floatuntidf.c: Likewise.
2450 * soft-fp/floatuntisf.c: Likewise.
2451 * soft-fp/floatuntitf.c: Likewise.
2452 * soft-fp/fmadf4.c: Likewise.
2453 * soft-fp/fmasf4.c: Likewise.
2454 * soft-fp/fmatf4.c: Likewise.
2455 * soft-fp/gedf2.c: Likewise.
2456 * soft-fp/gesf2.c: Likewise.
2457 * soft-fp/getf2.c: Likewise.
2458 * soft-fp/ledf2.c: Likewise.
2459 * soft-fp/lesf2.c: Likewise.
2460 * soft-fp/letf2.c: Likewise.
2461 * soft-fp/muldf3.c: Likewise.
2462 * soft-fp/mulsf3.c: Likewise.
2463 * soft-fp/multf3.c: Likewise.
2464 * soft-fp/negdf2.c: Likewise.
2465 * soft-fp/negsf2.c: Likewise.
2466 * soft-fp/negtf2.c: Likewise.
2467 * soft-fp/op-1.h: Likewise.
2468 * soft-fp/op-2.h: Likewise.
2469 * soft-fp/op-4.h: Likewise.
2470 * soft-fp/op-8.h: Likewise.
2471 * soft-fp/op-common.h: Likewise.
2472 * soft-fp/quad.h: Likewise.
2473 * soft-fp/single.h: Likewise.
2474 * soft-fp/soft-fp.h: Likewise.
2475 * soft-fp/sqrtdf2.c: Likewise.
2476 * soft-fp/sqrtsf2.c: Likewise.
2477 * soft-fp/sqrttf2.c: Likewise.
2478 * soft-fp/subdf3.c: Likewise.
2479 * soft-fp/subsf3.c: Likewise.
2480 * soft-fp/subtf3.c: Likewise.
2481 * soft-fp/truncdfsf2.c: Likewise.
2482 * soft-fp/trunctfdf2.c: Likewise.
2483 * soft-fp/trunctfsf2.c: Likewise.
2484 * soft-fp/trunctfxf2.c: Likewise.
2485 * soft-fp/unorddf2.c: Likewise.
2486 * soft-fp/unordsf2.c: Likewise.
2487 * soft-fp/unordtf2.c: Likewise.
2488
9ebb0332
JM
24892013-10-15 Joseph Myers <joseph@codesourcery.com>
2490
2491 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
2492 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
2493
4b1a6d8b
OB
24942013-10-15 Ondřej Bílka <neleai@seznam.cz>
2495
2496 * elf/dl-libc.c: Clear initfini list after freeing.
2497
1e145589
JM
24982013-10-14 Joseph Myers <joseph@codesourcery.com>
2499
2500 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
2501 * soft-fp/addsf3.c: Likewise.
2502 * soft-fp/addtf3.c: Likewise.
2503 * soft-fp/divdf3.c: Likewise.
2504 * soft-fp/divsf3.c: Likewise.
2505 * soft-fp/divtf3.c: Likewise.
2506 * soft-fp/double.h: Likewise.
2507 * soft-fp/eqdf2.c: Likewise.
2508 * soft-fp/eqsf2.c: Likewise.
2509 * soft-fp/eqtf2.c: Likewise.
2510 * soft-fp/extenddftf2.c: Likewise.
2511 * soft-fp/extended.h: Likewise.
2512 * soft-fp/extendsfdf2.c: Likewise.
2513 * soft-fp/extendsftf2.c: Likewise.
2514 * soft-fp/extendxftf2.c: Likewise.
2515 * soft-fp/fixdfdi.c: Likewise.
2516 * soft-fp/fixdfsi.c: Likewise.
2517 * soft-fp/fixdfti.c: Likewise.
2518 * soft-fp/fixsfdi.c: Likewise.
2519 * soft-fp/fixsfsi.c: Likewise.
2520 * soft-fp/fixsfti.c: Likewise.
2521 * soft-fp/fixtfdi.c: Likewise.
2522 * soft-fp/fixtfsi.c: Likewise.
2523 * soft-fp/fixtfti.c: Likewise.
2524 * soft-fp/fixunsdfdi.c: Likewise.
2525 * soft-fp/fixunsdfsi.c: Likewise.
2526 * soft-fp/fixunsdfti.c: Likewise.
2527 * soft-fp/fixunssfdi.c: Likewise.
2528 * soft-fp/fixunssfsi.c: Likewise.
2529 * soft-fp/fixunssfti.c: Likewise.
2530 * soft-fp/fixunstfdi.c: Likewise.
2531 * soft-fp/fixunstfsi.c: Likewise.
2532 * soft-fp/fixunstfti.c: Likewise.
2533 * soft-fp/floatdidf.c: Likewise.
2534 * soft-fp/floatdisf.c: Likewise.
2535 * soft-fp/floatditf.c: Likewise.
2536 * soft-fp/floatsidf.c: Likewise.
2537 * soft-fp/floatsisf.c: Likewise.
2538 * soft-fp/floatsitf.c: Likewise.
2539 * soft-fp/floattidf.c: Likewise.
2540 * soft-fp/floattisf.c: Likewise.
2541 * soft-fp/floattitf.c: Likewise.
2542 * soft-fp/floatundidf.c: Likewise.
2543 * soft-fp/floatundisf.c: Likewise.
2544 * soft-fp/floatunsidf.c: Likewise.
2545 * soft-fp/floatunsisf.c: Likewise.
2546 * soft-fp/floatuntidf.c: Likewise.
2547 * soft-fp/floatuntisf.c: Likewise.
2548 * soft-fp/floatuntitf.c: Likewise.
2549 * soft-fp/fmadf4.c: Likewise.
2550 * soft-fp/fmasf4.c: Likewise.
2551 * soft-fp/fmatf4.c: Likewise.
2552 * soft-fp/gedf2.c: Likewise.
2553 * soft-fp/gesf2.c: Likewise.
2554 * soft-fp/getf2.c: Likewise.
2555 * soft-fp/ledf2.c: Likewise.
2556 * soft-fp/lesf2.c: Likewise.
2557 * soft-fp/letf2.c: Likewise.
2558 * soft-fp/muldf3.c: Likewise.
2559 * soft-fp/mulsf3.c: Likewise.
2560 * soft-fp/multf3.c: Likewise.
2561 * soft-fp/negdf2.c: Likewise.
2562 * soft-fp/negsf2.c: Likewise.
2563 * soft-fp/negtf2.c: Likewise.
2564 * soft-fp/op-1.h: Likewise.
2565 * soft-fp/op-2.h: Likewise.
2566 * soft-fp/op-4.h: Likewise.
2567 * soft-fp/op-8.h: Likewise.
2568 * soft-fp/op-common.h: Likewise.
2569 * soft-fp/quad.h: Likewise.
2570 * soft-fp/single.h: Likewise.
2571 * soft-fp/soft-fp.h: Likewise.
2572 * soft-fp/sqrtdf2.c: Likewise.
2573 * soft-fp/sqrtsf2.c: Likewise.
2574 * soft-fp/sqrttf2.c: Likewise.
2575 * soft-fp/subdf3.c: Likewise.
2576 * soft-fp/subsf3.c: Likewise.
2577 * soft-fp/subtf3.c: Likewise.
2578 * soft-fp/truncdfsf2.c: Likewise.
2579 * soft-fp/trunctfdf2.c: Likewise.
2580 * soft-fp/trunctfsf2.c: Likewise.
2581 * soft-fp/trunctfxf2.c: Likewise.
2582 * soft-fp/unorddf2.c: Likewise.
2583 * soft-fp/unordsf2.c: Likewise.
2584 * soft-fp/unordtf2.c: Likewise.
2585
17c48a60
OB
25862013-10-14 Ondřej Bílka <neleai@seznam.cz>
2587
2588 [BZ #15672]
2589 * misc/error.c (error_tail): Fix possible buffer overflow.
2590
cabba934
OB
25912013-10-14 Aurelien Jarno <aurelien@aurel32.net>
2592
2593 [BZ #13028]
2594 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
2595 address.
2596
94bf958a
PM
25972013-10-14 P. J. McDermott <pj@pehjota.net>
2598
2599 [BZ #832]
2600 * elf/ldd.bash.in (try_trace): New function. Delete previous code
2601 testing pipefail option.
2602
71b4dea7
JM
26032013-10-12 Joseph Myers <joseph@codesourcery.com>
2604
2605 * soft-fp/double.h: Indent preprocessor directives inside #if.
2606 * soft-fp/extended.h: Likewise.
2607 * soft-fp/op-2.h: Likewise.
2608 * soft-fp/op-4.h: Likewise.
2609 * soft-fp/op-common.h: Likewise.
2610 * soft-fp/quad.h: Likewise.
2611 * soft-fp/single.h: Likewise.
2612 * soft-fp/soft-fp.h: Likewise.
2613
55602758
YC
26142013-10-12 Yuri Chornoivan <yurchor@ukr.net>
2615
2616 * iconv/iconv_prog.c: Fix typos.
2617 * stdio-common/psiginfo-data.h: Likewise.
2618
9cd83302
RT
26192013-10-12 Reuben Thomas <rrt@sc3d.org>
2620
2621 [BZ #15764]
2622 * locale/setlocale.c: Fix typo.
2623
99fd9f47
JM
26242013-10-12 Joseph Myers <joseph@codesourcery.com>
2625
b7ea74f0
JM
2626 [BZ #16036]
2627 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
2628 signaling NaN arguments.
2629 * soft-fp/unordsf2.c (__unordsf2): Likewise.
2630 * soft-fp/unordtf2.c (__unordtf2): Likewise.
2631
8a509447
JM
2632 [BZ #14910]
2633 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
2634 unordered operands.
2635 * soft-fp/gesf2.c (__gesf2): Likewise.
2636 * soft-fp/getf2.c (__getf2): Likewise.
2637 * soft-fp/ledf2.c (__ledf2): Likewise.
2638 * soft-fp/lesf2.c (__lesf2): Likewise.
2639 * soft-fp/letf2.c (__letf2): Likewise.
2640
98998e9f
JM
2641 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
2642 * soft-fp/eqsf2.c (__eqsf2): Likewise.
2643 * soft-fp/eqtf2.c (__eqtf2): Likewise.
2644 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
2645 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
2646 * soft-fp/fixdfti.c (__fixdfti): Likewise.
2647 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
2648 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
2649 * soft-fp/fixsfti.c (__fixsfti): Likewise.
2650 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
2651 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
2652 * soft-fp/fixtfti.c (__fixtfti): Likewise.
2653 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
2654 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
2655 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
2656 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
2657 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
2658 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
2659 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
2660 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
2661 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
2662 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
2663 * soft-fp/floatdisf.c (__floatdisf): Likewise.
2664 * soft-fp/floatsisf.c (__floatsisf): Likewise.
2665 * soft-fp/floattidf.c (__floattidf): Likewise.
2666 * soft-fp/floattisf.c (__floattisf): Likewise.
2667 * soft-fp/floattitf.c (__floattitf): Likewise.
2668 * soft-fp/floatundidf.c (__floatundidf): Likewise.
2669 * soft-fp/floatundisf.c (__floatundisf): Likewise.
2670 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
2671 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
2672 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
2673 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
2674 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
2675 * soft-fp/gesf2.c (__gesf2): Likewise.
2676 * soft-fp/getf2.c (__getf2): Likewise.
2677 * soft-fp/ledf2.c (__ledf2): Likewise.
2678 * soft-fp/lesf2.c (__lesf2): Likewise.
2679 * soft-fp/letf2.c (__letf2): Likewise.
2680
8edc4a11
JM
2681 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
2682 Undefine and redefine.
2683 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
2684 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
2685 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
2686 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
2687 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2688 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
2689 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2690 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
2691 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2692 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
2693 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2694 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
2695 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2696 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
2697 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2698
8399acaf
JM
2699 [BZ #16032]
2700 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
2701 without decrementing exponent if mantissa >= that for the
2702 denominator, not >.
2703 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
2704 denominator, not >. Decrement exponent in < case instead of
2705 incrementing in >= case.
2706 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
2707 without decrementing exponent if mantissa >= that for the
2708 denominator, not >.
2709
99fd9f47
JM
2710 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
2711 computing saturated result for unsigned overflow.
2712
10e1cf6b
SP
27132013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
2714 Jeff Law <law@redhat.com>
2715
2716 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
2717 (atan2Mp): Add systemtap probe marker.
2718 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
2719 (__ieee754_log): Add systemtap probe marker.
2720 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
2721 (atanMp): Add systemtap probe marker.
2722 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
2723 (tanMp): Add systemtap probe marker.
2724 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
2725 (__slowexp): Add systemtap probe marker.
2726 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
2727 (__slowpow): Add systemtap probe marker.
2728 * manual/probes.texi: Document probes.
2729
3d110c7c
EB
27302013-10-11 Eric Biggers <ebiggers3@gmail.com>
2731
2732 [BZ #15362]
2733 * libio/fileops.c (_IO_new_file_write): Return count of bytes
2734 written.
2735 (_IO_new_file_xsputn): Don't return EOF if nothing has been
2736 written.
2737 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
2738 written to buffer but not flushed.
2739 * libio/iofwrite_u.c: Likewise.
2740 * libio/iopadn.c: Return bytes returned even if EOF was
2741 encountered.
2742 * libio/iowpadn.c: Likewise.
2743 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
2744 if _IO_padn does not write the whole buffer.
2745 [!COMPILE_WPRINTF] (PAD): Likewise.
2746
75b4202a
DM
27472013-10-10 David S. Miller <davem@davemloft.net>
2748
2749 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
2750 directory block.
2751
6c6352e6
JM
27522013-10-10 Joseph Myers <joseph@codesourcery.com>
2753
33b853c3
JM
2754 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
2755 instead of FSF address.
2756 * soft-fp/fixdfti.c: Likewise.
2757 * soft-fp/fixsfti.c: Likewise.
2758 * soft-fp/fixtfti.c: Likewise.
2759 * soft-fp/fixunsdfti.c: Likewise.
2760 * soft-fp/fixunssfti.c: Likewise.
2761 * soft-fp/fixunstfti.c: Likewise.
2762 * soft-fp/floattidf.c: Likewise.
2763 * soft-fp/floattisf.c: Likewise.
2764 * soft-fp/floattitf.c: Likewise.
2765 * soft-fp/floatuntidf.c: Likewise.
2766 * soft-fp/floatuntisf.c: Likewise.
2767 * soft-fp/floatuntitf.c: Likewise.
2768 * soft-fp/trunctfxf2.c: Likewise.
2769
6c6352e6
JM
2770 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
2771 * soft-fp/fixdfti.c: Likewise.
2772 * soft-fp/fixsfti.c: Likewise.
2773 * soft-fp/fixtfti.c: Likewise.
2774 * soft-fp/fixunsdfti.c: Likewise.
2775 * soft-fp/fixunssfti.c: Likewise.
2776 * soft-fp/fixunstfti.c: Likewise.
2777 * soft-fp/floattidf.c: Likewise.
2778 * soft-fp/floattisf.c: Likewise.
2779 * soft-fp/floattitf.c: Likewise.
2780 * soft-fp/floatuntidf.c: Likewise.
2781 * soft-fp/floatuntisf.c: Likewise.
2782 * soft-fp/floatuntitf.c: Likewise.
2783 * soft-fp/trunctfxf2.c: Likewise.
2784
3bf78b71
DM
27852013-10-10 David S. Miller <davem@davemloft.net>
2786
2787 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2788
6f10289e
JM
27892013-10-10 Joseph Myers <joseph@codsourcery.com>
2790
bd878fc0
JM
2791 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
2792 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
2793 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
2794 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
2795 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
2796 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
2797 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
2798
6f10289e
JM
2799 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
2800 for NaNs before doing comparisons on argument.
2801 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
2802 Likewise.
2803
321e2684
WN
28042013-10-10 Will Newton <will.newton@linaro.org>
2805
2806 * malloc/hooks.c (memalign_check): Ensure the value of bytes
2807 passed to _int_memalign does not overflow.
2808
40fefba1
TR
28092013-10-10 Torvald Riegel <triegel@redhat.com>
2810
2811 * scripts/bench.pl: Add include-sources directive.
2812 * benchtests/README: Update documentation.
2813
2ae21ed2
JM
28142013-10-10 Joseph Myers <joseph@codesourcery.com>
2815
dcc2dd3f
JM
2816 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
2817 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
2818 instead of FP_INIT_ROUNDMODE.
2819 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
2820 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
2821
2ae21ed2
JM
2822 [BZ #16034]
2823 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
2824 copy class of input value.
2825 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
2826 not handle exceptions.
2827 * soft-fp/negsf2.c (__negsf2): Likewise.
2828 * soft-fp/negtf2.c (__negtf2): Likewise.
2829 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
2830
cb8f9562
JM
28312013-10-09 Joseph Myers <joseph@codesourcery.com>
2832
2833 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
2834 semicolon. From Linux kernel.
2835
5b60c59d
AB
28362013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
2837
2838 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
2839
b86835ca
YC
28402013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
2841
2842 [BZ #156]
2843 * manual/socket.texi: Added statement about buffer
2844 for gethostbyname2_r.
2845
e7044ea7
OB
28462013-10-08 Ondřej Bílka <neleai@seznam.cz>
2847
2848 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
2849 Use .p2align directive instead, throughout.
2850 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
2851 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
2852 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
2853 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2854 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2855 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
2856 * sysdeps/x86_64/strchr.S: Likewise.
2857 * sysdeps/x86_64/strrchr.S: Likewise.
2858
09544cbc
SP
28592013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2860
88576635
SP
2861 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
2862
e7b2d1dd
SP
2863 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
2864
09544cbc
SP
2865 * sysdeps/generic/math_private.h (__mpsin1): Remove
2866 declaration.
2867 (__mpcos1): Likewise.
2868 (__mpsin): New argument __range_reduce.
2869 (__mpcos): Likewise.
2870 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2871 (slow): Use __mpsin and __mpcos.
2872 (slow1): Likewise.
2873 (slow2): Likewise.
2874 (sloww): Likewise.
2875 (sloww1): Likewise.
2876 (sloww2): Likewise.
2877 (bsloww): Likewise.
2878 (bsloww1): Likewise.
2879 (bsloww2): Likewise.
2880 (cslow2): Likewise.
2881 (csloww): Likewise.
2882 (csloww1): Likewise.
2883 (csloww2): Likewise.
2884 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
2885 range_reduce. Merge in __mpsin1.
2886 (__mpcos): Likewise.
2887 (__mpsin1): Remove.
2888 (__mpcos1): Likewise.
2889
7602d070
JM
28902013-10-07 Joseph Myers <joseph@codesourcery.com>
2891
2892 * locale/loadlocale.c (_nl_intern_locale_data): Use
2893 LOCFILE_ALIGNED_P.
2894 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
2895 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
2896 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
2897 obstack data is appropriately aligned.
2898 (obstack_int32_grow_fast): Likewise.
2899 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
2900 * locale/programs/locfile.c (add_locale_uint32): Likewise.
2901 (add_locale_uint32_array): Likewise.
2902
a357259b
SP
29032013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
2904
2905 * benchtests/Makefile: Remove ARGLIST and RET variables.
2906 ($(objpfx)bench-%.c): Pass only function name to the script.
2907 * benchtests/README: Update documentation.
2908 * benchtests/acos-inputs: Add new directives.
2909 * benchtests/acosh-inputs: Likewise.
2910 * benchtests/asin-inputs: Likewise.
2911 * benchtests/asinh-inputs: Likewise.
2912 * benchtests/atan-inputs: Likewise.
2913 * benchtests/atanh-inputs: Likewise.
2914 * benchtests/cos-inputs: Likewise.
2915 * benchtests/cosh-inputs: Likewise.
2916 * benchtests/exp-inputs: Likewise.
2917 * benchtests/log-inputs: Likewise.
2918 * benchtests/pow-inputs: Likewise.
2919 * benchtests/rint-inputs: Likewise.
2920 * benchtests/sin-inputs: Likewise.
2921 * benchtests/sinh-inputs: Likewise.
2922 * benchtests/tan-inputs: Likewise.
2923 * benchtests/tanh-inputs: Likewise.
2924 * scripts/bench.pl: Add support for new directives.
2925
9ec1b13d
AM
29262013-10-07 Alan Modra <amodra@gmail.com>
2927
2928 * README: Fix careless merge.
2929
8b7d57cd
AM
29302013-10-05 Alan Modra <amodra@gmail.com>
2931
2932 * NEWS: Mention powerpc64le support and bugs fixed.
2933 * README: Both big-endian and little-endian powerpc64 supported.
2934
7b7bab13
ST
29352013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
2936
2937 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
2938 _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
2939 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
2940 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
2941
d39baad1
RA
29422013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
2943
2944 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
2945 match prototype.
2946
cd78f7e7
JM
29472013-10-04 Joseph Myers <joseph@codesourcery.com>
2948
29d73d86
JM
2949 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
2950 Move -mhard-float appending from
2951 ports/sysdeps/powerpc/powerpc32/Makefile.
2952 [$(with-fp) = yes] (ASFLAGS): Likewise.
2953 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
2954 * sysdeps/powerpc/nofpu: Move directory from
2955 ports/sysdeps/powerpc/nofpu.
2956 * sysdeps/powerpc/soft-fp: Move directory from
2957 ports/sysdeps/powerpc/soft-fp.
2958 * sysdeps/powerpc/powerpc32/405: Move directory from
2959 ports/sysdeps/powerpc/powerpc32/405.
2960 * sysdeps/powerpc/powerpc32/440: Move directory from
2961 ports/sysdeps/powerpc/powerpc32/440.
2962 * sysdeps/powerpc/powerpc32/464: Move directory from
2963 ports/sysdeps/powerpc/powerpc32/464.
2964 * sysdeps/powerpc/powerpc32/476: Move directory from
2965 ports/sysdeps/powerpc/powerpc32/476.
2966 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
2967 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
2968 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
2969 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
2970 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
2971 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
2972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
2973 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
2974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
2975 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
2976 * README: Update for powerpc-*-linux-gnu software floating point
2977 support in libc.
2978
e246b347
JM
2979 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
2980 case to powerpc/powerpc32*.
2981 * sysdeps/unix/sysv/linux/configure: Regenerated.
2982
89c2003e
JM
2983 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
2984 (_FPU_MASK_OM): Define as 0x04.
2985 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
2986 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
2987 0x00c10080.
2988 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
2989 0x0000003c.
2990 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
2991
cd78f7e7
JM
2992 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
2993 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
2994 getcontext_e500.
2995 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
2996 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
2997 setcontext_e500.
2998 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
2999 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
3000 and setcontext_e500.
3001
c755294d
CL
30022013-10-04 Chris Leonard <cjl@sugarlabs,.org>
3003
3004 * locale/iso-3166.def: Update iso-1366.def and related occurrences
3005
e16d221c
SP
30062013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3007
3008 * manual/threads.texi (Default Thread Attributes): Fix typo.
3009
215c7d43
WN
30102013-10-04 Will Newton <will.newton@linaro.org>
3011
3012 * malloc/Makefile: Add tst-memalign.
3013 * malloc/tst-memalign.c: New file.
3014
27d0461b
WN
3015 * malloc/tst-posix_memalign.c: Add comments.
3016 (do_test): Add comments and call free on all potentially
3017 allocated pointers. Add space after cast.
3018
1bc92709
WN
3019 * malloc/tst-pvalloc.c: Add comments.
3020 (do_test): Add comments and call free on all potentially
3021 allocated pointers. Remove duplicate check for NULL pointer.
3022 Add space after cast.
3023
66a9be9d
WN
3024 * malloc/tst-valloc.c: Add comments.
3025 (do_test): Add comments and call free on all potentially
3026 allocated pointers. Remove duplicate check for NULL pointer.
3027 Add space after cast.
3028
4cb81307
AM
30292013-10-04 Alan Modra <amodra@gmail.com>
3030
3031 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3032 Use stdint types in rather than __attribute__((mode())).
3033 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3034
f8e3e9f3
AM
30352013-10-04 Alan Modra <amodra@gmail.com>
3036
3037 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3038 Correct handling of unaligned relocs for little-endian.
3039 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3040
8f9ebb08
AM
30412013-10-04 Alan Modra <amodra@gmail.com>
3042
3043 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
3044 * configure: Regenerate.
3045 * nptl/shlib-versions: Powerpc*le starts at 2.18.
3046 * shlib-versions: Likewise.
3047
0edf96c2
AM
30482013-10-04 Alan Modra <amodra@gmail.com>
3049
3050 * string/tester.c (test_memrchr): Increment reported test cycle.
3051
e0f7a380
AM
30522013-10-04 Alan Modra <amodra@gmail.com>
3053
3054 * string/test-memcpy.c (do_one_test): When reporting errors, print
3055 string address and don't overrun end of string.
3056
466b0393
AM
30572013-10-04 Alan Modra <amodra@gmail.com>
3058
3059 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
3060 insrdi. Make better use of reg selection to speed exit slightly.
3061 Schedule entry path a little better. Remove useless "are we done"
3062 checks on entry to main loop. Handle wrapping around zero address.
3063 Correct main loop count. Handle single left-over word from main
3064 loop inline rather than by using loop_small. Remove extra word
3065 case in loop_small caused by wrong loop count. Add little-endian
3066 support.
3067 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
3068 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
3069 cache hint.
3070 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
3071 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
3072 support. Avoid rlwimi.
3073 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
3074
3be87c77
AM
30752013-10-04 Alan Modra <amodra@gmail.com>
3076
3077 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 3078 insrdi. Formatting.
3be87c77
AM
3079 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
3080 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3081 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3082 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
3083 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3084 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
3085
759cfef3
AM
30862013-10-04 Alan Modra <amodra@gmail.com>
3087
3088 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
3089 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
3090 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
3091 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
3092 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
3093 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
3094 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
3095 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
3096 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
3097 use of regs. Use power7 mtocrf. Tidy function tails.
3098
fe6e95d7
AM
30992013-10-04 Alan Modra <amodra@gmail.com>
3100
3101 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
3102 Formatting. Consistently use rXXX register defines or rN defines.
3103 Use early exit labels that avoid restoring unused non-volatile regs.
3104 Make cr field use more consistent with rWORDn compares. Rename
3105 regs used as shift registers for unaligned loop, using rN defines
3106 for short lifetime/multiple use regs.
3107 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
3108 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
3109 addi 1,1,64 to pop stack frame. Simplify return value code.
3110 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
3111
664318c3
AM
31122013-10-04 Alan Modra <amodra@gmail.com>
3113
3114 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
3115 support. Correct typos, formatting. Optimize tail. Use insrdi
3116 rather than rlwimi.
3117 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
3118 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
3119 little-endian support. Correct typos.
3120 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
3121 rather than rlwimi.
3122 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
3123 in loop and entry code to keep "and." results.
3124 (strchr): Add little-endian support. Comment. Move cntlzd
3125 earlier in tail.
3126 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
3127
43b84013
AM
31282013-10-04 Alan Modra <amodra@gmail.com>
3129
3130 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
3131 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
3132 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
3133 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
3134
8a7413f9
AM
31352013-10-04 Alan Modra <amodra@gmail.com>
3136
3137 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
3138 (rTMP): Define as r11.
3139 (strcmp): Add little-endian support. Optimise tail.
3140 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
3141 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
3142 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
3143 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
3144 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
3145 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
3146 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
3147
33ee81de
AM
31482013-10-04 Alan Modra <amodra@gmail.com>
3149
3150 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
3151 little-endian support. Remove unnecessary "are we done" tests.
3152 Handle "s" wrapping around zero and extremely large "size".
3153 Correct main loop count. Handle single left-over word from main
3154 loop inline rather than by using small_loop. Correct comments.
3155 Delete "zero" tail, use "end_max" instead.
3156 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
3157
db9b4570
AM
31582013-10-04 Alan Modra <amodra@gmail.com>
3159
3160 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
3161 support. Don't branch over align.
3162 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
3163 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
3164 support. Rearrange tmp reg use to suit. Comment.
3165 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
3166
f7c399cf
AM
31672013-10-04 Alan Modra <amodra@gmail.com>
3168
3169 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
3170
0b2c2ace
AM
31712013-10-04 Alan Modra <amodra@gmail.com>
3172
3173 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
3174 conditional form of branch and link when obtaining pc.
3175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3176
02f04a6c
AM
31772013-10-04 Alan Modra <amodra@gmail.com>
3178
3179 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
3180 HIWORD/LOWORD.
3181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
3182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
3183
9b874b2f
AM
31842013-10-04 Alan Modra <amodra@gmail.com>
3185
3186 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
3187 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
3188 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3189 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
3190 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3191 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3192 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
3193 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3194 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3195 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
3196
be1e5d31
AB
31972013-10-04 Anton Blanchard <anton@au1.ibm.com>
3198 Alistair Popple <alistair@ozlabs.au.ibm.com>
3199 Alan Modra <amodra@gmail.com>
3200
3201 [BZ #15723]
3202 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
3203 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
3204 _dl_hwcap access for little-endian.
3205 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
3206 destroy vmx regs when saving unaligned.
3207 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
3208 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
3209 destroy vmx regs when saving unaligned.
3210
fef13a78
AM
32112013-10-04 Alan Modra <amodra@gmail.com>
3212
3213 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
3214 Don't use a union to pack hi/low value.
3215
76a66d51
AB
32162013-10-04 Anton Blanchard <anton@au1.ibm.com>
3217
3218 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
3219 for little-endian.
3220 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
3221 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
3222 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
3223 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
3224 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
3225
6a31fe7f
AM
32262013-10-04 Alan Modra <amodra@gmail.com>
3227
3228 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
3229 constants to usual value for .cst8 section, and remove redundant
3230 high address load.
3231 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
3232 constant for 0x1p52. Load little-endian words of double from
3233 correct stack offsets.
3234
7b88401f
AM
32352013-10-04 Alan Modra <amodra@gmail.com>
3236
3237 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
3238 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
3239 words of double from correct stack offsets.
3240 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3241 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
3242 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
3243 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
3244 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
3245 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
3246 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
3247 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3248 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3249 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
3250 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
3251 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
3252 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3253 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3254 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3255 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
3256 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3257
9c008155
AM
32582013-10-04 Alan Modra <amodra@gmail.com>
3259
3260 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
3261 64-bit int/double union.
3262 (_FPU_SETCW): Likewise.
3263 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
3264 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
3265
da13146d
AM
32662013-10-04 Alan Modra <amodra@gmail.com>
3267
3268 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
3269 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
3270
603e8410
AM
32712013-10-04 Alan Modra <amodra@gmail.com>
3272
3273 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
3274 use vector int constants.
3275 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
3276
4a28b3ca
AB
32772013-10-04 Anton Blanchard <anton@au1.ibm.com>
3278
3279 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
3280 array with long long.
3281 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
3282 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
3283 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
3284 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
3285 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
3286 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
3287 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
3288 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
3289 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
3290 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
3291 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
3292 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
3293 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
3294
2ca85d2b
AB
32952013-10-04 Anton Blanchard <anton@au1.ibm.com>
3296
3297 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
3298 (__signbit): Likewise. Correct for little-endian.
3299 (__signbitl): Call __signbit.
3300 (lrint): Correct for little-endian.
3301 (lrintf): Call lrint.
3302
62a728ae
AM
33032013-10-04 Alan Modra <amodra@gmail.com>
3304
3305 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
3306 union 32-bit int array member with 64-bit int array.
3307 (t515, tm256): Double rather than long double.
3308 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
3309
32c301df
AM
33102013-10-04 Alan Modra <amodra@gmail.com>
3311
3312 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
3313 Delete.
3314 (IEEE854_LONG_DOUBLE_BIAS): Delete.
3315 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
3316 version of math_ldbl.h.
3317
650ef4bd
AM
33182013-10-04 Alan Modra <amodra@gmail.com>
3319
3320 [BZ #15734], [BZ #15735]
3321 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
3322 all uses of ieee875 long double macros and unions. Simplify test
3323 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
3324 ldbl_extract_mantissa value for ix,iy exponents. Properly
3325 normalize after ldbl_extract_mantissa, and don't add hidden bit
3326 already handled. Don't treat low word of ieee854 mantissa like
3327 low word of IBM long double and mask off bit when testing for
3328 zero.
3329 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
3330 all uses of ieee875 long double macros and unions. Simplify tests
3331 for 0.0L and inf. Correct double adjustment of k. Delete dead code
3332 adjusting ha,hb. Simplify code setting kld. Delete two600 and
3333 two1022, instead use their values. Recognise that tests for large
3334 "a" and small "b" are mutually exclusive. Rename vars. Comment.
3335 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
3336 Rewrite all uses of ieee875 long double macros and unions. Simplify
3337 test for 0.0L and nan. Correct negation.
3338 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
3339 ieee875 long double macros and unions. Correct output for large
3340 magnitude x. Correct absolute value calculation.
3341 (__erfcl): Likewise.
3342 * math/libm-test.inc: Add tests for errors discovered in IBM long
3343 double versions of fmodl, remainderl, erfl and erfcl.
3344
765714ca
AM
33452013-10-04 Alan Modra <amodra@gmail.com>
3346
3347 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
3348 all uses of ieee854 long double macros and unions. Simplify tests
3349 for long doubles that are fully specified by the high double.
3350 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
3351 Likewise.
3352 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
3353 Remove dead code too.
3354 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
3355 (__ieee754_ynl): Likewise.
3356 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
3357 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
3358 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
3359 Remove dead code too.
3360 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
3361 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
3362 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
3363 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
3364 Simplify.
3365 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
3366 Simplify.
3367 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
3368 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
3369 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
3370 Comment on variable precision.
3371 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
3372 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
3373 Likewise.
3374 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
3375 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
3376 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
3377 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
3378 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
3379
4ebd120c
AM
33802013-10-04 Alan Modra <amodra@gmail.com>
3381
3382 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
3383 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
3384 all uses of ieee854 long double macros and unions.
3385 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
3386 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
3387 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
3388 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
3389 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
3390 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
3391 Likewise.
3392 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
3393 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
3394 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
3395 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
3396 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
3397 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
3398 Simplify sign and nan test too.
3399 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
3400 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
3401 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
3402 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
3403 Likewise.
3404 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
3405 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
3406 Likewise.
3407 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3408 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
3409 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
3410 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
3411 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
3412 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
3413
1b6adf88
AM
34142013-10-04 Alan Modra <amodra@gmail.com>
3415
3416 * stdio-common/printf_size.c (__printf_size): Don't use
3417 union ieee854_long_double in fpnum union.
3418 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
3419 signbit macro to retrieve sign from long double.
3420 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
3421 retrieve sign from long double.
3422 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
3423 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
3424 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
3425 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
3426 * math/test-misc.c (main): Don't use union ieee854_long_double.
3427
4cf69995
AM
34282013-10-04 Alan Modra <amodra@gmail.com>
3429
3430 [BZ #15680]
3431 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
3432 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
3433 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
3434 calculation. Remove unnecessary test for denormal exponent.
3435 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
3436 Correct handling of denormals. Avoid undefined shift behaviour.
3437 Correct normalisation of low mantissa when low double is denormal.
3438 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
3439 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
3440 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
3441 Correct normalisation of low mantissa. Test for overflow of high
3442 mantissa and normalise.
3443 (ldbl_nearbyint): Use more readable constant for two52.
3444 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
3445 (__mpn_construct_long_double): Fix test for overflow of high
3446 mantissa and correct normalisation. Avoid undefined shift.
3447
9605ca6c
AM
34482013-10-04 Alan Modra <amodra@gmail.com>
3449
3450 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
3451 (union ibm_extended_long_double): Define as an array of ieee754_double.
3452 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
3453 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
3454 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
3455 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3456 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
3457 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
3458 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
3459 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
3460 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
3461 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
3462 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
3463
975569d0
JM
34642013-10-03 Joseph Myers <joseph@codesourcery.com>
3465
d3d23756
JM
3466 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
3467 page size instead of calling getpagesize.
3468
975569d0
JM
3469 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
3470 (LOCFILE_ALIGN_MASK): Likewise.
3471 (LOCFILE_ALIGN_UP): Likewise.
3472 (LOCFILE_ALIGNED_P): Likewise.
3473 * locale/programs/ld-collate.c (collate_output): Use the new
3474 macros instead of __alignof__ (int32_t).
3475 * locale/weight.h (findidx): Likewise.
3476
b1fe1f2b
OB
34772013-10-03 Ondřej Bílka <neleai@seznam.cz>
3478
3479 [BZ #431]
3480 * manual/string.texi: Fix strncat and wcsncat.
3481
5f855e35
BM
34822013-10-03 Brooks Moses <bmoses@google.com>
3483
3484 [BZ #15915]
3485 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
3486 * Makerules: ...here, and adjust associated comments.
3487
3cef6009
WN
34882013-10-02 Will Newton <will.newton@linaro.org>
3489
3490 * malloc/Makefile: Add tst-pvalloc.
3491 * malloc/tst-pvalloc.c: New file.
3492
7815420b
WN
34932013-10-02 Will Newton <will.newton@linaro.org>
3494
3495 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
3496 improve test coverage.
3497
4868b204
WN
34982013-10-02 Will Newton <will.newton@linaro.org>
3499
3500 * malloc/Makefile: Add tst-posix_memalign.
3501 * malloc/tst-posix_memalign.c: New file.
3502
29c793b3
EB
35032013-10-01 Eric Blake <eblake@redhat.com>
3504
3505 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
3506 Use __THROWNL rather than __THROW on static functions.
3507
fd967522
PM
35082013-09-30 Petr Machata <pmachata@redhat.com>
3509
3510 * elf/elf.h (R_AARCH64_ABS16): New macro.
3511 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
3512 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
3513 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
3514 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
3515 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
3516 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
3517 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
3518 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
3519 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
3520 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
3521 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
3522 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
3523 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
3524 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
3525 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
3526 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
3527 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
3528 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
3529 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
3530 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
3531 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
3532 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
3533 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
3534 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
3535 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
3536 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
3537 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
3538 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
3539 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
3540 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
3541 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
3542 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
3543 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
3544 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
3545 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
3546 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
3547 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
3548 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
3549 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
3550 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
3551 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
3552 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
3553 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
3554 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
3555 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
3556 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
3557 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
3558 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
3559 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
3560 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
3561 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
3562 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
3563 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
3564 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
3565 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
3566 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
3567 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
3568 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
3569 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
3570 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
3571 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
3572 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
3573 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
3574 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
3575 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
3576 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
3577 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
3578 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
3579 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
3580 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
3581 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
3582 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
3583 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
3584 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
3585 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
3586 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
3587 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
3588 (R_AARCH64_TLSDESC_LDR): Likewise.
3589 (R_AARCH64_TLSDESC_ADD): Likewise.
3590 (R_AARCH64_TLSDESC_CALL): Likewise.
3591
b2179107
AS
35922013-09-30 Andreas Schwab <schwab@suse.de>
3593
3594 [BZ #15048]
3595 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
3596 the nss database lookup.
3597 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3598 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
3599
47f28d0a
MF
36002013-09-28 Mike Frysinger <vapier@gentoo.org>
3601
3602 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
3603
36042013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
3605
3606 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
3607 ${Bash-specific parameter/pattern/string} parameter expansion.
3608 * sysdeps/unix/make-syscalls.sh: Likewise.
3609
f4518a17
KK
36102013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3611
3612 * sysdeps/sh/stackguard-macros.h: New file.
3613
dc1a95c7
OB
36142013-09-26 Ondřej Bílka <neleai@seznam.cz>
3615
3616 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
3617 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
3618 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
3619 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
3620 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
3621 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
3622
5ebbff8f
AZ
36232013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3624
3625 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
3626 Fix thread ID register.
3627
4fd2cf9f
JM
36282013-09-25 Joseph Myers <joseph@codesourcery.com>
3629
3630 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
3631 [POSIX || UNIX98]: Require rather than permitting all symbols from
3632 <time.h>.
3633 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
3634 element of struct sched_param.
3635 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
3636 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
3637 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
3638 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
3639 constant.
3640
12c22bc4
OL
36412013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
3642
3643 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
3644 argument calculation.
3645
a03d8ea7
JM
36462013-09-24 Joseph Myers <joseph@codesourcery.com>
3647
3648 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
3649 Expect macro.
3650 [POSIX] (pthread_attr_t): Do not require type.
3651 [POSIX] (pthread_cond_t): Likewise.
3652 [POSIX] (pthread_condattr_t): Likewise.
3653 [POSIX] (pthread_key_t): Likewise.
3654 [POSIX] (pthread_mutex_t): Likewise.
3655 [POSIX] (pthread_mutexattr_t): Likewise.
3656 [POSIX] (pthread_once_t): Likewise.
3657 [POSIX] (pthread_t): Likewise.
3658 [POSIX-based standards] (pthread_atfork): Expect function.
3659
6055173a
JM
36602013-09-24 Joseph Myers <joseph@codesourcery.com>
3661 Richard Sandiford <richard@codesourcery.com>
3662
3663 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
3664 (swap_endianness_p): New extern variable.
3665 (set_big_endian): New inline function.
3666 (maybe_swap_uint32): Likewise.
3667 (maybe_swap_uint32_array): Likewise.
3668 (maybe_swap_uint32_obstack): Likewise.
3669 * locale/programs/locfile.c: Include <stdbool.h>.
3670 (swap_endianness_p): New variable.
3671 (add_locale_uint32): Call maybe_swap_uint32.
3672 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
3673 (write_locale_data): Call maybe_swap_uint32_array.
3674 * locale/programs/ld-collate.c (obstack_int32_grow): Call
3675 maybe_swap_uint32.
3676 (obstack_int32_grow_fast): Likewise.
3677 (output_weightwc): Call maybe_swap_uint32_obstack.
3678 (collate_output): Likewise.
3679 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
3680 (OPT_LITTLE_ENDIAN): Likewise.
3681 (options): Add --little-endian and --big-endian options.
3682 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
3683 * locale/programs/locarchive.c: Include "locfile.h".
3684 (GET): New macro.
3685 (SET): Likewise.
3686 (INC): Likewise.
3687 (create_archive): Use the new macros to access fields of
3688 structures directly mapped from or written to locale archives.
3689 (oldlocrecentcmp): Likewise.
3690 (enlarge_archive): Likewise.
3691 (insert_name): Likewise.
3692 (add_alias): Likewise.
3693 (add_locale): Likewise.
3694 (delete_locales_from_archive): Likewise.
3695 (show_archive_content): Likewise.
3696 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
3697 locale data.
3698
39bf0bb4
RM
36992013-09-24 Roland McGrath <roland@hack.frob.com>
3700
3701 * manual/freemanuals.texi: Updated from (newly) canonical copy at
3702 http://www.gnu.org/doc/freemanuals.texi.
3703 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
3704
f02eed10
WN
37052013-09-24 Will Newton <will.newton@linaro.org>
3706
3707 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
3708 macro.
3709
a3a6c312
JM
37102013-09-23 Joseph Myers <joseph@codesourcery.com>
3711
3712 * locale/hashval.h (compute_hashval): Interpret bytes of key as
3713 unsigned char.
3714
107375ac
MR
37152013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
3716
3717 * manual/threads.texi (POSIX Threads): Fix a typo.
3718
141f3a77
SP
37192013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3720
303e567a
SP
3721 [BZ #14547]
3722 * string/tst-strcoll-overflow.c: New test case.
3723 * string/Makefile (xtests): Add tst-strcoll-overflow.
3724 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
3725 cache if string sizes may cause integer overflow.
3726
141f3a77
SP
3727 [BZ #14547]
3728 * string/strcoll_l.c (coll_seq): New members rule, idx,
3729 save_idx and back_us.
3730 (get_next_seq_nocache): New function.
3731 (do_compare_nocache): New function.
3732 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
3733 when malloc fails.
3734
c61b4d41
CD
37352013-09-23 Carlos O'Donell <carlos@redhat.com>
3736
0b1f8e35
CD
3737 [BZ #15754]
3738 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
3739 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
3740 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
3741
c61b4d41
CD
3742 [BZ #15754]
3743 * elf/Makefile (tests): Add tst-ptrguard1.
3744 (tests-static): Add tst-ptrguard1-static.
3745 (tst-ptrguard1-ARGS): Define.
3746 (tst-ptrguard1-static-ARGS): Define.
3747 * elf/tst-ptrguard1.c: New file.
3748 * elf/tst-ptrguard1-static.c: New file.
3749 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
3750 * sysdeps/i386/stackguard-macros.h: Likewise.
3751 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
3752 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
3753 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
3754 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
3755 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
3756 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
3757
37582013-09-23 Hector Marco <hecmargi@upv.es>
3759 Ismael Ripoll <iripoll@disca.upv.es>
3760 Carlos O'Donell <carlos@redhat.com>
3761
3762 [BZ #15754]
3763 * sysdeps/generic/stackguard-macros.h: Define
3764 __pointer_chk_guard_local and POINTER_CHK_GUARD.
3765 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
3766 Define __pointer_chk_guard_local.
3767 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
3768 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
3769
f5f4e7b4
VV
37702013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
3771
3772 [BZ #15859]
3773 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
3774
5bb43a43
AS
37752013-09-20 Andreas Schwab <schwab@linux-m68k.org>
3776
3777 * include/string.h (__ffs): Declare as hidden.
3778 * string/ffs.c (__ffs): Define as hidden.
3779 * sysdeps/i386/ffs.c (__ffs): Likewise.
3780 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
3781 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
3782 * sysdeps/s390/ffs.c (__ffs): Likewise.
3783 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
3784
3ea5be54
AO
37852013-09-20 Alexandre Oliva <aoliva@redhat.com>
3786
ffb89e53
AO
3787 * NEWS: Mention malloc probes.
3788
322dea08
AO
3789 * malloc/arena.c (new_heap): New memory_heap_new probe.
3790 (grow_heap): New memory_heap_more probe.
3791 (shrink_heap): New memory_heap_less probe.
3792 (heap_trim): New memory_heap_free probe.
3793 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
3794 (systrim): New memory_sbrk_less probe.
3795 * manual/probes.texi: Document them.
3796
655673f3
AO
3797 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
3798 * manual/probes.texi: Document it.
3799
35fed6f1
AO
3800 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
3801 (__libc_realloc): Add memory_realloc_retry probe.
3802 (__libc_memalign): Add memory_memalign_retry probe.
3803 (__libc_valloc): Add memory_valloc_retry probe.
3804 (__libc_pvalloc): Add memory_pvalloc_retry probe.
3805 (__libc_calloc): Add memory_calloc_retry probe.
3806 * manual/probes.texi: Document them.
3807
6999d38c
AO
3808 * malloc/arena.c (get_free_list): Add probe
3809 memory_arena_reuse_free_list.
3810 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
3811 and memory_arena_reuse.
3812 (arena_get2) [!PER_THREAD]: Likewise.
3813 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
3814 memory_arena_reuse_realloc.
3815 * manual/probes.texi: Document them.
3816
0653427f
AO
3817 * malloc/malloc.c (__libc_free): Add
3818 memory_mallopt_free_dyn_thresholds probe.
3819 (__libc_mallopt): Add multiple memory_mallopt probes.
3820 * manual/probes.texi: Document them.
3821
3ea5be54
AO
3822 * malloc/malloc.c: Include stap-probe.h.
3823 (__libc_mallopt): Add memory_mallopt probe.
3824 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
3825 * manual/probes.texi: New.
3826 * manual/Makefile (chapters): Add probes.
3827 * manual/threads.texi: Set next node.
3828
e35696c3 38292013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 3830
e35696c3
CL
3831 [BZ #15963, #13985]
3832 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
3833 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
3834 Add `Chinese' to `nan' entry name.
3835
4aafb73c
SP
38362013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3837
3838 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
3839 (POLYNOMIAL): Likewise.
3840 (TAYLOR_SINCOS): Likewise.
3841 (TAYLOR_SLOW): Likewise.
3842 (__sin): Use TAYLOR_SINCOS.
3843 (__cos): Likewise.
3844 (slow): Use TAYLOR_SLOW.
3845 (sloww): Likewise.
3846 (bsloww): Likewise.
3847 (csloww): Likewise.
3848
d84f25c7
LD
38492013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3850
3851 * stdlib/strtod_l.c: Fix buffer overrun.
3852
5eea0404
SP
38532013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3854
7849ff93
SP
3855 * benchtests/Makefile (bench): Add sincos.
3856 * benchtests/bench-sincos.c: New file.
3857
cfa3c886
SP
3858 * math/libm-test.inc (cos_test_data): New test inputs.
3859 (sin_test_data): Likewise.
3860
b348e1e3
SP
3861 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
3862 macro.
3863 (__sin): Use it.
3864 (__cos): Likewise.
3865 (slow1): Likewise.
3866 (slow2): Likewise.
3867 (sloww1): Likewise.
3868 (sloww2): Likewise.
3869 (bsloww1): Likewise.
3870 (bsloww2): Likewise.
3871 (cslow2): Likewise.
3872 (csloww1): Likewise.
3873 (csloww2): Likewise.
3874
6cce25f8
SP
3875 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
3876 function.
3877 (__sin): Use it.
3878 (__cos): Likewise.
3879
5eea0404
SP
3880 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
3881 gotos.
3882 (__cos): Likewise.
3883
9c21573c
MR
38842013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
3885
3886 * config.h.in (HAVE_MIPS_NAN2008): New macro.
3887 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
3888 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
3889 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
3890 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
3891 * elf/cache.c (print_entry): Handle the new cache flags.
3892
24d22e65
JM
38932013-09-18 Joseph Myers <joseph@codesourcery.com>
3894 Aldy Hernandez <aldyh@redhat.com>
3895
3896 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
3897 Change condition to [_SOFT_FLOAT].
3898 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
3899 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
3900 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
3901 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
3902 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
3903 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
3904 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
3905 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
3906 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
3907 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
3908 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
3909 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
3910 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
3911 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
3912 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
3913 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
3914 declaration.
3915
d13ef066
JM
39162013-09-18 Joseph Myers <joseph@codesourcery.com>
3917
2e071de0
JM
3918 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
3919 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
3920 (__longjmp): Use LOAD_GP to load saved GPRs.
3921 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
3922 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
3923 (__sigsetjmp): Use SAVE_GP to save GPRs.
3924
d13ef066
JM
3925 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
3926 Do not append -msoft-float.
3927 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
3928
97a0650b
SP
39292013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3930
3931 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
3932
11ca09e9
JM
39332013-09-17 Joseph Myers <joseph@codesourcery.com>
3934
3935 [BZ #15966]
3936 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
3937 (_FPU_GETCW): Use initial "__" on variable and field names but not
3938 on macro parameter name.
3939 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
3940 parentheses around reference to macro parameter.
3941
08ffcf34
RS
39422013-09-13 Richard Sandiford <richard@codesourcery.com>
3943
3944 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
3945 prototype.
3946 (ctype_startup): Use uint32_t in cast and sizeof for
3947 ctype->charnames.
3948
ae7080d3
JL
39492013-09-11 Jia Liu <proljc@gmail.com>
3950
3951 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
3952 __daddr_t_defined.
3953 [__FreeBSD__]: Likewise.
3954
5905e7b3
OB
39552013-09-11 Ondřej Bílka <neleai@seznam.cz>
3956
3957 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3958 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
3959 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
3960 (strchr): Remove __strchr_sse42 ifunc selection.
3961 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
3962 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
3963
b987c776
WN
39642013-09-11 Will Newton <will.newton@linaro.org>
3965
3966 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
3967 parameter to RES. Remove hardcoded 1000 value.
3968 * benchtests/bench-skeleton.c (main): Pass RES parameter
3969 to TIMING_INIT and multiply result by 1000.
3970
ddf985af
AZ
39712013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3972
3973 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3974
ffdd3181
AS
39752013-09-11 Andreas Schwab <schwab@suse.de>
3976
3977 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
3978 if not defined.
3979 (O_TMPFILE) [__USE_GNU]: Define.
3980 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
3981 Define.
3982
b73ed247
WN
39832013-09-11 Will Newton <will.newton@linaro.org>
3984
3985 [BZ #15857]
3986 * malloc/malloc.c (__libc_memalign): Check the value of bytes
3987 does not overflow.
3988
55e17aad
WN
39892013-09-11 Will Newton <will.newton@linaro.org>
3990
3991 [BZ #15856]
3992 * malloc/malloc.c (__libc_valloc): Check the value of bytes
3993 does not overflow.
3994
1159a193
WN
39952013-09-11 Will Newton <will.newton@linaro.org>
3996
3997 [BZ #15855]
3998 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
3999 does not overflow.
4000
5905e7b3 40012013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
4002
4003 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
4004 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
4005 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
4006 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
4007 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
4008
cdfc721b
AM
40092013-09-10 Allan McRae <allan@archlinux.org>
4010
aa04af00
AM
4011 [BZ #15748]
4012 * manual/arith.texi (Parsing of Floats): Clarify
4013 cross-reference.
4014
cdfc721b
AM
4015 [BZ #15849]
4016 * manual/install.texi (Running make install): Mention
4017 --enable-pt-chown.
4018 * INSTALL: Regenerated.
4019
95e7cf29
MR
40202013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4021
4022 * csu/init-first.c (_init): Remove the !SHARED condition around
4023 FPU control word initialization.
4024 * elf/dl-support.c (_dl_fpu_control): New variable.
4025 (_dl_aux_init) <AT_FPUCW>: Initialize it.
4026 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
4027 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
4028 * math/test-fpucw-static.c: New file.
4029 * math/test-fpucw-ieee.c: New file.
4030 * math/test-fpucw-ieee-static.c: New file.
4031 * math/Makefile (tests): Add `test-fpucw-ieee' and
4032 `$(tests-static)'.
4033 (tests-static): New variable.
4034 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
4035 dependency to...
4036 [($(build-shared),yes)]
4037 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4038 ... this.
4039 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
4040 New dependency.
4041
83e43bf0
AM
40422013-09-09 Allan McRae <allan@archlinux.org>
4043
a9f5ce09
AM
4044 [BZ #15939]
4045 * manual/string.texi (Collation Functions): Fix typo in
4046 strcoll example.
4047 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
4048
34829bc2
AM
4049 [BZ #15893]
4050 * stdlib/isomac.c (get_null_defines): Fix memory leak.
4051
3932737d
AM
4052 [BZ #15892]
4053 * libio/memstream.c (open_memstream): Fix memory leak.
4054 * libio/wmemstream.c (open_wmemstream): Likewise.
4055
83e43bf0
AM
4056 [BZ #15895]
4057 * nscd/netgroupcache.c: Fix nesting of ifdefs.
4058
0c66b8e9
WN
40592013-09-09 Will Newton <will.newton@linaro.org>
4060
4061 * malloc/Makefile: Add tst-realloc to tests.
4062 * malloc/tst-realloc.c: New file.
4063
f6b00fd1
AM
40642013-09-09 Allan McRae <allan@archlinux.org>
4065
4066 [BZ #15844]
4067 * COPYING: Update from GNU website to fix FSF address.
4068 * COPYING.LIB: Likewise.
4069
eec55e16
DM
40702013-09-06 David S. Miller <davem@davemloft.net>
4071
4072 * po/zh_TW.po: Update Chinese (traditional) translation from
4073 translation project.
4074
1ecbb381
RS
40752013-09-06 Richard Sandiford <richard@codesourcery.com>
4076 Joseph Myers <joseph@codesourcery.com>
4077
4078 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
4079 "localeinfo.h".
4080 (obstack_chunk_alloc): New macro.
4081 (obstack_chunk_free): Likewise.
4082 (record_offset): New function.
4083 (init_locale_data): Likewise.
4084 (align_locale_data): Likewise.
4085 (add_locale_empty): Likewise.
4086 (add_locale_raw_data): Likewise.
4087 (add_locale_raw_obstack): Likewise.
4088 (add_locale_string): Likewise.
4089 (add_locale_wstring): Likewise.
4090 (add_locale_uint32): Likewise.
4091 (add_locale_uint32_array): Likewise.
4092 (add_locale_char): Likewise.
4093 (start_locale_structure): Likewise.
4094 (end_locale_structure): Likewise.
4095 (start_locale_prelude): Likewise.
4096 (end_locale_prelude): Likewise.
4097 (write_locale_data): Take locale_file structure rather than an
4098 iovec.
4099 * locale/programs/locfile.h: Include "obstack.h".
4100 (struct locale_file): Change to store locale file contents instead
4101 of header.
4102 (init_locale_data): New prototype.
4103 (align_locale_data): Likewise.
4104 (add_locale_empty): Likewise.
4105 (add_locale_raw_data): Likewise.
4106 (add_locale_raw_obstack): Likewise.
4107 (add_locale_string): Likewise.
4108 (add_locale_wstring): Likewise.
4109 (add_locale_uint32): Likewise.
4110 (add_locale_uint32_array): Likewise.
4111 (add_locale_char): Likewise.
4112 (start_locale_structure): Likewise.
4113 (end_locale_structure): Likewise.
4114 (start_locale_prelude): Likewise.
4115 (end_locale_prelude): Likewise.
4116 (write_locale_data): Update prototype.
4117 * locale/programs/3level.h (struct TABLE): Remove result field.
4118 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
4119 Use new locale_file interface.
4120 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
4121 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
4122 * locale/programs/ld-address.c (address_output): Use new
4123 locale_file interface.
4124 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
4125 NO_ADD_LOCALE.
4126 (collate_finish): Don't call collseq_table_finalize.
4127 (collate_output): Use new locale_file interface.
4128 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
4129 in file.
4130 (NO_FINALIZE): Change to NO_ADD_LOCALE.
4131 (TABLE): Move defines earlier in file.
4132 (ELEMENT): Likewise.
4133 (DEFAULT): Likewise.
4134 (wctrans_table_add): Move macro and inline function earlier in
4135 file.
4136 (struct wctype_table): Move type earlier in file.
4137 (add_locale_wctype_table): New static prototype.
4138 (struct locale_ctype_t): Use logical types instead of struct iovec
4139 pointers for members.
4140 (ctype_output): Use new locale_file interface.
4141 (wctype_table_finalize): Change to add_locale_wctype_table. Use
4142 new locale_file interface.
4143 (allocate_arrays): Update for use of new locale_file interface.
4144 * locale/programs/ld-identification.c (identification_output): Use
4145 new locale_file interface.
4146 * locale/programs/ld-measurement.c (measurement_output): Likewise.
4147 * locale/programs/ld-messages.c (messages_output): Likewise.
4148 * locale/programs/ld-monetary.c (monetary_output): Likewise.
4149 * locale/programs/ld-name.c (name_output): Likewise.
4150 * locale/programs/ld-numeric.c (numeric_output): Likewise.
4151 * locale/programs/ld-paper.c (paper_output): Likewise.
4152 * locale/programs/ld-telephone.c (telephone_output): Likewise.
4153 * locale/programs/ld-time.c (time_output): Likewise.
4154
e029e2e5
AZ
41552013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4156
4157 * benchtests/Makefile: Add memrchr benchmark.
4158 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
4159 benchmark as memrchr.
4160 * benchtests/bench-memrchr-ifunc.c: New file.
4161 * benchtests/bench-memrchr.c: New file.
4162
bbf6e8e4
WN
41632013-09-06 Will Newton <will.newton@linaro.org>
4164
4165 * benchtests/Makefile (string-bench): Add memcpy.
4166
6c82a2f8
CD
41672013-09-05 Carlos O'Donell <carlos@redhat.com>
4168 Cong Wang <amwang@redhat.com>
4169
4170 * sysdeps/unix/sysv/linux/bits/in.h
4171 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
4172 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
4173 before __USE_KERNEL_IPV6_DEFS uses.
4174 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
4175 IPPROTO_BEETPH.
4176 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
4177 sockaddr_in6, or ipv6_mreq.
4178
5430fc65
AZ
41792013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4180
4181 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
4182 memory access for final bytes in some large inputs.
4183 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
4184
4660856c
AZ
41852013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4186
4187 * string/test-memrchr.c: New file.
4188 * string/test-memrchr-ifunc.c: New file.
4189 * string/Makefile: Add new memrchr testcase.
4190
bb8ea713
MF
41912013-09-05 Mike Frysinger <vapier@gentoo.org>
4192
4193 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
4194 fanotify_init returns EPERM.
4195
b92a20b5
JM
41962013-09-04 Joseph Myers <joseph@codesourcery.com>
4197
4198 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
4199 errors.
4200 (top level): Treat second token from macro or constant entries for
4201 allowed headers as allowed.
4202 * include/complex.h: Condition internal declarations on
4203 [!_ISOMAC].
4204 * include/fenv.h: Condition include of <stdbool.h> and internal
4205 declarations on [!_ISOMAC].
7447ccd9
CL
4206
42072013-09-04 Chris Leonard <cjl@sugarlabs,.org>
4208
3e181dda 4209 [BZ #15923]
7447ccd9
CL
4210 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
4211
3f2e46a4
JM
42122013-09-04 Joseph Myers <joseph@codesourcery.com>
4213
4214 * configure.in (--enable-versioning): Remove configure option.
4215 (libc_cv_asm_symver_directive): Remove configure test.
4216 (libc_cv_ld_version_script_option): Likewise.
4217 (VERSIONING): Remove variable and AC_SUBST.
4218 (DO_VERSIONING): Remove AC_DEFINE.
4219 * configure: Regenerated.
4220 * config.h.in (DO_VERSIONING): Remove macro.
4221 * Makerules [$(versioning) = yes]: Change conditionals to
4222 [$(build-shared) = yes].
4223 * config.make.in (versioning): Remove variable.
4224 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
4225 [$(build-shared) = yes].
4226 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
4227 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
4228 * elf/Makefile [$(versioning) = yes]: Change conditionals to
4229 [$(build-shared) = yes].
4230 * extra-lib.mk [$(versioning) = yes]: Likewise.
4231 * hurd/Makefile [$(versioning) = yes]: Likewise.
4232 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
4233 [SHARED].
4234 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
4235 [SHARED].
4236 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
4237 [SHARED && !NO_HIDDEN].
4238 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
4239 [SHARED].
4240 [SHARED && DO_VERSIONING]: Likewise..
4241 * libio/Makefile [$(versioning) = yes]: Change conditionals to
4242 [$(build-shared) = yes].
4243 * manual/install.texi (--disable-versioning): Remove
4244 documentation.
4245 * INSTALL: Regenerated.
4246 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
4247 to [SHARED].
4248 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
4249 [$(build-shared) = yes].
4250 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
4251 * sysdeps/i386/i686/multiarch/strstr-c.c
4252 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
4253 [SHARED && !NO_HIDDEN].
4254 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
4255 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
4256 * sysdeps/powerpc/powerpc32/dl-machine.c
4257 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
4258 * sysdeps/powerpc/powerpc32/sysdep.h
4259 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
4260 to [SHARED && PIC && !NO_HIDDEN].
4261 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
4262 conditional to [SHARED].
4263
44558701
WN
42642013-09-04 Will Newton <will.newton@linaro.org>
4265
4266 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
4267 * benchtests/bench-string.h: Include bench-timing.h instead
4268 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
4269 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
4270 call to HP_TIMING_DIFF_INIT.
4271 * benchtests/bench-memccpy.c: Use bench-timing.h macros
4272 instead of hp-timing.h macros.
4273 * benchtests/bench-memchr.c: Likewise.
4274 * benchtests/bench-memcmp.c: Likewise.
4275 * benchtests/bench-memcpy.c: Likewise.
4276 * benchtests/bench-memmem.c: Likewise.
4277 * benchtests/bench-memmove.c: Likewise.
4278 * benchtests/bench-memset.c: Likewise.
4279 * benchtests/bench-rawmemchr.c: Likewise.
4280 * benchtests/bench-strcasecmp.c: Likewise.
4281 * benchtests/bench-strcasestr.c: Likewise.
4282 * benchtests/bench-strcat.c: Likewise.
4283 * benchtests/bench-strchr.c: Likewise.
4284 * benchtests/bench-strcmp.c: Likewise.
4285 * benchtests/bench-strcpy.c: Likewise.
4286 * benchtests/bench-strcpy_chk.c: Likewise.
4287 * benchtests/bench-strlen.c: Likewise.
4288 * benchtests/bench-strncasecmp.c: Likewise.
4289 * benchtests/bench-strncat.c: Likewise.
4290 * benchtests/bench-strncmp.c: Likewise.
4291 * benchtests/bench-strncpy.c: Likewise.
4292 * benchtests/bench-strnlen.c: Likewise.
4293 * benchtests/bench-strpbrk.c: Likewise.
4294 * benchtests/bench-strrchr.c: Likewise.
4295 * benchtests/bench-strspn.c: Likewise.
4296 * benchtests/bench-strstr.c: Likewise.
4297
cae16d66
WN
42982013-09-04 Will Newton <will.newton@linaro.org>
4299
4300 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
4301
ffa3cd7f
JM
43022013-09-03 Joseph Myers <joseph@codesourcery.com>
4303
4304 [BZ #15427]
4305 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
4306 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
4307 * math/libm-test.inc (lgamma_test_data): Add more tests.
4308 * sysdeps/i386/fpu/libm-test-ulps: Update.
4309 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4310
8f02859f
OB
43112013-09-03 Ondřej Bílka <neleai@seznam.cz>
4312
4313 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
4314 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4315 Add ifunc.
4316 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
4317 Add strcmp-sse2-unaligned
4318 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
4319
18d43716
MF
43202013-09-02 Mike Frysinger <vapier@gentoo.org>
4321
4322 * Versions.def (libc): Add GLIBC_2.19.
4323
ac444012
MF
43242013-09-02 Mike Frysinger <vapier@gentoo.org>
4325
4326 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
4327 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
4328
b7835e32
JM
43292013-09-02 Joseph Myers <joseph@codesourcery.com>
4330
4331 [BZ #14155]
4332 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
4333 intermediate calculations in recurrence.
4334 (__ieee754_ynf): Likewise.
4335 * math/libm-test.inc (jn_test_data): Do not allow spurious
4336 underflow exception. Add more tests.
4337 (yn_test_data): Add more tests.
4338 * sysdeps/i386/fpu/libm-test-ulps: Update.
4339 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4340
8220f4f0
OB
43412013-09-02 Ondřej Bílka <neleai@seznam.cz>
4342
4343 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
4344
f24a6d08
OB
43452013-08-30 Ondřej Bílka <neleai@seznam.cz>
4346
4347 * csu/init-first.c: Fix then/than typos.
4348 * locale/programs/ld-collate.c: Likewise.
4349 * locale/programs/linereader.h: Likewise.
4350 * manual/charset.texi: Likewise.
4351 * manual/filesys.texi: Likewise.
4352 * manual/stdio.texi: Likewise.
4353 * manual/string.texi: Likewise.
4354 * stdlib/fmtmsg.c: Likewise.
4355 * sysdeps/i386/stpncpy.S: Likewise.
4356 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4357 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4358 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
4359 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4360
382466e0
OB
43612013-08-30 Ondřej Bílka <neleai@seznam.cz>
4362
4363 * elf/dl-open.c: Fix typos.
4364 * iconvdata/gbbig5.c: Likewise.
4365 * iconvdata/iso-2022-jp.c: Likewise.
4366 * iconv/gconv_int.h: Likewise.
4367 * iconv/loop.c: Likewise.
4368 * nis/rpcsvc/nis.h: Likewise.
4369 * resolv/ns_name.c: Likewise.
4370 * stdio-common/vfscanf.c: Likewise.
4371 * streams/stropts.h: Likewise.
4372 * sunrpc/rpc_thread.c: Likewise.
4373 * sysdeps/i386/strpbrk.S: Likewise.
4374 * sysdeps/ieee754/k_standard.c: Likewise.
4375 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
4376 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
4377 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
4378 * sysdeps/mach/hurd/profil.c: Likewise.
4379 * sysdeps/s390/dl-procinfo.h: Likewise.
4380 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
4381 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4382 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4383 * sysdeps/x86_64/dl-trampoline.S: Likewise.
4384 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
4385
0186c6e9
OB
43862013-08-30 Ondřej Bílka <neleai@seznam.cz>
4387
4388 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
4389 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
4390
d4e16af1
OB
43912013-08-29 Ondřej Bílka <neleai@seznam.cz>
4392
4393 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
4394 aix specific files.
4395 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
4396 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
4397 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
4398 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
4399 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
4400 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
4401 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
4402 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
4403
88335980
TS
44042013-08-29 Thomas Schwinge <thomas@codesourcery.com>
4405 Roland McGrath <roland@hack.frob.com>
4406
4407 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
4408 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
4409
ed479b02
ST
44102013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
4411
4412 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
4413 __executable_start symbol instead of _start.
4414
f1cc4c86
TS
44152013-08-29 Thomas Schwinge <thomas@codesourcery.com>
4416
d821f07c
TS
4417 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
4418 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
4419 Move macros to...
4420 * sysdeps/gnu/ldsodefs.h: ... this new file.
4421
c54290cf
TS
4422 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
4423 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
4424 instead of ELFOSABI_LINUX.
4425
0007fc9b 4426 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
4427 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
4428 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
4429 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
4430 Likewise.
4431 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
4432 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
4433 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
4434 Likewise.
4435 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
4436 (ibm_extended_long_double): Add ieee_nan member.
4437 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
4438 (do_test): New function.
4439
f1cc4c86
TS
4440 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
4441 TEST_TRUNC.
4442 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
4443 functions, renamed from truncdfsf_test, trunctfsf_test,
4444 trunctfdf_test.
4445 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
4446 functions.
4447 (do_test): Run all these.
4448
6f65e668
OB
44492013-08-29 Ondřej Bílka <neleai@seznam.cz>
4450
4451 * argp/argp-help.c: Fix typos.
4452 * argp/argp-parse.c: Likewise.
4453 * debug/backtracesyms.c: Likewise.
4454 * elf/elf.h: Likewise.
4455 * malloc/malloc.c: Likewise.
4456 * nis/nis_print.c: Likewise.
4457 * resolv/res_comp.c: Likewise.
4458 * stdlib/stdlib.h: Likewise.
4459 * sunrpc/clnt_tcp.c: Likewise.
4460 * sunrpc/clnt_udp.c: Likewise.
4461 * sunrpc/clnt_unix.c: Likewise.
4462 * sysdeps/unix/bsd/ptsname.c: Likewise.
4463 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4464 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
4465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
4466 Likewise.
4467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4468 Likewise.
4469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4470 Likewise.
6f65e668
OB
4471 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
4472
3a309239
SP
44732013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
4474
4475 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
4476 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
4477
3b813b29
MF
44782013-08-27 Mike Frysinger <vapier@gentoo.org>
4479
4480 [BZ #15897]
4481 * dlfcn/Makefile (tests): Add bug-dl-leaf.
4482 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
4483 ($(objpfx)bug-dl-leaf): New rule.
4484 ($(objpfx)bug-dl-leaf.so): Likewise.
4485 ($(objpfx)bug-dl-leaf.out): Likewise.
4486 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
4487 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
4488 * dlfcn/bug-dl-leaf.c: New test.
4489 * dlfcn/bug-dl-leaf-lib.c: Likewise.
4490 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
4491 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
4492 (dlclose): Likewise.
4493 (dlmopen): Likewise.
4494
8cc3269f
RM
44952013-08-27 Roland McGrath <roland@hack.frob.com>
4496
7f9d0034
RM
4497 * include/netdb.h [!_ISOMAC]:
4498 Don't include <tls.h>.
4499 (h_errno, __libc_h_errno): Move declaration and macros out of
4500 [_LIBC_REENTRANT].
4501
fb431262
RM
4502 * include/resolv.h [_RESOLV_H_]:
4503 Don't include <tls.h>.
4504 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
4505 * resolv/res_libc.c: Don't include <tls.h>.
4506 (_res): Use __attribute__ ((nocommon)) in place of
4507 __attribute__ ((section (".bss"))).
4508
bd81123a
RM
4509 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
4510 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
4511
c4e42566
RM
4512 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
4513
f890a59b
RM
4514 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
4515 only under [SIOCGIFCONF && SIOCGIFNETMASK].
4516
4517 * resolv/res_mkquery.c: Include <sys/time.h>.
4518
5d1f0a09
RM
4519 * inet/ifreq.c: Moved to ...
4520 * sysdeps/unix/ifreq.c: ... here.
4521 * inet/ifreq.c: New file, true stub version.
4522
6fcf28b3
RM
4523 * socket/sa_len.c: New file.
4524 * socket/Makefile (aux): Add it.
4525 * sysdeps/unix/sysv/linux/Makefile
4526 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
4527 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
4528 and #include <socket/sa_len.c>.
4529 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
4530 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
4531
e041fb8b
RM
4532 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
4533 * bits/socket.h: ... here.
4534
8cc3269f
RM
4535 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
4536 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
4537 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
4538
5d228a43
AS
45392013-08-27 Andreas Schwab <schwab@suse.de>
4540
45b8accc
AS
4541 [BZ #15736]
4542 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
4543 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
4544 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
4545 * string/test-strcasecmp.c (test_main): Run tests in several
4546 locales.
4547 * string/test-strncasecmp.c (test_main): Likewise.
4548
5d228a43
AS
4549 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
4550 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
4551 to __strcasecmp_nonascii and __strncasecmp_nonascii.
4552 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
4553 (__strncasecmp_ssse3) [PIC]: Likewise.
4554
59d112a4
RM
45552013-08-26 Roland McGrath <roland@hack.frob.com>
4556
53234cc3
RM
4557 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
4558
59d112a4
RM
4559 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
4560 instead of explicitly declaring xdecrypt.
4561 * nis/nss_nis/nis-publickey.c: Likewise.
4562
595aba70
SP
45632013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4564
4565 [BZ #15890]
4566 * nscd/aicache.c: Include res_hconf.h.
4567 (addhstaiX): Initialize res_hconf.
4568
ffabd393
AS
45692013-08-26 Andreas Schwab <schwab@suse.de>
4570
4571 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
4572 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
4573
e0a69f5c
SP
45742013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4575
4576 * nscd/aicache.c (addhstaiX): Fix indentation.
4577
8c12f01d
MF
45782013-08-25 Mike Frysinger <vapier@gentoo.org>
4579
4580 * configure.ac: Quote $build_pt_chown test.
4581 * configure: Regenerated.
4582
8fe89494
JM
45832013-08-23 Joseph Myers <joseph@codesourcery.com>
4584
4585 [BZ #15532]
4586 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
4587 * math/s_cexpf.c (__cexpf): Likewise.
4588 * math/s_cexpl.c (__cexpl): Likewise.
4589 * math/libm-test.inc (cexp_test_data): Correct expected return
4590 value for NaN + i0. Add another test.
4591
75b181d6
DM
45922013-08-22 David S. Miller <davem@davemloft.net>
4593
4594 * po/ca.po: Update Catalan translation from translation project.
936241e4 4595 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 4596
acd06bb1
JM
45972013-08-21 Joseph Myers <joseph@codesourcery.com>
4598
4599 [BZ #15797]
4600 * math/s_fdim.c (__fdim): Check for infinite arguments if result
4601 is infinite, not alongside NaN test.
4602 * math/s_fdimf.c (__fdimf): Likewise.
4603 * math/s_fdiml.c (__fdiml): Likewise.
4604 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
4605 errno is unchanged.
4606
c0c3f78a
OB
46072013-08-21 Ondřej Bílka <neleai@seznam.cz>
4608
4609 * argp/argp-help.c: Fix typos.
4610 * crypt/speeds.c: Likewise.
4611 * csu/check_fds.c: Likewise.
4612 * elf/dl-load.c: Likewise.
4613 * elf/dl-open.c: Likewise.
4614 * elf/reldep3.c: Likewise.
4615 * elf/reldep.c: Likewise.
4616 * elf/sprof.c: Likewise.
4617 * iconv/iconv_charmap.c: Likewise.
4618 * iconv/skeleton.c: Likewise.
4619 * iconv/strtab.c: Likewise.
4620 * io/lockf64.c: Likewise.
4621 * libio/libioP.h: Likewise.
4622 * resolv/gai_notify.c: Likewise.
4623 * resolv/ns_name.c: Likewise.
4624 * resolv/ns_samedomain.c: Likewise.
4625 * resolv/res_send.c: Likewise.
4626 * stdlib/random.c: Likewise.
4627 * sunrpc/rpc/xdr.h: Likewise.
4628 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
4629 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4630 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4631 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4632 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4633 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4634 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4635 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4636 * sysdeps/mach/hurd/check_fds.c: Likewise.
4637 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
4638 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4639 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
4640 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
4641 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4642 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
4643 * sysdeps/pthread/aio_notify.c: Likewise.
4644 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
4645 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
4646 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
4647 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4648 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
4649
46ed1038
LD
46502013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
4651
4652 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
4653 version if bit_Slow_SSE4_2 is set.
4654 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
4655 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
4656
d400dcac
AZ
46572013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4658
4659 [BZ #15867]
4660 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
4661 trampoline stack frame information.
4662 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
4663 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
4664 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
4665 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
4666 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
4667 * sysdeps/unix/sysv/linux/powerpc/init-first.c
4668 (_libc_vdso_platform_setup): Initialize the signal trampolines.
4669 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
4670 sa_flags value.
4671 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
4672 interrupting a syscall and set with option SA_SIGINFO.
4673
42c8fdd8
JM
46742013-08-20 Joseph Myers <joseph@codesourcery.com>
4675
c980f2f4
JM
4676 [BZ #15531]
4677 * math/s_cproj.c (__cproj): Only return an infinity if one part of
4678 argument is infinite.
4679 * math/s_cprojf.c (__cprojf): Likewise.
4680 * math/s_cprojl.c (__cprojl): Likewise.
4681 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
4682 * math/libm-test.inc (cproj_test_data): Add more tests.
4683
0716c4fc
JM
4684 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
4685
42c8fdd8
JM
4686 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
4687 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
4688 size. Use __ffs to determine corresponding shift.
4689
b31469d0
JM
46902013-08-20 Joseph Myers <joseph@codesourcery.com>
4691 Roland McGrath <roland@hack.frob.com>
4692
4693 * Makefile (INSTALL): Remove trailing blank lines from output of
4694 makeinfo.
4695
4e39af6e
AK
46962013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4697
4698 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
4699 Align 32 bit compat elf_greg to 8 bytes.
4700
f315524e
AA
47012013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4702
4703 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
4704
1326ba1a
SP
47052013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
4706
4707 * string/strcoll_l.c (coll_seq): New structure.
4708 (get_next_seq_cached): New function.
4709 (get_next_seq): New function.
4710 (do_compare): New function.
4711 (STRCOLL): Use GNU style definition. Simplify implementation
4712 by using get_next_seq, get_next_seq_cached and do_compare.
4713
91ce4085
FW
47142013-08-16 Florian Weimer <fweimer@redhat.com>
4715
4716 [BZ #14699]
4717 CVE-2013-4237
4718 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
4719 member.
4720 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
4721 member.
4722 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
4723 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
4724 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
4725 conditional.
4726 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
4727 GETDENTS_64BIT_ALIGNED.
4728 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
4729 * manual/filesys.texi (Reading/Closing Directory): Document
4730 ENAMETOOLONG return value of readdir_r. Recommend readdir more
4731 strongly.
4732 * manual/conf.texi (Limits for Files): Add portability note to
4733 NAME_MAX, PATH_MAX.
4734 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
4735
ca0a6bc4
AS
47362013-08-13 Andreas Schwab <schwab@suse.de>
4737
4738 [BZ #15749]
4739 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
4740 of fabs.
4741 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
4742 LDBL_MAX_EXP >= 16384]: Add tests for it.
4743
6c1fd795
DM
47442013-08-12 David S. Miller <davem@davemloft.net>
4745
4746 * version.h (RELEASE): Set to "development".
4747 (VERSION): Set to "2.18.90".
4748 * NEWS: Add 2.19 section.
4749
31ad488d
DM
47502013-08-03 David S. Miller <davem@davemloft.net>
4751
4752 * po/ko.po: Update Korean translation from translation project.
4753
db24e684
DM
47542013-08-01 David S. Miller <davem@davemloft.net>
4755
4756 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
4757 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
4758 Bilka.
4759
f723285b
DM
47602013-07-30 David S. Miller <davem@davemloft.net>
4761
4762 * po/fr.po: Update French translation from translation project.
4763
3cbc52db
DM
47642013-07-28 David S. Miller <davem@davemloft.net>
4765
30bbc0cc
DM
4766 * po/cs.po: Update Czech translation from translation project.
4767
3cbc52db
DM
4768 * po/sv.po: Update Swedish translation from translation project.
4769
d492e6d0
DM
47702013-07-27 David S. Miller <davem@davemloft.net>
4771
f1a7f492
DM
4772 * po/eo.po: Update Esperanto translation from translation project.
4773
90e62a4a
DM
4774 * po/vi.po: Update Vietnamese translation from translation project.
4775
d492e6d0
DM
4776 * po/de.po: Update German translation from translation project.
4777
d4baa62d
DM
47782013-07-26 David S. Miller <davem@davemloft.net>
4779
641aa7b4
DM
4780 * po/bg.po: Update Bulgarian translation from translation project.
4781
d4baa62d
DM
4782 * po/nl.po: Update Dutch translation from translation project.
4783 * po/pl.po: Update Polish translation from translation project.
4784 * po/ru.po: Update Russian translation from translation project.
4785
61a9dcb9
DM
47862013-07-24 David S. Miller <davem@davemloft.net>
4787
4788 * po/libc.pot: Update.
4789
7b1f8b58
AZ
47902013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4791
4792 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
4793 variable page size.
4794 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
4795 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
4796 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
4797
a8fc7a03
AK
47982013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4799
4800 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
4801
e4608715
CD
48022013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4803 Andreas Schwab <schwab@suse.de>
4804 Roland McGrath <roland@hack.frob.com>
4805 Joseph Myers <joseph@codesourcery.com>
4806 Carlos O'Donell <carlos@redhat.com>
4807
4808 [BZ #15755]
4809 * config.h.in: Define HAVE_PT_CHOWN.
4810 * config.make.in (build-pt-chown): New variable.
4811 * configure.in (--enable-pt_chown): New configure option.
4812 * configure: Regenerate.
4813 * login/Makefile: Include Makeconfig. Build pt_chown only if
4814 build-pt-chown is enabled.
4815 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
4816 pt_chown to fix pty ownership.
4817 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
4818 CLOSE_ALL_FDS.
4819 * manual/install.texi (Configuring and compiling): Mention
4820 --enable-pt_chown. Add @findex for grantpt.
4821 * INSTALL: Regenerate.
4822
da2d62df
DM
48232013-07-20 David S. Miller <davem@davemloft.net>
4824
4825 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
4826 difference between 32-bit and 64-bit.
4827
d7e06450
CD
48282013-07-15 Carlos O'Donell <carlos@redhat.com>
4829
4830 [BZ #15711]
4831 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
4832 Avoid system header dependency with -ffreestanding.
4833 ($(objpfx)bits/syscall%d): Likewise.
4834
f959cfd7
DM
48352013-07-13 David S. Miller <davem@davemloft.net>
4836
4837 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
4838 underflows from atanl/atan2l due to bug 15319.
4839 (casinh_test_data): Likewise.
4840
c61f8513
DM
48412013-07-07 David S. Miller <davem@davemloft.net>
4842
4843 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
4844
72c90ed0
JA
48452013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
4846
4847 * sysdeps/i386/fpu/libm-test-ulps: Update.
4848 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4849
52dfbe13
SP
48502013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
4851
4852 * configure.in (--enable-lock-elision): Fix message text.
4853 * INSTALL: Regenerate.
4854 * configure: Regenerate.
4855
3f169543
AZ
48562013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4857
4858 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4859
521c6785
AJ
48602013-07-03 Andreas Jaeger <aj@suse.de>
4861
4862 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
4863 define.
4864 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
4865 (ptrace_peeksiginfo_args): Add.
4866 (__ptrace_peeksiginfo_flags): Add.
4867 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
4868 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
4869 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
4870
d2cc15cb
AM
48712013-07-03 Allan McRae <allan@archlinux.org>
4872
4873 * sysdeps/i386/fpu/libm-test-ulps: Update.
4874
3aaeeca7
DM
48752013-07-02 David S. Miller <davem@davemloft.net>
4876
4877 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4878
5314ed1a
MT
48792013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
4880
4881 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4882
67338156
JM
48832013-07-02 Joseph Myers <joseph@codesourcery.com>
4884
4885 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4886 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4887
1717da59
AK
48882013-07-02 Andi Kleen <ak@linux.intel.com>
4889
4890 * config.h.in (ENABLE_LOCK_ELISION): Add.
4891 * configure.in (--enable-lock-elision): Add option.
4892 * manual/install.texi: Document --enable lock elision.
4893 * configure: Regenerate
4894 * INSTALL: Regenerate.
4895
1c81621c
L
48962013-07-02 H.J. Lu <hongjiu.lu@intel.com>
4897
4898 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
4899 SSE4.2 strcasecmp for libc.a.
4900 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4901
77f01ab5
JM
49022013-07-02 Joseph Myers <joseph@codesourcery.com>
4903
4904 [BZ #13304]
4905 * soft-fp/op-common.h (_FP_FMA): New macro.
4906 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
4907 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
4908 (_FP_MUL_MEAT_1_imm): ... here.
4909 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
4910 (_FP_MUL_MEAT_1_wide): ... here.
4911 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
4912 (_FP_MUL_MEAT_1_hard): ... here.
4913 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
4914 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
4915 (_FP_MUL_MEAT_2_wide): ... here.
4916 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
4917 (_FP_MUL_MEAT_2_wide_3mul): ... here.
4918 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
4919 (_FP_MUL_MEAT_2_gmp): ... here.
4920 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
4921 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
4922 (_FP_MUL_MEAT_4_wide): ... here.
4923 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
4924 (_FP_MUL_MEAT_4_gmp): ... here.
4925 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
4926 (_FP_WFRACBITS_DW_S): Likewise.
4927 (_FP_WFRACXBITS_DW_S): Likewise.
4928 (_FP_HIGHBIT_DW_S): Likewise.
4929 (FP_FMA_S): Likewise.
4930 (_FP_FRAC_HIGH_DW_S): Likewise.
4931 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
4932 (_FP_WFRACBITS_DW_D): Likewise.
4933 (_FP_WFRACXBITS_DW_D): Likewise.
4934 (_FP_HIGHBIT_DW_D): Likewise.
4935 (FP_FMA_D): Likewise.
4936 (_FP_FRAC_HIGH_DW_D): Likewise.
4937 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
4938 (_FP_WFRACBITS_DW_E): Likewise.
4939 (_FP_WFRACXBITS_DW_E): Likewise.
4940 (_FP_HIGHBIT_DW_E): Likewise.
4941 (FP_FMA_E): Likewise.
4942 (_FP_FRAC_HIGH_DW_E): Likewise.
4943 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
4944 (_FP_WFRACBITS_DW_Q): Likewise.
4945 (_FP_WFRACXBITS_DW_Q): Likewise.
4946 (_FP_HIGHBIT_DW_Q): Likewise.
4947 (FP_FMA_Q): Likewise.
4948 (_FP_FRAC_HIGH_DW_Q): Likewise.
4949 * soft-fp/fmasf4.c: New file.
4950 * soft-fp/fmadf4.c: Likewise.
4951 * soft-fp/fmatf4.c: Likewise.
4952
6308fd9a
LD
49532013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
4954
4955 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
4956 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
4957 Silvermont.
4958 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
4959 macro.
4960 (index_Slow_SSE4_2): Likewise.
4961 (index_Prefer_PMINUB_for_stringop): Likewise.
4962 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
4963 bit_Slow_SSE4_2 is set.
4964 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4965 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
4966
89cd9569
RA
49672013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
4968
4969 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
4970 rtld_global._dl_hwcap2.
4971 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
4972 POWER8.
4973 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
4974 POWER8 feature descriptions defined in _dl_hwcap2.
4975 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
4976 string handling for POWER8 feature bits.
4977 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
4978 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
4979 _dl_powerpc_cap_flags.
4980 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
4981 * sysdeps/powerpc/rtld-global-offsets.sym
4982 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
4983 _dl_hwcap2 in the rtld_global_ro structure.
4984
1ae8bfe0
RA
49852013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
4986
4987 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
4988 hardware capabilities in support of AT_HWCAP2.
4989 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
4990 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
4991 GLRO(dl_hwcap2).
4992 (_dl_show_auxv): Add support for calling _dl_procinfo to display
4993 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
4994 explicitly the unknown a_type display mechanism is used.
4995 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
4996 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
4997 struct member.
4998 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
4999 to macro prototype for AT_HWCAP2 support.
5000 * sysdeps/i386/dl-procinfo.h: Likewise.
5001 * sysdeps/s390/dl-procinfo.h: Likewise.
5002 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
5003 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
5004 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
5005 return -1 for unknown a_type display fallback.
5006 * sysdeps/sparc/dl-procinfo.h: Likewise.
5007 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
5008 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
5009
8fbec010
JM
50102013-06-28 Joseph Myers <joseph@codesourcery.com>
5011
5012 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
5013 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
5014
0432680e
PY
50152013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
5016
5017 [BZ #12492]
5018 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
5019 mprotect making __stack_prot writable.
5020
ce61a2ad
NF
50212013-06-28 Nathan Froyd <froydnj@codesourcery.com>
5022 Joseph Myers <joseph@codesourcery.com>
5023
5024 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
5025 as being properly aligned.
5026
f91f1c0f
MR
50272013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
5028
3d0f5d0c
MR
5029 * dlfcn/modstatic5.c: New file.
5030 * dlfcn/tststatic5.c: New file.
5031 * dlfcn/Makefile (tests): Add tststatic5.
5032 (tests-static): Likewise.
5033 (modules-names): Add modstatic5.
5034 (tststatic5-ENV): New variable.
5035 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
5036
f91f1c0f
MR
5037 [BZ #15022]
5038 * elf/dl-support.c (_dl_main_map): New variable.
5039 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
5040 (_dl_nns, _dl_load_adds): Set to 1.
5041 (_dl_initial_searchlist): Refer to _dl_main_map.
5042 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
5043 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
5044 call to _dl_get_origin.
5045 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
5046 around call_map.
5047 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
5048 * dlfcn/modstatic3.c: New file.
5049 * dlfcn/tststatic3.c: New file.
5050 * dlfcn/tststatic4.c: New file.
5051 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
5052 (tests-static): Likewise.
5053 (modules-names): Add modstatic3.
5054 (tststatic3-ENV, tststatic4-ENV): New variables.
5055 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
5056 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
5057
cbe7d24b
JM
50582013-06-26 Joseph Myers <joseph@codesourcery.com>
5059
5060 * configure.in (CC): Require GCC version 4.4 or later.
5061 * configure: Regenerated.
5062 * manual/install.texi (Tools for Compilation): Update GCC version
5063 requirement.
5064 * INSTALL: Regenerated.
5065
11b8a0e1
LD
50662013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
5067
5068 [BZ #15674]
bb5bb87c
L
5069 * string/test-memcmp.c (check2): New.
5070 (main): Call check2.
5071
11b8a0e1
LD
5072 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
5073
b0037103
MR
50742013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5075
5076 [BZ #15022]
5077 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
5078 over to...
5079 (dl_open_worker) [!SHARED]: ... here.
5080
c18c701d
RA
50812013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5082
5083 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
5084
1d17fa5f
RH
50852013-06-25 Richard Henderson <rth@redhat.com>
5086
5087 * locale/programs/locarchive.c: Include <libc-internal.h>
5088
8fcb833a
JM
50892013-06-25 Joseph Myers <joseph@codesourcery.com>
5090
5091 * manual/texinfo.tex: Update to version 2013-06-21.17, with
5092 trailing whitespace removed.
5093
17db6e8d
MF
50942013-06-24 Mike Frysinger <vapier@gentoo.org>
5095
5096 [BZ #10283]
17db6e8d
MF
5097 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
5098 * locale/programs/locarchive.c: Include libc-mmap.h.
5099 (prepare_address_space): Take two new outputs (the mmap base and len).
5100 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
5101 values.
5102 (create_archive): Declare new mmap base and len values for
5103 prepare_address_space, and store the result in ah.
5104 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
5105 (enlarge_archive): If ah->mmap_base is not NULL, use that and
5106 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
5107 Declare new mmap base and len values for
5108 prepare_address_space, and store the result in new_ah.
5109 (open_archive): Declare new mmap base and len values for
5110 prepare_address_space, and store the result in ah.
5111 (close_archive): If ah->mmap_base is not NULL, use that and
5112 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
5113 * sysdeps/generic/libc-mmap.h: New file.
5114
d605071e
MF
51152013-06-24 Mike Frysinger <vapier@gentoo.org>
5116
5117 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
5118 (ALIGN_UP): Likewise.
5119 (PTR_ALIGN_DOWN): Likewise.
5120 (PTR_ALIGN_UP): Likewise.
5121
2f063a6e
RA
51222013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5123
5124 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
5125 entry mapped to PPC_PLATFORM_POWER8.
5126 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
5127 POWER8.
5128 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
5129 (_dl_string_platform): Add case for exporting platform position for
5130 POWER8.
5131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
5132 search path to sysdeps/powerpc/powerpc32/power8 directory.
5133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
5134 search path to sysdeps/powerpc/powerpc64/power8 directory.
5135 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
5136 power7 directories.
5137 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
5138 power7 directories.
5139
a31ee4b3
SP
51402013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
5141
a74ca98f
SP
5142 * INSTALL: Regenerate.
5143
a31ee4b3
SP
5144 * nscd/connections.c (nscd_init): Fix comment.
5145
695c378f
JM
51462013-06-22 Joseph Myers <joseph@codesourcery.com>
5147
d8412221
JM
5148 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
5149
695c378f
JM
5150 [BZ #15667]
5151 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
5152 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
5153
d1d54715
MR
51542013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
5155
5156 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
5157 DL_DST_REQ_STATIC.
5158 (DL_DST_REQ_STATIC): Remove macro.
5159
8fdda7af
JM
51602013-06-21 Joseph Myers <joseph@codesourcery.com>
5161
5162 [BZ #7006]
5163 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
5164 with a shift of 0 bits.
5165
f3bc5e5a
MR
51662013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
5167
5168 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
5169 $(tststatic-ENV).
5170
be09e8c9
KK
51712013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5172
5173 [BZ #15655]
5174 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
5175
85c2e611
AZ
51762013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5177
5178 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
5179 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
5180 accepts -fno-tree-loop-distribute-patterns.
5181 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
5182 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
5183 recursive call.
5184 * string/memset.c (memset): Likewise.
5185 * string/test-memmove.c (simple_memmove): Disable loop transformation
5186 to library calls.
5187 * string/test-memset.c (simple_memset): Likewise.
5188 * benchtests/bench-memmove.c (simple_memmove): Likewise.
5189 * benchtests/bench-memset.c (simple_memset): Likewise.
5190 * configure: Regenerated.
5191
c91e0825
JM
51922013-06-20 Joseph Myers <joseph@codesourcery.com>
5193
b8c792af
JM
5194 * math/test-misc.c (main): Ignore fesetround failure when failures
5195 of subsequent rounding tests would be ignored.
5196
c91e0825
JM
5197 [BZ #15654]
5198 * math/fedisblxcpt.c (fedisableexcept): Return 0.
5199 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
5200 * math/fegetenv.c (__fegetenv): Return 0.
5201 * math/fegetexcept.c (fegetexcept): Return 0.
5202 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
5203 FE_TONEAREST.
5204 * math/feholdexcpt.c (feholdexcept): Return 0.
5205 * math/fesetenv.c (__fesetenv): Return 0.
5206 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
5207 argument FE_TONEAREST.
5208 * math/feupdateenv.c (__feupdateenv): Return 0.
5209 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
5210
bfcacbde
RM
52112013-06-18 Roland McGrath <roland@hack.frob.com>
5212
5213 * elf/rtld-Rules (rtld-compile-command.S): New variable.
5214 (rtld-compile-command.s, rtld-compile-command.c): New variables.
5215 ($(objpfx)rtld-%.os rules): Use them.
5216
e55a9b25
AZ
52172013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5218
5219 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
5220 fields.
5221
346d65b3
RM
52222013-06-17 Roland McGrath <roland@hack.frob.com>
5223
12086fb4
RM
5224 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
5225 length of target pattern, then descending length of dependency pattern.
5226 * configure.in (AWK): Require gawk 3.1.2 or newer.
5227 * manual/install.texi (Tools for Compilation): Say that we do.
5228 * configure: Regenerated.
5229
346d65b3
RM
5230 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
5231 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
5232 * scripts/sysd-rules.awk: ... this new script.
5233 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
5234 than a glob-style pattern.
5235
1a846317
JM
52362013-06-17 Joseph Myers <joseph@codesourcery.com>
5237
5238 * math/test-misc.c (main): Do not treat incorrectly rounded
5239 conversions as failure unless ROUNDING_TESTS passes.
5240
8fc75e6f
JM
52412013-06-15 Joseph Myers <joseph@codesourcery.com>
5242
3711a167
JM
5243 [BZ #15631]
5244 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
5245 restore exception state around main square root computation, then
5246 check for inexactness explicitly.
5247
8fc75e6f
JM
5248 * math/libm-test.inc (fma_test_data): Add another test.
5249
61dd6208
SP
52502013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
5251
adf23d2c
SP
5252 * manual/threads.texi (Non-POSIX Extensions): New document
5253 node. Document pthread_getattr_default_np and
5254 pthread_setattr_default_np.
5255
61dd6208
SP
5256 * Versions.def (libpthread): Add GLIBC_2.18.
5257 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
5258 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
5259 Likewise.
5260 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
5261 Likewise.
5262 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5263 Likewise.
5264 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5265 Likewise.
5266 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
5267 Likewise.
5268 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
5269 Likewise.
5270 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
5271 Likewise.
5272 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
5273 Likewise.
5274 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
5275 Likewise.
5276
d086fc7b
LD
52772013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
5278
5279 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5280 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
5281
747ef469
SP
52822013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
5283 H.J. Lu <hjl.tools@gmail.com>
5284
5285 [BZ #15627]
5286 * sysdeps/x86_64/rtld-memset.c: Remove file.
5287 * sysdeps/x86_64/rtld-memset.S: New file.
5288
1b2feed2
JM
52892013-06-14 Joseph Myers <joseph@codesourcery.com>
5290
5291 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
5292 (test_in_one_mode): Take arguments for whether the rounding mode
5293 is supported for each floating-point type.
5294 (do_test): Pass new arguments to test_in_one_mode using
5295 ROUNDING_TESTS.
5296
a58ad3f8
RM
52972013-06-13 Roland McGrath <roland@hack.frob.com>
5298
5299 * posix/tst-waitid.c (do_test): Distinguish different instances of
5300 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
5301 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
5302 before entering the kernel for waitpid.
5303
c204ab28
SP
53042013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
5305
5306 * NEWS: Fix note on clock function precision. Text by Roland
5307 McGrath.
5308
f4a29fba
RM
53092013-06-13 Roland McGrath <roland@hack.frob.com>
5310
5311 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
5312 it into place only when and if the sanity check passes.
5313
1f24b9ad
JM
53142013-06-13 Joseph Myers <joseph@codesourcery.com>
5315
5316 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
5317 output for whether conversion result is exact. Take argument
5318 indicating whether type is IBM long double.
5319 (round_for_all): Change need_exact field to ibm_ld.
5320 * stdlib/tst-strtod-round.c (struct exactness): New type.
5321 (struct test): Change bool ld_ok field to struct exactness exact.
5322 (TEST): Update all definitions for change to field.
5323 (tests): Regenerate array contents.
5324 (test_in_one_mode): Take pointer to new field instead of old ld_ok
5325 field value. Check for IBM long double here.
5326 (do_test): Update calls to test_in_one_mode.
5327
58206c68
SP
53282013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
5329
5330 [BZ #12515]
5331 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
5332 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
5333
2d6f4c5b 53342013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
5335
5336 [BZ #15605]
5337 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
5338 generated by the compiler on loop optimizations.
5339 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
5340 general definitions.
5341
94f2c076
JM
53422013-06-12 Joseph Myers <joseph@codesourcery.com>
5343
5344 * math/bug-nextafter.c: Include <math-tests.h>.
5345 (main): Only test for exceptions if EXCEPTION_TESTS is true for
5346 the relevant type.
5347 * math/bug-nexttoward.c: Include <math-tests.h>.
5348 (main): Only test for exceptions if EXCEPTION_TESTS is true for
5349 the relevant type.
5350 * math/test-misc.c: Include <math-tests.h>.
5351 (main): Only test for exceptions if EXCEPTION_TESTS is true for
5352 the relevant type.
5353
e0e50a0a
AJ
53542013-06-12 Andreas Jaeger <aj@suse.de>
5355
5356 * po/ia.po: Update Interlingua translation from translation
5357 project.
5358
25061094
SP
53592013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
5360
5361 * include/fenv.h: Include stdbool.h.
5362 (struct rm_ctx): New structure.
5363 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
5364 Define macro.
5365 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
5366 (SET_RESTORE_ROUNDF): Likewise.
5367 (SET_RESTORE_ROUNDL): Likewise.
5368 (SET_RESTORE_ROUND_NOEX): Likewise.
5369 (SET_RESTORE_ROUND_NOEXF): Likewise.
5370 (SET_RESTORE_ROUND_NOEXL): Likewise.
5371 (SET_RESTORE_ROUND_53BIT): Likewise.
5372 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
5373 (libc_feresetround_noexf_ctx): Likewise.
5374 (libc_feresetround_noexl_ctx): Likewise.
5375 (libc_feholdsetround_53bit_ctx): Likewise.
5376 (libc_feresetround_53bit_ctx): Likewise.
5377 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
5378 (libc_feholdexcept_setround_sse_ctx): New function.
5379 (libc_fesetenv_sse_ctx): Likewise.
5380 (libc_feupdateenv_sse_ctx): Likewise.
5381 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
5382 (libc_feholdexcept_setround_387_ctx): Likewise.
5383 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
5384 (libc_feholdsetround_387_prec_ctx): Likewise.
5385 (libc_feholdsetround_387_ctx): Likewise.
5386 (libc_feholdsetround_387_53bit_ctx): Likewise.
5387 (libc_feholdsetround_sse_ctx): Likewise.
5388 (libc_feresetround_sse_ctx): Likewise.
5389 (libc_feresetround_387_ctx): Likewise.
5390 (libc_feupdateenv_387_ctx): Likewise.
5391 (libc_feholdexcept_setroundf_ctx): Define macro.
5392 (libc_fesetenvf_ctx): Likewise.
5393 (libc_feupdateenvf_ctx): Likewise.
5394 (libc_feholdsetroundf_ctx): Likewise.
5395 (libc_feresetroundf_ctx): Likewise.
5396 (libc_feholdexcept_setround_ctx): Likewise.
5397 (libc_fesetenv_ctx): Likewise.
5398 (libc_feupdateenv_ctx): Likewise.
5399 (libc_feholdsetround_ctx): Likewise.
5400 (libc_feresetround_ctx): Likewise.
5401 (libc_feholdexcept_setroundl_ctx): Likewise.
5402 (libc_feupdateenvl_ctx): Likewise.
5403 (libc_feholdsetroundl_ctx): Likewise.
5404 (libc_feresetroundl_ctx): Likewise.
5405 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
5406 (libc_feresetround_53bit_ctx): Likewise.
5407
59b30555
SP
54082013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5409
5410 * locale/iso-639.def: Convert to UTF-8.
5411
f1d73d30
JM
54122013-06-11 Joseph Myers <joseph@codesourcery.com>
5413
5414 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
5415 (EXCEPTION_TESTS_double): Likewise.
5416 (EXCEPTION_TESTS_long_double): Likewise.
5417 (EXCEPTION_TESTS): Likewise.
5418 * math/libm-test.inc (test_exceptions): Only test exceptions if
5419 EXCEPTION_TESTS (FLOAT).
5420
94aca5e7
SP
54212013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5422
5423 * benchtests/Makefile (string-bench): Add strcpy_chk and
5424 stpcpy_chk.
5425 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
5426 * benchtests/bench-stpcpy_chk.c: New file.
5427 * benchtests/bench-strcpy_chk-ifunc.c: New file.
5428 * benchtests/bench-strcpy_chk.c: New file.
5429 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
5430 code.
5431 (do_test): Likewise.
5432
fac0c5f2
RA
54332013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5434
5435 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
5436 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
5437 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
5438 with tabs where appropriate.
5439 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
5440 dl-procinfo.h.
5441 [PPC_PLATFORM_PPC440]: Likewise.
5442 [PPC_PLATFORM_PPC464]: Likewise.
5443 [PPC_PLATFORM_PPC476]: Likewise.
5444 (_dl_string_platform): Add support for detecting ppc405, ppc440,
5445 ppc464, and ppc476 platform strings merging from ports/
5446 dl-procinfo.h.
5447
f22bc486
AS
54482013-06-11 Andreas Schwab <schwab@suse.de>
5449
5450 [BZ #14991]
5451 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
5452 (from_ucs4_idx): Regenerate.
5453 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
5454 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
5455 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
5456 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
5457 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
5458 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
5459 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
5460 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
5461 from FROM_LOOP and TO_LOOP specific macros.
5462 (BODY): Handle combining characters.
5463 * iconvdata/BIG5HKSCS.irreversible: Update.
5464 * iconvdata/BIG5HKSCS.precomposed: New file.
5465 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
5466 characters.
5467 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
5468
c1f75dc3
SP
54692013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5470
4eacded2
SP
5471 * include/sys/time.h: Fix indentation and add copyright header.
5472
fec799f8
SP
5473 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
5474 (do_test): Likewise.
5475 * string/test-memchr.c (do_one_test): Likewise.
5476 (do_test): Likewise.
5477 * string/test-memcmp.c (do_one_test): Likewise.
5478 (do_test): Likewise.
5479 * string/test-memcpy.c (do_one_test): Likewise.
5480 (do_test): Likewise.
5481 * string/test-memmem.c (do_one_test): Likewise.
5482 (do_test): Likewise.
5483 (do_random_tests): Likewise.
5484 * string/test-memmove.c (do_one_test): Likewise.
5485 (do_test): Likewise.
5486 * string/test-memset.c (do_one_test): Likewise.
5487 (do_test): Likewise.
5488 * string/test-rawmemchr.c (do_one_test): Likewise.
5489 (do_test): Likewise.
5490 * string/test-strcasecmp.c (do_one_test): Likewise.
5491 (do_test): Likewise.
5492 * string/test-strcasestr.c (do_one_test): Likewise.
5493 (do_test): Likewise.
5494 * string/test-strcat.c (do_one_test): Likewise.
5495 (do_test): Likewise.
5496 * string/test-strchr.c (do_one_test): Likewise.
5497 (do_test): Likewise.
5498 * string/test-strcmp.c (do_one_test): Likewise.
5499 (do_test): Likewise.
5500 * string/test-strcpy.c (do_one_test): Likewise.
5501 (do_test): Likewise.
5502 * string/test-string.h: Likewise.
5503 (test_init): Likewise.
5504 * string/test-strlen.c (do_one_test): Likewise.
5505 (do_test): Likewise.
5506 * string/test-strncasecmp.c (do_one_test): Likewise.
5507 (do_test): Likewise.
5508 * string/test-strncat.c (do_one_test): Likewise.
5509 (do_test): Likewise.
5510 * string/test-strncmp.c (do_one_test): Likewise.
5511 (do_test_limit): Likewise.
5512 (do_test): Likewise.
5513 * string/test-strncpy.c (do_one_test): Likewise.
5514 (do_test): Likewise.
5515 * string/test-strnlen.c (do_one_test): Likewise.
5516 (do_test): Likewise.
5517 * string/test-strpbrk.c (do_one_test): Likewise.
5518 (do_test): Likewise.
5519 * string/test-strrchr.c (do_one_test): Likewise.
5520 (do_test): Likewise.
5521 * string/test-strspn.c (do_one_test): Likewise.
5522 (do_test): Likewise.
5523 * string/test-strstr.c (do_one_test): Likewise.
5524 (do_test): Likewise.
5525
97020474
SP
5526 * benchtests/Makefile (string-bench): Add string benchmarks.
5527 * benchtests/bench-bcopy-ifunc.c: New file.
5528 * benchtests/bench-bcopy.c: New file.
5529 * benchtests/bench-bzero-ifunc.c: New file.
5530 * benchtests/bench-bzero.c: New file.
5531 * benchtests/bench-memccpy-ifunc.c: New file.
5532 * benchtests/bench-memccpy.c: New file.
5533 * benchtests/bench-memchr-ifunc.c: New file.
5534 * benchtests/bench-memchr.c: New file.
5535 * benchtests/bench-memcmp-ifunc.c: New file.
5536 * benchtests/bench-memcmp.c: New file.
5537 * benchtests/bench-memmem-ifunc.c: New file.
5538 * benchtests/bench-memmem.c: New file.
5539 * benchtests/bench-memmove-ifunc.c: New file.
5540 * benchtests/bench-memmove.c: New file.
5541 * benchtests/bench-mempcpy-ifunc.c: New file.
5542 * benchtests/bench-mempcpy.c: New file.
5543 * benchtests/bench-memset-ifunc.c: New file.
5544 * benchtests/bench-memset.c: New file.
5545 * benchtests/bench-rawmemchr-ifunc.c: New file.
5546 * benchtests/bench-rawmemchr.c: New file.
5547 * benchtests/bench-stpcpy-ifunc.c: New file.
5548 * benchtests/bench-stpcpy.c: New file.
5549 * benchtests/bench-stpncpy-ifunc.c: New file.
5550 * benchtests/bench-stpncpy.c: New file.
5551 * benchtests/bench-strcasecmp-ifunc.c: New file.
5552 * benchtests/bench-strcasecmp.c: New file.
5553 * benchtests/bench-strcasestr-ifunc.c: New file.
5554 * benchtests/bench-strcasestr.c: New file.
5555 * benchtests/bench-strcat-ifunc.c: New file.
5556 * benchtests/bench-strcat.c: New file.
5557 * benchtests/bench-strchr-ifunc.c: New file.
5558 * benchtests/bench-strchr.c: New file.
5559 * benchtests/bench-strchrnul-ifunc.c: New file.
5560 * benchtests/bench-strchrnul.c: New file.
5561 * benchtests/bench-strcmp-ifunc.c: New file.
5562 * benchtests/bench-strcmp.c: New file.
5563 * benchtests/bench-strcpy-ifunc.c: New file.
5564 * benchtests/bench-strcpy.c: New file.
5565 * benchtests/bench-strcspn-ifunc.c: New file.
5566 * benchtests/bench-strcspn.c: New file.
5567 * benchtests/bench-strlen-ifunc.c: New file.
5568 * benchtests/bench-strlen.c: New file.
5569 * benchtests/bench-strncasecmp-ifunc.c: New file.
5570 * benchtests/bench-strncasecmp.c: New file.
5571 * benchtests/bench-strncat-ifunc.c: New file.
5572 * benchtests/bench-strncat.c: New file.
5573 * benchtests/bench-strncmp-ifunc.c: New file.
5574 * benchtests/bench-strncmp.c: New file.
5575 * benchtests/bench-strncpy-ifunc.c: New file.
5576 * benchtests/bench-strncpy.c: New file.
5577 * benchtests/bench-strnlen-ifunc.c: New file.
5578 * benchtests/bench-strnlen.c: New file.
5579 * benchtests/bench-strpbrk-ifunc.c: New file.
5580 * benchtests/bench-strpbrk.c: New file.
5581 * benchtests/bench-strrchr-ifunc.c: New file.
5582 * benchtests/bench-strrchr.c: New file.
5583 * benchtests/bench-strspn-ifunc.c: New file.
5584 * benchtests/bench-strspn.c: New file.
5585 * benchtests/bench-strstr-ifunc.c: New file.
5586 * benchtests/bench-strstr.c: New file.
5587
c1f75dc3
SP
5588 * benchtests/Makefile: Disable parallel execution of targets.
5589 (string-bench): Add memcpy.
5590 (benchset): New variable to store a list of benchmark sets.
5591 (bench-func): Renamed from bench.
5592 (bench-set): New target.
5593 (bench): Depend on bench-func and bench-set.
5594 * benchtests/README: Add section on benchmark sets.
5595 * benchtests/bench-memcpy-ifunc.c: New file.
5596 * benchtests/bench-memcpy.c: New file.
5597 * benchtests/bench-string.h: New file.
5598
50fd745b
AS
55992013-06-11 Andreas Schwab <schwab@suse.de>
5600
5601 [BZ #15577]
5602 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
5603 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
5604 values in the triple.
5605 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
5606 terminator in the group key.
5607
3ee7e9fe
AJ
56082013-06-11 Andreas Jaeger <aj@suse.de>
5609
5610 * po/zh_TW.po: Update Chinese (traditional) translation from
5611 translation project.
5612
89fb6835
SP
56132013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5614
5615 * include/time.h (__clock_gettime): Add libc_hidden_proto.
5616 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
5617 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
5618 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
5619 (clock_getcpuclockid): Likewise.
5620 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
5621 Add weak_alias and libc_hidden_def.
5622 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
5623 * rt/clock_gettime.c (clock_gettime): Rename to
5624 __clock_gettime. Add weak_alias and libc_hidden_def.
5625 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
5626 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
5627 __clock_nanosleep. Add weak_alias and libc_hidden_def.
5628 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
5629 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
5630 Likewise.
5631 * rt/clock_settime.c (clock_settime): Rename to
5632 __clock_settime. Add weak_alias and libc_hidden_def.
5633 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
5634
0efa6f8b
JM
56352013-06-10 Joseph Myers <joseph@codesourcery.com>
5636
b8c61b4b
JM
5637 * mach/err_boot.sub: Remove trailing whitespace.
5638 * mach/err_ipc.sub: Likewise.
5639 * mach/err_mach.sub: Likewise.
5640
0efa6f8b
JM
5641 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
5642 (ROUNDING_TESTS_double): Likewise.
5643 (ROUNDING_TESTS_long_double): Likewise.
5644 (ROUNDING_TESTS): Likewise.
5645 * math/libm-test.inc: Include <math-tests.h>.
5646 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
5647 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
5648 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
5649 (IF_ROUND_INIT_FE_UPWARD): Likewise.
5650
50b818bf
SP
56512013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
5652
5653 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
5654 of assigning.
5655
60d2f8f3
JM
56562013-06-08 Joseph Myers <joseph@codesourcery.com>
5657
4902d2c3
JM
5658 * sysdeps/gnu/errlist.awk: Do not generate space at end of
5659 otherwise empty TRANS lines.
5660 * sysdeps/gnu/errlist.c: Regenerated.
5661
60d2f8f3
JM
5662 * catgets/gencat.c (error_print): Use (void) in function
5663 definition.
5664 * crypt/crypt_util.c (__init_des): Likewise.
5665 * crypt/speeds.c (Stop): Likewise.
5666 (main): Likewise.
5667 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
5668 * inet/ruserpass.c (token): Likewise.
5669 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
5670 * intl/localealias.c (extend_alias_table): Likewise.
5671 * intl/plural-exp.c (init_germanic_plural): Likewise.
5672 * libio/fcloseall.c (__fcloseall): Likewise.
5673 * libio/genops.c (_IO_flush_all): Likewise.
5674 (_IO_flush_all_linebuffered): Likewise.
5675 (_IO_cleanup): Likewise.
5676 (_IO_iter_begin): Likewise.
5677 (_IO_iter_end): Likewise.
5678 (_IO_list_lock): Likewise.
5679 (_IO_list_unlock): Likewise.
5680 (_IO_list_resetlock): Likewise.
5681 * libio/getchar.c (getchar): Likewise.
5682 * libio/getchar_u.c (getchar_unlocked): Likewise.
5683 * libio/getwchar.c (getwchar): Likewise.
5684 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
5685 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
5686 * login/getpt.c (__getpt): Likewise.
5687 * login/tst-utmp.c (main): Likewise.
5688 * malloc/hooks.c (__malloc_check_init): Likewise.
5689 * malloc/malloc.c (__malloc_stats): Likewise.
5690 * malloc/mtrace.c (tr_break): Likewise.
5691 (mtrace): Likewise.
5692 (muntrace): Likewise.
5693 * misc/fstab.c (endfsent): Likewise.
5694 * misc/getclktck.c (__getclktck): Likewise.
5695 * misc/getdtsz.c (__getdtablesize): Likewise.
5696 * misc/gethostid.c (gethostid): Likewise.
5697 * misc/getpagesize.c (__getpagesize): Likewise.
5698 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
5699 (__get_nprocs): Likewise.
5700 (__get_phys_pages): Likewise.
5701 (__get_avphys_pages): Likewise.
5702 * misc/getttyent.c (getttyent): Likewise.
5703 (setttyent): Likewise.
5704 (endttyent): Likewise.
5705 * misc/getusershell.c (getusershell): Likewise.
5706 (endusershell): Likewise.
5707 (setusershell): Likewise.
5708 (initshells): Likewise.
5709 * misc/hsearch.c (__hdestroy): Likewise.
5710 * misc/sync.c (sync): Likewise.
5711 * misc/syslog.c (closelog_internal): Likewise.
5712 (closelog): Likewise.
5713 * misc/ttyslot.c (ttyslot): Likewise.
5714 * misc/vhangup.c (vhangup): Likewise.
5715 * posix/fork.c (__fork): Likewise.
5716 * posix/getegid.c (__getegid): Likewise.
5717 * posix/geteuid.c (__geteuid): Likewise.
5718 * posix/getgid.c (__getgid): Likewise.
5719 * posix/getpid.c (__getpid): Likewise.
5720 * posix/getppid.c (__getppid): Likewise.
5721 * posix/getuid.c (__getuid): Likewise.
5722 * posix/pause.c (pause): Likewise.
5723 * posix/setpgrp.c (setpgrp): Likewise.
5724 * posix/setsid.c (__setsid): Likewise.
5725 * posix/test-vfork.c (noop): Likewise.
5726 * resolv/gethnamaddr.c (_endhtent): Likewise.
5727 (_gethtent): Likewise.
5728 (ht_endhostent): Likewise.
5729 (gethostent): Likewise.
5730 (dns_service): Likewise.
5731 * stdlib/drand48.c (drand48): Likewise.
5732 * stdlib/lrand48.c (lrand48): Likewise.
5733 * stdlib/mrand48.c (mrand48): Likewise.
5734 * stdlib/rand.c (rand): Likewise.
5735 * stdlib/random.c (__random): Likewise.
5736 * stdlib/setenv.c (clearenv): Likewise.
5737 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
5738 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
5739 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
5740 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
5741 (__get_nprocs): Likewise.
5742 (__get_phys_pages): Likewise.
5743 (__get_avphys_pages): Likewise.
5744 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
5745 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
5746 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
5747 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
5748 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
5749 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
5750 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
5751 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
5752 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
5753 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
5754 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
5755 * sysdeps/mach/hurd/sync.c (sync): Likewise.
5756 * sysdeps/posix/clock.c (clock): Likewise.
5757 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
5758 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
5759 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
5760 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
5761 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
5762 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
5763 (__get_nprocs_conf): Likewise.
5764 (__get_phys_pages): Likewise.
5765 (__get_avphys_pages): Likewise.
5766 * time/clock.c (clock): Likewise.
5767 * time/tzset.c (__tzname_max): Likewise.
5768
2e09a79a
JM
57692013-06-07 Joseph Myers <joseph@codesourcery.com>
5770
5771 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
5772 (__bswap_32): Do not use "register".
5773 * crypt/crypt.c (_ufc_doit_r): Likewise.
5774 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
5775 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
5776 * gmon/gmon.c (__monstartup): Likewise.
5777 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
5778 * hurd/hurdmalloc.c (more_memory): Likewise.
5779 (malloc): Likewise.
5780 (free): Likewise.
5781 (realloc): Likewise.
5782 (malloc_fork_prepare): Likewise.
5783 (malloc_fork_parent): Likewise.
5784 (malloc_fork_child): Likewise.
5785 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
5786 (_svcauth_des): Likewise.
5787 * inet/inet_lnaof.c (inet_lnaof): Likewise.
5788 * inet/inet_net.c (inet_network): Likewise.
5789 * inet/inet_netof.c (inet_netof): Likewise.
5790 * inet/rcmd.c (__validuser2_sa): Likewise.
5791 * io/fts.c (fts_open): Likewise.
5792 (fts_load): Likewise.
5793 (fts_close): Likewise.
5794 (fts_read): Likewise.
5795 (fts_children): Likewise.
5796 (fts_build): Likewise.
5797 (fts_stat): Likewise.
5798 (fts_sort): Likewise.
5799 (fts_alloc): Likewise.
5800 (fts_lfree): Likewise.
5801 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
5802 (_IO_file_xsgetn): Likewise.
5803 (_IO_file_xsgetn_mmap): Likewise.
5804 * libio/iofopncook.c (_IO_cookie_read): Likewise.
5805 (_IO_cookie_write): Likewise.
5806 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
5807 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
5808 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
5809 * malloc/obstack.c (_obstack_begin): Likewise.
5810 (_obstack_begin_1): Likewise.
5811 (_obstack_newchunk): Likewise.
5812 (_obstack_allocated_p): Likewise.
5813 (obstack_free): Likewise.
5814 (_obstack_memory_used): Likewise.
5815 * misc/getttyent.c (getttynam): Likewise.
5816 (getttyent): Likewise.
5817 (skip): Likewise.
5818 (value): Likewise.
5819 * misc/getusershell.c (initshells): Likewise.
5820 * misc/syslog.c (__vsyslog_chk): Likewise.
5821 * misc/ttyslot.c (ttyslot): Likewise.
5822 * nis/nis_hash.c (__nis_hash): Likewise.
5823 * posix/fnmatch_loop.c (FCT): Likewise.
5824 * posix/getconf.c (print_all): Likewise.
5825 (main): Likewise.
5826 * posix/getopt.c (exchange): Likewise.
5827 * posix/glob.c (globfree): Likewise.
5828 (prefix_array): Likewise.
5829 (__glob_pattern_type): Likewise.
5830 * resolv/arpa/nameser.h (NS_GET16): Likewise.
5831 (NS_GET32): Likewise.
5832 (NS_PUT16): Likewise.
5833 (NS_PUT32): Likewise.
5834 * resolv/gethnamaddr.c (getanswer): Likewise.
5835 (gethostbyname2): Likewise.
5836 (gethostbyaddr): Likewise.
5837 (_gethtent): Likewise.
5838 (_gethtbyname2): Likewise.
5839 (_gethtbyaddr): Likewise.
5840 * resolv/ns_print.c (dst_s_get_int16): Likewise.
5841 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
5842 * resolv/res_init.c (__res_vinit): Likewise.
5843 (net_mask): Likewise.
5844 * resolv/res_mkquery.c (outchar): Likewise.
5845 (PRINT): Likewise.
5846 * stdio-common/printf_fp.c (outchar): Likewise.
5847 (PRINT): Likewise.
5848 * stdio-common/printf_fphex.c (outchar): Likewise.
5849 (PRINT): Likewise.
5850 * stdio-common/printf_size.c (outchar): Likewise.
5851 (PRINT): Likewise.
5852 * stdio-common/test_rdwr.c (main): Likewise.
5853 * stdio-common/tfformat.c (matches): Likewise.
5854 * stdio-common/vfprintf.c (outchar): Likewise.
5855 (printf_unknown): Likewise.
5856 (buffered_vfprintf): Likewise.
5857 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
5858 * stdio-common/xbug.c (AppendToBuffer): Likewise.
5859 (ReadFile): Likewise.
5860 * stdlib/qsort.c (SWAP): Likewise.
5861 (_quicksort): Likewise.
5862 * stdlib/setenv.c (__add_to_environ): Likewise.
5863 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
5864 * stdlib/strtol_l.c (__strtol_l): Likewise.
5865 * stdlib/tst-strtod.c (main): Likewise.
5866 * stdlib/tst-strtol.c (main): Likewise.
5867 * stdlib/tst-strtoll.c (main): Likewise.
5868 * string/bits/string2.h (__strcmp_cc): Likewise.
5869 (__strcmp_cg): Likewise.
5870 (__strcspn_c1): Likewise.
5871 (__strcspn_c2): Likewise.
5872 (__strcspn_c3): Likewise.
5873 (__strspn_c1): Likewise.
5874 (__strspn_c2): Likewise.
5875 (__strspn_c3): Likewise.
5876 (__strsep_1c): Likewise.
5877 (__strsep_2c): Likewise.
5878 (__strsep_3c): Likewise.
5879 * string/memccpy.c (__memccpy): Likewise.
5880 * string/stpcpy.c (__stpcpy): Likewise.
5881 * string/strcmp.c (strcmp): Likewise.
5882 * string/strrchr.c (strrchr): Likewise.
5883 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
5884 Likewise.
5885 * sysdeps/mach/hurd/getcwd.c
5886 (_hurd_canonicalize_directory_name_internal): Likewise.
5887 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
5888 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
5889 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
5890 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
5891 Likewise, in both definitions.
5892 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
5893 definitions.
5894 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
5895 64] (__bswap_64): Likewise.
5896 * time/test_time.c (main): Likewise.
5897 * time/tzfile.c (__tzfile_read): Likewise.
5898 (__tzfile_compute): Likewise.
5899 * time/tzset.c (__tzset_parse_tz): Likewise.
5900 (tzset_internal): Likewise.
5901 (compute_change): Likewise.
5902 * wcsmbs/wcscat.c (__wcscat): Likewise.
5903 * wcsmbs/wcschr.c (wcschr): Likewise.
5904 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
5905 * wcsmbs/wcscspn.c (wcscspn): Likewise.
5906 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
5907 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
5908 * wcsmbs/wcsspn.c (wcsspn): Likewise.
5909 * wcsmbs/wcsstr.c (wcsstr): Likewise.
5910 * wcsmbs/wmemchr.c (wmemchr): Likewise.
5911 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
5912 * wcsmbs/wmemset.c (wmemset): Likewise.
5913
9e54314b
JM
59142013-06-06 Joseph Myers <joseph@codesourcery.com>
5915
5916 * scripts/config.guess: Update to version 2013-05-16.
5917 * scripts/config.sub: Update to version 2013-04-24.
5918 * scripts/install-sh: Update to version 2011-11-20.07.
5919 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
5920 * scripts/move-if-change: Update to version 2012-01-06 07:23.
5921
350635a5
OB
59222013-06-06 Ondřej Bílka <neleai@seznam.cz>
5923
5924 * debug/fgetws_u_chk.c: Fix leading whitespaces.
5925 * elf/sln.c: Likewise.
5926 * hurd/hurd/ioctl.h: Likewise.
5927 * hurd/hurdmalloc.c: Likewise.
5928 * hurd/xattr.c: Likewise.
5929 * include/shlib-compat.h: Likewise.
5930 * inet/ruserpass.c: Likewise.
5931 * libio/iofgets_u.c: Likewise.
5932 * libio/iofgetws_u.c: Likewise.
5933 * locale/programs/ld-identification.c: Likewise.
5934 * locale/programs/ld-time.c: Likewise.
5935 * mach/msg-destroy.c: Likewise.
5936 * nss/nss_files/files-netgrp.c: Likewise.
5937 * resolv/res_data.c: Likewise.
5938 * soft-fp/op-1.h: Likewise.
5939 * soft-fp/op-2.h: Likewise.
5940 * soft-fp/op-4.h: Likewise.
5941 * soft-fp/op-common.h: Likewise.
5942 * stdio-common/printf_fphex.c: Likewise.
5943 * stdlib/strtod_l.c: Likewise.
5944 * sunrpc/rpc/clnt.h: Likewise.
5945 * sysdeps/generic/framestate.c: Likewise.
5946 * sysdeps/i386/bsd-_setjmp.S: Likewise.
5947 * sysdeps/i386/bsd-setjmp.S: Likewise.
5948 * sysdeps/i386/__longjmp.S: Likewise.
5949 * sysdeps/i386/setjmp.S: Likewise.
5950 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
5951 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
5952 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
5953 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
5954 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
5955 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
5956 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
5957 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
5958 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5959 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
5960 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
5961 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
5962 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
5963 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
5964 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
5965 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
5966 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
5967 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
5968 * sysdeps/ieee754/support.c: Likewise.
5969 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
5970 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
5971 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
5972 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
5973 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
5974 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
5975 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
5976 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
5977 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
5978 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
5979 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
5980 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
5981 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
5982 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
5983 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
5984 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
5985 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
5986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
5987
44a988af
OB
59882013-06-05 Ondřej Bílka <neleai@seznam.cz>
5989
25506f09 5990 * posix/transbug.c: Remove executable mode.
44a988af 5991
9c84384c
JM
59922013-06-05 Joseph Myers <joseph@codesourcery.com>
5993
5994 * crypt/speeds.c: Remove trailing whitespace.
5995 * dlfcn/default.c: Likewise.
5996 * elf/ifuncdep2.c: Likewise.
5997 * elf/ifuncmain1.c: Likewise.
5998 * elf/ifuncmain1vis.c: Likewise.
5999 * elf/testobj.h: Likewise.
6000 * elf/tst-stackguard1.c: Likewise.
6001 * gmon/sys/gmon.h: Likewise.
6002 * hurd/hurdmsg.c: Likewise.
6003 * hurd/new-fd.c: Likewise.
6004 * hurd/ports-get.c: Likewise.
6005 * iconvdata/ibm1008_420.c: Likewise.
6006 * inet/tst-getni1.c: Likewise.
6007 * inet/tst-getni2.c: Likewise.
6008 * libio/ioungetc.c: Likewise.
6009 * libio/wfiledoalloc.c: Likewise.
6010 * manual/libm-err-tab.pl: Likewise.
6011 * math/w_dremf.c: Likewise.
6012 * misc/ftruncate.c: Likewise.
6013 * posix/bug-glob2.c: Likewise.
6014 * posix/tst-pcre.c: Likewise.
6015 * posix/wait4.c: Likewise.
6016 * resolv/README: Likewise.
6017 * resolv/res_debug.h: Likewise.
6018 * resolv/tst-inet_ntop.c: Likewise.
6019 * setjmp/bug269-setjmp.c: Likewise.
6020 * soft-fp/extended.h: Likewise.
6021 * soft-fp/op-1.h: Likewise.
6022 * soft-fp/op-2.h: Likewise.
6023 * soft-fp/op-4.h: Likewise.
6024 * soft-fp/op-8.h: Likewise.
6025 * soft-fp/testit.c: Likewise.
6026 * stdio-common/bug16.c: Likewise.
6027 * stdlib/random.c: Likewise.
6028 * sunrpc/rpcsvc/rquota.x: Likewise.
6029 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
6030 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
6031 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
6032 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
6033 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
6034 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
6035 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6036 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
6037 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
6038 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
6039 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
6040 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
6041 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
6042 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
6043 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
6044 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
6045 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
6046 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
6047 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
6048 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
6049 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
6050 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
6051 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
6052 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
6053 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
6054 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
6055 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
6056 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
6057 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
6058 * sysdeps/ieee754/s_lib_version.c: Likewise.
6059 * sysdeps/mach/hurd/check_fds.c: Likewise.
6060 * sysdeps/mach/hurd/getsockname.c: Likewise.
6061 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
6062 * sysdeps/mach/hurd/recvfrom.c: Likewise.
6063 * sysdeps/powerpc/bits/link.h: Likewise.
6064 * sysdeps/powerpc/dl-procinfo.c: Likewise.
6065 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
6066 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
6067 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
6068 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
6069 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
6070 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
6071 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
6072 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
6073 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
6074 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6075 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
6076 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
6077 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
6078 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
6079 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
6080 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
6081 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
6082 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
6083 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
6084 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
6085 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
6086 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
6087 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
6088 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6089 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
6090 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
6091 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
6092 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
6093 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
6094 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
6095 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
6096 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6097 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
6098 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
6099 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
6100 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
6101 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
6102 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6103 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
6104 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
6105 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
6106 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
6107 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
6108 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
6109 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
6110 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
6111 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
6112 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
6113 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
6114 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
6115 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
6116 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6117 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6118 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
6119 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6120 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6121 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
6122 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
6123 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6124 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
6125 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
6126 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
6127 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
6128 * sysdeps/powerpc/sysdep.h: Likewise.
6129 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
6130 * sysdeps/s390/s390-64/sub_n.S: Likewise.
6131 * sysdeps/sh/dl-trampoline.S: Likewise.
6132 * sysdeps/sh/memset.S: Likewise.
6133 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
6134 * sysdeps/sh/strlen.S: Likewise.
6135 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
6136 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
6137 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
6138 * sysdeps/sparc/sparc32/rem.S: Likewise.
6139 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
6140 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
6141 * sysdeps/sparc/sparc32/strchr.S: Likewise.
6142 * sysdeps/sparc/sparc32/udiv.S: Likewise.
6143 * sysdeps/sparc/sparc32/urem.S: Likewise.
6144 * sysdeps/sparc/sparc64/add_n.S: Likewise.
6145 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
6146 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
6147 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
6148 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
6149 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
6150 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
6151 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
6152 * sysdeps/unix/bsd/times.c: Likewise.
6153 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
6154 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
6155 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6156 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6157 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6158 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
6159 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
6160 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
6161 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
6162 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
6163 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
6164 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
6165 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
6166 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
6167 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
6168 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
6169 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
6170 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
6171 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
6172 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
6173 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
6174 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
6175 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
6176 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
6177 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
6178 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
6179 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
6180 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6181 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
6182 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
6183 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
6184 * sysdeps/x86_64/strcspn.S: Likewise.
6185
869378a5
RA
61862013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
6187
6188 * locale/C-translit.h: Revert #include <stdint.h> because this is a
6189 generated file. Regenerate properly from gen-translit.pl.
6190 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
6191 locale/C-translit.h.
6192
840e2943
AS
61932013-06-05 Andreas Schwab <schwab@suse.de>
6194
6195 [BZ #15100]
6196 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
6197 week as 6 instead of -1.
6198 * time/tst-strptime.c (day_tests): Add test case.
6199
4c60cb0c
SP
62002013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6201
6202 * sysdeps/generic/math_private.h
6203 (libc_feholdexcept_setround_53bit): Replace with
6204 libc_feholdsetround_53bit.
6205 (libc_feupdateenv_53bit): Replace with
6206 libc_feresetround_53bit.
6207 (SET_RESTORE_ROUND_53BIT): Adjust.
6208
d180203e
SP
62092013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
6210
96df079a
SP
6211 * string/test-strchrnul.c: Add copyright header.
6212
d180203e
SP
6213 * posix/tst-getaddrinfo4.c: Increase test timeout.
6214
8b0ccb2d
CD
62152013-06-03 Carlos O'Donell <carlos@redhat.com>
6216
6217 [BZ #15536]
6218 * math/libm-test.inc (MAX_EXP): Remove
6219 (MIN_EXP): Define.
6220 (ulp): Use MIN_EXP - MANT_DIG.
6221 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
6222
3b3c4d40
CD
62232013-05-31 Carlos O'Donell <carlos@redhat.com>
6224
6225 * po/be.po: Revert last change.
6226 * po/zh_CN.po: Likewise.
6227 * po/header.pot: Likewise.
6228
fab7ce3f
JM
62292013-05-31 Joseph Myers <joseph@codesourcery.com>
6230
6231 * Makefile ($(common-objpfx)linkobj/libc.so): Define
6232 link-libc-deps to empty as target-specific variable.
6233 * Makerules (link-libc-args): New variable.
6234 (libc-for-link): Likewise.
6235 (link-libc-deps): Likewise.
6236 (lib%.so): Depend on $(link-libc-deps). Link with
6237 $(link-libc-args).
6238 (build-module): Link with $(link-libc-args).
6239 (build-module-asneeded): Likewise.
6240 (build-module-helper-objlist): Filter out $(link-libc-deps) from
6241 list of objects.
6242 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
6243 target-specific variable.
6244 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
6245 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
6246 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
6247 libc.
6248 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
6249 libc and ld.so.
6250 ($(objpfx)libpcprofile.so): Likewise.
6251 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
6252 libc_nonshared.a.
6253 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
6254 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
6255 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
6256 $(link-libc-deps).
6257 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
6258 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
6259 * login/Makefile ($(objpfx)libutil.so): Likewise.
6260 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
6261 * math/Makefile ($(objpfx)libm.so): Likewise.
6262 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
6263 $(objpfx)libnsl.so): Define libc-for-link as target-specific
6264 variable instead of depending directly on libc.
6265 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
6266 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
6267 $(link-libc-deps).
6268 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
6269 libc.
6270 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
6271 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
6272 ($(objpfx)libanl.so): Likewise.
6273 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
6274 ld.so.
6275 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
6276 $(link-libc-deps).
6277 * sysdeps/i386/fpu/Makefile: Remove file.
6278 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
6279 ($(objpfx)libm.so): Remove dependency on ld.so.
6280
eca5920c
PF
62812013-05-30 Patsy Franklin <pfrankli@redhat.com>
6282
6283 [BZ # 15553]
6284 * nis/yp_xdr.c (XDRMAXNAME): Define.
6285 (XDRMAXRECORD): Define.
6286 (xdr_domainname): Use XDRMAXNAME.
6287 (xdr_mapname): Likewise.
6288 (xdr_peername): Likewise.
6289 (xdr_keydat): Use XDRMAXRECORD.
6290 (xdr_valdat): Likewise.
6291
62922013-05-30 Jeff Law <law@redhat.com>
96945714
JL
6293
6294 [BZ #14256]
6295 * manual/errno.texi (ESTALE): Update to account for more than
6296 just NFS file systems.
6297 * sysdeps/gnu/errlist.c: Regenerated.
6298
b9375348
SP
62992013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
6300
6301 [BZ #15465]
6302 * elf/Makefile (tests): Add tst-null-argv.
6303 (modules-names): Add tst-null-argv-lib.
6304 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
6305 (tst-null-argv-ENV): Set environment for tst-null-argv.
6306 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
6307 (RTLD_PROGNAME): New macro.
6308 * elf/tst-null-argv.c: New test case.
6309 * elf/tst-null-argv-lib.c: Library for test case.
6310 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
6311 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
6312 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
6313 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
6314 * elf/dl-init.c (call_init): Likewise.
6315 (_dl_init): Likewise.
6316 * elf/dl-load.c (print_search_path): Likewise.
6317 (_dl_map_object): Likewise.
6318 * elf/dl-lookup.c (do_lookup_x): Likewise.
6319 (add_dependency): Likewise.
6320 (_dl_lookup_symbol_x): Likewise.
6321 (_dl_debug_bindings): Likewise.
6322 * elf/dl-open.c (_dl_show_scope): Likewise.
6323 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
6324 * elf/dl-version.c (match_symbol): Likewise.
6325 (_dl_check_map_versions): Likewise.
6326 * elf/rtld.c (dl_main): Likewise.
6327 (print_unresolved): Use RTLD_PROGNAME.
6328 (print_missing_version): Likewise.
6329 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
6330 (elf_machine_rela): Likewise.
6331 * sysdeps/powerpc/powerpc32/dl-machine.c
6332 (__process_machine_rela): Likewise.
6333 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
6334 Likewise.
6335 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
6336 Likewise.
6337 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6338 Likewise.
6339 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6340 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
6341 Likewise.
6342 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
6343 Likewise.
6344 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
6345
8a9f20c8
CD
63462013-05-28 Carlos O'Donell <carlos@redhat.com>
6347
6348 * po/be.po: Add descriptive title.
6349 * po/zh_CN.po: Likewise.
6350 * po/header.pot: Likewise.
6351
0e60d68e
MF
63522013-05-28 Mike Frysinger <vapier@gentoo.org>
6353
6354 * locale/programs/locarchive.c (create_archive): Inlucde fname in
6355 error message.
6356 (enlarge_archive): Likewise.
6357
56b672e9
BN
63582013-05-28 Ben North <ben@redfrontdoor.org>
6359
6360 * manual/arith.texi (frexp): It is the magnitude of the return
6361 value which lies in [0.5, 1), not the return value itself.
6362
5e056687
AZ
63632013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6364
6365 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6366
2b66ef5d
TS
63672013-05-26 Thomas Schwinge <thomas@codesourcery.com>
6368
528c2405
TS
6369 * stdio-common/bug26.c (main): Correct fscanf template.
6370
07b4c13d
TS
6371 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
6372 declare _dl_skip_args.
6373
ec9dd97c
TS
6374 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
6375 Don't declare.
6376
2b66ef5d
TS
6377 * manual/platform.texi: Add missing @end deftypefun.
6378
4f8dfe27
JM
63792013-05-24 Joseph Myers <joseph@codesourcery.com>
6380
0323d086
JM
6381 [BZ #15529]
6382 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
6383 bit of mantissa of 2^16382.
6384 * math/libm-test.inc (hypot_test_data): Add more tests.
6385
dd4259b9
JM
6386 * math/libm-test.inc: Add drem and pow10 to list of tested
6387 functions.
6388 (pow10_test): New function.
6389 (drem_test): Likewise.
6390 (drem_test_tonearest): Likewise.
6391 (drem_test_towardzero): Likewise.
6392 (drem_test_downward): Likewise.
6393 (drem_test_upward): Likewise.
6394 (main): Call the new functions.
6395
4f8dfe27
JM
6396 * math/libm-test.inc (finite_test_data): Remove.
6397 (finite_test): Run tests from isfinite_test_data.
6398 (gamma_test_data): Remove.
6399 (gamma_test): Run tests from lgamma_test_data.
6400 * sysdeps/i386/fpu/libm-test-ulps: Update.
6401 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6402
d116b7c4
AZ
64032013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6404
6405 * manual/platform.texi: Add PowerPC PPR function set documentation.
6406 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
6407 implementation.
6408
e96e3767
CD
64092013-05-24 Carlos O'Donell <carlos@redhat.com>
6410
6411 * math/libm-test.inc (MAX_EXP): Define.
6412 (ULPDIFF): Define.
6413 (ulp): New function.
6414 (check_float_internal): Use ULPDIFF.
6415 (cpow_test): Disable failing test.
6416 (check_ulp): Test ulp() implemetnation.
6417 (main): Call check_ulp before starting tests.
6418
b679a606
JM
64192013-05-24 Joseph Myers <joseph@codesourcery.com>
6420
e8bdba36
JM
6421 * math/gen-libm-test.pl (generate_testfile): Do not handle
6422 START_DATA and END_DATA.
6423 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
6424 END_DATA.
6425 (acos_tonearest_test_data): Likewise.
6426 (acos_towardzero_test_data): Likewise.
6427 (acos_downward_test_data): Likewise.
6428 (acos_upward_test_data): Likewise.
6429 (acosh_test_data): Likewise.
6430 (asin_test_data): Likewise.
6431 (asin_tonearest_test_data): Likewise.
6432 (asin_towardzero_test_data): Likewise.
6433 (asin_downward_test_data): Likewise.
6434 (asin_upward_test_data): Likewise.
6435 (asinh_test_data): Likewise.
6436 (atan_test_data): Likewise.
6437 (atanh_test_data): Likewise.
6438 (atan2_test_data): Likewise.
6439 (cabs_test_data): Likewise.
6440 (cacos_test_data): Likewise.
6441 (cacosh_test_data): Likewise.
6442 (carg_test_data): Likewise.
6443 (casin_test_data): Likewise.
6444 (casinh_test_data): Likewise.
6445 (catan_test_data): Likewise.
6446 (catanh_test_data): Likewise.
6447 (cbrt_test_data): Likewise.
6448 (ccos_test_data): Likewise.
6449 (ccosh_test_data): Likewise.
6450 (ceil_test_data): Likewise.
6451 (cexp_test_data): Likewise.
6452 (cimag_test_data): Likewise.
6453 (clog_test_data): Likewise.
6454 (clog10_test_data): Likewise.
6455 (conj_test_data): Likewise.
6456 (copysign_test_data): Likewise.
6457 (cos_test_data): Likewise.
6458 (cos_tonearest_test_data): Likewise.
6459 (cos_towardzero_test_data): Likewise.
6460 (cos_downward_test_data): Likewise.
6461 (cos_upward_test_data): Likewise.
6462 (cosh_test_data): Likewise.
6463 (cosh_tonearest_test_data): Likewise.
6464 (cosh_towardzero_test_data): Likewise.
6465 (cosh_downward_test_data): Likewise.
6466 (cosh_upward_test_data): Likewise.
6467 (cpow_test_data): Likewise.
6468 (cproj_test_data): Likewise.
6469 (creal_test_data): Likewise.
6470 (csin_test_data): Likewise.
6471 (csinh_test_data): Likewise.
6472 (csqrt_test_data): Likewise.
6473 (ctan_test_data): Likewise.
6474 (ctan_tonearest_test_data): Likewise.
6475 (ctan_towardzero_test_data): Likewise.
6476 (ctan_downward_test_data): Likewise.
6477 (ctan_upward_test_data): Likewise.
6478 (ctanh_test_data): Likewise.
6479 (ctanh_tonearest_test_data): Likewise.
6480 (ctanh_towardzero_test_data): Likewise.
6481 (ctanh_downward_test_data): Likewise.
6482 (ctanh_upward_test_data): Likewise.
6483 (erf_test_data): Likewise.
6484 (erfc_test_data): Likewise.
6485 (exp_test_data): Likewise.
6486 (exp_tonearest_test_data): Likewise.
6487 (exp_towardzero_test_data): Likewise.
6488 (exp_downward_test_data): Likewise.
6489 (exp_upward_test_data): Likewise.
6490 (exp10_test_data): Likewise.
6491 (exp2_test_data): Likewise.
6492 (expm1_test_data): Likewise.
6493 (fabs_test_data): Likewise.
6494 (fdim_test_data): Likewise.
6495 (finite_test_data): Likewise.
6496 (floor_test_data): Likewise.
6497 (fma_test_data): Likewise.
6498 (fma_towardzero_test_data): Likewise.
6499 (fma_downward_test_data): Likewise.
6500 (fma_upward_test_data): Likewise.
6501 (fmax_test_data): Likewise.
6502 (fmin_test_data): Likewise.
6503 (fmod_test_data): Likewise.
6504 (fpclassify_test_data): Likewise.
6505 (frexp_test_data): Likewise.
6506 (gamma_test_data): Likewise.
6507 (hypot_test_data): Likewise.
6508 (ilogb_test_data): Likewise.
6509 (isfinite_test_data): Likewise.
6510 (isgreater_test_data): Likewise.
6511 (isgreaterequal_test_data): Likewise.
6512 (isinf_test_data): Likewise.
6513 (isless_test_data): Likewise.
6514 (islessequal_test_data): Likewise.
6515 (islessgreater_test_data): Likewise.
6516 (isnan_test_data): Likewise.
6517 (isnormal_test_data): Likewise.
6518 (issignaling_test_data): Likewise.
6519 (isunordered_test_data): Likewise.
6520 (j0_test_data): Likewise.
6521 (j1_test_data): Likewise.
6522 (jn_test_data): Likewise.
6523 (ldexp_test_data): Likewise.
6524 (lgamma_test_data): Likewise.
6525 (lrint_test_data): Likewise.
6526 (lrint_tonearest_test_data): Likewise.
6527 (lrint_towardzero_test_data): Likewise.
6528 (lrint_downward_test_data): Likewise.
6529 (lrint_upward_test_data): Likewise.
6530 (llrint_test_data): Likewise.
6531 (llrint_tonearest_test_data): Likewise.
6532 (llrint_towardzero_test_data): Likewise.
6533 (llrint_downward_test_data): Likewise.
6534 (llrint_upward_test_data): Likewise.
6535 (log_test_data): Likewise.
6536 (log10_test_data): Likewise.
6537 (log1p_test_data): Likewise.
6538 (log2_test_data): Likewise.
6539 (logb_test_data): Likewise.
6540 (logb_downward_test_data): Likewise.
6541 (lround_test_data): Likewise.
6542 (llround_test_data): Likewise.
6543 (modf_test_data): Likewise.
6544 (nearbyint_test_data): Likewise.
6545 (nextafter_test_data): Likewise.
6546 (nexttoward_test_data): Likewise.
6547 (pow_test_data): Likewise.
6548 (pow_tonearest_test_data): Likewise.
6549 (pow_towardzero_test_data): Likewise.
6550 (pow_downward_test_data): Likewise.
6551 (pow_upward_test_data): Likewise.
6552 (remainder_test_data): Likewise.
6553 (remainder_tonearest_test_data): Likewise.
6554 (remainder_towardzero_test_data): Likewise.
6555 (remainder_downward_test_data): Likewise.
6556 (remainder_upward_test_data): Likewise.
6557 (remquo_test_data): Likewise.
6558 (rint_test_data): Likewise.
6559 (rint_tonearest_test_data): Likewise.
6560 (rint_towardzero_test_data): Likewise.
6561 (rint_downward_test_data): Likewise.
6562 (rint_upward_test_data): Likewise.
6563 (round_test_data): Likewise.
6564 (scalb_test_data): Likewise.
6565 (scalbn_test_data): Likewise.
6566 (scalbln_test_data): Likewise.
6567 (signbit_test_data): Likewise.
6568 (sin_test_data): Likewise.
6569 (sin_tonearest_test_data): Likewise.
6570 (sin_towardzero_test_data): Likewise.
6571 (sin_downward_test_data): Likewise.
6572 (sin_upward_test_data): Likewise.
6573 (sincos_test_data): Likewise.
6574 (sinh_test_data): Likewise.
6575 (sinh_tonearest_test_data): Likewise.
6576 (sinh_towardzero_test_data): Likewise.
6577 (sinh_downward_test_data): Likewise.
6578 (sinh_upward_test_data): Likewise.
6579 (sqrt_test_data): Likewise.
6580 (tan_test_data): Likewise.
6581 (tan_tonearest_test_data): Likewise.
6582 (tan_towardzero_test_data): Likewise.
6583 (tan_downward_test_data): Likewise.
6584 (tan_upward_test_data): Likewise.
6585 (tanh_test_data): Likewise.
6586 (tgamma_test_data): Likewise.
6587 (trunc_test_data): Likewise.
6588 (y0_test_data): Likewise.
6589 (y1_test_data): Likewise.
6590 (yn_test_data): Likewise.
6591 (significand_test_data): Likewise.
6592
b679a606
JM
6593 * math/gen-libm-test.pl (@functions): Remove variable.
6594 (generate_testfile): Don't handle START and END lines.
6595 * math/libm-test.inc (START): New macro.
6596 (END): Likewise.
6597 (END_COMPLEX): Likewise.
6598 (acos_test): Use END macro without arguments.
6599 (acos_test_tonearest): Likewise.
6600 (acos_test_towardzero): Likewise.
6601 (acos_test_downward): Likewise.
6602 (acos_test_upward): Likewise.
6603 (acosh_test): Likewise.
6604 (asin_test): Likewise.
6605 (asin_test_tonearest): Likewise.
6606 (asin_test_towardzero): Likewise.
6607 (asin_test_downward): Likewise.
6608 (asin_test_upward): Likewise.
6609 (asinh_test): Likewise.
6610 (atan_test): Likewise.
6611 (atanh_test): Likewise.
6612 (atan2_test): Likewise.
6613 (cabs_test): Likewise.
6614 (cacos_test): Use END_COMPLEX macro without arguments.
6615 (cacosh_test): Likewise.
6616 (carg_test): Use END macro without arguments.
6617 (casin_test): Use END_COMPLEX macro without arguments.
6618 (casinh_test): Likewise.
6619 (catan_test): Likewise.
6620 (catanh_test): Likewise.
6621 (cbrt_test): Use END macro without arguments.
6622 (ccos_test): Use END_COMPLEX macro without arguments.
6623 (ccosh_test): Likewise.
6624 (ceil_test): Use END macro without arguments.
6625 (cexp_test): Use END_COMPLEX macro without arguments.
6626 (cimag_test): Use END macro without arguments.
6627 (clog_test): Use END_COMPLEX macro without arguments.
6628 (clog10_test): Likewise.
6629 (conj_test): Likewise.
6630 (copysign_test): Use END macro without arguments.
6631 (cos_test): Likewise.
6632 (cos_test_tonearest): Likewise.
6633 (cos_test_towardzero): Likewise.
6634 (cos_test_downward): Likewise.
6635 (cos_test_upward): Likewise.
6636 (cosh_test): Likewise.
6637 (cosh_test_tonearest): Likewise.
6638 (cosh_test_towardzero): Likewise.
6639 (cosh_test_downward): Likewise.
6640 (cosh_test_upward): Likewise.
6641 (cpow_test): Use END_COMPLEX macro without arguments.
6642 (cproj_test): Likewise.
6643 (creal_test): Use END macro without arguments.
6644 (csin_test): Use END_COMPLEX macro without arguments.
6645 (csinh_test): Likewise.
6646 (csqrt_test): Likewise.
6647 (ctan_test): Likewise.
6648 (ctan_test_tonearest): Likewise.
6649 (ctan_test_towardzero): Likewise.
6650 (ctan_test_downward): Likewise.
6651 (ctan_test_upward): Likewise.
6652 (ctanh_test): Likewise.
6653 (ctanh_test_tonearest): Likewise.
6654 (ctanh_test_towardzero): Likewise.
6655 (ctanh_test_downward): Likewise.
6656 (ctanh_test_upward): Likewise.
6657 (erf_test): Use END macro without arguments.
6658 (erfc_test): Likewise.
6659 (exp_test): Likewise.
6660 (exp_test_tonearest): Likewise.
6661 (exp_test_towardzero): Likewise.
6662 (exp_test_downward): Likewise.
6663 (exp_test_upward): Likewise.
6664 (exp10_test): Likewise.
6665 (exp2_test): Likewise.
6666 (expm1_test): Likewise.
6667 (fabs_test): Likewise.
6668 (fdim_test): Likewise.
6669 (finite_test): Likewise.
6670 (floor_test): Likewise.
6671 (fma_test): Likewise.
6672 (fma_test_towardzero): Likewise.
6673 (fma_test_downward): Likewise.
6674 (fma_test_upward): Likewise.
6675 (fmax_test): Likewise.
6676 (fmin_test): Likewise.
6677 (fmod_test): Likewise.
6678 (fpclassify_test): Likewise.
6679 (frexp_test): Likewise.
6680 (gamma_test): Likewise.
6681 (hypot_test): Likewise.
6682 (ilogb_test): Likewise.
6683 (isfinite_test): Likewise.
6684 (isgreater_test): Likewise.
6685 (isgreaterequal_test): Likewise.
6686 (isinf_test): Likewise.
6687 (isless_test): Likewise.
6688 (islessequal_test): Likewise.
6689 (islessgreater_test): Likewise.
6690 (isnan_test): Likewise.
6691 (isnormal_test): Likewise.
6692 (issignaling_test): Likewise.
6693 (isunordered_test): Likewise.
6694 (j0_test): Likewise.
6695 (j1_test): Likewise.
6696 (jn_test): Likewise.
6697 (ldexp_test): Likewise.
6698 (lgamma_test): Likewise.
6699 (lrint_test): Likewise.
6700 (lrint_test_tonearest): Likewise.
6701 (lrint_test_towardzero): Likewise.
6702 (lrint_test_downward): Likewise.
6703 (lrint_test_upward): Likewise.
6704 (llrint_test): Likewise.
6705 (llrint_test_tonearest): Likewise.
6706 (llrint_test_towardzero): Likewise.
6707 (llrint_test_downward): Likewise.
6708 (llrint_test_upward): Likewise.
6709 (log_test): Likewise.
6710 (log10_test): Likewise.
6711 (log1p_test): Likewise.
6712 (log2_test): Likewise.
6713 (logb_test): Likewise.
6714 (logb_test_downward): Likewise.
6715 (lround_test): Likewise.
6716 (llround_test): Likewise.
6717 (modf_test): Likewise.
6718 (nearbyint_test): Likewise.
6719 (nextafter_test): Likewise.
6720 (nexttoward_test): Likewise.
6721 (pow_test): Likewise.
6722 (pow_test_tonearest): Likewise.
6723 (pow_test_towardzero): Likewise.
6724 (pow_test_downward): Likewise.
6725 (pow_test_upward): Likewise.
6726 (remainder_test): Likewise.
6727 (remainder_test_tonearest): Likewise.
6728 (remainder_test_towardzero): Likewise.
6729 (remainder_test_downward): Likewise.
6730 (remainder_test_upward): Likewise.
6731 (remquo_test): Likewise.
6732 (rint_test): Likewise.
6733 (rint_test_tonearest): Likewise.
6734 (rint_test_towardzero): Likewise.
6735 (rint_test_downward): Likewise.
6736 (rint_test_upward): Likewise.
6737 (round_test): Likewise.
6738 (scalb_test): Likewise.
6739 (scalbn_test): Likewise.
6740 (scalbln_test): Likewise.
6741 (signbit_test): Likewise.
6742 (sin_test): Likewise.
6743 (sin_test_tonearest): Likewise.
6744 (sin_test_towardzero): Likewise.
6745 (sin_test_downward): Likewise.
6746 (sin_test_upward): Likewise.
6747 (sincos_test): Likewise.
6748 (sinh_test): Likewise.
6749 (sinh_test_tonearest): Likewise.
6750 (sinh_test_towardzero): Likewise.
6751 (sinh_test_downward): Likewise.
6752 (sinh_test_upward): Likewise.
6753 (sqrt_test): Likewise.
6754 (tan_test): Likewise.
6755 (tan_test_tonearest): Likewise.
6756 (tan_test_towardzero): Likewise.
6757 (tan_test_downward): Likewise.
6758 (tan_test_upward): Likewise.
6759 (tanh_test): Likewise.
6760 (tgamma_test): Likewise.
6761 (trunc_test): Likewise.
6762 (y0_test): Likewise.
6763 (y1_test): Likewise.
6764 (yn_test): Likewise.
6765 (significand_test): Likewise.
6766
bae143d2
OB
67672013-05-24 Ondřej Bílka <neleai@seznam.cz>
6768
6769 [BZ #15381]
6770 * libio/genops.c (_IO_no_init): Initialize wide struct info.
6771
9323d39b
EM
67722013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
6773
d4ea44a0 6774 [BZ #14894]
9323d39b
EM
6775 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
6776 __ppc_mdoio and __ppc_mdoom.
6777 * manual/platform.texi: Document new functions __ppc_yield,
6778 __ppc_mdoio and __ppc_mdoom.
6779
13e23af7
CD
67802013-05-22 Carlos O'Donell <carlos@redhat.com>
6781
6782 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
6783 (main): Mention "tls" pseudo-hwcap is legacy.
6784 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
6785
351fe550
JM
67862013-05-22 Joseph Myers <joseph@codesourcery.com>
6787
6788 * math/gen-libm-test.pl (parse_args): Output only string of
6789 arguments as text for test name, not full call or descriptions of
6790 tests for extra outputs.
6791 (generate_testfile): Do not pass function name to parse_args.
6792 Generate this_func variable from START.
6793 * math/libm-test.inc (struct test_f_f_data): Rename test_name
6794 field to arg_str.
6795 (struct test_ff_f_data): Likewise.
6796 (test_ff_f_data_nexttoward): Likewise.
6797 (struct test_fi_f_data): Likewise.
6798 (struct test_fl_f_data): Likewise.
6799 (struct test_if_f_data): Likewise.
6800 (struct test_fff_f_data): Likewise.
6801 (struct test_c_f_data): Likewise.
6802 (struct test_f_f1_data): Likewise. Remove field extra_name.
6803 (struct test_fF_f1_data): Likewise.
6804 (struct test_ffI_f1_data): Likewise.
6805 (struct test_c_c_data): Rename test_name field to arg_str.
6806 (struct test_cc_c_data): Likewise.
6807 (struct test_f_i_data): Likewise.
6808 (struct test_ff_i_data): Likewise.
6809 (struct test_f_l_data): Likewise.
6810 (struct test_f_L_data): Likewise.
6811 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
6812 and extra2_name.
6813 (COMMON_TEST_SETUP): New macro.
6814 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
6815 (COMMON_TEST_CLEANUP): Likewise.
6816 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
6817 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
6818 macros.
6819 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
6820 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
6821 macros.
6822 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
6823 (RUN_TEST_fff_f): Take argument string. Call new setup and
6824 cleanup macros.
6825 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
6826 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
6827 macros.
6828 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
6829 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
6830 macros.
6831 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
6832 (RUN_TEST_fF_f1): Take argument string. Call new setup and
6833 cleanup macros.
6834 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
6835 (RUN_TEST_fI_f1): Take argument string. Call new setup and
6836 cleanup macros.
6837 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
6838 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
6839 cleanup macros.
6840 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
6841 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
6842 macros.
6843 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
6844 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
6845 macros.
6846 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
6847 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
6848 macros.
6849 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
6850 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
6851 cleanup macros.
6852 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
6853 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
6854 cleanup macros.
6855 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
6856 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
6857 macros.
6858 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
6859 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
6860 cleanup macros.
6861 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
6862 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
6863 macros.
6864 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
6865 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
6866 macros.
6867 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
6868 (RUN_TEST_fFF_11): Take argument string. Call new setup and
6869 cleanup macros.
6870 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
6871
85118d4d
EBM
68722013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6873
6874 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
6875 to _sifields.sigfault.
6876 (si_addr_lsb): Define new macro.
6877 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
6878 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
6879 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
6880
7a44c18f
CD
68812013-05-03 Carlos O'Donell <carlos at redhat.com>
6882
6883 [BZ #15441]
6884 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
6885 returns -1.
6886 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
6887 null return -1.
6888 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
6889 loading the domain.
6890
b50a7181
JM
68912013-05-22 Joseph Myers <joseph@codesourcery.com>
6892
6893 * math/gen-libm-test.pl (parse_args): Do not include expected
6894 result in test name.
6895 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
6896 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
6897 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
6898 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
6899 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
6900 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6901
051063c8
SP
69022013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
6903
3ce9e010
SP
6904 * benchtests/Makefile: Sort function entries.
6905
051063c8
SP
6906 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
6907 tanh, asinh, acosh, atanh.
6908 * benchtests/acos-inputs: New file.
6909 * benchtests/acosh-inputs: New file.
6910 * benchtests/asin-inputs: New file.
6911 * benchtests/asinh-inputs: New file.
6912 * benchtests/atanh-inputs: New file.
6913 * benchtests/cosh-inputs: New file.
6914 * benchtests/log-inputs: New file.
6915 * benchtests/sinh-inputs: New file.
6916 * benchtests/tanh-inputs: New file.
6917
47c22455
DL
69182013-05-21 Dmitry V. Levin <ldv@altlinux.org>
6919
6920 [BZ #15339]
6921 * posix/tst-getaddrinfo4.c: New test.
6922 * posix/Makefile (tests): Add it.
6923
3d04f5db
SP
69242013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
6925
6926 [BZ #15339]
6927 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
6928 when no services were used.
6929 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
6930 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
6931
d5dd6189
AS
69322013-05-21 Andreas Schwab <schwab@suse.de>
6933
6934 [BZ #15014]
6935 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
6936 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
6937 successful.
6938 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
6939 redundant variable declarations and reallocation of buffer when
6940 parsing as IPv6 address. Always set NSS status when called from
6941 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
6942 buffer too small. Correct computation of needed size.
6943 * nss/Makefile (tests): Add test-digits-dots.
6944 * nss/test-digits-dots.c: New test.
6945
fef94eab
SP
69462013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
6947
6948 * benchtests/Makefile: Remove instructions for adding
6949 benchmark tests.
6950 * benchtests/README: New file to explain how to execute and
6951 enhance the benchmark tests.
6952
e39adf43
AS
69532013-05-21 Andreas Schwab <schwab@suse.de>
6954
6955 [BZ #15493]
6956 * setjmp/Makefile (tests): Add tst-sigsetjmp.
6957 * setjmp/tst-sigsetjmp.c: New test.
6958
b2b671b6
OB
69592013-05-20 Ondřej Bílka <neleai@seznam.cz>
6960
6961 * sysdeps/x86_64/memset.S (memset): New implementation.
6962 (__bzero): Likewise.
6963 (__memset_tail): New function.
6964
2d48b41c
OB
69652013-05-20 Ondřej Bílka <neleai@seznam.cz>
6966
6967 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
6968 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
6969 __memcpy_sse2_unaligned ifunc selection.
6970 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
6971 Add memcpy-sse2-unaligned.S.
6972 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6973 Add: __memcpy_sse2_unaligned.
6974
f16cc3eb
JM
69752013-05-19 Joseph Myers <joseph@codesourcery.com>
6976
3e694268
JM
6977 [BZ #15490]
6978 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
6979 math_force_eval before restoring floating-point envrionment.
6980 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
6981 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
6982 Likewise.
6983 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
6984 <math_private.h>.
6985 (__nearbyintl): Use math_force_eval before restoring
6986 floating-point environment.
6987 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
6988
db62a907
JM
6989 * math/gen-libm-test.pl (special_functions): Remove.
6990 (parse_args): Don't handle TEST_extra. Handle functions with no
6991 return value.
6992 * math/libm-test.inc (struct test_sincos_data): Replace with
6993 struct test_fFF_11_data.
6994 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
6995 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
6996 (sincos_test_data): Change element type to struct
6997 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
6998 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
6999 RUN_TEST_LOOP_sincos.
7000 * math/README.libm-test: Don't mention special handling of
7001 individual functions.
7002 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
7003 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
7004 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
7005 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
7006 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
7007 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7008
f16cc3eb
JM
7009 * math/gen-libm-test.pl (get_variable): Remove function.
7010 (parse_args): Don't show pointer parameters to call in test
7011 names. Use "extra output N" in test names for extra outputs
7012 rather than naming variables.
7013
3779b5b6
JM
70142013-05-18 Joseph Myers <joseph@codesourcery.com>
7015
2ee094ff
JM
7016 [BZ #15488]
7017 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
7018 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
7019 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
7020 double tests.
7021 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
7022 disable.
7023 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
7024 check_long_double.
7025
3779b5b6
JM
7026 * math/gen-libm-test.pl (@tests): Remove variable.
7027 ($count): Likewise.
7028 (new_test): Remove function.
7029 (show_exceptions): New function.
7030 (special_functions): Use show_exceptions instead of new_test.
7031 (parse_args): Likewise.
7032 (generate_testfile): Pass only function name in generated call to
7033 print_max_error or print_complex_max_error.
7034 (get_ulps): Do not handle complex tests specially.
7035 (output_test): Rename to ...
7036 (get_all_ulps_for_test): ... this. Return a string rather than
7037 printing to a file. Require ulps to be present.
7038 (output_ulps): Generate arrays rather than #defines.
7039 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
7040 (struct ulp_data): New type.
7041 (BUILD_COMPLEX_ULP): Remove macro.
7042 (compare_ulp_data): New function.
7043 (find_ulps): Likewise.
7044 (find_test_ulps): Likewise.
7045 (find_function_ulps): Likewise.
7046 (find_complex_function_ulps): Likewise.
7047 (print_max_error): Determine allowed ulps using
7048 find_function_ulps.
7049 (print_complex_max_error): Determine allowed ulps using
7050 find_complex_function_ulps.
7051 (check_float_internal): Determine max ulps using find_test_ulps.
7052 (check_float): Do not take max_ulp parameter. Update call to
7053 check_float_internal.
7054 (check_complex): Likewise.
7055 (check_int): Do not take max_ulp parameter.
7056 (check_long): Likewise.
7057 (check_bool): Likewise.
7058 (check_longlong): Likewise.
7059 (struct test_f_f_data): Remove max_ulp field.
7060 (struct test_ff_f_data): Likewise.
7061 (struct test_ff_f_data_nexttoward): Likewise.
7062 (struct test_fi_f_data): Likewise.
7063 (struct test_fl_f_data): Likewise.
7064 (struct test_if_f_data): Likewise.
7065 (struct test_fff_f_data): Likewise.
7066 (struct test_c_f_data): Likewise.
7067 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
7068 (struct test_fF_f1_data): Likewise.
7069 (struct test_ffI_f1_data): Likewise.
7070 (struct test_c_c_data): Remove max_ulp field.
7071 (struct test_cc_c_data): Likewise.
7072 (struct test_f_i_data): Likewise.
7073 (struct test_ff_i_data): Likewise.
7074 (struct test_f_l_data): Likewise.
7075 (struct test_f_L_data): Likewise.
7076 (struct test_sincos_data): Likewise.
7077 (RUN_TEST_f_f): Do not handle ulps.
7078 (RUN_TEST_LOOP_f_f): Likewise.
7079 (RUN_TEST_2_f): Likewise.
7080 (RUN_TEST_LOOP_2_f): Likewise.
7081 (RUN_TEST_fff_f): Likewise.
7082 (RUN_TEST_LOOP_fff_f): Likewise.
7083 (RUN_TEST_c_f): Likewise.
7084 (RUN_TEST_LOOP_c_f): Likewise.
7085 (RUN_TEST_f_f1): Likewise.
7086 (RUN_TEST_LOOP_f_f1): Likewise.
7087 (RUN_TEST_fF_f1): Likewise.
7088 (RUN_TEST_LOOP_fF_f1): Likewise.
7089 (RUN_TEST_fI_f1): Likewise.
7090 (RUN_TEST_LOOP_fI_f1): Likewise.
7091 (RUN_TEST_ffI_f1): Likewise.
7092 (RUN_TEST_LOOP_ffI_f1): Likewise.
7093 (RUN_TEST_c_c): Likewise.
7094 (RUN_TEST_LOOP_c_c): Likewise.
7095 (RUN_TEST_cc_c): Likewise.
7096 (RUN_TEST_LOOP_cc_c): Likewise.
7097 (RUN_TEST_f_i): Likewise.
7098 (RUN_TEST_LOOP_f_i): Likewise.
7099 (RUN_TEST_f_i_tg): Likewise.
7100 (RUN_TEST_LOOP_f_i_tg): Likewise.
7101 (RUN_TEST_ff_i_tg): Likewise.
7102 (RUN_TEST_LOOP_ff_i_tg): Likewise.
7103 (RUN_TEST_f_b): Likewise.
7104 (RUN_TEST_LOOP_f_b): Likewise.
7105 (RUN_TEST_f_b_tg): Likewise.
7106 (RUN_TEST_LOOP_f_b_tg): Likewise.
7107 (RUN_TEST_f_l): Likewise.
7108 (RUN_TEST_LOOP_f_l): Likewise.
7109 (RUN_TEST_f_L): Likewise.
7110 (RUN_TEST_LOOP_f_L): Likewise.
7111 (RUN_TEST_sincos): Likewise.
7112 (RUN_TEST_LOOP_sincos): Likewise.
7113
8269107f
JM
71142013-05-17 Joseph Myers <joseph@codesourcery.com>
7115
bb38759d
JM
7116 [BZ #15480]
7117 [BZ #15485]
7118 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
7119 main case of finite arguments, set rounding mode to FE_TONEAREST
7120 and discard exceptions.
7121 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
7122 exceptions.
7123 (remainder_tonearest_test_data): New variable.
7124 (remainder_test_tonearest): New function.
7125 (remainder_towardzero_test_data): New variable.
7126 (remainder_test_towardzero): New function.
7127 (remainder_downward_test_data): New variable.
7128 (remainder_test_downward): New function.
7129 (remainder_upward_test_data): New variable.
7130 (remainder_test_upward): New function.
7131 (main): Call the new test functions.
7132
a00bdcf0
JM
7133 * math/libm-test.inc (struct test_f_f1_data): Remove field
7134 extra_init.
7135 (struct test_fF_f1_data): Likewise.
7136 (struct test_ffI_f1_data): Likewise.
7137 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
7138 based on value of EXTRA_EXPECTED.
7139 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
7140 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
7141 EXTRA_VAR based on value of EXTRA_EXPECTED.
7142 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
7143 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
7144 EXTRA_VAR based on value of EXTRA_EXPECTED.
7145 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
7146 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
7147 EXTRA_VAR based on value of EXTRA_EXPECTED.
7148 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
7149 * math/gen-libm-test.pl (parse_args): Don't output initializers
7150 for extra output values.
7151
de407f79
JM
7152 * math/libm-test.inc (check_int): Expect result to be exactly
7153 equal to expected value and do not handle ulps.
7154 (check_long): Likewise.
7155 (check_longlong): Likewise.
7156
8269107f
JM
7157 * math/libm-test.inc (ceil_test_data): Test for "inexact"
7158 exceptions.
7159 (cimag_test_data): Likewise.
7160 (conj_test_data): Likewise.
7161 (copysign_test_data): Likewise.
7162 (cproj_test_data): Likewise.
7163 (creal_test_data): Likewise.
7164 (fabs_test_data): Likewise.
7165 (fdim_test_data): Likewise.
7166 (finite_test_data): Likewise.
7167 (floor_test_data): Likewise.
7168 (fmax_test_data): Likewise.
7169 (fmin_test_data): Likewise.
7170 (fmod_test_data): Likewise.
7171 (fpclassify_test_data): Likewise.
7172 (frexp_test_data): Likewise.
7173 (ilogb_test_data): Likewise.
7174 (isfinite_test_data): Likewise.
7175 (isgreater_test_data): Likewise.
7176 (isgreaterequal_test_data): Likewise.
7177 (isinf_test_data): Likewise.
7178 (isless_test_data): Likewise.
7179 (islessequal_test_data): Likewise.
7180 (islessgreater_test_data): Likewise.
7181 (isnan_test_data): Likewise.
7182 (isnormal_test_data): Likewise.
7183 (issignaling_test_data): Likewise.
7184 (isunordered_test_data): Likewise.
7185 (ldexp_test_data): Likewise.
7186 (lrint_test_data): Likewise.
7187 (lrint_test_data) [TEST_FLOAT]: Disable one test.
7188 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
7189 (lrint_tonearest_test_data): Test for "inexact" exceptions.
7190 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
7191 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
7192 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
7193 test input.
7194 (lrint_towardzero_test_data): Test for "inexact" exceptions.
7195 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
7196 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
7197 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
7198 that test input.
7199 (lrint_downward_test_data): Test for "inexact" exceptions.
7200 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
7201 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
7202 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
7203 test input.
7204 (lrint_upward_test_data): Test for "inexact" exceptions.
7205 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
7206 test input.
7207 (llrint_test_data): Test for "inexact" exceptions.
7208 (llrint_test_data) [TEST_FLOAT]: Disable one test.
7209 (llrint_tonearest_test_data): Test for "inexact" exceptions.
7210 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
7211 (llrint_towardzero_test_data): Test for "inexact" exceptions.
7212 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
7213 (llrint_downward_test_data): Test for "inexact" exceptions.
7214 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
7215 (llrint_upward_test_data): Test for "inexact" exceptions.
7216 (logb_test_data): Likewise.
7217 (logb_downward_test_data): Likewise.
7218 (nextafter_test_data): Likewise.
7219 (nexttoward_test_data): Likewise.
7220 (remainder_test_data): Likewise.
7221 (remquo_test_data): Likewise.
7222 (scalbn_test_data): Likewise.
7223 (scalbln_test_data): Likewise.
7224 (signbit_test_data): Likewise.
7225 (sqrt_test_data): Likewise.
7226 (significand_test_data): Likewise.
7227
48a18de1
SP
72282013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7229
7230 [BZ #15424]
7231 * benchtests/bench-modf.c (struct args): Mark arg0 as
7232 volatile.
7233 * scripts/bench.pl: Mark members of struct args as volatile.
7234
13d3b41a
AZ
72352013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7236
68191c1d 7237 [BZ # 15497]
13d3b41a
AZ
7238 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
7239 negative infinity on POWER6 or lower.
7240 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
7241
2848b105
MR
72422013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7243
7244 [BZ #15442]
7245 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
7246 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
7247 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
7248 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
7249 (_FP_SETQNAN): New macro.
7250 (_FP_SETQNAN_SEMIRAW): Likewise.
7251 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
7252 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
7253 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
7254 (FP_EXTEND): Use _FP_FRAC_SNANP.
7255 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
7256 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
7257 into account.
7258 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
7259 New macro.
7260 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
7261 Likewise.
7262
323e5cb7
JM
72632013-05-16 Joseph Myers <joseph@codesourcery.com>
7264
c58b274f
JM
7265 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
7266 with DIVIDE_BY_ZERO_EXCEPTION.
7267 (gamma_test_data): Likewise.
7268 (lgamma_test_data): Likewise.
7269 (log_test_data): Likewise.
7270 (log10_test_data): Likewise.
7271 (log2_test_data): Likewise.
7272 (tgamma_test_data): Likewise.
7273
0ab34904
JM
7274 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
7275 (acos_test_tonearest): Likewise.
7276 (acos_test_towardzero): Likewise.
7277 (acos_test_downward): Likewise.
7278 (acos_test_upward): Likewise.
7279 (acosh_test): Likewise.
7280 (asin_test): Likewise.
7281 (asin_test_tonearest): Likewise.
7282 (asin_test_towardzero): Likewise.
7283 (asin_test_downward): Likewise.
7284 (asin_test_upward): Likewise.
7285 (asinh_test): Likewise.
7286 (atan_test): Likewise.
7287 (atanh_test): Likewise.
7288 (atan2_test): Likewise.
7289 (cabs_test): Likewise.
7290 (cacos_test): Likewise.
7291 (cacosh_test): Likewise.
7292 (casin_test): Likewise.
7293 (casinh_test): Likewise.
7294 (catan_test): Likewise.
7295 (catanh_test): Likewise.
7296 (cbrt_test): Likewise.
7297 (ccos_test): Likewise.
7298 (ccosh_test): Likewise.
7299 (cexp_test): Likewise.
7300 (clog_test): Likewise.
7301 (clog10_test): Likewise.
7302 (cos_test): Likewise.
7303 (cos_test_tonearest): Likewise.
7304 (cos_test_towardzero): Likewise.
7305 (cos_test_downward): Likewise.
7306 (cos_test_upward): Likewise.
7307 (cosh_test): Likewise.
7308 (cosh_test_tonearest): Likewise.
7309 (cosh_test_towardzero): Likewise.
7310 (cosh_test_downward): Likewise.
7311 (cosh_test_upward): Likewise.
7312 (cpow_test): Likewise.
7313 (csin_test): Likewise.
7314 (csinh_test): Likewise.
7315 (csqrt_test): Likewise.
7316 (ctan_test): Likewise.
7317 (ctan_test_tonearest): Likewise.
7318 (ctan_test_towardzero): Likewise.
7319 (ctan_test_downward): Likewise.
7320 (ctan_test_upward): Likewise.
7321 (ctanh_test): Likewise.
7322 (ctanh_test_tonearest): Likewise.
7323 (ctanh_test_towardzero): Likewise.
7324 (ctanh_test_downward): Likewise.
7325 (ctanh_test_upward): Likewise.
7326 (erf_test): Likewise.
7327 (erfc_test): Likewise.
7328 (exp_test): Likewise.
7329 (exp_test_tonearest): Likewise.
7330 (exp_test_towardzero): Likewise.
7331 (exp_test_downward): Likewise.
7332 (exp_test_upward): Likewise.
7333 (exp10_test): Likewise.
7334 (exp2_test): Likewise.
7335 (expm1_test): Likewise.
7336 (fmod_test): Likewise.
7337 (gamma_test): Likewise.
7338 (hypot_test): Likewise.
7339 (j0_test): Likewise.
7340 (j1_test): Likewise.
7341 (jn_test): Likewise.
7342 (lgamma_test): Likewise.
7343 (log_test): Likewise.
7344 (log10_test): Likewise.
7345 (log1p_test): Likewise.
7346 (log2_test): Likewise.
7347 (logb_test_downward): Likewise.
7348 (pow_test): Likewise.
7349 (pow_test_tonearest): Likewise.
7350 (pow_test_towardzero): Likewise.
7351 (pow_test_downward): Likewise.
7352 (pow_test_upward): Likewise.
7353 (remainder_test): Likewise.
7354 (remquo_test): Likewise.
7355 (sin_test): Likewise.
7356 (sin_test_tonearest): Likewise.
7357 (sin_test_towardzero): Likewise.
7358 (sin_test_downward): Likewise.
7359 (sin_test_upward): Likewise.
7360 (sincos_test): Likewise.
7361 (sinh_test): Likewise.
7362 (sinh_test_tonearest): Likewise.
7363 (sinh_test_towardzero): Likewise.
7364 (sinh_test_downward): Likewise.
7365 (sinh_test_upward): Likewise.
7366 (sqrt_test): Likewise.
7367 (tan_test): Likewise.
7368 (tan_test_tonearest): Likewise.
7369 (tan_test_towardzero): Likewise.
7370 (tan_test_downward): Likewise.
7371 (tan_test_upward): Likewise.
7372 (tanh_test): Likewise.
7373 (tgamma_test): Likewise.
7374 (y0_test): Likewise.
7375 (y1_test): Likewise.
7376 (yn_test): Likewise.
7377
323e5cb7
JM
7378 * math/gen-libm-test.pl (adjust_arg): Remove function.
7379 (special_function): Remove argument $in_func. Only handle
7380 generating output for tables of tests, not inside functions.
7381 (parse_args): Likewise.
7382 (generate_testfile): Remove variable $in_func. Update call to
7383 parse_args.
7384 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
7385 (MINUS_ZERO_INIT): Rename macro to minus_zero.
7386 (PLUS_INFTY_INIT): Rename macro to plus_infty.
7387 (MINUS_INFTY_INIT): Rename macro to minus_infty.
7388 (QNAN_VALUE_INIT): Rename macro to qnan_value.
7389 (MAX_VALUE_INIT): Rename macro to max_value.
7390 (MIN_VALUE_INIT): Rename macro to min_value.
7391 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
7392 (plus_zero): Remove variable.
7393 (minus_zero): Likewise.
7394 (plus_infty): Likewise.
7395 (minus_infty): Likewise.
7396 (qnan_value): Likewise.
7397 (max_value): Likewise.
7398 (min_value): Likewise.
7399 (min_subnorm_value): Likewise.
7400
e054f494
RA
74012013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
7402
7403 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
7404 uint64_t or uint32_t usage.
7405 * crypt/sha256-block.c: Likewise.
7406 * crypt/sha256-crypt.c: Likewise.
7407 * crypt/sha256.c: Likewise.
7408 * crypt/sha512-block.c: Likewise.
7409 * crypt/sha512-crypt.c: Likewise.
7410 * crypt/sha512.c: Likewise.
7411 * debug/backtrace-tst.c: Likewise.
7412 * debug/pcprofiledump.c: Likewise.
7413 * elf/cache.c: Likewise.
7414 * elf/dl-cache.c: Likewise.
7415 * elf/dl-misc.c: Likewise.
7416 * elf/dl-profile.c: Likewise.
7417 * elf/dl-support.c: Likewise.
7418 * elf/ldconfig.c: Likewise.
7419 * elf/sprof.c: Likewise.
7420 * iconv/dummy-repertoire.c: Likewise.
7421 * iconv/iconv_charmap.c: Likewise.
7422 * iconv/skeleton.c: Likewise.
7423 * iconvdata/8bit-generic.c: Likewise.
7424 * iconvdata/cp737.h: Likewise.
7425 * iconvdata/cp775.h: Likewise.
7426 * iconvdata/ibm1008.h: Likewise.
7427 * iconvdata/ibm1025.h: Likewise.
7428 * iconvdata/ibm1046.h: Likewise.
7429 * iconvdata/ibm1097.h: Likewise.
7430 * iconvdata/ibm1112.h: Likewise.
7431 * iconvdata/ibm1122.h: Likewise.
7432 * iconvdata/ibm1123.h: Likewise.
7433 * iconvdata/ibm1124.h: Likewise.
7434 * iconvdata/ibm1129.h: Likewise.
7435 * iconvdata/ibm1130.h: Likewise.
7436 * iconvdata/ibm1132.h: Likewise.
7437 * iconvdata/ibm1133.h: Likewise.
7438 * iconvdata/ibm1137.h: Likewise.
7439 * iconvdata/ibm1140.h: Likewise.
7440 * iconvdata/ibm1141.h: Likewise.
7441 * iconvdata/ibm1142.h: Likewise.
7442 * iconvdata/ibm1143.h: Likewise.
7443 * iconvdata/ibm1144.h: Likewise.
7444 * iconvdata/ibm1145.h: Likewise.
7445 * iconvdata/ibm1146.h: Likewise.
7446 * iconvdata/ibm1147.h: Likewise.
7447 * iconvdata/ibm1148.h: Likewise.
7448 * iconvdata/ibm1149.h: Likewise.
7449 * iconvdata/ibm1153.h: Likewise.
7450 * iconvdata/ibm1154.h: Likewise.
7451 * iconvdata/ibm1155.h: Likewise.
7452 * iconvdata/ibm1156.h: Likewise.
7453 * iconvdata/ibm1157.h: Likewise.
7454 * iconvdata/ibm1158.h: Likewise.
7455 * iconvdata/ibm1160.h: Likewise.
7456 * iconvdata/ibm1161.h: Likewise.
7457 * iconvdata/ibm1162.h: Likewise.
7458 * iconvdata/ibm1163.h: Likewise.
7459 * iconvdata/ibm1164.h: Likewise.
7460 * iconvdata/ibm1166.h: Likewise.
7461 * iconvdata/ibm1167.h: Likewise.
7462 * iconvdata/ibm12712.h: Likewise.
7463 * iconvdata/ibm1390.h: Likewise.
7464 * iconvdata/ibm1399.h: Likewise.
7465 * iconvdata/ibm16804.h: Likewise.
7466 * iconvdata/ibm4517.h: Likewise.
7467 * iconvdata/ibm4899.h: Likewise.
7468 * iconvdata/ibm4909.h: Likewise.
7469 * iconvdata/ibm4971.h: Likewise.
7470 * iconvdata/ibm5347.h: Likewise.
7471 * iconvdata/ibm803.h: Likewise.
7472 * iconvdata/ibm856.h: Likewise.
7473 * iconvdata/ibm901.h: Likewise.
7474 * iconvdata/ibm902.h: Likewise.
7475 * iconvdata/ibm9030.h: Likewise.
7476 * iconvdata/ibm9066.h: Likewise.
7477 * iconvdata/ibm921.h: Likewise.
7478 * iconvdata/ibm922.h: Likewise.
7479 * iconvdata/ibm9448.h: Likewise.
7480 * iconvdata/isiri-3342.h: Likewise.
7481 * iconvdata/jis0201.h: Likewise.
7482 * include/link.h: Likewise.
7483 * include/netdb.h: Likewise.
7484 * inet/check_native.c: Likewise.
7485 * inet/check_pf.c: Likewise.
7486 * inet/getipv4sourcefilter.c: Likewise.
7487 * inet/getnameinfo.c: Likewise.
7488 * inet/getsourcefilter.c: Likewise.
7489 * inet/htonl.c: Likewise.
7490 * inet/setipv4sourcefilter.c: Likewise.
7491 * inet/setsourcefilter.c: Likewise.
7492 * inet/test-inet6_opt.c: Likewise.
7493 * inet/tst-network.c: Likewise.
7494 * locale/C-collate.c: Likewise.
7495 * locale/C-ctype.c: Likewise.
7496 * locale/C-time.c: Likewise.
7497 * locale/C-translit.h: Likewise.
7498 * locale/loadarchive.c: Likewise.
7499 * locale/programs/3level.h: Likewise.
7500 * locale/programs/charmap.c: Likewise.
7501 * locale/programs/charmap.h: Likewise.
7502 * locale/programs/ld-address.c: Likewise.
7503 * locale/programs/ld-collate.c: Likewise.
7504 * locale/programs/ld-ctype.c: Likewise.
7505 * locale/programs/ld-identification.c: Likewise.
7506 * locale/programs/ld-measurement.c: Likewise.
7507 * locale/programs/ld-messages.c: Likewise.
7508 * locale/programs/ld-monetary.c: Likewise.
7509 * locale/programs/ld-name.c: Likewise.
7510 * locale/programs/ld-numeric.c: Likewise.
7511 * locale/programs/ld-paper.c: Likewise.
7512 * locale/programs/ld-telephone.c: Likewise.
7513 * locale/programs/ld-time.c: Likewise.
7514 * locale/programs/linereader.c: Likewise.
7515 * locale/programs/locale.c: Likewise.
7516 * locale/programs/locarchive.c: Likewise.
7517 * locale/programs/locfile.h: Likewise.
7518 * locale/programs/repertoire.c: Likewise.
7519 * locale/programs/simple-hash.c: Likewise.
7520 * locale/programs/simple-hash.h: Likewise.
7521 * malloc/memusage.c: Likewise.
7522 * malloc/memusagestat.c: Likewise.
7523 * nis/nis_defaults.c: Likewise.
7524 * nis/nis_hash.c: Likewise.
7525 * nis/nis_print.c: Likewise.
7526 * nis/nis_xdr.c: Likewise.
7527 * nscd/connections.c: Likewise.
7528 * nscd/hstcache.c: Likewise.
7529 * nscd/nscd_gethst_r.c: Likewise.
7530 * nscd/nscd_getserv_r.c: Likewise.
7531 * nscd/nscd_helper.c: Likewise.
7532 * nscd/servicescache.c: Likewise.
7533 * nss/makedb.c: Likewise.
7534 * nss/nss_db/db-XXX.c: Likewise.
7535 * nss/nss_db/db-initgroups.c: Likewise.
7536 * nss/nss_db/db-netgrp.c: Likewise.
7537 * nss/nss_files/files-network.c: Likewise.
7538 * nss/nss_files/files-parse.c: Likewise.
7539 * posix/bug-regex5.c: Likewise.
7540 * posix/fnmatch_loop.c: Likewise.
7541 * posix/regcomp.c: Likewise.
7542 * posix/regexec.c: Likewise.
7543 * posix/tst-rfc3484-2.c: Likewise.
7544 * posix/tst-rfc3484-3.c: Likewise.
7545 * posix/tst-rfc3484.c: Likewise.
7546 * resolv/nss_dns/dns-canon.c: Likewise.
7547 * resolv/nss_dns/dns-network.c: Likewise.
7548 * resolv/res_init.c: Likewise.
7549 * resolv/res_mkquery.c: Likewise.
7550 * resolv/tst-aton.c: Likewise.
7551 * stdlib/cxa_atexit.c: Likewise.
7552 * stdlib/cxa_finalize.c: Likewise.
7553 * stdlib/gen-fpioconst.c: Likewise.
7554 * stdlib/strtol_l.c: Likewise.
7555 * string/tst-endian.c: Likewise.
7556 * sunrpc/auth_des.c: Likewise.
7557 * sunrpc/clnt_udp.c: Likewise.
7558 * sunrpc/rtime.c: Likewise.
7559 * sunrpc/svcauth_des.c: Likewise.
7560 * sunrpc/xdr.c: Likewise.
7561 * sunrpc/xdr_intXX_t.c: Likewise.
7562 * sunrpc/xdr_rec.c: Likewise.
7563 * sysdeps/generic/ldconfig.h: Likewise.
7564 * sysdeps/generic/ldsodefs.h: Likewise.
7565 * sysdeps/generic/memusage.h: Likewise.
7566 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
7567 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
7568 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
7569 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
7570 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
7571 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
7572 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
7573 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
7574 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
7575 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
7576 * sysdeps/posix/getaddrinfo.c: Likewise.
7577 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
7578 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7579 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7580 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7581 * sysdeps/powerpc/test-gettimebase.c: Likewise.
7582 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7583 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
7584 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
7585 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7586 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
7587 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
7588 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
7589 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
7590 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
7591 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
7592 * sysdeps/x86_64/dl-tls.h: Likewise.
7593 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
7594 * time/alt_digit.c: Likewise.
7595 * time/era.c: Likewise.
7596 * wcsmbs/tst-c16c32-1.c: Likewise.
7597
8c75f674
JM
75982013-05-16 Joseph Myers <joseph@codesourcery.com>
7599
7600 * math/libm-test.inc (struct test_sincos_data): New type.
7601 (RUN_TEST_LOOP_sincos): New macro.
7602 (sincos_test_data): New variable.
7603 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
7604
e6e49e59
RH
76052013-05-16 Richard Henderson <rth@redhat.com>
7606
7607 * math/atest-exp2.c (LIMB64): New macro.
7608 (CONSTSZ): New macro.
7609 (mp_exp1, mp_exp_m1, mp_log2): New variables.
7610 (hexdig): Move ...
7611 (print_mpn_fp): ... to function scope.
7612 (read_mpn_hex): Remove.
7613 (get_log2): Remove.
7614 (exp2_mpn): Use mp_log2.
7615 (main): Use mp_exp1.
7616
15c7c18d
JM
76172013-05-16 Joseph Myers <joseph@codesourcery.com>
7618
105a07df
JM
7619 * math/libm-test.inc: Remove comment about not testing "inexact"
7620 exceptions.
7621 (INEXACT_EXCEPTION): New macro.
7622 (NO_INEXACT_EXCEPTION): Likewise.
7623 (INVALID_EXCEPTION_OK): Update value.
7624 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
7625 (OVERFLOW_EXCEPTION_OK): Likewise.
7626 (UNDERFLOW_EXCEPTION_OK): Likewise.
7627 (IGNORE_ZERO_INF_SIGN): Likewise.
7628 (ERRNO_UNCHANGED): Likewise.
7629 (ERRNO_EDOM): Likewise.
7630 (ERRNO_ERANGE): Likewise.
7631 (test_exceptions): Handle testing "inexact" exceptions.
7632 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
7633 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
7634 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
7635 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
7636 INEXACT_EXCEPTION.
7637 (rint_towardzero_test_data): Likewise.
7638 (rint_downward_test_data): Likewise.
7639 (rint_upward_test_data): Likewise.
7640
e9eee333
JM
7641 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
7642 with OVERFLOW_EXCEPTION.
7643 (exp10_test_data): Likewise.
7644 (exp2_test_data): Likewise.
7645 (expm1_test_data): Likewise.
7646 (lgamma_test_data): Likewise.
7647 (pow_test_data): Likewise.
7648 (tgamma_test_data): Likewise.
7649 (yn_test_data): Remove duplicate test of overflow.
7650
1c38ff73
JM
7651 * math/libm-test.inc (struct test_cc_c_data): New type.
7652 (RUN_TEST_LOOP_cc_c): New macro.
7653 (cpow_test_data): New variable.
7654 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
7655
15c7c18d
JM
7656 * math/libm-test.inc (struct test_f_L_data): New type.
7657 (RUN_TEST_LOOP_f_L): New macro.
7658 (llrint_test_data): New variable.
7659 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
7660 (llrint_tonearest_test_data): New variable.
7661 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
7662 (llrint_towardzero_test_data): New variable.
7663 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
7664 (llrint_downward_test_data): New variable.
7665 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
7666 (llrint_upward_test_data): New variable.
7667 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
7668 (llround_test_data): New variable.
7669 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
7670
f137ff13
PC
76712013-05-13 Peter Collingbourne <pcc@google.com>
7672
7673 * math/atest-exp2.c (get_log2): Remove const attribute.
7674
3608cb24
JM
76752013-05-15 Joseph Myers <joseph@codesourcery.com>
7676
7677 * math/libm-test.inc (struct test_f_l_data): New type.
7678 (RUN_TEST_LOOP_f_l): New macro.
7679 (lrint_test_data): New variable.
7680 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
7681 (lrint_tonearest_test_data): New variable.
7682 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
7683 (lrint_towardzero_test_data): New variable.
7684 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
7685 (lrint_downward_test_data): New variable.
7686 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
7687 (lrint_upward_test_data): New variable.
7688 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
7689 (lround_test_data): New variable.
7690 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
7691
39b1f617
PC
76922013-05-15 Peter Collingbourne <pcc@google.com>
7693
1deff3dc
PC
7694 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
7695 (EXTRACT_WORDS64) Use where appropriate.
7696 (INSERT_WORDS64) Likewise.
7697
791f3ba0
PC
7698 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
7699 constraints with x constraints.
7700 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
7701
39b1f617
PC
7702 * malloc/obstack.c (_obstack_compat): Add initializer.
7703
12fba011
EM
77042013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
7705
7706 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
7707 si_trapno and add si_addr_lsb to _sifields.sigfault.
7708 (si_trapno): Remove macro.
7709 (si_addr_lsb): Define new macro.
7710 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
7711
d369f531
JM
77122013-05-15 Joseph Myers <joseph@codesourcery.com>
7713
b861c6c4
JM
7714 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
7715 instead of TEST_f_l.
7716 (llrint_test_tonearest): Likewise.
7717 (llrint_test_towardzero): Likewise.
7718 (llrint_test_downward): Likewise.
7719 (llrint_test_upward): Likewise.
7720 (llround_test): Likewise.
7721
7abeee12
JM
7722 * math/libm-test.inc (struct test_f_i_data): Add comment.
7723 (RUN_TEST_LOOP_f_b): New macro.
7724 (RUN_TEST_LOOP_f_b_tg): Likewise.
7725 (finite_test_data): New variable.
7726 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
7727 (isfinite_test_data): New variable.
7728 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7729 (isinf_test_data): New variable.
7730 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7731 (isnan_test_data): New variable.
7732 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7733 (isnormal_test_data): New variable.
7734 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7735 (issignaling_test_data): New variable.
7736 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7737 (signbit_test_data): New variable.
7738 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7739
cbe8c4d3
JM
7740 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
7741 with INVALID_EXCEPTION.
7742 (acosh_test_data): Likewise.
7743 (asin_test_data): Likewise.
7744 (atanh_test_data): Likewise.
7745 (fmod_test_data): Likewise.
7746 (log_test_data): Likewise.
7747 (log10_test_data): Likewise.
7748 (log2_test_data): Likewise.
7749 (pow_test_data): Likewise.
7750 (sqrt_test_data): Likewise.
7751 (y0_test_data): Likewise.
7752 (y1_test_data): Likewise.
7753 (yn_test_data): Likewise.
7754
5575c0e5
JM
7755 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
7756 function contents.
7757
d369f531
JM
7758 * math/libm-test.inc (struct test_ff_i_data): New type.
7759 (RUN_TEST_LOOP_ff_i_tg): New macro.
7760 (isgreater_test_data): New variable.
7761 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7762 (isgreaterequal_test_data): New variable.
7763 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7764 (isless_test_data): New variable.
7765 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7766 (islessequal_test_data): New variable.
7767 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7768 (islessgreater_test_data): New variable.
7769 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7770 (isunordered_test_data): New variable.
7771 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7772
781fd748
DM
77732013-05-14 David S. Miller <davem@davemloft.net>
7774
7775 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7776
87aa21df
JM
77772013-05-14 Joseph Myers <joseph@codesourcery.com>
7778
5e908270
JM
7779 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
7780
f71172e5
JM
7781 * math/libm-test.inc (struct test_fF_f1_data): Change type of
7782 extra_test to int.
7783 (struct test_f_i_data): Change type of max_ulp to int.
7784
8cfa635a
JM
7785 * math/libm-test.inc (test_ffI_f1_data): New type.
7786 (RUN_TEST_LOOP_ffI_f1): New macro.
7787 (remquo_test_data): New variable.
7788 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
7789
2bcb36b2
JM
7790 * setjmp/tst-setjmp-fp.c: New file.
7791 * setjmp/Makefile (tests): Add tst-setjmp-fp.
7792 (link-libm): New variable.
7793 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
7794
acbd839a
JM
7795 * math/libm-test.inc (struct test_f_i_data): New type.
7796 (RUN_TEST_LOOP_f_i): New macro.
7797 (RUN_TEST_LOOP_f_i_tg): Likewise.
7798 (fpclassify_test_data): New variable.
7799 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
7800 (ilogb_test_data): New variable.
7801 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
7802
e414d745
JM
7803 * math/libm-test.inc (scalbln_test): Correct function name in END
7804 call.
7805
d9c2a0fd
JM
7806 * math/libm-test.inc (struct test_f_f1_data): Add comment.
7807 (RUN_TEST_LOOP_fI_f1): New macro.
7808 (frexp_test_data): New variable.
7809 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
7810
9dc9095d
JM
7811 * math/libm-test.inc (struct test_fF_f1_data): New type.
7812 (RUN_TEST_LOOP_fF_f1): New macro.
7813 (modf_test_data): New variable.
7814 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
7815
87aa21df
JM
7816 * math/libm-test.inc (struct test_f_f1_data): New type.
7817 (RUN_TEST_LOOP_f_f1): New macro.
7818 (gamma_test_data): New variable.
7819 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
7820 (lgamma_test_data): New variable.
7821 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
7822
141af660
CD
78232013-05-13 Carlos O'Donell <carlos@redhat.com>
7824
7825 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
7826 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
7827 (main): Comment "tls" pseudo-hwcap.
7828
6d33265c
JM
78292013-05-13 Joseph Myers <joseph@codesourcery.com>
7830
68fc074c
JM
7831 * math/libm-test.inc (struct test_fl_f_data): New type.
7832 (RUN_TEST_LOOP_fl_f): New variable.
7833 (scalbln_test_data): New variable.
7834 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
7835
243216e1
JM
7836 * math/libm-test.inc (struct test_fi_f_data): New type.
7837 (RUN_TEST_LOOP_fi_f): New macro.
7838 (ldexp_test_data): New variable.
7839 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
7840 (scalbn_test_data): New variable.
7841 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
7842
6a1992e2
JM
7843 * math/libm-test.inc (struct test_c_f_data): New type.
7844 (RUN_TEST_LOOP_c_f): New macro.
7845 (cabs_test_data): New variable.
7846 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
7847 (carg_test_data): New variable.
7848 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
7849 (cimag_test_data): New variable.
7850 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
7851 (creal_test_data): New variable.
7852 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
7853
0e400df5
JM
7854 * math/libm-test.inc (struct test_if_f_data): New type.
7855 (RUN_TEST_LOOP_if_f): New macro.
7856 (jn_test_data): New variable.
7857 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
7858 (yn_test_data): New variable.
7859 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
7860
6d33265c
JM
7861 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
7862
f98ece5f
AZ
78632013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7864
7865 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
7866 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
7867
0f7d347b
SP
78682013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
7869
43fe811b
SP
7870 * benchtests/Makefile (CPPFLAGS-nonlib): Add
7871 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
7872 (bench-deps): Add bench-timing.h.
7873 * benchtests-bench-skeleton.c: Include bench-timing.h.
7874 (main): Use TIMING_* macros instead of clock_gettime.
7875 * benchtests/bench-timing.h: New file.
7876
0f7d347b
SP
7877 [BZ #14582]
7878 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
7879 Renamed from _LIB_VERSION.
7880 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
7881
601a3a5f
JM
78822013-05-12 Joseph Myers <joseph@codesourcery.com>
7883
4f184d30
JM
7884 * math/libm-test.inc (struct test_fff_f_data): New type.
7885 (RUN_TEST_LOOP_fff_f): New macro.
7886 (fma_test_data): New variable.
7887 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
7888 (fma_towardzero_test_data): New variable.
7889 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
7890 (fma_downward_test_data): New variable.
7891 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
7892 (fma_upward_test_data): New variable.
7893 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
7894
08198877
JM
7895 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
7896 (struct test_c_c_data): New type.
7897 (RUN_TEST_LOOP_c_c): New macro.
7898 (cacos_test_data): New variable.
7899 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
7900 (cacosh_test_data): New variable.
7901 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
7902 (casin_test_data): New variable.
7903 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
7904 (casinh_test_data): New variable.
7905 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
7906 (catan_test_data): New variable.
7907 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
7908 (catanh_test_data): New variable.
7909 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
7910 (ccos_test_data): New variable.
7911 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
7912 (ccosh_test_data): New variable.
7913 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
7914 (cexp_test_data): New variable.
7915 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
7916 (clog_test_data): New variable.
7917 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
7918 (clog10_test_data): New variable.
7919 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
7920 (conj_test_data): New variable.
7921 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
7922 (cproj_test_data): New variable.
7923 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
7924 (csin_test_data): New variable.
7925 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
7926 (csinh_test_data): New variable.
7927 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
7928 (csqrt_test_data): New variable.
7929 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
7930 (ctan_test_data): New variable.
7931 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
7932 (ctan_tonearest_test_data): New variable.
7933 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
7934 (ctan_towardzero_test_data): New variable.
7935 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
7936 (ctan_downward_test_data): New variable.
7937 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
7938 (ctan_upward_test_data): New variable.
7939 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
7940 (ctanh_test_data): New variable.
7941 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
7942 (ctanh_tonearest_test_data): New variable.
7943 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
7944 (ctanh_towardzero_test_data): New variable.
7945 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
7946 (ctanh_downward_test_data): New variable.
7947 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
7948 (ctanh_upward_test_data): New variable.
7949 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
7950 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
7951 of BUILD_COMPLEX.
7952
601a3a5f
JM
7953 * math/libm-test.inc (struct test_ff_f_data): New type.
7954 (struct test_ff_f_data_nexttoward): Likewise.
7955 (RUN_TEST_LOOP_2_f): New macro.
7956 (RUN_TEST_LOOP_ff_f): Likewise.
7957 (atan2_test_data): New variable.
7958 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
7959 (copysign_test_data): New variable.
7960 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
7961 (fdim_test_data): New variable.
7962 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
7963 (fmax_test_data): New variable.
7964 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
7965 (fmin_test_data): New variable.
7966 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
7967 (fmod_test_data): New variable.
7968 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
7969 (hypot_test_data): New variable.
7970 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
7971 (nextafter_test_data): New variable.
7972 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
7973 (nexttoward_test_data): New variable.
7974 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
7975 (pow_test_data): New variable.
7976 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
7977 (pow_tonearest_test_data): New variable.
7978 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
7979 (pow_towardzero_test_data): New variable.
7980 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
7981 (pow_downward_test_data): New variable.
7982 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
7983 (pow_upward_test_data): New variable.
7984 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
7985 (remainder_test_data): New variable.
7986 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
7987 (scalb_test_data): New variable.
7988 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
7989 * sysdeps/i386/fpu/libm-test-ulps: Update.
7990
74c57478
JM
79912013-05-11 Joseph Myers <joseph@codesourcery.com>
7992
8329e4da
JM
7993 * math/libm-test.inc (fma_test): Use max_value instead of local
7994 variable fltmax.
7995 (nextafter_test): Likewise.
7996
74c57478
JM
7997 * math/libm-test.inc (acos_towardzero_test_data): New variable.
7998 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
7999 (acos_downward_test_data): New variable.
8000 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8001 (acos_upward_test_data): New variable.
8002 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8003 (acosh_test_data): New variable.
8004 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
8005 (asin_test_data): New variable.
8006 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
8007 (asin_tonearest_test_data): New variable.
8008 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8009 (asin_towardzero_test_data): New variable.
8010 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8011 (asin_downward_test_data): New variable.
8012 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8013 (asin_upward_test_data): New variable.
8014 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8015 (asinh_test_data): New variable.
8016 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
8017 (atan_test_data): New variable.
8018 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
8019 (atanh_test_data): New variable.
8020 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
8021 (cbrt_test_data): New variable.
8022 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
8023 (ceil_test_data): New variable.
8024 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
8025 (cos_test_data): New variable.
8026 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
8027 (cos_tonearest_test_data): New variable.
8028 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8029 (cos_towardzero_test_data): New variable.
8030 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8031 (cos_downward_test_data): New variable.
8032 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8033 (cos_upward_test_data): New variable.
8034 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8035 (cosh_test_data): New variable.
8036 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
8037 (cosh_tonearest_test_data): New variable.
8038 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8039 (cosh_towardzero_test_data): New variable.
8040 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8041 (cosh_downward_test_data): New variable.
8042 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8043 (cosh_upward_test_data): New variable.
8044 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8045 (erf_test_data): New variable.
8046 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
8047 (erfc_test_data): New variable.
8048 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
8049 (exp_test_data): New variable.
8050 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
8051 (exp_tonearest_test_data): New variable.
8052 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8053 (exp_towardzero_test_data): New variable.
8054 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8055 (exp_downward_test_data): New variable.
8056 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8057 (exp_upward_test_data): New variable.
8058 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8059 (exp10_test_data): New variable.
8060 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
8061 (exp2_test_data): New variable.
8062 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
8063 (expm1_test_data): New variable.
8064 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
8065 (fabs_test_data): New variable.
8066 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
8067 (floor_test_data): New variable.
8068 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
8069 (j0_test_data): New variable.
8070 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
8071 (j1_test_data): New variable.
8072 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
8073 (log_test_data): New variable.
8074 (log_test): Run tests with RUN_TEST_LOOP_f_f.
8075 (log10_test_data): New variable.
8076 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
8077 (log1p_test_data): New variable.
8078 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
8079 (log2_test_data): New variable.
8080 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
8081 (logb_test_data): New variable.
8082 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
8083 (logb_downward_test_data): New variable.
8084 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8085 (nearbyint_test_data): New variable.
8086 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
8087 (rint_test_data): New variable.
8088 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
8089 (rint_tonearest_test_data): New variable.
8090 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8091 (rint_towardzero_test_data): New variable.
8092 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8093 (rint_downward_test_data): New variable.
8094 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8095 (rint_upward_test_data): New variable.
8096 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8097 (round_test_data): New variable.
8098 (round_test): Run tests with RUN_TEST_LOOP_f_f.
8099 (sin_test_data): New variable.
8100 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
8101 (sin_tonearest_test_data): New variable.
8102 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8103 (sin_towardzero_test_data): New variable.
8104 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8105 (sin_downward_test_data): New variable.
8106 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8107 (sin_upward_test_data): New variable.
8108 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8109 (sinh_test_data): New variable.
8110 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
8111 (sinh_tonearest_test_data): New variable.
8112 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8113 (sinh_towardzero_test_data): New variable.
8114 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8115 (sinh_downward_test_data): New variable.
8116 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8117 (sinh_upward_test_data): New variable.
8118 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8119 (sqrt_test_data): New variable.
8120 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
8121 (tan_test_data): New variable.
8122 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
8123 (tan_tonearest_test_data): New variable.
8124 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8125 (tan_towardzero_test_data): New variable.
8126 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8127 (tan_downward_test_data): New variable.
8128 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8129 (tan_upward_test_data): New variable.
8130 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8131 (tanh_test_data): New variable.
8132 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
8133 (tgamma_test_data): New variable.
8134 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
8135 (trunc_test_data): New variable.
8136 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
8137 (y0_test_data): New variable.
8138 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
8139 (y1_test_data): New variable.
8140 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
8141 (significand_test_data): New variable.
8142 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
8143
7187d844
CG
81442013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
8145
8146 [BZ #12387]
8147 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
8148
f63fae73
PT
81492013-05-10 Pino Toscano <toscano.pino@tiscali.it>
8150
8151 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
8152
8a67a4b3
AJ
81532013-05-10 Andreas Jaeger <aj@suse.de>
8154
8155 [BZ #15448]
8156 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
8157 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
8158
51df539d
JM
81592013-05-10 Joseph Myers <joseph@codesourcery.com>
8160
8161 * math/gen-libm-test.pl (adjust_arg): New function.
8162 (special_functions): Handle generating output in both functions
8163 and arrays.
8164 (parse_args): Likewise.
8165 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
8166 $in_func argument to parse_args.
8167 * math/libm-test.inc (struct test_f_f_data): New type.
8168 (IF_ROUND_INIT_): New macro.
8169 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
8170 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
8171 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
8172 (IF_ROUND_INIT_FE_UPWARD): Likewise.
8173 (ROUND_RESTORE_): Likewise.
8174 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
8175 (ROUND_RESTORE_FE_TONEAREST): Likewise.
8176 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
8177 (ROUND_RESTORE_FE_UPWARD): Likewise.
8178 (RUN_TEST_LOOP_f_f): New macro.
8179 (acos_test_data): New variable.
8180 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
8181 (acos_tonearest_test_data): New variable.
8182 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8183
5c637fe5
SP
81842013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8185
8186 * benchtests/bench-skeleton.c (startup): Fix coding style.
8187
ab2b9461
JM
81882013-05-10 Joseph Myers <joseph@codesourcery.com>
8189
8190 [BZ #6809]
8191 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
8192 negative infinity argument.
8193 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
8194 negative infinity argument.
8195 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
8196 negative infinity argument.
8197 * math/libm-test.inc (tgamma_test): Expect errno to be set for
8198 domain errors.
8199
4c0fe6fe
FW
82002013-05-10 Florian Weimer <fweimer@redhat.com>
8201
8202 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
8203 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
8204 * iconv/iconv_prog.c (main): Likewise.
8205 * locale/programs/charmap-dir.c (charmap_readdir)
8206 (fopen_uncompressed): Likewise.
8207 * locale/programs/locfile.c (siblings_uncached)
8208 (write_locale_data): Use lstat64 instead of lstat.
8209 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
8210 stat.
8211
a3375d29
AJ
82122013-05-10 Andreas Jaeger <aj@suse.de>
8213
8214 [BZ #15395]
8215 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
8216 localization.
8217 Include <locale.h>.
8218
36129722
CD
82192013-05-09 Carlos O'Donell <carlos@redhat.com>
8220
8221 * elf/dl-close.c (_dl_close_worker): Add comments.
8222
faa7f811
JM
82232013-05-09 Joseph Myers <joseph@codesourcery.com>
8224
ed41ffef
JM
8225 [BZ #15359]
8226 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
8227 high part of pi/2.
8228 (__ieee754_rem_pio2l): Update comments.
8229
d0213cd0
JM
8230 [BZ #15429]
8231 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
8232 high part of pi/2.
8233 (__ieee754_rem_pio2l): Update comments.
8234
0d3e777a
JM
8235 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
8236 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
8237
24f56066
JM
8238 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
8239 M_PI_4l.
8240
faa7f811
JM
8241 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
8242 (M_PI_34_LOG10El): Likewise.
8243 (M_PI2_LOG10El): Likewise.
8244 (M_PI4_LOG10El): Likewise.
8245 (M_PI_LOG10El): Likewise.
8246
e9a5e0fd
AZ
82472013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8248
8249 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8250
d8cd06db
JM
82512013-05-08 Joseph Myers <joseph@codesourcery.com>
8252
a0d9f9d7
JM
8253 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
8254 (MINUS_ZERO_INIT): Likewise.
8255 (PLUS_INFTY_INIT): Likewise.
8256 (MINUS_INFTY_INIT): Likewise.
8257 (QNAN_VALUE_INIT): Likewise.
8258 (MAX_VALUE_INIT): Likewise.
8259 (MIN_VALUE_INIT): Likewise.
8260 (MIN_SUBNORM_VALUE_INIT): Likewise.
8261 (plus_zero): Initialize with PLUS_ZERO_INIT.
8262 (minus_zero): Initialize with MINUS_ZERO_INIT.
8263 (plus_infty): Initialize with PLUS_INFTY_INIT.
8264 (minus_infty): Initialize with MINUS_INFTY_INIT.
8265 (qnan_value): Initialize with QNAN_VALUE_INIT.
8266 (max_value): Initialize with MAX_VALUE_INIT.
8267 (min_value): Initialize with MIN_VALUE_INIT.
8268 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
8269
ae08db3b
JM
8270 * math/libm-test.inc (RUN_TEST_if_f): New macro.
8271 (jn_test): Use TEST_if_f instead of TEST_ff_f.
8272 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
8273 (yn_test): Use TEST_if_f instead of TEST_ff_f.
8274
f44bf14a
JM
8275 * math/libm-test.inc (RUN_TEST_f_f): New macro.
8276 (RUN_TEST_2_f): Likewise.
8277 (RUN_TEST_ff_f): Likewise.
8278 (RUN_TEST_fi_f): Likewise.
8279 (RUN_TEST_fl_f): Likewise.
8280 (RUN_TEST_fff_f): Likewise.
8281 (RUN_TEST_c_f): Likewise.
8282 (RUN_TEST_f_f1): Likewise.
8283 (RUN_TEST_fF_f1): Likewise.
8284 (RUN_TEST_fI_f1): Likewise.
8285 (RUN_TEST_ffI_f1): Likewise.
8286 (RUN_TEST_c_c): Likewise.
8287 (RUN_TEST_cc_c): Likewise.
8288 (RUN_TEST_f_i): Likewise.
8289 (RUN_TEST_f_i_tg): Likewise.
8290 (RUN_TEST_ff_i_tg): Likewise.
8291 (RUN_TEST_f_b): Likewise.
8292 (RUN_TEST_f_b_tg): Likewise.
8293 (RUN_TEST_f_l): Likewise.
8294 (RUN_TEST_f_L): Likewise.
8295 (RUN_TEST_sincos): Likewise.
8296 * math/gen-libm-test.pl (new_test): Take new argument to indicate
8297 whether to show exceptions. Do not include ");\n" in return
8298 value.
8299 (special_functions): Output call to RUN_TEST_sincos instead of
8300 check_float calls. Update calls to new_test.
8301 (parse_args): Output call to single RUN_TEST_* macro instead of
8302 check_* calls and other assignments. Update calls to new_test.
8303
d8cd06db
JM
8304 [BZ #2546]
8305 [BZ #2560]
8306 [BZ #5159]
8307 [BZ #15426]
8308 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
8309 input to result for tgamma overflow.
8310 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
8311 (gamma_coeff): New variable.
8312 (NCOEFF): New macro.
8313 (gamma_positive): New function.
8314 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
8315 underflow here. Use gamma_positive instead of exp (lgamma) for
8316 other arguments.
8317 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
8318 (gamma_coeff): New variable.
8319 (NCOEFF): New macro.
8320 (gammaf_positive): New function.
8321 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
8322 underflow here. Use gamma_positive instead of exp (lgamma) for
8323 other arguments.
8324 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
8325 (gamma_coeff): New variable.
8326 (NCOEFF): New macro.
8327 (gammal_positive): New function.
8328 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
8329 underflow here. Use gamma_positive instead of exp (lgamma) for
8330 other arguments.
8331 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
8332 (gamma_coeff): New variable.
8333 (NCOEFF): New macro.
8334 (gammal_positive): New function.
8335 (__ieee754_gammal_r): Handle positive infinity, overflow and
8336 underflow here. Handle NaN the same as positive infinity. Remove
8337 check x < 0xffffffff for negative integers. Use gamma_positive
8338 instead of exp (lgamma) for other arguments.
8339 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
8340 (gamma_coeff): New variable.
8341 (NCOEFF): New macro.
8342 (gammal_positive): New function.
8343 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
8344 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
8345 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
8346 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
8347 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
8348 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
8349 * sysdeps/generic/math_private.h (__gamma_productf): New
8350 prototype.
8351 (__gamma_product): Likewise.
8352 (__gamma_productl): Likewise.
8353 * math/Makefile (libm-calls): Add gamma_product.
8354 * math/libm-test.inc (tgamma_test): Add more tests.
8355 * sysdeps/i386/fpu/libm-test-ulps: Update.
8356 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8357
bb7cf681
OB
83582013-05-08 Ondřej Bílka <neleai@seznam.cz>
8359
8360 * benchtests/bench-skeleton.c (main): Preheat CPU.
8361
ba853947
AJ
83622013-05-07 Aurelien Jarno <aurelien@aurel32.net>
8363
8364 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
8365
8347c74c
RM
83662013-05-07 Roland McGrath <roland@hack.frob.com>
8367
8368 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
8369 and _dl_skip_args_internal.
8370
e8dd4791
CD
83712013-05-07 Carlos O'Donell <carlos@redhat.com>
8372
8373 * manual/message.texi (Message Translation): Talk about users.
8374 Message to key mapping impacts design.
8375
c7405830
RM
83762013-05-06 Roland McGrath <roland@hack.frob.com>
8377
a9173057
RM
8378 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
8379
976e2f03
RM
8380 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
8381
9723ffc5
RM
8382 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
8383 * sysdeps/wordsize-64/glob64.c: ... here.
8384
962e6658
RM
8385 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
8386 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
8387 New macros.
8388
ee586a6d
RM
8389 * debug/getlogin_r_chk.c: Moved to ...
8390 * login/getlogin_r_chk.c: ... here.
8391 * debug/Makefile (routines): Move getlogin_r_chk to ...
8392 * login/Makefile (routines): ... here.
8393 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
8394 * login/Versions (libc: GLIBC_2.4): ... here.
8395
355f9165
RM
8396 * io/poll.c (__poll): Renamed from poll.
8397 Add libc_hidden_def.
8398 (poll): Define as weak alias.
8399
bd9ffde6
RM
8400 * debug/ptsname_r_chk.c: Moved to ...
8401 * login/ptsname_r_chk.c: ... here.
8402 * debug/Makefile (routines): Move ptsname_r_chk to ...
8403 * login/Makefile (routines): ... here.
8404 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
8405 * login/Versions (libc: GLIBC_2.4): ... here.
8406
8fb16a04
RM
8407 * posix/getlogin.c: Moved to ...
8408 * login/getlogin.c: ... here.
8409 * posix/getlogin_r.c: Moved to ...
8410 * login/getlogin_r.c: ... here.
8411 * posix/getlogin_r.c: Moved to ...
8412 * login/getlogin_r.c: ... here.
8413 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
8414 * login/Makefile (routines): ... here.
8415 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
8416 * login/Versions (libc: GLIBC_2.0): ... here.
8417
b99b892f
RM
8418 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
8419 (setrlimit): Define as weak alias.
8420
c7405830
RM
8421 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
8422 Call __ names for open, ftruncate, and close.
8423 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
8424 (truncate): Define as weak alias.
8425
5bf96de5
JM
84262013-05-06 Joseph Myers <joseph@codesourcery.com>
8427
9ea3513c
JM
8428 * math/gen-libm-test.pl (parse_args): Initialize x before each
8429 test of frexp, modf and remquo.
8430
5bf96de5
JM
8431 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
8432 test signgam value.
8433
16e616a7
AZ
84342013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8435
8436 [BZ #15418]
8437 [BZ #15419]
8438 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
8439 internal tests.
8440 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
8441
d5e82754
RM
84422013-05-06 Roland McGrath <roland@hack.frob.com>
8443
8444 * elf/dl-writev.h: New file.
8445 * elf/dl-misc.c: Include it.
8446 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
8447 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
8448
a7548d41
JM
84492013-05-04 Joseph Myers <joseph@codesourcery.com>
8450
b7dab1e4
JM
8451 * math/libm-test.inc (noXFails): Remove variable.
8452 (noXPasses): Likewise.
8453 (BUILD_COMPLEX_INT): Remove macro.
8454 (print_screen): Remove xfail argument.
8455 (print_screen_max_error): Likewise.
8456 (update_stats): Likewise.
8457 (print_max_error): Likewise. Update calls to other affected
8458 functions.
8459 (print_complex_max_error): Likewise.
8460 (test_single_exception): Update calls to print_screen.
8461 (test_single_errno): Likewise.
8462 (check_float_internal): Remove xfail argument. Update calls to
8463 other affected functions.
8464 (check_float): Likewise.
8465 (check_complex): Likewise.
8466 (check_int): Likewise.
8467 (check_long): Likewise.
8468 (check_bool): Likewise.
8469 (check_longlong): Likewise.
8470 (main): Don't print noXFails and noXPasses.
8471 * math/gen-libm-test.pl (top level): Don't mention expected
8472 failure handling in comment.
8473 (new_test): Don't handle expected failures.
8474 (parse_args): Don't mention expected failure handling in comment.
8475 (generate_testfile): Don't handle expected failures.
8476 (parse_ulps): Likewise.
8477 (print_ulps_file): Likewise.
8478 (get_failure): Remove function.
8479 (output_test): Don't handle expected failures.
8480 * make/README.libm-test: Don't mention expected failure handling.
8481
a7548d41
JM
8482 * math/libm-test.inc (plus_zero): Make const. Add initializer.
8483 (minus_zero): Likewise.
8484 (plus_infty): Likewise.
8485 (minus_infty): Likewise.
8486 (qnan_value): Likewise.
8487 (max_value): Likewise.
8488 (min_value): Likewise.
8489 (min_subnorm_value): Likewise.
8490 (initialize): Do not initialize those variables dynamically.
8491
60bfd54c
RM
84922013-05-03 Roland McGrath <roland@hack.frob.com>
8493
cc0e6ed8
RM
8494 * io/open.c (__open_2): Moved to ...
8495 * io/open_2.c: ... this new file.
8496 * io/open64.c (__open64_2): Moved to ...
8497 * io/open64_2.c: ... this new file.
8498 * io/openat.c (__openat_2): Moved to ...
8499 * io/openat_2.c: ... this new file.
8500 * io/openat64.c (__openat64_2): Moved to ...
8501 * io/openat64_2.c: ... this new file.
8502 * io/Makefile (routines): Add them.
8503 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
8504 * sysdeps/unix/sysv/linux/open_2.c: File removed.
8505 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
8506 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
8507 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
8508 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
8509 (__openat64): Add hidden_ver.
8510 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
8511 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
8512
60bfd54c
RM
8513 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
8514 Separately conditionalize setting of GLRO(dl_sysinfo) so
8515 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
8516 as well, but the actual setting is only under [NEED_DL_SYSINFO].
8517
83e7640f
AZ
85182013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8519
8520 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
8521 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
8522 definition.
8523 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
8524 * sysdeps/unix/sysv/linux/powerpc/init-first.c
8525 (_libc_vdso_platform_setup): Add __vdso_time initialization.
8526 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
8527 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
8528
d5dc2af3
JM
85292013-05-03 Joseph Myers <joseph@codesourcery.com>
8530
c31a5b1e
JM
8531 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
8532 test signgam value.
8533
d5dc2af3
JM
8534 * math/libm-test.inc (hypot_test): Do not use
8535 IGNORE_ZERO_INF_SIGN.
8536
164fd39d
AJ
85372013-05-03 Andreas Jaeger <aj@suse.de>
8538
8539 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
8540 Linux 3.9.
8541 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
8542 (PF_MAX): Adjust for VSOCK change.
8543
8237f48c
AZ
85442013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8545
8546 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8547
9df02941
CD
85482013-05-02 Carlos O'Donell <carlos@redhat.com>
8549
8550 [BZ #15264]
8551 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
8552 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
8553 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
8554
d422395e
DM
85552013-05-02 David S. Miller <davem@davemloft.net>
8556
8557 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8558
a07c5731
OB
85592013-05-01 Ondřej Bílka <neleai@seznam.cz>
8560
8561 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
8562
1324e37f
RM
85632013-05-01 Roland McGrath <roland@hack.frob.com>
8564
8565 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
8566
0695940b
RS
85672013-05-01 Richard Smith <richard@metafoo.co.uk>
8568
bb5f27ad 8569 [BZ #14952]
0695940b
RS
8570 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
8571 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
8572 Use __attribute__ ((__gnu_inline__)).
8573 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
8574 Don't use __attribute__ ((__gnu_inline__)).
8575
10de07f5
JM
85762013-05-01 Joseph Myers <joseph@codesourcery.com>
8577
8578 [BZ #15423]
8579 * math/s_catan.c (__catan): Handle small real or imaginary part of
8580 input specially to avoid spurious underflow.
8581 * math/s_catanf.c (__catanf): Likewise.
8582 * math/s_catanh.c (__catanh): Likewise.
8583 * math/s_catanhf.c (__catanhf): Likewise.
8584 * math/s_catanhl.c (__catanhl): Likewise.
8585 * math/s_catanl.c (__catanl): Likewise.
8586 * math/libm-test.inc (catan_test): Add more tests.
8587 (catanh_test): Likewise.
8588 * sysdeps/i386/fpu/libm-test-ulps: Update.
8589 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8590
cb4d5414
AZ
85912013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8592
8593 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8594
caf84319
JM
85952013-04-30 Joseph Myers <joseph@codesourcery.com>
8596
8597 [BZ #15416]
8598 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
8599 accurately for denominator in atan2.
8600 * math/s_catanf.c (__catanf): Likewise.
8601 * math/s_catanh.c (__catanh): Likewise.
8602 * math/s_catanhf.c (__catanhf): Likewise.
8603 * math/s_catanhl.c (__catanhl): Likewise.
8604 * math/s_catanl.c (__catanl): Likewise.
8605 * math/libm-test.inc (catan_test): Add more tests.
8606 (catanh_test): Likewise.
8607 * sysdeps/i386/fpu/libm-test-ulps: Update.
8608 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8609
d569c6ee
SP
86102013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8611
6dbe713d
SP
8612 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
8613
f0ee064b
SP
8614 * benchtests/Makefile (bench): Remove slow benchmarks.
8615 * benchtests/atan-inputs: Add slow benchmark inputs.
8616 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
8617 (BENCH_FUNC): Accept variant offset.
8618 (VARIANT): Define.
8619 * benchtests/bench-skeleton.c (main): Run benchmark for each
8620 variant.
8621 * benchtests/cos-inputs: Add slow benchmark inputs.
8622 * benchtests/exp-inputs: Likewise.
8623 * benchtests/pow-inputs: Likewise.
8624 * benchtests/sin-inputs: Likewise.
8625 * benchtests/slowatan-inputs: Remove.
8626 * benchtests/slowatan.c: Remove.
8627 * benchtests/slowcos-inputs: Remove.
8628 * benchtests/slowcos.c: Remove.
8629 * benchtests/slowexp-inputs: Remove.
8630 * benchtests/slowexp.c: Remove.
8631 * benchtests/slowpow-inputs: Remove.
8632 * benchtests/slowpow.c: Remove.
8633 * benchtests/slowsin-inputs: Remove.
8634 * benchtests/slowsin.c: Remove.
8635 * benchtests/slowtan-inputs: Remove.
8636 * benchtests/slowtan.c: Remove.
8637 * benchtests/tan-inputs: Add slow benchmark inputs.
8638 * scripts/bench.pl: Parse comments and directives.
8639
d569c6ee
SP
8640 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
8641 in CPPFLAGS.
8642 ($(objpfx)bench-%.c): Remove *-ITER.
8643 * benchtests/bench-modf.c: Remove definition of ITER.
8644 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
8645 (main): Loop for DURATION seconds instead of fixed number of
8646 iterations.
8647 * scripts/bench.pl: Don't expect iterations in parameters.
8648
a6a242fe
RM
86492013-04-29 Roland McGrath <roland@hack.frob.com>
8650
8651 * io/fchdir.c (__fchdir): Renamed from fchdir.
8652 (fchdir): Define as weak alias.
8653
f2da7793
JM
86542013-04-29 Joseph Myers <joseph@codesourcery.com>
8655
8656 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
8657 (ERRNO_EDOM): Likewise.
8658 (ERRNO_ERANGE): Likewise.
8659 (noErrnoTests): New variable.
8660 (init_max_error): Set errno to 0.
8661 (test_single_errno): New function.
8662 (test_errno): Likewise.
8663 (check_float_internal): Call test_errno. Set errno to 0.
8664 (check_complex): Refer to errno tests in comment.
8665 (check_int): Call test_errno. Set errno to 0.
8666 (check_long): Likewise.
8667 (check_bool): Likewise.
8668 (check_longlong): Likewise.
8669 (cos_test): Use ERRNO_* flags for errno tests instead of
8670 check_int.
8671 (expm1_test): Likewise.
8672 (fmod_test): Likewise.
8673 (ilogb_test): Likewise.
8674 (lgamma_test): Likewise.
8675 (pow_test): Likewise.
8676 (remainder_test): Likewise.
8677 (sin_test): Likewise.
8678 (tan_test): Likewise.
8679 (yn_test): Likewise.
8680 (initialize): Set errno to 0.
8681 (main): Print number of errno tests.
8682 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
8683
b1a36ceb
AJ
86842013-04-29 Andreas Jaeger <aj@suse.de>
8685
c3ed8088
AJ
8686 [BZ #15084]
8687 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
8688 and RES_USEVC.
8689
f1a24198
AJ
8690 [BZ #15085]
8691 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
8692 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
8693 unimplemented.
8694
9ce3b2cb
AJ
8695 [BZ #15380]
8696 * stdlib/random.c (__initstate): Return NULL if
8697 __initstate fails.
8698
f1a24198 8699 [BZ #15086]
b1a36ceb
AJ
8700 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
8701 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
8702 RES_SNGLKUPREOP.
8703
7e7b6f36
AZ
87042013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8705
8706 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8707
4d14f449
JM
87082013-04-29 Joseph Myers <joseph@codesourcery.com>
8709
8710 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
8711 of individual tests.
8712 (casin_test): Likewise.
8713 (casinh_test): Likewise.
8714
5b4217d7
JM
87152013-04-27 Joseph Myers <joseph@codesourcery.com>
8716
8717 [BZ #15409]
8718 * math/s_catan.c (__catan): Handle arguments with large real or
8719 imaginary part separately without squaring.
8720 * math/s_catanf.c (__catanf): Likewise.
8721 * math/s_catanh.c (__catanh): Likewise.
8722 * math/s_catanhf.c (__catanhf): Likewise.
8723 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
8724 and redefine.
8725 (__catanhl): Handle arguments with large real or imaginary part
8726 separately without squaring.
8727 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
8728 and redefine.
8729 (__catanl): Handle arguments with large real or imaginary part
8730 separately without squaring.
8731 * math/libm-test.inc (catan_test): Add more tests.
8732 (catanh_test): Likewise.
8733 * sysdeps/i386/fpu/libm-test-ulps: Update.
8734 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8735
4220c3ef
AJ
87362013-04-27 Andreas Jaeger <aj@suse.de>
8737
8738 [BZ #15007]
8739 * stdlib/stdlib.h: Update guards for qecvt.
8740 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
8741 <stdlib.h>.
8742
4721b2d1
AM
87432013-04-27 Allan McRae <allan@archlinux.org>
8744
8745 * sysdeps/i386/fpu/libm-test-ulps: Update.
8746
f0302940
JM
87472013-04-26 Joseph Myers <joseph@codesourcery.com>
8748
9457fd95
JM
8749 [BZ #15406]
8750 * math/s_catan.c: Include <float.h>.
8751 (__catan): Ensure underflow exception occurs for underflowed
8752 result.
8753 * math/s_catanf.c: Include <float.h>.
8754 (__catanf): Ensure underflow exception occurs for underflowed
8755 result.
8756 * math/s_catanh.c: Include <float.h>.
8757 (__catanh): Ensure underflow exception occurs for underflowed
8758 result.
8759 * math/s_catanhf.c: Include <float.h>.
8760 (__catanhf): Ensure underflow exception occurs for underflowed
8761 result.
8762 * math/s_catanhl.c: Include <float.h>.
8763 (__catanhl): Ensure underflow exception occurs for underflowed
8764 result.
8765 * math/s_catanl.c: Include <float.h>.
8766 (__catanl): Ensure underflow exception occurs for underflowed
8767 result.
8768 * math/libm-test.inc (catan_test): Add more tests.
8769 (catanh_test): Likewise.
8770
f0302940
JM
8771 [BZ #15405]
8772 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
8773 underflowed result.
8774 * math/s_ccoshf.c (__ccoshf): Likewise.
8775 * math/s_ccoshl.c (__ccoshl): Likewise.
8776 * math/s_csin.c (__csin): Likewise.
8777 * math/s_csinf.c (__csinf): Likewise.
8778 * math/s_csinh.c (__csinh): Likewise.
8779 * math/s_csinhf.c (__csinhf): Likewise.
8780 * math/s_csinhl.c (__csinhl): Likewise.
8781 * math/s_csinl.c (__csinl): Likewise.
8782 * math/libm-test.inc (ccos_test): Add more tests.
8783 (ccosh_test): Likewise.
8784 (csin_test): Likewise.
8785 (csinh_test): Likewise.
8786
aa630f59
AZ
87872013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8788
8789 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
8790 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
8791 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
8792 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
8793 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
8794 powerpc/power5+/fpu folders.
8795 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
8796
8797
1b835983
MT
87982013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
8799
8800 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8801
73709b26
JM
88022013-04-25 Joseph Myers <joseph@codesourcery.com>
8803
8804 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
8805 additions to variable.
8806 [$(config-machine) = x86_64] (modules-names): Likewise.
8807 ($(objpfx)tst-audit3): Remove dependency.
8808 ($(objpfx)tst-audit3.out): Likewise.
8809 ($(objpfx)tst-audit4): Likewise.
8810 ($(objpfx)tst-audit4.out): Likewise.
8811 ($(objpfx)tst-audit5): Likewise.
8812 ($(objpfx)tst-audit5.out): Likewise.
8813 ($(objpfx)tst-audit6): Likewise.
8814 ($(objpfx)tst-audit6.out): Likewise.
8815 ($(objpfx)tst-audit7): Likewise.
8816 ($(objpfx)tst-audit7.out): Likewise.
8817 (tst-audit3-ENV): Remove variable.
8818 (tst-audit4-ENV): Likewise.
8819 (tst-audit5-ENV): Likewise.
8820 (tst-audit6-ENV): Likewise.
8821 (tst-audit7-ENV): Likewise.
8822 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
8823 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
8824 addition to variable.
8825 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
8826 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
8827 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
8828 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
8829 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
8830 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
8831 tst-audit3, tst-audit4 and tst-audit5.
8832 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
8833 tst-audit6 and tst-audit7.
8834 [$(subdir) = elf] (modules-names): Add audit modules for those
8835 tests.
8836 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
8837 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
8838 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
8839 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
8840 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
8841 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
8842 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
8843 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
8844 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
8845 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
8846 [$(subdir) = elf] (tst-audit3-ENV): New variable.
8847 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
8848 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
8849 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
8850 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
8851 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
8852 Likewise.
8853 [$(subdir) = elf && $(config-cflags-avx) = yes]
8854 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
8855 [$(subdir) = elf && $(config-cflags-avx) = yes]
8856 (CFLAGS-tst-auditmod4a.c): Likewise.
8857 [$(subdir) = elf && $(config-cflags-avx) = yes]
8858 (CFLAGS-tst-auditmod4b.c): Likewise.
8859 [$(subdir) = elf && $(config-cflags-avx) = yes]
8860 (CFLAGS-tst-auditmod6b.c): Likewise.
8861 [$(subdir) = elf && $(config-cflags-avx) = yes]
8862 (CFLAGS-tst-auditmod6c.c): Likewise.
8863 [$(subdir) = elf && $(config-cflags-avx) = yes]
8864 (CFLAGS-tst-auditmod7b.c): Likewise.
8865 * elf/tst-audit3.c: Move to ...
8866 * sysdeps/x86_64/tst-audit3.c: ... here.
8867 * elf/tst-audit4.c: Move to ...
8868 * sysdeps/x86_64/tst-audit4.c: ... here.
8869 * elf/tst-audit5.c: Move to ...
8870 * sysdeps/x86_64/tst-audit5.c: ... here.
8871 * elf/tst-audit6.c: Move to ...
8872 * sysdeps/x86_64/tst-audit6.c: ... here.
8873 * elf/tst-audit7.c: Move to ...
8874 * sysdeps/x86_64/tst-audit7.c: ... here.
8875 * elf/tst-auditmod3a.c: Move to ...
8876 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
8877 * elf/tst-auditmod3b.c: Move to ...
8878 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
8879 * elf/tst-auditmod4a.c: Move to ...
8880 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
8881 * elf/tst-auditmod4b.c: Move to ...
8882 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
8883 * elf/tst-auditmod5a.c: Move to ...
8884 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
8885 * elf/tst-auditmod5b.c: Move to ...
8886 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
8887 * elf/tst-auditmod6a.c: Move to ...
8888 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
8889 * elf/tst-auditmod6b.c: Move to ...
8890 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
8891 * elf/tst-auditmod6c.c: Move to ...
8892 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
8893 * elf/tst-auditmod7a.c: Move to ...
8894 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
8895 * elf/tst-auditmod7b.c: Move to ...
8896 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
8897
1ef74943
PP
88982013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
8899
8900 [BZ #15366]
8901 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
8902 define unconditionally.
8903 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
8904 define unconditionally.
8905 (INT8_C, INT16_C, etc.): Likewise.
8906
93fd48c5
MR
89072013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
8908
ae9552cf
MR
8909 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
8910 __ehdr_start with hidden visibility.
8911
93fd48c5
MR
8912 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
8913
418601aa
CD
89142013-04-24 Carlos O'Donell <carlos@redhat.com>
8915
8916 * math/libm-test.inc (cos_test): Use accurate hex constants.
8917 (sincost_test): Likewise.
8918
2f38fbfe
JM
89192013-04-24 Joseph Myers <joseph@codesourcery.com>
8920
5e221800
JM
8921 * math/libm-test.inc (catan_test): Add more tests.
8922 (catanh_test): Likewise.
8923
77f143fd
JM
8924 * math/s_catanf.c (__catanf): Use suffixed floating-point
8925 constants.
8926 * math/s_catanhf.c (__catanhf): Likewise.
8927 * math/s_catanhl.c (__catanhl): Likewise.
8928 * math/s_catanl.c (__catanl): Likewise.
8929
2f38fbfe
JM
8930 [BZ #15394]
8931 * math/s_catan.c (__catan): Calculate imaginary part of result
8932 with log1p not log unless computing log of number close to 0.
8933 * math/s_catanf.c (__catanf): Likewise.
8934 * math/s_catanl.c (__catanl): Likewise.
8935 * math/s_catanh.c (__catanh): Calculate real part of result with
8936 log1p not log unless computing log of number close to 0.
8937 * math/s_catanhf.c (__catanhf): Likewise.
8938 * math/s_catanhl.c (__catanhl): Likewise.
8939 * math/libm-test.inc (catan_test): Add more tests.
8940 (catanh_test): Likewise.
8941 * sysdeps/i386/fpu/libm-test-ulps: Update.
8942 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8943
45d69176
SP
89442013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
8945
8946 * benchtests/Makefile: Mention files in which fast and slow
8947 paths of math functions are implemented.
8948
87f51853
RM
89492013-04-23 Roland McGrath <roland@hack.frob.com>
8950
8951 * sysdeps/posix/timespec_get.c: New file.
8952
3c026539
AZ
89532013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8954
8955 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
8956 POWER.
8957 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
8958 for POWER.
8959 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
8960 powerpc/power5/fpu folders.
8961 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
8962 * benchtests/Makefile: Add modf testcase.
8963 * benchtests/bench-modf.c: New file: Benchmark test for mo
8964
ff491d14
SP
89652013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
8966
8967 [BZ #14888]
8968 * time/Makefile (tests): Add tst-strptime-whitespace.
8969 * time/strptime_l.c (get_number): Use ISSPACE.
8970 (__strptime_internal): Likewise.
8971 * time/tst-strptime-whitespace.c: New test case.
8972
7ed3f4e8
AS
89732013-04-23 Andreas Schwab <schwab@linux-m68k.org>
8974
8975 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
8976 member.
8977 (_nss_files_init): Set it here.
8978
5c95f7b6
HC
89792013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
8980
8981 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
8982 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
8983 unsigned.
8984
d34c9158
JBG
89852013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
8986
8987 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
8988
2169712d
SP
89892013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
8990
8991 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
8992 size just once.
8993
29c5de99
DM
89942013-04-21 David S. Miller <davem@davemloft.net>
8995
8996 * po/ru.po: Update Russion translation from translation project.
8997
ccdad15d
AC
89982013-04-17 Adam Conrad <adconrad@0c3.net>
8999
9000 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
9001 and setfsgid.
9002
0f122b8d
CD
90032013-04-17 Carlos O'Donell <carlos@redhat.com>
9004
5c5b07da 9005 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 9006 * configure: Regenerate.
5c5b07da 9007 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
9008 Add example to error message.
9009 * sysdeps/i386/configure: Regenerate.
9010
037714dd
SP
90112013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
9012
9013 * benchtests/Makefile (bench): Add cos, tan, slowcos and
9014 slowtan.
9015 * benchtests/cos-inputs: New file.
9016 * benchtests/slowcos-inputs: New file.
9017 * benchtests/slowcos.c: New file.
9018 * benchtests/slowtan-inputs: New file.
9019 * benchtests/slowtan.c: New file.
9020 * benchtests/tan-inputs: New file.
9021
e913141d
RM
90222013-04-16 Roland McGrath <roland@hack.frob.com>
9023
9024 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
9025 considered kosher.
9026
a2964074
SP
90272013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
9028
4856bcd2
SP
9029 * benchtests/Makefile: Include cppflags-iterator.mk to add
9030 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
9031
a2964074
SP
9032 * Makefile.in (bench-clean): New target.
9033 * benchtests/Makefile (bench-clean): Likewise.
9034
9fbf9aca
DH
90352013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
9036
9037 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
9038
207d1e2a
TS
90392013-04-15 Thomas Schwinge <thomas@codesourcery.com>
9040
9041 * stdio-common/tstdiomisc.c: Fix coding-style violation.
9042
306dfba9
AS
90432013-04-15 Andreas Schwab <schwab@suse.de>
9044
9045 * nscd/grpcache.c (cache_addgr): Properly check for short write.
9046 * nscd/initgrcache.c (addinitgroupsX): Likewise.
9047 * nscd/pwdcache.c (cache_addpw): Likewise.
9048 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
9049 more than recsize.
9050
206a6699
SP
90512013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9052
9053 * benchtests/Makefile (bench): Write all output to
9054 bench-out.tmp together.
9055
0582f6b3
AS
90562013-04-15 Andreas Schwab <schwab@suse.de>
9057
9058 * nscd/nscd.c (main): Don't fork again after closing files.
9059
acb4325f
SP
90602013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9061
5cb26d0a
SP
9062 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
9063
acb4325f
SP
9064 * benchtests/Rules (bench-deps): Collect dependencies into a
9065 single variable. Add Makefile to dependencies.
9066 ($(objpfx)bench-%.c): Depend on bench-deps.
9067
47792506
RM
90682013-04-12 Roland McGrath <roland@hack.frob.com>
9069 Xavier Roche <roche+kml2@exalead.com>
9070
9071 [BZ #15361]
9072 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
9073 just that it's a file descriptor.
9074 * manual/llio.texi (Synchronizing AIO Operations): Update description
9075 for EBADF error from aio_fsync.
9076
8fc1bee5
SP
90772013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
9078
9079 * Rules (bench): Move target definition...
9080 * benchtests/Makefile: ... here.
9081
aba5e333
CD
90822013-04-11 Carlos O'Donell <carlos@redhat.com>
9083
9084 * math/libm-test.inc (cos_test): Fix PI/2 test.
9085 (sincos_test): Likewise.
9086 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9087 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
9088
273cdee8
AS
90892013-04-11 Andreas Schwab <schwab@suse.de>
9090
6ecec3b6
AS
9091 [BZ #13988]
9092 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
9093 accept exponent character only when digits were seen.
9094 * stdio-common/Makefile (tests): Add bug26.
9095 * stdio-common/bug26.c: New file.
9096
273cdee8
AS
9097 [BZ #14293]
9098 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
9099 non-freeable.
9100
8da491f5
SP
91012013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
9102
01dc6df9
SP
9103 * Makeconfig (rtld-prefix): Define built linker prefix.
9104 * Rules (run-bench): Use it.
9105 * math/Makefile (run-regen-ulps): Likewise.
9106
8da491f5
SP
9107 * Rules (bench): Remove eval.
9108
abe7f530
SP
91092013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9110 Roland McGrath <roland@hack.frob.com>
9111 Ondrej Bilka <neleai@seznam.cz>
9112
9113 [BZ #15346]
9114 * time/getdate.c: Include ctype.h and alloca.h.
9115 (__getdate_r): Trim leading and trailing spaces of input.
9116 * time/tst-getdate.c (tests): Add tests with leading and
9117 trailing spaces.
9118
61c23e62
RM
91192013-04-08 Roland McGrath <roland@hack.frob.com>
9120
9121 [BZ #14280]
9122 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
9123 when computing value.
9124
7208a313
CD
91252013-04-06 Carlos O'Donell <carlos@redhat.com>
9126
085b2d41
CD
9127 * math/README.libm-test (How can I generate "libm-test-ulps"?):
9128 Use testrun.sh to run libm tests.
9129
7208a313
CD
9130 [BZ #15309]
9131 * elf/dl-open.c (dl_open_worker): memset all of seen array.
9132
872c0acd
MM
91332013-04-06 Marko Myllynen <myllynen@redhat.com>
9134
9135 [BZ #15264]
9136 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
9137
26510bdd
CD
91382013-04-06 Carlos O'Donell <carlos@redhat.com>
9139
9140 * Makefile.in (regen-ulps): New target.
9141 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
9142 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
9143 [ifneq (no,$(PERL)] (regen-ulps): New target.
9144 [ifeq (no,$(PERL)] (regen-ulps): New target.
9145 * math/libm-test.inc (ulps_file_name): Define.
9146 (output_dir): New variable.
9147 (options): Add "output-dir" option.
9148 (parse_opt): Handle 'o' case.
9149 (main): If output_dir is non-NULL use it as a prefix
9150 otherwise use "".
9151 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
9152
a01f19c8
CD
91532013-04-06 Carlos O'Donell <carlos@redhat.com>
9154
9155 [BZ #10060, #10062]
9156 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
9157 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
9158 fail configure if __sync_val_compare_and_swap is not inlined.
9159 * sysdeps/i386/configure: Regenerate.
9160 * configure.in: Build for i686 when configured for i386.
9161 * configure: Regenerate.
9162 * README: Remove i386 reference.
9163
b7a329a5
CD
91642013-04-06 Carlos O'Donell <carlos@redhat.com>
9165
9166 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
9167 * sysdeps/s390/s390-64/sysdep.h: Likewise.
9168
bf0f50df
TS
91692013-04-05 Thomas Schwinge <thomas@codesourcery.com>
9170
ee091edf
TS
9171 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
9172 (lmsnanval): New variables.
9173 (F): Add conversion tests.
9174 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
9175 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
9176
a8b792d6
TS
9177 * stdio-common/tstdiomisc.c (F): Properly collect individual
9178 tests' results.
9179
a1cbf437
TS
9180 [BZ #14686, #15336]
9181 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
9182 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
9183 Instead, use input NaN values or generate a qNaN by arithmetic
9184 operation. Also fix bugs to comply with the standard.
9185 * math/libm-test.inc (remainder_test): Add more tests.
9186
8b43a0c9
TS
9187 [BZ #15335, #15342]
9188 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
9189 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
9190 input NaN values or generate a qNaN by arithmetic operation.
9191
d91da4ce
TS
9192 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
9193 unreachable code.
9194
bf0f50df
TS
9195 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
9196 definitions.
9197
05e166c8
JM
91982013-04-03 Joseph Myers <joseph@codesourcery.com>
9199
9200 [BZ #14478]
9201 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
9202 underflowed result.
9203 * math/s_cexpf.c (__cexpf): Likewise.
9204 * math/s_cexpl.c (__cexpl): Likewise.
9205 * math/libm-test.inc (cexp_test): Add more tests.
9206
1cef1b19
AS
92072013-04-03 Andreas Schwab <schwab@suse.de>
9208
9209 [BZ #15330]
9210 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
9211 order arrays from heap if bigger than alloca cutoff.
9212
74d87055
TS
92132013-04-03 Thomas Schwinge <thomas@codesourcery.com>
9214
9215 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
9216 (SNAN_TESTS_double): Refer to GCC PR56831.
9217 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
9218 GCC PR56828.
9219
d755bba4
SP
92202013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
9221
90d5d5bb
SP
9222 * Rules (bench): Move bench.out after the run is complete.
9223
73e0cd5d
SP
9224 * Rules (bench): Echo currently running benchmark.
9225
64aabd4b
SP
9226 * benchtests/Makefile (bench): Add atan and slowatan.
9227 * benchtests/atan-inputs: New file.
9228 * benchtests/slowatan-inputs: New file.
9229 * benchtests/slowatan.c: New file.
9230
c871eccd
SP
9231 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
9232 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
9233 its value.
9234
d755bba4
SP
9235 [BZ #15305]
9236 * sysdeps/unix/sysv/linux/kernel-features.h
9237 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
9238 __ASSUME_XFS_RESTRICTED_CHOWN.
9239 * sysdeps/unix/sysv/linux/pathconf.c
9240 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9241 Save and restore errno.
9242
52ce4860
JM
92432013-04-02 Joseph Myers <joseph@codesourcery.com>
9244
9245 [BZ #15327]
9246 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
9247 arguments using __kernel_casinh.
9248 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
9249 arguments using __kernel_casinhf.
9250 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
9251 arguments using __kernel_casinhl.
9252 * math/libm-test.inc (cacosh_test): Add more tests.
9253 * sysdeps/i386/fpu/libm-test-ulps: Update.
9254 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9255
81f311c2
SP
92562013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9257
e7906a47
SP
9258 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
9259 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
9260
92e3664b
SP
9261 * bench/Makefile (bench): Add sin and slowsin.
9262 * benchtests/sin-inputs: New file.
9263 * benchtests/slowsin-inputs: New file.
9264 * benchtests/slowsin.c: New file.
9265
81f311c2
SP
9266 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
9267 (bench): Add slowexp and slowpow.
9268 (exp-ITER): Increase iterations.
9269 (pow-ITER): Likewise.
9270 * benchtests/exp-inputs: Change input.
9271 * benchtests/pow-inputs: Likewise.
9272 * benchtests/slowexp-inputs: New file.
9273 * benchtests/slowexp.c: New file.
9274 * benchtests/slowpow-inputs: New file.
9275 * benchtests/slowpow.c: New file.
9276
ab0f1aa9
AZ
92772013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9278
9279 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
9280 instructions.
9281 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
9282 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
9283 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
9284 * benchtests/Makefile: Add rint benchtest.
9285 * benchtests/rint-inputs: Input for rint benchtest.
9286
57267616
TS
92872013-04-02 Thomas Schwinge <thomas@codesourcery.com>
9288
9289 * Versions.def (libm): Add GLIBC_2.18.
9290 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
9291 hidden libm prototypes.
9292 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
9293 * math/Makefile (libm-calls): Add s_issignaling.
9294 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
9295 __issignalingf, __issignalingl. Adjust all libm.abilist files.
9296 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
9297 declaration.
9298 * math/math.h [__USE_GNU] (issignaling): New macro.
9299 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
9300 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
9301 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
9302 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
9303 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
9304 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
9305 * manual/arith.texi (issignaling): New section.
9306 * manual/libm-err-tab.pl (@all_functions): Update comment.
9307 * math/gen-libm-test.pl (parse_args): Apply special handling for
9308 issignaling.
9309 * math/libm-test.inc (print_float, issignaling_test): New
9310 functions.
9311 (check_float_internal): Add issignaling checks.
9312 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
9313 default definition.
9314 * sysdeps/powerpc/math-tests.h: New file.
9315 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
9316 tests.
9317 * math/test-snan.c (TEST_FUNC): Likewise.
9318
6142896d
DM
93192013-03-30 David S. Miller <davem@davemloft.net>
9320
9321 * po/de.po: Update from translation team.
9322
ccc8cadf
JM
93232013-03-30 Joseph Myers <joseph@codesourcery.com>
9324
9325 [BZ #10357]
9326 * math/k_casinh.c (__kernel_casinh): Handle arguments with
9327 imaginary part less than 1.0 and real part less than 0.5
9328 specially.
9329 * math/k_casinhf.c (__kernel_casinhf): Likewise.
9330 * math/k_casinhl.c (__kernel_casinhl): Likewise.
9331 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
9332 (cacos_test): Add more tests.
9333 (casin_test): Likewise.
9334 (casinh_test): Likewise.
9335 * sysdeps/i386/fpu/libm-test-ulps: Update.
9336 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9337
0f6a8d4b
SP
93382013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
9339
0d1029de
SP
9340 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
9341 ONE with its value.
9342
c2d94018
SP
9343 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
9344 (__pow_mp): Replace ONE and MONE with their values.
9345 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
9346 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
9347 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
9348 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
9349 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
9350 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
9351
27ec37f1
SP
9352 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
9353
a64d7e0e
SP
9354 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
9355 (__pow_mp): Replace ZERO and MZERO with their values.
9356 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
9357 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
9358 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
9359 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
9360 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
9361 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
9362 (__sqr): Likewise.
9363
d26dd3eb
SP
9364 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
9365
0f6a8d4b
SP
9366 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
9367
e57b0c61
RM
93682013-03-28 Roland McGrath <roland@hack.frob.com>
9369
9370 * include/stdlib.h [!SHARED] (__call_tls_dtors):
9371 Declare with __attribute__ ((weak)).
9372 * stdlib/exit.c (__libc_atexit) [!SHARED]:
9373 Call __call_tls_dtors only if it's not NULL.
9374
356b3480
RM
93752013-03-28 Roland McGrath <roland@hack.frob.com>
9376
288f7d79
RM
9377 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
9378 didn't do it already, then set _dl_phdr and _dl_phnum based on the
9379 magic __ehdr_start linker symbol if it's defined.
9380 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
9381 them up here if it was already done.
9382
dc0a0263
RM
9383 * elf/dl-support.c (_dl_phdr): Make pointer to const.
9384 (_dl_aux_init): Use const in cast when setting it.
9385 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
9386 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
9387 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
9388
3d3436ae
RM
9389 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
9390 Declare them here.
9391 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
9392 * csu/libc-tls.c: Nor here.
9393 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
9394
356b3480
RM
9395 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
9396 (__libc_message): Never call vsyslog.
9397
b0f1246a
AM
93982013-03-28 Alan Modra <amodra@gmail.com>
9399
9400 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
9401 Define as empty.
9402 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
9403 Likewise.
9404
fbbe2b9a
AZ
94052013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9406
9407 [BZ #15214]
9408 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
9409 underflow.
9410 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9411
1728ab37
SP
94122013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9413
7a86be6e
SP
9414 [BZ #15304]
9415 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9416 Don't add gid passed as argument.
9417
1728ab37
SP
9418 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
9419
3a7182a1
JM
94202013-03-27 Joseph Myers <joseph@codesourcery.com>
9421
9422 [BZ #15307]
9423 * math/k_casinh.c (__kernel_casinh): Handle arguments with
9424 imaginary part between 1.0 and 1.5 and real part less than 0.5
9425 specially.
9426 * math/k_casinhf.c (__kernel_casinhf): Likewise.
9427 * math/k_casinhl.c (__kernel_casinhl): Likewise.
9428 * math/libm-test.inc (cacos_test): Add more tests.
9429 (casin_test): Likewise.
9430 (casinh_test): Likewise.
9431 * sysdeps/i386/fpu/libm-test-ulps: Update.
9432 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9433
6f2e90e7
SP
94342013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9435
5739f705
SP
9436 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
9437 constants.
9438 (norm): Likewise.
9439 (denorm): Likewise.
9440 (__dbl_mp): Likewise.
9441 (add_magnitudes): Likewise.
9442 (sub_magnitudes): Likewise.
9443 (__add): Likewise.
9444 (__sub): Likewise.
9445 (__mul): Likewise.
9446 (__sqr): Likewise.
9447 (__inv): Likewise.
9448 (__dvd): Likewise.
9449
e375e83d
SP
9450 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
9451 commented code.
9452 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
9453 (__dubcos): Likewise.
9454 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
9455 (__ieee754_acos): Likewise.
9456 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
9457 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
9458 (__exp1): Likewise.
9459 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
9460 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
9461 (log1): Likewise.
9462 (my_log2): Likewise.
9463 (checkint): Likewise.
9464 * sysdeps/ieee754/dbl-64/e_remainder.c
9465 (__ieee754_remainder): Likewise.
9466 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
9467 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
9468 (bsloww): Likewise.
9469 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
9470
6f2e90e7
SP
9471 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
9472 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
9473 MANTISSA_STORE_T to store computations on mantissa. Use
9474 macros for rounding and division.
9475 (denorm): Likewise.
9476 (__dbl_mp): Likewise.
9477 (add_magnitudes): Likewise.
9478 (sub_magnitudes): Likewise.
9479 (__mul): Likewise.
9480 (__sqr): Likewise.
9481 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
9482 powers of two in terms of TWOPOW macro.
9483 (mp_no): Make type of mantissa as MANTISSA_T.
9484 [!RADIXI]: Define RADIXI.
9485 [!TWO52]: Define TWO52.
9486 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
9487
fce14d4e
AZ
94882013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9489
9490 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
9491 llroundl symbol when building for PPC32.
9492
9ad027fb
MW
94932013-03-24 Mark H Weaver <mhw@netris.org>
9494
9495 * manual/arith.texi (Normalization Functions): Fix prototypes for
9496 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
9497
e42a38dd
AZ
94982013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9499
9500 [BZ #13889]
9501 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
9502 high value to check if expl overflow.
9503 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
9504 to check for underflow and overflow.
9505 * math/libm-test.inc: Add exp test.
9506
2e0fb521
DL
95072013-03-21 Dmitry V. Levin <ldv@altlinux.org>
9508
9509 [BZ #11120]
9510 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
9511 with NOT_IN_libc.
9512
b5784d95
AZ
95132013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9514
9515 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
9516 symbol.
9517
5aa4a1a1
TS
95182013-03-21 Thomas Schwinge <thomas@codesourcery.com>
9519
bdef0be7
TS
9520 * math/gen-libm-test.pl (parse_args, special_functions): Properly
9521 wrap blocks consisting of several statements.
9522
5aa4a1a1
TS
9523 * sysdeps/generic/math-tests.h: New file.
9524 * sysdeps/i386/fpu/math-tests.h: Likewise.
9525 * math/test-snan.c: Include it.
9526 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
9527
98c48fe5
JM
95282013-03-21 Joseph Myers <joseph@codesourcery.com>
9529
9530 [BZ #15285]
9531 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
9532 (__ieee754_j0l): Do not improve calculations using cos of twice
9533 input for inputs above LDBL_MAX / 2.0L.
9534 (__ieee754_y0l): Likewise.
9535 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
9536 (__ieee754_j1l): Do not improve calculations using cos of twice
9537 input for inputs above LDBL_MAX / 2.0L.
9538 (__ieee754_y1l): Likewise.
9539 * math/libm-test.inc (j0_test): Add another test.
9540 (j1_test): Likewise.
9541 (y0_test): Likewise.
9542 (y1_test): Likewise.
9543 * sysdeps/i386/fpu/libm-test-ulps: Update.
9544
3775a8bc
SP
95452013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9546
9547 * Rules ($(objpfx)bench-%.c): Include code from a C source
9548 file.
9549
0a1b2ae6
JM
95502013-03-21 Joseph Myers <joseph@codesourcery.com>
9551
9552 [BZ #15287]
9553 * math/k_casinh.c (__kernel_casinh): Handle arguments with
9554 imaginary part 1.0 and real part less than 0.5 specially.
9555 * math/k_casinhf.c (__kernel_casinhf): Likewise.
9556 * math/k_casinhl.c (__kernel_casinhl): Likewise.
9557 * math/libm-test.inc (cacos_test): Add more tests.
9558 (casin_test): Likewise.
9559 (casinh_test): Likewise.
9560 * sysdeps/i386/fpu/libm-test-ulps: Update.
9561 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9562
b33d4ce4
SP
95632013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9564
9565 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
9566 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
9567
bef0b507
JM
95682013-03-20 Joseph Myers <joseph@codesourcery.com>
9569
9570 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
9571 * config.make.in (config-cflags-sse4): Remove variable.
9572 (config-cflags-avx): Likewise.
9573 (config-cflags-sse2avx): Likewise.
9574 (config-cflags-novzeroupper): Likewise.
9575 (config-asflags-i686): Likewise.
9576 (have-mfma4): Likewise.
9577 (have-as-vis3): Likewise.
9578 (MIG): Likewise.
9579 * configure.in (MIG): Do not AC_SUBST.
9580 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
9581 (libc_cv_cc_sse4): Do not AC_SUBST.
9582 (libc_cv_cc_avx): Likewise.
9583 (libc_cv_cc_sse2avx): Likewise.
9584 (libc_cv_cc_novzeroupper): Likewise.
9585 (libc_cv_cc_fma4): Likewise.
9586 (libc_cv_as_i686): Likewise.
9587 (libc_cv_sparc_as_vis3): Likewise.
9588 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
9589 LIBC_CONFIG_VAR.
9590 (config-asflags-i686): Likewise.
9591 (config-cflags-avx): Likewise.
9592 (config-cflags-sse2avx): Likewise.
9593 (have-mfma4): Likewise.
9594 (config-cflags-novzeroupper): Likewise.
9595 * sysdeps/mach/configure.in (MIG): Likewise.
9596 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
9597 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
9598 LIBC_CONFIG_VAR.
9599 (config-cflags-avx): Likewise.
9600 (config-cflags-sse2avx): Likewise.
9601 (have-mfma4): Likewise.
9602 (config-cflags-novzeroupper): Likewise.
9603 * configure: Regenerated.
9604 * sysdeps/i386/configure: Likewise.
9605 * sysdeps/mach/configure: Likewise.
9606 * sysdeps/sparc/configure: Likewise.
9607 * sysdeps/x86_64/configure: Likewise.
9608
912cc4b3
RM
96092013-03-20 Roland McGrath <roland@hack.frob.com>
9610
9611 [BZ #14812]
9612 * locale/programs/localedef.c (options): Put N_ translation marker
9613 on argument names, not just descriptions.
9614
04eed2b0
MS
96152013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
9616
9617 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
9618
a065ceff
OB
96192013-03-20 Ondřej Bílka <neleai@seznam.cz>
9620
9bb2a810 9621 [BZ #14176]
a065ceff
OB
9622 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
9623
a600e5ce
RM
96242013-03-19 Roland McGrath <roland@hack.frob.com>
9625
9626 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
9627 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
9628 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
9629 [!BEFORE_ABORT] (before_abort): New function.
9630 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
9631 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
9632 (writev_for_fatal): New function.
9633 (WRITEV_FOR_FATAL): New macro; call that.
9634 (backtrace_and_maps): New function.
9635 (BEFORE_ABORT): New macro; call that.
9636 (struct str_list): Type removed.
9637 (__libc_message, __libc_fatal): Functions removed.
9638 Include <sysdeps/posix/libc_fatal.c> instead.
9639
6b18bea6
JM
96402013-03-19 Joseph Myers <joseph@codesourcery.com>
9641
9642 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
9643 constants.
9644 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
9645 double constants.
9646
aaa8cb4b
AS
96472013-03-19 Andreas Schwab <schwab@suse.de>
9648
44673770
AS
9649 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
9650 * sysdeps/gnu/configure: Regenerate.
9651
aaa8cb4b
AS
9652 * configure.in: Substitute libc_cv_rtlddir.
9653 * configure: Regenerate.
9654 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
9655 * Makeconfig (rtlddir, inst_rtlddir): New variables.
9656 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
9657 * elf/Makefile (install-others, CFLAGS-interp.c)
9658 (ldso_install, common-ldd-rewrite): Likewise.
9659 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
9660 $(inst_slibdir)/$(rtld-installed-name).
9661 * scripts/rellns-sh: Add -p option.
9662 * Makerules (make-shlib-link): Use rellns-sh to get relative name
9663 for source.
9664
d3cfc668
SP
96652013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
9666
9667 * manual/nptl.texi: Renamed to ...
9668 * manual/threads.texi: ... this.
9669 * manual/Makefile (chapters): Update.
9670
0e2b9cdd
RM
96712013-03-18 Roland McGrath <roland@hack.frob.com>
9672
9673 [BZ #14812]
9674 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
9675 on argument names, not just descriptions.
0e2b9cdd
RM
9676 * malloc/memusagestat.c (options): Likewise.
9677 * nss/getent.c (options): Likewise.
63270c24
RM
9678
96792013-03-18 Benno Schulenberg <bensberg@justemail.net>
9680
9681 [BZ #14812]
9682 * iconv/iconv_prog.c (options): Put N_ translation marker
9683 on argument names, not just descriptions.
9684 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 9685
b2e1393c
OB
96862013-03-18 Ondrej Bilka <neleai@seznam.cz>
9687
9688 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
9689 implementation which is faster on all x86_64 architectures.
9690 Tested on AMD, Intel Nehalem, SNB, IVB.
9691 * sysdeps/x86_64/strnlen.S: Likewise.
9692
9693 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
9694 Remove all multiarch strlen and strnlen versions.
9695 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
9696 Remove strlen and strnlen related parts.
9697
9698 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
9699 Inline strlen part.
9700 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
9701
9702 * sysdeps/x86_64/multiarch/strlen.S: Remove.
9703 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
9704 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
9705 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
9706 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
9707 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
9708
ec4ff04d
CD
97092013-03-17 Carlos O'Donell <carlos@redhat.com>
9710
9711 * manual/memory.texi (Malloc Tunable Parameters):
9712 Sort parameters alphabetically. Add comments for missing entries.
9713
cd18e90a
DM
97142013-03-17 David S. Miller <davem@davemloft.net>
9715
9716 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9717
2a185d32
JM
97182013-03-16 Joseph Myers <joseph@codesourcery.com>
9719
d2f9799e
JM
9720 [BZ #15283]
9721 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
9722 for arguments at most half maximum finite value.
9723 * math/libm-test.inc (j0_test): Add more tests.
9724 (j1_test): Likewise.
9725 (y0_test): Likewise.
9726 (y1_test): Likewise.
9727 * sysdeps/i386/fpu/libm-test-ulps: Update.
9728 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9729
2a185d32
JM
9730 [BZ #14155]
9731 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
9732 1 / x and functions P and Q for arguments above 0x1p256L.
9733 (__ieee754_y0l): Likewise.
9734 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
9735 (__ieee754_y1l): Likewise.
9736 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
9737 (j1_test): Likewise.
9738 (y0_test): Likewise.
9739 (y1_test): Likewise.
9740
6cbec759
TS
97412013-03-16 Thomas Schwinge <thomas@codesourcery.com>
9742
9743 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
9744 variable.
9745
bc16e260
RM
97462013-03-15 Roland McGrath <roland@hack.frob.com>
9747
aefc9b8c
RM
9748 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
9749 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
9750 zero since it's initialized to EXEC_PAGESIZE.
9751
bc16e260
RM
9752 * sysdeps/unix/sysv/linux/ldsodefs.h
9753 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
9754 * sysdeps/generic/ldsodefs.h: ... here.
9755
a57da955
TS
97562013-03-15 Thomas Schwinge <thomas@codesourcery.com>
9757
af00a34d
TS
9758 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
9759
495ded2c
TS
9760 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
9761 math/test-snan.c.
9762 * math/test-snan.c: Renamed from
9763 sysdeps/powerpc/fpu/test-powerpc-snan.c.
9764 * math/Makefile (tests): Add test-snan.
9765 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
9766 test-powerpc-snan.
9767
777b0332
TS
9768 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
9769 SUFFIX. Initialize qNaN_var with __builtin_nan family of
9770 functions.
9771 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
9772 __builtin_nan family of functions.
9773 * math/libm-test.inc (initialize): Initialize qnan_value with
9774 __builtin_nan family of functions.
9775 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
9776 Remove variables.
9777 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
9778 Remove functions.
9779 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
9780 storage class. Initialize qNaN_var and sNaN_var with
9781 __builtin_nan and __builtin_nans families of functions,
9782 respectively.
9783
64d063b8
TS
9784 * math/libm-test.inc (acosh_test): Also test with qNaN input.
9785 (sqrt_test): Remove duplicate test with qNaN input.
9786 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
9787 (round_test, signbit_test, significand_test): Note missing +/-Inf
9788 as well as qNaN tests.
9789
67e971f1
TS
9790 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
9791 qNaN_var. Fix a few strings, too.
9792 * math/libm-test.inc (nan_value): Rename to qnan_value.
9793 * math/gen-libm-test.pl (%beautify): Adjust to that.
9794 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
9795 * math/test-misc.c (main): Likewise.
9796 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
9797 to __qnan_bytes, and __qnan_union, respectively.
9798 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
9799 Likewise.
9800 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
9801 and lqnanval, respectively.
9802 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
9803 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
9804 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
9805 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
9806
64487e12
TS
9807 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
9808 * math/test-misc.c (main) [__x86_64__]: Enable test for long
9809 doubles.
9810
e015e27b
TS
9811 * math/test-misc.c (main): Fix copy'n'pastos.
9812 * misc/tst-efgcvt.c (special): Likewise.
9813
a57da955
TS
9814 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
9815 Remove declarations.
9816
1e380345
SP
98172013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9818
9819 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
9820 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
9821 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
9822 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
9823
ef26eece
AZ
98242013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9825
9826 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
9827 macro to return vdso values correctly in IFUNC implementations.
9828 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
9829 Optimization by using IFUNC.
9830
8cfdb7e0
SP
98312013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9832 Richard Henderson <rth@redhat.com>
9833 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
9834
9835 * Makefile.in (bench): New target.
9836 * NEWS: Mention the benchmark framework.
9837 * Rules (bench): Likewise.
9838 (binaries-bench): Generate binaries for functions to
9839 benchmark.
9840 * benchtests/Makefile: New makefile for benchmark tests.
9841 * benchtests/bench-skeleton.c: New skeleton file for benchmark
9842 programs.
9843 * benchtests/exp-inputs: New input file for EXP function.
9844 * benchtests/pow-inputs: New input file for POW function.
9845 * scripts/bench.pl: New script to generate source files for
9846 benchmark programs.
9847
bcda9880
SP
98482013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9849
d22ca8cd
SP
9850 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
9851 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
9852 computations on mantissa. Use macros for rounding and
9853 division.
9854 (denorm): Likewise.
9855 (__dbl_mp): Likewise.
9856 (add_magnitudes): Likewise.
9857 (sub_magnitudes): Likewise.
9858 (__mul): Likewise.
9859 (__sqr): Likewise.
9860 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
9861 powers of two in terms of TWOPOW macro.
9862 (mp_no): Make type of mantissa as MANTISSA_T.
9863 [!RADIXI]: Define RADIXI.
9864 [!TWO52]: Define TWO52.
9865 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
9866
bcda9880
SP
9867 * manual/nptl.texi (cindex): Modify threads to pthreads.
9868
06d5adfb
JM
98692013-03-15 Joseph Myers <joseph@codesourcery.com>
9870
9871 * sysdeps/x86_64/preconfigure: Regenerated.
9872
41c7328e
JM
98732013-03-14 Joseph Myers <joseph@codesourcery.com>
9874
9875 [BZ #14155]
9876 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
9877 0x1p28 and above.
9878 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
9879 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
9880 0x1p28 and above.
9881 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
9882 * math/libm-test.inc (j0_test): Do not allow one spurious
9883 underflow exception.
9884 (y1_test): Likewise.
9885
e25cfa60
SP
98862013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
9887
0409959c
SP
9888 * manual/Makefile (chapters): Add nptl.
9889 * manual/debug.texi (Debugging Support): Add link to Threads
9890 chapter.
9891 * manual/nptl.texi: New file.
9892
e25cfa60
SP
9893 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
9894
58a1335e
PB
98952013-03-14 Petr Baudis <pasky@ucw.cz>
9896
9897 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
9898 for non-NULL pointer before the memory validity test. Pointed
9899 out by Holger Brunck <holger.brunck@keymile.com>.
9900
9dc7c64f
AS
99012013-03-13 Andreas Schwab <schwab@suse.de>
9902
9903 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
9904 instead of .os.
9905
54206aa6
JM
99062013-03-13 Joseph Myers <joseph@codesourcery.com>
9907
9908 * timezone/zic.c: Update from tzcode 2013b.
9909
e98cdb38
CD
99102013-03-12 Carlos O'Donell <carlos@redhat.com>
9911
9912 * manual/install.texi (Configuring and compiling):
9913 Mention i686 and i586.
9914 * INSTALL: Regenerate.
9915
9967e003
RM
99162013-03-12 Roland McGrath <roland@hack.frob.com>
9917
9918 * sysdeps/init_array/elf-init.c: New file.
9919 * csu/elf-init.c
9920 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
9921 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
9922
9923 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
9924 __gmon_start__ as global, but as static with a .preinit_array pointer.
9925 * sysdeps/init_array/gmon-start.c: New file. Use that.
9926 * sysdeps/init_array/crti.S: New file, empty except for comments.
9927 * sysdeps/init_array/crtn.S: Likewise.
9928
e6b5a293 99292013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
9930
9931 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
9932 definining bcopy.
80f844c9
OB
9933 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
9934 Remove Prefer_SSE_for_memop.
9935 * sysdeps/x86_64/multiarch/init-arch.h: Remove
9936 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
9937 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
9938 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
9939 memset-x86-64.
80f844c9 9940 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 9941 Remove bzero, memset ifunc support.
80f844c9
OB
9942 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
9943 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
9944 * sysdeps/x86_64/multiarch/memset.S: Likewise.
9945 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9946
fb6b0fcb
AS
99472013-03-11 Andreas Schwab <schwab@suse.de>
9948
9949 [BZ #15234]
9950 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
9951 by SHLIB_COMPAT.
9952 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
9953 (GLIBC_2.16): Remove pthread_atfork.
9954
3e6bd4b1
PP
99552013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9956
9957 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
9958 (ptestcases.h): Likewise.
9959
222d7f00
RM
99602013-03-08 Roland McGrath <roland@hack.frob.com>
9961
9962 * Makeconfig ($(common-objpfx)config.status): Depend on
9963 sysdeps/*/preconfigure{,.in} too.
9964
1ba4f030
JM
99652013-03-08 Joseph Myers <joseph@codesourcery.com>
9966
a222d91a
JM
9967 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
9968 (__free_hook): Use void * instead of __malloc_ptr_t.
9969 (__malloc_hook): Likewise.
9970 (__realloc_hook): Likewise.
9971 (__memalign_hook): Likewise.
9972 (__after_morecore_hook): Likewise.
9973 * malloc/arena.c (save_malloc_hook): Likewise.
9974 (save_free_hook): Likewise.
9975 * malloc/hooks.c (malloc_hook_ini): Likewise.
9976 (realloc_hook_ini): Likewise.
9977 (memalign_hook_ini): Likewise.
9978 * malloc/malloc.c (malloc_hook_ini): Likewise.
9979 (realloc_hook_ini): Likewise.
9980 (memalign_hook_ini): Likewise.
9981 (__free_hook): Likewise.
9982 (__malloc_hook): Likewise.
9983 (__realloc_hook): Likewise.
9984 (__memalign_hook): Likewise.
9985 (__libc_malloc): Likewise.
9986 (__libc_free): Likewise.
9987 (__libc_realloc): Likewise.
9988 (__libc_memalign): Likewise.
9989 (__libc_valloc): Likewise.
9990 (__libc_pvalloc): Likewise.
9991 (__libc_calloc): Likewise.
9992 (__posix_memalign): Likewise.
9993 * malloc/morecore.c (__sbrk): Likewise.
9994 (__default_morecore): Likewise.
9995
5cc45e10
JM
9996 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
9997
dd54b864
JM
9998 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
9999 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
10000 __malloc_ptrdiff_t.
10001
1ba4f030
JM
10002 * malloc/malloc.h (__malloc_size_t): Remove macro.
10003 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
10004 __malloc_size_t.
10005 (old_memalign_hook): Likewise.
10006 (old_realloc_hook): Likewise.
10007 (struct hdr): Likewise.
10008 (flood): Likewise.
10009 (mallochook): Likewise.
10010 (memalignhook): Likewise.
10011 (reallochook): Likewise.
10012 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
10013 (tr_old_realloc_hook): Likewise.
10014 (tr_old_memalign_hook): Likewise.
10015 (tr_mallochook): Likewise.
10016 (tr_reallochook): Likewise.
10017 (tr_memalignhook): Likewise.
10018
edf66e57
AZ
100192013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10020
10021 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
10022 default_ldbl_pack and using as default implementation.
10023 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
10024 implementation.
10025 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
10026 redundant definition.
10027 (ldbl_insert_mantissa): Likewise.
10028 (ldbl_canonicalize): Likewise.
10029 (ldbl_nearbyint): Likewise.
10030 (ldbl_pack): Rename to ldbl_pack_ppc.
10031 (ldbl_unpack): Rename to ldbl_unpack_ppc.
10032 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
10033 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
10034
6d9145d8
SP
100352013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
10036
10037 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
10038 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
10039 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
10040 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
10041 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
10042 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
10043 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
10044 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
10045
4dd4e157
AJ
100462013-03-07 Andreas Jaeger <aj@suse.de>
10047
10048 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10049 bits/mman-linux.h.
10050
adbb8027
SP
100512013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
10052
ce544b5b
SP
10053 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
10054 Include mpa.h and declare __MPEXP.
10055 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
10056 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
10057 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
10058 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
10059 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
10060 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
10061 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
10062
4cc149fd
SP
10063 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
10064 (__slowpow): Use long double EXPL and LOGL functions to
10065 compute POW.
10066 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
10067 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
10068 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
10069 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
10070 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
10071 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
10072
e6ebd4a7
SP
10073 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
10074 intermediate variable to calculate exponent.
10075 (__sqr): Likewise.
10076 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
10077 Likewise.
10078 (__sqr): Likewise.
10079
82a9811d
SP
10080 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
10081 [!NO__SQR]: Define __sqr.
10082 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
10083 and NO__SQR. Remove all code except __mul and __sqr. Include
10084 sysdeps/ieee754/dbl-64/mpa.c.
10085 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
10086
adbb8027
SP
10087 [BZ #12723]
10088 * posix/Makefile (tests): Add tst-pathconf.
10089 * posix/tst-pathconf.c: New test case.
10090 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
10091 _PC_PIPE_BUF.
10092 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
10093
39120df9
PF
100942013-03-06 Patsy Franklin <pfrankli@redhat.com>
10095
10096 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
10097
67525cb8
AJ
100982013-03-06 Andreas Jaeger <aj@suse.de>
10099
664a9ce4
AJ
10100 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
10101 definition via __MAP_ANONYMOUS.
10102
8e39047d
AJ
10103 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
10104 it's not part of Linux headers.
10105
67525cb8
AJ
10106 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
10107 (MAP_HUGE_MASK): Define.
10108
10109 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
10110 Define.
10111 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10112 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
10113 Define.
10114 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10115 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
10116 Define.
10117 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10118 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
10119 Define.
10120 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10121
10122 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
10123 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
10124 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
10125 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
10126 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
10127 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
10128
10129 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
10130 Handle f2fs.
10131
10132 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10133 Handle f2fs and efivarfs.
10134
10135 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
10136 f2fs.
10137
10138 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
10139 (EFIVARFS_MAGIC): Add.
10140 (F2FS_LINK_MAX): Add.
10141
e1b42695
PP
101422013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10143
10144 * stdio-common/vfprintf.c: Replace __builtin_expect with
10145 __glibc_unlikely.
10146
2d67d91a
JM
101472013-03-06 Joseph Myers <joseph@codesourcery.com>
10148
10149 [BZ #13550]
10150 * sysdeps/generic/bp-sym.h: Remove file.
10151 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
10152 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
10153 <bp-sym.h> and <bp-asm.h>.
10154 (__longjmp): Don't use BP_SYM.
10155 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
10156 and <bp-asm.h>.
10157 (memcpy): Don't use BP_SYM.
10158 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
10159 <bp-sym.h> and <bp-asm.h>.
10160 (memcpy): Don't use BP_SYM.
10161 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
10162 <bp-asm.h>.
10163 (memcpy): Don't use BP_SYM.
10164 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
10165 <bp-asm.h>.
10166 (memset): Don't use BP_SYM.
10167 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10168 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10169 (__bzero): Don't use BP_SYM.
10170 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10171 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10172 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
10173 <bp-sym.h> and <bp-asm.h>.
10174 (memcmp): Don't use BP_SYM. Remove comment about bounded
10175 pointers.
10176 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
10177 <bp-sym.h> and <bp-asm.h>.
10178 (memcpy): Don't use BP_SYM.
10179 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
10180 <bp-sym.h> and <bp-asm.h>.
10181 (memset): Don't use BP_SYM.
10182 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10183 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10184 (__bzero): Don't use BP_SYM.
10185 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10186 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10187 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
10188 <bp-sym.h> and <bp-asm.h>.
10189 (strncmp): Don't use BP_SYM. Remove comment about bounded
10190 pointers.
10191 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
10192 <bp-sym.h> and <bp-asm.h>.
10193 (memcpy): Don't use BP_SYM.
10194 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
10195 <bp-sym.h> and <bp-asm.h>.
10196 (memset): Don't use BP_SYM.
10197 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10198 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10199 (__bzero): Don't use BP_SYM.
10200 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10201 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10202 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
10203 <bp-sym.h> and <bp-asm.h>.
10204 (__memchr): Don't use BP_SYM.
10205 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
10206 <bp-sym.h> and <bp-asm.h>.
10207 (memcmp): Don't use BP_SYM. Remove comment about bounded
10208 pointers.
10209 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
10210 <bp-sym.h> and <bp-asm.h>.
10211 (memcpy): Don't use BP_SYM.
10212 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
10213 <bp-sym.h> and <bp-asm.h>.
10214 (__mempcpy): Don't use BP_SYM.
10215 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
10216 <bp-sym.h> and <bp-asm.h>.
10217 (__memrchr): Don't use BP_SYM.
10218 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
10219 <bp-sym.h> and <bp-asm.h>.
10220 (memset): Don't use BP_SYM.
10221 (__bzero): Likewise.
10222 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
10223 <bp-sym.h> and <bp-asm.h>.
10224 (__rawmemchr): Don't use BP_SYM.
10225 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
10226 <bp-sym.h> and <bp-asm.h>.
10227 (__STRCMP): Don't use BP_SYM.
10228 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
10229 <bp-sym.h> and <bp-asm.h>.
10230 (strchr): Don't use BP_SYM.
10231 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
10232 <bp-sym.h> and <bp-asm.h>.
10233 (__strchrnul): Don't use BP_SYM.
10234 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
10235 <bp-sym.h> and <bp-asm.h>.
10236 (strlen): Don't use BP_SYM.
10237 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
10238 <bp-sym.h> and <bp-asm.h>.
10239 (strncmp): Don't use BP_SYM. Remove comment about bounded
10240 pointers.
10241 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
10242 <bp-sym.h> and <bp-asm.h>.
10243 (__strnlen): Don't use BP_SYM.
10244 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
10245 <bp-sym.h> and <bp-asm.h>.
10246 (__GI__setjmp): Don't use BP_SYM.
10247 (_setjmp): Likewise.
10248 (__sigsetjmp): Likewise.
10249 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
10250 (L(start_addresses)): Don't use BP_SYM.
10251 (_start): Likewise.
10252 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
10253 <bp-asm.h>.
10254 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
10255 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
10256 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10257 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10258 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
10259 <bp-asm.h>.
10260 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
10261 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
10262 about bounded pointers.
10263 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
10264 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10265 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
10266 <bp-asm.h>.
10267 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
10268 about bounded pointers. Remove GKM FIXME comments.
10269 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
10270 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
10271 <bp-asm.h>.
10272 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
10273 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
10274 Remove GKM FIXME comments.
10275 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10276 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10277 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
10278 <bp-asm.h>.
10279 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
10280 about bounded pointers. Remove GKM FIXME comment.
10281 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
10282 and <bp-asm.h>.
10283 (strncmp): Don't use BP_SYM. Remove comment about bounded
10284 pointers.
10285 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
10286 <bp-sym.h> and <bp-asm.h>.
10287 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
10288 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
10289 <bp-sym.h> and <bp-asm.h>.
10290 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
10291 comment.
10292
cdcf361f
PP
102932013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10294
10295 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
10296 call free(NULL).
10297
3c4a2b15
DM
102982013-03-05 David S. Miller <davem@davemloft.net>
10299
10300 * po/es.po: Update from translation team.
10301
cdcf361f 103022013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
10303
10304 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
10305 <bits/mman-linux.h>.
10306 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
10307 is fine.
10308 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
10309 <bits/mman-linux.h> to end of file.
10310 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
10311 is fine.
10312 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
10313 <bits/mman-linux.h> to end of file.
10314 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
10315 is fine.
10316 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
10317 <bits/mman-linux.h> to end of file.
10318
10319 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
10320 (MCL_CURRENT, MCL_FUTURE): Define here.
10321
5f67c04f
AK
103222013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10323
8a4473cc 10324 [BZ #15232]
5f67c04f
AK
10325 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
10326 attribute_hidden.
10327 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
10328
c3e94a95
AK
103292013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10330
10331 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
10332 fourth parameter needed for rt_sigprocmask syscall.
10333 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
10334 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
10335 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
10336 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
10337 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10338 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
10339
cfb6382a
JM
103402013-03-04 Joseph Myers <joseph@codesourcery.com>
10341
10342 [BZ #13550]
10343 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
10344 comment about bounded pointers.
10345 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
10346 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
10347
539d8e01
AJ
103482013-03-04 Andreas Jaeger <aj@suse.de>
10349
10350 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
10351 common definitions.
10352
10353 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
10354 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
10355 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
10356 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
10357 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
10358 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
10359
2e167a70 103602013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
10361
10362 [BZ #15055]
10363 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
10364 __ieee754_sqrl instead of __sqrl.
10365
68508633
JM
103662013-03-01 Joseph Myers <joseph@codesourcery.com>
10367
10368 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
10369 * sysdeps/powerpc/fpu_control.h: ... here.
10370 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
10371 * sysdeps/powerpc/bits/fenvinline.h: ... here.
10372 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
10373 * sysdeps/powerpc/bits/mathinline.h: ... here.
10374
7775448e
RM
103752013-03-01 Roland McGrath <roland@hack.frob.com>
10376
10377 * elf/dl-hwcaps.c (_dl_important_hwcaps):
10378 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
10379 to just [NEED_DL_SYSINFO_DSO].
10380 * elf/dl-support.c: Likewise.
10381 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
10382 * elf/rtld.c (dl_main): Likewise.
10383 * elf/setup-vdso.h (setup_vdso): Likewise.
10384 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
10385 * sysdeps/unix/sysv/linux/dl-sysdep.c
10386 (_dl_discover_osversion): Likewise.
10387
4e9b5995
CD
103882013-03-01 Carlos O'Donell <carlos@redhat.com>
10389
10390 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
10391 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
10392
e23872c8
SP
103932013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
10394
e5c74c63
SP
10395 * NEWS: Mention libm performance improvements and non-x86 PI
10396 futex support.
10397
e23872c8
SP
10398 * csu/libc-start.c (__pthread_initialize_minimal): Change
10399 function arguments.
10400 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
10401
b5510883
JM
104022013-02-28 Joseph Myers <joseph@codesourcery.com>
10403
10404 [BZ #13550]
10405 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
10406 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
10407 <bp-sym.h> and <bp-asm.h>.
10408 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
10409 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
10410 and <bp-asm.h>.
10411 (memcpy): Don't use BP_SYM.
10412 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
10413 <bp-asm.h>.
10414 (__mpn_add_n): Don't use BP_SYM.
10415 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
10416 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
10417 and <bp-asm.h>.
10418 (__mpn_addmul_1): Don't use BP_SYM.
10419 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10420 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
10421 <bp-sym.h>.
10422 (_setjmp): Don't use BP_SYM.
10423 (__novmx_setjmp): Likewise.
10424 (__GI__setjmp): Likewise.
10425 (__vmx_setjmp): Likewise.
10426 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
10427 <bp-sym.h>.
10428 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
10429 (__bzero): Don't use BP_SYM.
10430 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10431 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10432 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
10433 <bp-sym.h> and <bp-asm.h>.
10434 (memcpy): Don't use BP_SYM.
10435 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
10436 <bp-sym.h> and <bp-asm.h>.
10437 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
10438 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
10439 <bp-sym.h> and <bp-asm.h>.
10440 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
10441 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
10442 <bp-asm.h>.
10443 (__mpn_lshift): Don't use BP_SYM.
10444 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10445 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
10446 <bp-asm.h>.
10447 (memset): Don't use BP_SYM.
10448 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10449 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10450 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
10451 <bp-asm.h>.
10452 (__mpn_mul_1): Don't use BP_SYM.
10453 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10454 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
10455 <bp-sym.h> and <bp-asm.h>.
10456 (memcmp): Don't use BP_SYM.
10457 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
10458 <bp-sym.h> and <bp-asm.h>.
10459 (memcpy): Don't use BP_SYM.
10460 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
10461 <bp-sym.h> and <bp-asm.h>.
10462 (memset): Don't use BP_SYM.
10463 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
10464 <bp-sym.h> and <bp-asm.h>.
10465 (strncmp): Don't use BP_SYM.
10466 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
10467 <bp-sym.h> and <bp-asm.h>.
10468 (memcpy): Don't use BP_SYM.
10469 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
10470 <bp-sym.h> and <bp-asm.h>.
10471 (memset): Don't use BP_SYM.
10472 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
10473 <bp-sym.h> and <bp-asm.h>.
10474 (__memchr): Don't use BP_SYM.
10475 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
10476 <bp-sym.h> and <bp-asm.h>.
10477 (memcmp): Don't use BP_SYM.
10478 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
10479 <bp-sym.h> and <bp-asm.h>.
10480 (memcpy): Don't use BP_SYM.
10481 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
10482 <bp-sym.h> and <bp-asm.h>.
10483 (__mempcpy): Don't use BP_SYM.
10484 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
10485 <bp-sym.h> and <bp-asm.h>.
10486 (__memrchr): Don't use BP_SYM.
10487 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
10488 <bp-sym.h> and <bp-asm.h>.
10489 (memset): Don't use BP_SYM.
10490 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
10491 <bp-sym.h> and <bp-asm.h>.
10492 (__rawmemchr): Don't use BP_SYM.
10493 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
10494 <bp-sym.h> and <bp-asm.h>.
10495 (__STRCMP): Don't use BP_SYM.
10496 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
10497 <bp-sym.h> and <bp-asm.h>.
10498 (strchr): Don't use BP_SYM.
10499 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
10500 <bp-sym.h> and <bp-asm.h>.
10501 (__strchrnul): Don't use BP_SYM.
10502 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
10503 <bp-sym.h> and <bp-asm.h>.
10504 (strlen): Don't use BP_SYM.
10505 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
10506 <bp-sym.h> and <bp-asm.h>.
10507 (strncmp): Don't use BP_SYM.
10508 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
10509 <bp-sym.h> and <bp-asm.h>.
10510 (__strnlen): Don't use BP_SYM.
10511 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
10512 <bp-asm.h>.
10513 (__mpn_rshift): Don't use BP_SYM.
10514 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10515 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
10516 <bp-sym.h> and <bp-asm.h>.
10517 (__sigsetjmp): Don't use BP_SYM.
10518 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
10519 (L(start_addresses)): Don't use BP_SYM.
10520 (_start): Likewise.
10521 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
10522 <bp-asm.h>.
10523 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
10524 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10525 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10526 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
10527 <bp-asm.h>.
10528 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
10529 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
10530 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10531 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
10532 <bp-asm.h>.
10533 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
10534 comments.
10535 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
10536 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
10537 <bp-asm.h>.
10538 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
10539 FIXME comments.
10540 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10541 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10542 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
10543 <bp-asm.h>.
10544 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
10545 comment.
10546 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
10547 and <bp-asm.h>.
10548 (strncmp): Don't use BP_SYM,
10549 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
10550 <bp-asm.h>.
10551 (__mpn_sub_n): Don't use BP_SYM.
10552 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10553 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
10554 and <bp-asm.h>.
10555 (__mpn_submul_1): Don't use BP_SYM.
10556 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10557 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
10558 <bp-sym.h> and <bp-asm.h>.
10559 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
10560 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
10561 <bp-sym.h> and <bp-asm.h>.
10562 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
10563 comment.
10564
8d19fe64
SP
105652013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
10566
10567 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
10568 Use ZK to minimize writes to Z.
10569 (sub_magnitudes): Simplify code a bit.
10570 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
10571 Use ZK to minimize writes to Z.
10572 (sub_magnitudes): Simplify code a bit.
10573
85bd816a
RM
105742013-02-27 Roland McGrath <roland@hack.frob.com>
10575
10576 * csu/gmon-start.c: Add special exception to license text.
10577
b5977bf2
RH
105782013-02-27 Richard Henderson <rth@redhat.com>
10579
10580 * scripts/config.guess: Update from config.git.
10581 * scripts/config.sub: Likewise.
10582
11d6e2f2
SP
105832013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10584
09c14ed2
SP
10585 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
10586
a688864e
SP
10587 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
10588
6295157a
SP
10589 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
10590
b8de2202
SP
10591 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
10592
11d6e2f2
SP
10593 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
10594
7e80ddb8
RM
105952013-02-26 Roland McGrath <roland@hack.frob.com>
10596
10597 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
10598 [$(build-shared = yes].
7e80ddb8 10599
7da6d9ed
SP
106002013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10601
45f05884
SP
10602 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
10603 (__mul): Reduce iterations for calculating mantissa.
10604
2236d359
SP
10605 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
10606 MPTWO.
10607 (__mpranred): Likewise.
10608
7da6d9ed
SP
10609 [BZ #15160]
10610 * malloc/memusagestat.c (main): Draw graphs for heap and stack
10611 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
10612
b7688c42
PE
106132013-02-26 Paul Eggert <eggert@cs.ucla.edu>
10614
10615 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
10616 Define __attribute__.
10617
53a5c423
SP
106182013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10619
10620 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
10621 unused.
10622 * posix/regex_internal.h (__attribute): Remove.
10623 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
10624 (re_string_context_at): Likewise.
10625 (bitset_not): Use __attribute__ and mark function as possibly
10626 unused.
10627 (bitset_merge): Likewise.
10628 (bitset_mask): Likewise.
10629 (re_string_char_size_at): Likewise.
10630 (re_string_wchar_at): Likewise.
10631 (re_string_elem_size_at): Likewise.
10632
60f5a8b5
SP
106332013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
10634
2a983a2e
SP
10635 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
10636 code.
10637 (cc32): Likewise.
10638
e69804d1
SP
10639 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
10640 (__acr): Likewise.
10641 (__cpy): Likewise.
10642 (norm): Likewise.
10643 (denorm): Likewise.
10644 (__dbl_mp): Likewise.
10645 (add_magnitudes): Likewise.
10646 (sub_magnitudes): Likewise.
10647 (__mul): Likewise.
10648 (__inv): Likewise.
10649
2f22a1e8
SP
10650 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
10651 style.
10652
8930ddc7
SP
10653 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
10654 style.
10655
dc60cb11
SP
10656 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
10657 code.
10658
60f5a8b5
SP
10659 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
10660 up changes with default code.
10661 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
10662 Likewise.
10663
b4d1fd33
AM
106642013-02-24 Allan McRae <allan@archlinux.org>
10665
faf6f8bc
AM
10666 * manual/socket.texi (The Internet Namespace): Order menu items
10667 to match that in the file.
10668
b4d1fd33
AM
10669 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
10670 node listing of the info page menu.
10671
2366713d
JM
106722013-02-21 Joseph Myers <joseph@codesourcery.com>
10673
10674 [BZ #13550]
10675 * sysdeps/i386/bp-asm.h: Remove file.
10676 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
10677 (PARMS): Do not use macros from bp-asm.h.
10678 (S1): Likewise.
10679 (S2): Likewise.
10680 (SIZE): Likewise.
10681 (__mpn_add_n): Do not use BP_SYM
10682 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
10683 "bp-asm.h".
10684 (PARMS): Do not use macros from bp-asm.h.
10685 (S1): Likewise.
10686 (SIZE): Likewise.
10687 (__mpn_addmul_1): Do not use BP_SYM
10688 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
10689 "bp-asm.h".
10690 (PARMS): Do not use macros from bp-asm.h.
10691 (SIGMSK): Likewise.
10692 (_setjmp): Likewise. Do not use BP_SYM.
10693 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
10694 "bp-asm.h".
10695 (PARMS): Do not use macros from bp-asm.h.
10696 (SIGMSK): Likewise.
10697 (setjmp): Likewise. Do not use BP_SYM.
10698 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
10699 "bp-asm.h".
10700 (PARMS): Do not use macros from bp-asm.h.
10701 (__frexp): Do not use BP_SYM.
10702 (frexp): Likewise.
10703 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
10704 "bp-asm.h".
10705 (PARMS): Do not use macros from bp-asm.h.
10706 (__frexpf): Do not use BP_SYM.
10707 (frexpf): Likewise.
10708 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
10709 "bp-asm.h".
10710 (PARMS): Do not use macros from bp-asm.h.
10711 (__frexpl): Do not use BP_SYM.
10712 (frexpl): Likewise.
10713 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
10714 "bp-asm.h".
10715 (PARMS): Do not use macros from bp-asm.h.
10716 (__remquo): Do not use BP_SYM.
10717 (remquo): Likewise.
10718 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
10719 "bp-asm.h".
10720 (PARMS): Do not use macros from bp-asm.h.
10721 (__remquof): Do not use BP_SYM.
10722 (remquof): Likewise.
10723 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
10724 "bp-asm.h".
10725 (PARMS): Do not use macros from bp-asm.h.
10726 (__remquol): Do not use BP_SYM.
10727 (remquol): Likewise.
10728 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
10729 "bp-asm.h".
10730 (PARMS): Do not use macros from bp-asm.h.
10731 (DEST): Likewise.
10732 (SRC): Likewise.
10733 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
10734 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
10735 "bp-asm.h".
10736 (PARMS): Do not use macros from bp-asm.h.
10737 (strlen): Do not use BP_SYM.
10738 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
10739 "bp-asm.h".
10740 (PARMS): Do not use macros from bp-asm.h.
10741 (S1): Likewise.
10742 (S2): Likewise.
10743 (SIZE): Likewise.
10744 (__mpn_add_n): Do not use BP_SYM.
10745 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
10746 "bp-asm.h".
10747 (PARMS): Do not use macros from bp-asm.h.
10748 (S1): Likewise.
10749 (SIZE): Likewise.
10750 (__mpn_addmul_1): Do not use BP_SYM.
10751 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
10752 weak_alias.
10753 (bzero): Likewise.
10754 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
10755 "bp-asm.h".
10756 (PARMS): Do not use macros from bp-asm.h.
10757 (S): Likewise.
10758 (SIZE): Likewise.
10759 (__mpn_lshift): Do not use BP_SYM.
10760 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
10761 "bp-asm.h".
10762 (PARMS): Do not use macros from bp-asm.h.
10763 (DEST): Likewise.
10764 (SRC): Likewise.
10765 (LEN): Likewise.
10766 (memcpy): Likewise. Do not use BP_SYM.
10767 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
10768 libc_hidden_def and weak_alias.
10769 (mempcpy): Do not use BP_SYM in weak_alias.
10770 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
10771 "bp-asm.h".
10772 (PARMS): Do not use macros from bp-asm.h.
10773 (DEST): Likewise.
10774 (LEN): Likewise.
10775 [!BZERO_P] (CHR): Likewise.
10776 (memset): Likewise. Do not use BP_SYM.
10777 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
10778 "bp-asm.h".
10779 (PARMS): Do not use macros from bp-asm.h.
10780 (S1): Likewise.
10781 (SIZE): Likewise.
10782 (__mpn_mul_1): Do not use BP_SYM.
10783 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
10784 "bp-asm.h".
10785 (PARMS): Do not use macros from bp-asm.h.
10786 (S): Likewise.
10787 (SIZE): Likewise.
10788 (__mpn_rshift): Do not use BP_SYM.
10789 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
10790 "bp-asm.h".
10791 (PARMS): Do not use macros from bp-asm.h.
10792 (STR): Likewise.
10793 (CHR): Likewise.
10794 (strchr): Likewise. Do not use BP_SYM.
10795 (index): Do not use BP_SYM in weak_alias.
10796 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
10797 "bp-asm.h".
10798 (PARMS): Do not use macros from bp-asm.h.
10799 (DEST): Likewise.
10800 (SRC): Likewise.
10801 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
10802 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
10803 "bp-asm.h".
10804 (PARMS): Do not use macros from bp-asm.h.
10805 (strlen): Do not use BP_SYM.
10806 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
10807 "bp-asm.h".
10808 (PARMS): Do not use macros from bp-asm.h.
10809 (S1): Likewise.
10810 (S2): Likewise.
10811 (SIZE): Likewise.
10812 (__mpn_sub_n): Do not use BP_SYM.
10813 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
10814 "bp-asm.h".
10815 (PARMS): Do not use macros from bp-asm.h.
10816 (S1): Likewise.
10817 (SIZE): Likewise.
10818 (__mpn_submul_1): Do not use BP_SYM.
10819 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
10820 "bp-asm.h".
10821 (PARMS): Do not use macros from bp-asm.h.
10822 (S1): Likewise.
10823 (S2): Likewise.
10824 (SIZE): Likewise.
10825 (__mpn_add_n): Do not use BP_SYM.
10826 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
10827 weak_alias.
10828 (bzero): Likewise.
10829 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
10830 "bp-asm.h".
10831 (PARMS): Do not use macros from bp-asm.h.
10832 (BLK2): Likewise.
10833 (LEN): Likewise.
10834 (memcmp): Do not use BP_SYM.
10835 (bcmp): Do not use BP_SYM in weak_alias.
10836 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
10837 "bp-asm.h".
10838 (PARMS): Do not use macros from bp-asm.h.
10839 (DEST): Likewise.
10840 (SRC): Likewise.
10841 (LEN): Likewise.
10842 (memcpy): Likewise. Do not use BP_SYM.
10843 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
10844 "bp-asm.h".
10845 (PARMS): Do not use macros from bp-asm.h.
10846 (DEST): Likewise.
10847 (SRC): Likewise.
10848 (LEN): Likewise.
10849 (memmove): Likewise. Do not use BP_SYM.
10850 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
10851 "bp-asm.h".
10852 (PARMS): Do not use macros from bp-asm.h.
10853 (DEST): Likewise.
10854 (SRC): Likewise.
10855 (LEN): Likewise.
10856 (__mempcpy): Likewise. Do not use BP_SYM.
10857 (mempcpy): Do not use BP_SYM in weak_alias.
10858 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
10859 "bp-asm.h".
10860 (PARMS): Do not use macros from bp-asm.h.
10861 (DEST): Likewise.
10862 (LEN): Likewise.
10863 [!BZERO_P] (CHR): Likewise.
10864 (memset): Likewise. Do not use BP_SYM.
10865 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
10866 "bp-asm.h".
10867 (PARMS): Do not use macros from bp-asm.h.
10868 (STR2): Likewise.
10869 (strcmp): Do not use BP_SYM.
10870 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
10871 "bp-asm.h".
10872 (PARMS): Do not use macros from bp-asm.h.
10873 (STR): Likewise.
10874 (DELIM): Likewise.
10875 [USE_AS_STRTOK_R] (SAVE): Likewise.
10876 (FUNCTION): Likewise. Do not use BP_SYM.
10877 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
10878 aliases.
10879 (strtok_r): Likewise.
10880 (__GI___strtok_r): Likewise.
10881 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
10882 (PARMS): Do not use macros from bp-asm.h.
10883 (S): Likewise.
10884 (SIZE): Likewise.
10885 (__mpn_lshift): Do not use BP_SYM.
10886 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
10887 (PARMS): Do not use macros from bp-asm.h.
10888 (STR): Likewise.
10889 (CHR): Likewise.
10890 (__memchr): Do not use BP_SYM.
10891 (memchr): Do not use BP_SYM in weak_alias.
10892 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
10893 (PARMS): Do not use macros from bp-asm.h.
10894 (BLK2): Likewise.
10895 (LEN): Likewise.
10896 (memcmp): Do not use BP_SYM.
10897 (bcmp): Do not use BP_SYM in weak_alias.
10898 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
10899 (PARMS): Do not use macros from bp-asm.h.
10900 (S1): Likewise.
10901 (SIZE): Likewise.
10902 (__mpn_mul_1): Do not use BP_SYM.
10903 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
10904 "bp-asm.h".
10905 (PARMS): Do not use macros from bp-asm.h.
10906 (STR): Likewise.
10907 (CHR): Likewise.
10908 (__rawmemchr): Do not use BP_SYM.
10909 (rawmemchr): Do not use BP_SYM in weak_alias.
10910 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
10911 (PARMS): Do not use macros from bp-asm.h.
10912 (S): Likewise.
10913 (SIZE): Likewise.
10914 (__mpn_rshift): Do not use BP_SYM.
10915 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
10916 (PARMS): Do not use macros from bp-asm.h.
10917 (SIGMSK): Likewise.
10918 (__sigsetjmp): Likewise. Do not use BP_SYM.
10919 * sysdeps/i386/start.S: Do not include "bp-sym.h".
10920 (_start): Do not use BP_SYM.
10921 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
10922 (PARMS): Do not use macros from bp-asm.h.
10923 (DEST): Likewise.
10924 (SRC): Likewise.
10925 (__stpcpy): Likewise. Do not use BP_SYM.
10926 (stpcpy): Do not use BP_SYM in weak_alias.
10927 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
10928 "bp-asm.h".
10929 (PARMS): Do not use macros from bp-asm.h.
10930 (DEST): Likewise.
10931 (SRC): Likewise.
10932 (LEN): Likewise.
10933 (__stpncpy): Likewise. Do not use BP_SYM.
10934 (stpncpy): Do not use BP_SYM in weak_alias.
10935 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
10936 (PARMS): Do not use macros from bp-asm.h.
10937 (STR): Likewise.
10938 (CHR): Likewise.
10939 (strchr): Likewise. Do not use BP_SYM.
10940 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
10941 "bp-asm.h".
10942 (PARMS): Do not use macros from bp-asm.h.
10943 (STR): Likewise.
10944 (CHR): Likewise.
10945 (__strchrnul): Likewise. Do not use BP_SYM.
10946 (strchrnul): Do not use BP_SYM in weak_alias.
10947 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
10948 "bp-asm.h".
10949 (PARMS): Do not use macros from bp-asm.h.
10950 (STOP): Likewise.
10951 (strcspn): Do not use BP_SYM.
10952 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
10953 "bp-asm.h".
10954 (PARMS): Do not use macros from bp-asm.h.
10955 (STR): Likewise.
10956 (STOP): Likewise.
10957 (strpbrk): Likewise. Do not use BP_SYM.
10958 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
10959 "bp-asm.h".
10960 (PARMS): Do not use macros from bp-asm.h.
10961 (STR): Likewise.
10962 (CHR): Likewise.
10963 (strrchr): Likewise. Do not use BP_SYM.
10964 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
10965 (PARMS): Do not use macros from bp-asm.h.
10966 (SKIP): Likewise.
10967 (strspn): Do not use BP_SYM.
10968 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
10969 (PARMS): Do not use macros from bp-asm.h.
10970 (STR): Likewise.
10971 (DELIM): Likewise.
10972 (SAVE): Likewise.
10973 (FUNCTION): Likewise. Do not use BP_SYM.
10974 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
10975 aliases.
10976 (strtok_r): Likewise.
10977 (__GI___strtok_r): Likewise.
10978 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
10979 (PARMS): Do not use macros from bp-asm.h.
10980 (S1): Likewise.
10981 (S2): Likewise.
10982 (SIZE): Likewise.
10983 (__mpn_sub_n): Do not use BP_SYM.
10984 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
10985 "bp-asm.h".
10986 (PARMS): Do not use macros from bp-asm.h.
10987 (S1): Likewise.
10988 (SIZE): Likewise.
10989 (__mpn_submul_1): Do not use BP_SYM.
10990 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
10991 <bp-sym.h>.
10992 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
10993 and <bp-asm.h>.
10994 (PARMS): Do not use macros from bp-asm.h.
10995 (FLAGS): Likewise.
10996 (PTID): Likewise.
10997 (TLS): Likewise.
10998 (CTID): Likewise.
10999 (__clone): Do not use BP_SYM.
11000 (clone): Do not use BP_SYM in weak_alias.
11001 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
11002 and <bp-asm.h>.
11003 (PARMS): Do not use macros from bp-asm.h.
11004 (LEN): Likewise.
11005 (__mmap64): Do not use BP_SYM.
11006 (mmap64): Do not use BP_SYM in weak_alias.
11007 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
11008 <bp-sym.h> and <bp-asm.h>.
11009 (PARMS): Do not use macros from bp-asm.h.
11010 (__posix_fadvise64_l64): Do not use BP_SYM.
11011 * sysdeps/unix/sysv/linux/i386/semtimedop.S
11012 (PARMS): Do not use macros from bp-asm.h.
11013 (NSOPS): Likewise.
11014 (semtimedop): Do not use BP_SYM.
11015 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
11016 and <bp-asm.h>.
11017
582a3cff
AM
110182013-02-21 Allan McRae <allan@archlinux.org>
11019
11020 * manual/message.texi (Charset conversion in gettext):
11021 Move @end statement to beginning of line.
11022
bab8a695
SP
110232013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11024
80945231
SP
11025 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
11026 static.
11027 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
11028 Likewise.
11029
bab8a695
SP
11030 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
11031 (denorm): Likewise.
11032 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
11033 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
11034
e21d7aa7
AK
110352013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11036
11037 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
11038 tail-call to the resolved function if pltexit isn't needed.
11039
4c7a4263
SP
110402013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11041
11042 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
11043 or Y being zero as being unlikely.
11044 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
11045 Likewise.
11046
41f49342
CD
110472013-02-20 Carlos O'Donell <carlos@redhat.com>
11048
11049 * manual/nss.texi (System Databases and Name Service Switch):
11050 Remove frobnicate @pxref.
11051
50022a93
TS
110522013-02-20 Thomas Schwinge <thomas@codesourcery.com>
11053
11054 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
11055 __attribute__ ((unused)) to __attribute__ ((__unused__)).
11056
08cbd996
PM
110572013-02-20 Petr Machata <pmachata@redhat.com>
11058
11059 * elf/elf.h (R_ARM_TARGET1): New macro.
11060 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
11061 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
11062 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
11063 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
11064 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
11065 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
11066 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
11067 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
11068 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
11069 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
11070 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
11071 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
11072 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
11073 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
11074 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
11075 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
11076 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
11077 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
11078 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
11079 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
11080 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
11081 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
11082 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
11083 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
11084 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
11085 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
11086 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
11087 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
11088 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
11089 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
11090 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
11091 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
11092 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
11093 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
11094 (R_ARM_THM_GOT_BREL12): Likewise.
11095 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
11096 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
11097 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
11098 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
11099 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
11100 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
11101 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
11102 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
11103 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
11104
c7b275d6
TS
111052013-02-20 Thomas Schwinge <thomas@codesourcery.com>
11106
11107 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
11108 __attribute_used__ to __attribute__ ((unused)).
11109
20cd7fb3
SP
111102013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
11111
11112 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
11113 powerpc mpa.c.
11114 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
11115 comment formatting.
11116 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
11117
92945b52
JM
111182013-02-19 Joseph Myers <joseph@codesourcery.com>
11119
11120 [BZ #13550]
11121 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
11122 Remove macro.
11123 (ENTER): Remove both macro definitions.
11124 (LEAVE): Likewise.
11125 (CHECK_BOUNDS_LOW): Likewise.
11126 (CHECK_BOUNDS_HIGH): Likewise.
11127 (CHECK_BOUNDS_BOTH): Likewise.
11128 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
11129 (RETURN_BOUNDED_POINTER): Likewise.
11130 (RETURN_NULL_BOUNDED_POINTER): Likewise.
11131 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
11132 (POP_ERRNO_LOCATION_RETURN): Likewise.
11133 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
11134 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11135 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
11136 macros.
11137 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11138 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
11139 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
11140 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
11141 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
11142 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
11143 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
11144 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
11145 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
11146 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
11147 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
11148 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
11149 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11150 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
11151 removed macros.
11152 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11153 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
11154 macros.
11155 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11156 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
11157 * sysdeps/i386/i586/memset.S (memset): Likewise.
11158 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
11159 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11160 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
11161 macros.
11162 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11163 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
11164 Change uses of L(2) to L(out).
11165 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
11166 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
11167 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
11168 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11169 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
11170 removed macros.
11171 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11172 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
11173 macros.
11174 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11175 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
11176 (RETURN): Do not use macro LEAVE.
11177 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
11178 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
11179 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
11180 * sysdeps/i386/i686/memset.S (memset): Likewise.
11181 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
11182 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
11183 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
11184 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
11185 Likewise.
11186 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
11187 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
11188 L(1_2) and L(1_3) into L(1).
11189 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
11190 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
11191 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11192 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
11193 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
11194 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
11195 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
11196 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11197 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
11198 macros.
11199 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
11200 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11201 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
11202 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
11203 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
11204 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
11205 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
11206 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
11207 * sysdeps/i386/strcspn.S (strcspn): Likewise.
11208 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
11209 * sysdeps/i386/strrchr.S (strrchr): Likewise.
11210 * sysdeps/i386/strspn.S (strspn): Likewise.
11211 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
11212 conditional code.
11213 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
11214 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
11215 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
11216 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
11217 L(1_3) into L(1_1).
11218 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
11219 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11220 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
11221 macros.
11222 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11223
2389741a
JJ
112242013-02-19 Jakub Jelinek <jakub@redhat.com>
11225
11226 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
11227 macro.
11228
2016b3cd
SP
112292013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
11230
e4f22324
SP
11231 * math/atest-exp.c (exp_mpn): Remove ROUND.
11232 * math/atest-exp2.c (exp_mpn): Likewise.
11233 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
11234
2016b3cd
SP
11235 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
11236 * stdlib/tst-tls-atexit-lib.c: Likewise.
11237 * stdlib/tst-tls-atexit.c: Likewise.
11238
4be9b544
MF
112392013-02-18 Mike Frysinger <vapier@gentoo.org>
11240
11241 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
11242 and __attribute_alloc_size__.
11243
2f62b9ee
MF
112442013-02-18 Mike Frysinger <vapier@gentoo.org>
11245
11246 * include/programs/xmalloc.h: Change __attribute_alloc_size to
11247 __attribute_alloc_size__.
11248 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
11249 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
11250
6ff444c4
MF
112512013-02-18 Mike Frysinger <vapier@gentoo.org>
11252
11253 * include/programs/xmalloc.h: New file.
11254 * catgets/gencat.c: Include it.
11255 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
11256 * elf/pldd.c: Likewise.
11257 * iconv/iconv_charmap.c: Likewise.
11258 * iconv/iconvconfig.c: Likewise.
11259 * iconv/strtab.c: Likewise.
11260 * locale/programs/locale.c: Likewise.
11261 * locale/programs/localedef.h: Likewise.
11262 * locale/programs/simple-hash.c: Likewise.
11263 * nscd/nscd.h: Likewise.
11264 * nss/makedb.c: Likewise.
11265 * sysdeps/generic/ldconfig.h: Likewise.
11266
be179c8a
SP
112672013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
11268
ba384f6e
SP
11269 * Versions.def: Add GLIBC_2.18.
11270 * include/link.h (struct link_map): New member l_tls_dtor_count.
11271 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
11272 (__call_tls_dtors): Likewise.
11273 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
11274 __cxa_thread_atexit_impl.
11275 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11276 Likewise.
11277 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11278 Likewise.
11279 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11280 Likewise.
11281 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11282 Likewise.
11283 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
11284 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
11285 Likewise.
11286 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
11287 Likewise.
11288 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
11289 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
11290 Likewise.
11291 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
11292 (tests): Add test case tst-tls-atexit.
11293 (modules-names): Add shared library for tst-tls-atexit.
85891aca 11294 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
11295 (GLIBC_PRIVATE): Add __call_tls_dtors.
11296 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
11297 for libstdc++.
11298 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
11299 * stdlib/tst-tls-atexit.c: New test case.
11300 * stdlib/tst-tls-atexit-lib.c: New test case.
11301
ffaa74cf 11302 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 11303
be179c8a
SP
11304 * elf/Versions (ld): Add _dl_find_dso_for_object.
11305 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
11306 * elf/dl-open.c (_dl_find_dso_for_object): New function.
11307 (dl_open_worker): Use _dl_find_dso_for_object.
11308 * elf/dl-sym.c (do_sym): Likewise.
11309 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
11310
f78b5caa
AK
113112013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11312
11313 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
11314 Syntactic changes only.
11315 (_dl_runtime_profile): Do a tail-call to the resolved function.
11316
29691210
JM
113172013-02-17 Joseph Myers <joseph@codesourcery.com>
11318
11319 [BZ #13550]
11320 * sysdeps/x86_64/bp-asm.h: Remove file.
11321 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
11322 <bp-sym.h> and <bp-asm.h>.
11323 (__clone): Do not use BP_SYM.
11324 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
11325 <bp-sym.h> and <bp-asm.h>.
11326 * sysdeps/unix/x86_64/sysdep.S: Likewise.
11327 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
11328 "bp-asm.h".
11329 (_setjmp): Do not use BP_SYM.
11330 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
11331 "bp-asm.h".
11332 (setjmp): Do not use BP_SYM.
11333 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
11334 libc_hidden_def.
11335 (mempcpy): Do not use BP_SYM in weak_alias.
11336 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
11337 "bp-asm.h".
11338 (strchr): Do not use BP_SYM.
11339 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
11340 "bp-asm.h".
11341 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
11342 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
11343 (_start): Do not use BP_SYM.
11344 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
11345 "bp-asm.h".
11346 (strcat): Do not use BP_SYM.
11347 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
11348 "bp-asm.h".
11349 (STRCMP): Do not use BP_SYM.
11350 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
11351 "bp-asm.h".
11352 (STRCPY): Do not use BP_SYM.
11353 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
11354 "bp-asm.h".
11355 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
11356 "bp-asm.h".
11357 (FUNCTION): Do not use BP_SYM.
11358 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
11359 weak_alias.
11360 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
11361
f238fd19
AJ
113622013-02-17 Andreas Jaeger <aj@suse.de>
11363
11364 * time/Versions: Sort entries.
11365 * string/Versions: Likewise.
11366 * resolv/Versions: Likewise.
11367 * posix/Versions: Likewise.
11368 * iconv/Versions: Likewise.
11369 * elf/Versions: Likewise.
11370 * wcsmbs/Versions: Likewise.
11371
bd07f23c 113722013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 11373
22af19f9
SP
11374 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
11375 loop termination condition.
11376
4709fe76
SP
11377 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
11378 variable to calculate EZ.
11379 (__sqr): Likewise.
2d0e0f29
SP
11380
11381 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
11382 the lower precision input.
11383
daaa7713
JM
113842013-02-15 Joseph Myers <joseph@codesourcery.com>
11385
11386 [BZ #13550]
11387 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
11388 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
11389 (run-via-rtld-prefix): Do not handle %-bp tests.
11390 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
11391 (all-object-suffixes): Remove .ob.
11392 (bppfx): Remove variable.
11393 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
11394 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
11395 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
11396 [$(build-bounded) = yes] (libtype.ob): Likewise.
11397 * Makerules (elide-routines.ob): Remove variable.
11398 (do-tests-clean): Do not handle *-bp.out.
11399 (common-mostlyclean): Do not handle *-bp and *-bp.out.
11400 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
11401 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
11402 (tests): Do not include $(tests-bp.out).
11403 (xtests): Do not include $(xtests-bp.out).
11404 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
11405 [$(build-bounded) = yes] ($(addprefix
11406 $(objpfx),$(binaries-bounded))): Remove rule.
11407 ($(objpfx)%-bp.out): Remove rule.
11408 * config.make.in (build-bounded): Remove variable.
11409 * crypt/Makefile [$(build-bounded) = yes]
11410 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
11411 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
11412 append to variable.
11413 [$(build-bounded) = yes] (install-lib): Likewise.
11414 [$(build-bounded) = yes] (generated): Likewise.
11415 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
11416 Remove rule.
11417 * intl/Makefile [$(build-bounded) = yes]
11418 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
11419 * math/Makefile [$(build-bounded) = yes]
11420 ($(tests:%=$(objpfx)%-bp): Likewise.
11421 * misc/Makefile [$(build-bounded) = yes]
11422 ($(objpfx)tst-tsearch-bp): Likewise.
11423 * nptl/Makeconfig (bounded-thread-library): Remove variable.
11424 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
11425 Remove dependency.
11426 * string/Makefile (o-objects.ob): Remove variable.
11427 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
11428 (CFLAGS-.ob): Remove variable.
11429 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
11430 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
11431 both definitions of variable.
11432 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
11433 (ASFLAGS-.ob): Remove variable.
11434
e97ed6dd
JM
114352013-02-14 Joseph Myers <joseph@codesourcery.com>
11436
2bdd4ca6
JM
11437 [BZ #13550]
11438 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
11439 Remove __BOUNDED_POINTERS__ from condition.
11440 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
11441 * string/bits/string2.h [!__NO_STRING_INLINES &&
11442 !__BOUNDED_POINTERS__]: Likewise.
11443 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
11444 Likewise.
11445 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
11446 Remove conditional code.
11447 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
11448 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
11449 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
11450 condition.
11451
e97ed6dd
JM
11452 [BZ #13550]
11453 * csu/libc-start.c: Do not include <bp-sym.h>.
11454 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
11455 * elf/dl-open.c: Do not include <bp-sym.h>.
11456 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
11457 * math/fegetenv.c: Do not include <bp-sym.h>.
11458 (fegetenv): Do not use BP_SYM in versioned symbols.
11459 * nptl/sysdeps/pthread/bits/libc-lockP.h
11460 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
11461 <bp-sym.h>.
11462 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11463 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
11464 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11465 (__pthread_mutex_destroy): Likewise.
11466 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11467 (__pthread_mutex_lock): Likewise.
11468 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11469 (__pthread_mutex_trylock): Likewise.
11470 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11471 (__pthread_mutex_unlock): Likewise.
11472 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11473 (__pthread_mutexattr_init): Likewise.
11474 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11475 (__pthread_mutexattr_destroy): Likewise.
11476 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11477 (__pthread_mutexattr_settype): Likewise.
11478 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11479 (__pthread_rwlock_init): Likewise.
11480 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11481 (__pthread_rwlock_destroy): Likewise.
11482 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11483 (__pthread_rwlock_rdlock): Likewise.
11484 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11485 (__pthread_rwlock_tryrdlock): Likewise.
11486 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11487 (__pthread_rwlock_wrlock): Likewise.
11488 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11489 (__pthread_rwlock_trywrlock): Likewise.
11490 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11491 (__pthread_rwlock_unlock): Likewise.
11492 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11493 (__pthread_key_create): Likewise.
11494 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11495 (__pthread_setspecific): Likewise.
11496 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11497 (__pthread_getspecific): Likewise.
11498 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
11499 Likewise.
11500 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11501 (_pthread_cleanup_push_defer): Likewise.
11502 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11503 (_pthread_cleanup_pop_restore): Likewise.
11504 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11505 (pthread_setcancelstate): Likewise.
11506 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
11507 <bp-sym.h>.
11508 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
11509 (memchr): Do not use BP_SYM in weak_alias.
11510 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
11511 (fegetenv): Do not use BP_SYM in versioned symbols.
11512 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
11513 (fesetenv): Do not use BP_SYM in versioned symbols.
11514 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
11515 (feupdateenv): Do not use BP_SYM in versioned symbols.
11516 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
11517 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
11518 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
11519 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
11520 (open64): Do not use BP_SYM in weak_alias.
11521 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
11522 (fegetenv): Do not use BP_SYM in versioned symbols.
11523 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
11524 (fesetenv): Do not use BP_SYM in versioned symbols.
11525 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
11526 (feupdateenv): Do not use BP_SYM in versioned symbols.
11527 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
11528 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
11529 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
11530 (feraiseexcept): Do not use BP_SYM in versioned symbols.
11531 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
11532 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
11533 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
11534 <bp-sym.h>.
11535 (__libc_start_main): Do not use BP_SYM.
11536
d6752ccd
SP
115372013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
11538
cb57ce60
SP
11539 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
11540 redundant return line.
11541 (norm): Likewise.
11542 (denorm): Likewise.
11543 (dbl_mp): Likewise.
11544 (sub_magnitudes): Likewise.
11545 (__add): Likewise.
11546 (__sub): Likewise.
11547 (__mul): Likewise.
11548 (__inv): Likewise.
11549 (__dvd): Likewise.
11550 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
11551 (norm): Likewise.
11552 (denorm): Likewise.
11553 (dbl_mp): Likewise.
11554 (sub_magnitudes): Likewise.
11555 (__add): Likewise.
11556 (__sub): Likewise.
11557 (__mul): Likewise.
11558 (__inv): Likewise.
11559 (__dvd): Likewise.
11560
f414520d
SP
11561 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
11562 instead of __mul.
11563 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
11564 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
11565 (cc32): Likewise.
11566
d6752ccd
SP
11567 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
11568 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
11569 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
11570 of __mul for squares.
11571 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
11572 function
11573 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
11574 Likewise.
11575 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
11576 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
11577
70d9946a
JM
115782013-02-13 Joseph Myers <joseph@codesourcery.com>
11579
11580 [BZ #13550]
11581 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
11582 code.
11583 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
11584 prototype or function definition. Rename ubp_* variables and
11585 parameters. Remove argv definitions conditional on
11586 [__BOUNDED_POINTERS__].
11587 * debug/backtrace.c (__backtrace): Do not use __unbounded.
11588 * elf/dl-runtime.c (_dl_fixup): Likewise.
11589 * include/set-hooks.h (RUN_HOOK): Likewise.
11590 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
11591 definition.
11592 * string/strcpy.c (strcpy): Do not use __unbounded.
11593 * sysdeps/generic/frame.h (struct layout): Likewise.
11594 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
11595 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
11596 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
11597 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
11598 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
11599 (__backtrace): Likewise.
11600 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
11601 use __ptrvalue.
11602 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
11603 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11604 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
11605 Likewise.
11606 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
11607 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
11608 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11609 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
11610 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
11611 Do not use __unbounded.
11612 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
11613 Rename __unboundedrlimits parameter to rlimits in prototype.
11614 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
11615 Do not use __unbounded.
11616 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
11617 not use __ptrvalue.
11618 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
11619 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
11620 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
11621 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
11622 __ptrvalue or __unbounded.
11623 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
11624 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
11625 use __unbounded.
11626 (__new_msgctl): Do not use __ptrvalue.
11627 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
11628 __unbounded.
11629 (__libc_msgrcv): Do not use __ptrvalue.
11630 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
11631 startup_info): Do not use __unbounded.
11632 (__libc_start_main): Likewise. Rename ubp_* variables and
11633 parameters. Remove argv definitions conditional on
11634 [__BOUNDED_POINTERS__].
11635 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
11636 __ptrvalue.
11637 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
11638 use __unbounded.
11639 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
11640 or __ptrvalue.
11641 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
11642 use __unbounded.
11643 (__new_shmctl): Do not use __ptrvalue.
11644 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
11645 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
11646 Likewise.
11647 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
11648 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
11649 (__libc_sigaction): Likewise.
11650 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
11651 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
11652 Likewise.
11653 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
11654
cc7834d6
OB
116552013-02-13 Ondřej Bílka <neleai@seznam.cz>
11656
ffb1ec7b 11657 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
11658
11659 * string/mempcpy.c: Implement by calling memcpy.
11660
bdf02814
SP
116612013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
11662
c2af38aa
SP
11663 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
11664
4e92d59e
SP
11665 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
11666 evaluation.
11667
909279a5
SP
11668 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
11669 values in the mantissa.
11670
bdf02814
SP
11671 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
11672 minimize writes to Z.
11673 (sub_magnitudes): Simplify code a bit.
11674
cd525923
RM
116752013-02-12 Roland McGrath <roland@hack.frob.com>
11676
11677 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
11678 from the message. The linker prefixes all warnings with that already.
11679
7e2f0d2d
AS
116802013-02-12 Andreas Schwab <schwab@suse.de>
11681
a445af0b
AS
11682 [BZ #15078]
11683 * posix/regexec.c (extend_buffers): Add parameter min_len.
11684 (check_matching): Pass minimum needed length.
11685 (clean_state_log_if_needed): Likewise.
11686 (get_subexp): Likewise.
11687 * posix/Makefile (tests): Add bug-regex34.
11688 (bug-regex34-ENV): Define.
11689 * posix/bug-regex34.c: New file.
11690
7e2f0d2d
AS
11691 [BZ #11561]
11692 * posix/regcomp.c (parse_bracket_exp): When looking up collating
11693 elements compare against the byte sequence of it, not its name.
11694 * posix/Makefile (tests): Add bug-regex35.
11695 (bug-regex35-ENV): Define.
11696 * posix/bug-regex35.c: New file.
11697
a175b684
TV
116982013-02-11 Tom de Vries <tom@codesourcery.com>
11699
11700 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
11701 comment.
11702 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
11703 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
11704 (CHECK_EOL): Add undef.
11705
310998fe 117062013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
11707
11708 * bits/stdlib-bsearch.h: New file.
11709 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 11710 * stdlib/stdlib.h: Likewise.
41eda41d 11711
8ded91fb
RM
117122013-02-11 Roland McGrath <roland@hack.frob.com>
11713
11714 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
11715 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
11716 declaration.
11717 * manual/search.texi (Array Search Function): Add missing const in
11718 lfind prototype.
11719 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
11720 declaration to use rlim_t.
11721 (Basic Scheduling Functions): Remove erroneous const from
11722 sched_getparam prototype. Remove erroneous * from
11723 sched_get_priority_max and sched_get_priority_min prototypes.
11724 (Resource Usage): Fix summary @comment on vtimes to refer to
11725 sys/vtimes.h rather than vtimes.h.
11726 Add missing *s in vtimes prototype.
11727 (Limits on Resources): Fix ulimit prototype to return long int.
11728 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
11729 prototypes to use long int rather than double.
11730 (BSD Random): Fix initstate and setstate to use char *, not void *.
11731 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
11732 prototype to make second argument 'struct aiocb64 *const[]'.
11733 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
11734 (Status of AIO Operations): Remove erroneous const in aio_return and
11735 aio_return64 prototypes.
11736 (Synchronizing I/O): Fix sync prototype to return void.
11737 * manual/startup.texi (Suboptions): Remove an erroneous const in
11738 getsubopt prototype.
11739 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
11740 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
11741 use size_t rather than int.
11742 (Scanning All Users): Likewise for getpwent_r.
11743 (Setting Groups): Add missing const to setgroups prototype.
11744 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
11745 * manual/socket.texi (Host Names): Fix gethostbyaddr and
11746 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
11747 'const void *' rather than 'const char *'.
11748 (Host Address Functions): Likewise for inet_ntop.
11749 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
11750 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
11751 ssize_t for return value.
11752 (Sending Data): Likewise for send, sendto, sendmsg.
11753 (Socket Option Functions): Add a missing const in setsockopt prototype.
11754 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
11755 use wchar_t for the argument.
11756 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
11757 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
11758 take no arguments.
11759 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
11760 double/float/long double for second argument.
11761 Fix return types of significand, significandf, significandl.
11762 * manual/filesys.texi (Setting Permissions): Use mode_t for second
11763 argument in fchmod prototype.
11764 (File Owner): Use uid_t and gid_t in fchown prototype.
11765 (File Times): Add const to utimes, futimes, and lutimes prototypes.
11766 (Making Special Files): Use mode_t and dev_t in mknod prototype.
11767 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
11768 use 'const struct dirent **' as argument types to CMP function pointer
11769 argument.
11770 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
11771 (File Times): Fix summary magic @comment for struct utimbuf and utime
11772 to refer to utime.h, not time.h.
11773 * manual/string.texi (Argz Functions): Add missing const in
11774 argz_extract and argz_next prototypes.
11775 (Finding Tokens in a String): Likewise for basename.
11776 (String/Array Comparison): Fix typo in wcscasecmp prototype.
11777 (Copying and Concatenation): Fix typo in wmemmove prototype.
11778 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
11779 (Signal Stack): Remove erroneous const in sigstack prototype.
11780 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
11781 prototype.
11782 (Simple Calendar Time): Likewise for stime.
11783 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
11784 prototype.
11785 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
11786 say sys/sysctl.h instead.
11787 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
11788 and vsyslog prototypes.
11789
fe77fe6d
TV
117902013-02-11 Tom de Vries <tom@codesourcery.com>
11791
11792 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
11793 Remove.
11794
3a09b620
RM
117952013-02-11 Roland McGrath <roland@hack.frob.com>
11796
11797 * misc/sys/mman.h: Fix typo in mremap comment.
11798
550a0b89
RM
117992013-02-08 Roland McGrath <roland@hack.frob.com>
11800
11801 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
11802 the '\0' terminator.
11803
a2da1673
JM
118042013-02-08 Joseph Myers <joseph@codesourcery.com>
11805
11806 [BZ #13550]
11807 * debug/segfault.c: Don't include <bp-checks.h>.
11808 * sysdeps/generic/bp-checks.h: Remove file.
11809 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
11810 (__GETDENTS): Don't use CHECK_N.
11811 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
11812 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
11813 (__getgroups): Don't use CHECK_N.
11814 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
11815 (setgroups): Don't use CHECK_N.
11816 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
11817 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
11818 (__libc_msgrcv): Don't use CHECK_N.
11819 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
11820 (__libc_msgsnd): Don't use CHECK_N.
11821 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
11822 <bp-checks.h>.
11823 (__libc_pread): Don't use CHECK_N.
11824 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
11825 include <bp-checks.h>.
11826 (__libc_pread64): Don't use CHECK_N.
11827 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
11828 include <bp-checks.h>.
11829 (__libc_pwrite): Don't use CHECK_N.
11830 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
11831 include <bp-checks.h>.
11832 (__libc_pwrite64): Don't use CHECK_N.
11833 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
11834 <bp-checks.h>.
11835 (__libc_pread): Don't use CHECK_N.
11836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
11837 include <bp-checks.h>.
11838 (__libc_pread64): Don't use CHECK_N.
11839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
11840 include <bp-checks.h>.
11841 (__libc_pwrite): Don't use CHECK_N.
11842 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
11843 include <bp-checks.h>.
11844 (__libc_pwrite64): Don't use CHECK_N.
11845 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
11846 (do_pread): Don't use CHECK_N.
11847 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
11848 (do_pread64): Don't use CHECK_N.
11849 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
11850 (do_pwrite): Don't use CHECK_N.
11851 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
11852 (do_pwrite64): Don't use CHECK_N.
11853 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
11854 (__libc_readv): Don't use CHECK_N.
11855 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
11856 (semop): Don't use CHECK_N.
11857 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
11858 <bp-checks.h>.
11859 (semtimedop): Don't use CHECK_N.
11860 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
11861 (__libc_pread): Don't use CHECK_N.
11862 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
11863 <bp-checks.h>.
11864 (__libc_pread64): Don't use CHECK_N.
11865 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
11866 <bp-checks.h>.
11867 (__libc_pwrite): Don't use CHECK_N.
11868 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
11869 <bp-checks.h>.
11870 (__libc_pwrite64): Don't use CHECK_N.
11871 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
11872 <bp-checks.h>.
11873 (__libc_msgrcv): Don't use CHECK_N.
11874 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
11875 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
11876 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
11877 (__libc_writev): Don't use CHECK_N.
11878
b84660a8
RM
118792013-02-08 Roland McGrath <roland@hack.frob.com>
11880
7f3e75f8
RM
11881 * string/strcpy.c: Removed unused variable.
11882
b84660a8
RM
11883 * Makeconfig (+sysdep-includes): Define with := rather than =.
11884 Use an existing include/ subdir of each sysdeps dir before it.
11885
471514d3
CD
118862013-02-08 Carlos O'Donell <carlos@redhat.com>
11887
11888 * nscd/connection.c (register_traced_file): Comment function.
11889 [HAVE_INOTIFY] (union __inev): Define.
11890 [HAVE_INOTIFY] (inotify_check_files): New function.
11891 [HAVE_INOTIFY] (clear_db_cache): Likewise.
11892 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
11893 clear_db_cache.
11894 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
11895
b2d3c3be
CD
118962013-02-08 Carlos O'Donell <carlos@redhat.com>
11897
11898 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
11899 loaded if not already and that a failure is permanent.
11900
b39949d2
CD
119012013-02-08 Carlos O'Donell <carlos@redhat.com>
11902
ddacd1db 11903 [BZ #15006]
b39949d2
CD
11904 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
11905 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
11906
b2c9eff4
JM
119072013-02-08 Joseph Myers <joseph@codesourcery.com>
11908
f3aae3f3
JM
11909 [BZ #13550]
11910 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
11911 (CHECK_1_NULL_OK): Likewise.
11912 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
11913 (__fxstat): Do not use CHECK_1.
11914 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
11915 <bp-checks.h>.
11916 (___fxstat64): Do not use CHECK_1.
11917 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11918 <bp-checks.h>.
11919 (__fxstatat): Do not use CHECK_1.
11920 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11921 <bp-checks.h>.
11922 (__fxstatat64): Do not use CHECK_1.
11923 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
11924 <bp-checks.h>.
11925 (__fxstat): Do not use CHECK_1.
11926 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11927 <bp-checks.h>.
11928 (__fxstatat): Do not use CHECK_1.
11929 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
11930 <bp-checks.h>.
11931 (__getresgid): Do not use CHECK_1.
11932 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
11933 <bp-checks.h>.
11934 (__getresuid): Do not use CHECK_1.
11935 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
11936 <bp-checks.h>.
11937 (__lxstat): Do not use CHECK_1.
11938 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
11939 <bp-checks.h>.
11940 (__old_msgctl): Do not use CHECK_1.
11941 (__new_msgctl): Likewise.
11942 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
11943 <bp-checks.h>.
11944 (__new_setrlimit): Do not use CHECK_1.
11945 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
11946 <bp-checks.h>.
11947 (__old_shmctl): Do not use CHECK_1.
11948 (__new_shmctl): Likewise.
11949 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
11950 <bp-checks.h>.
11951 (__xstat): Do not use CHECK_1.
11952 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
11953 (__lxstat): Do not use CHECK_1.
11954 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
11955 <bp-checks.h>.
11956 (___lxstat64): Do not use CHECK_1.
11957 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
11958 (__old_msgctl): Do not use CHECK_1.
11959 (__new_msgctl): Likewise.
11960 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
11961 <bp-checks.h>.
11962 (__gettimeofday): Do not use CHECK_1.
11963 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
11964 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
11965 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
11966 <bp-checks.h>.
11967 (__gettimeofday): Do not use CHECK_1.
11968 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
11969 (__old_shmctl): Do not use CHECK_1_NULL_OK.
11970 (__new_shmctl): Do not use CHECK_1.
11971 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
11972 <bp-checks.h>.
11973 (do_sigtimedwait): Do not use CHECK_1.
11974 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
11975 <bp-checks.h>.
11976 (do_sigwaitinfo): Do not use CHECK_1.
11977 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
11978 <bp-checks.h>.
11979 (msgctl): Do not use CHECK_1.
11980 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
11981 <bp-checks.h>.
11982 (shmctl): Do not use CHECK_1.
11983 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
11984 (ustat): Do not use CHECK_1.
11985 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
11986 <bp-checks.h>.
11987 (__fxstat): Do not use CHECK_1.
11988 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11989 <bp-checks.h>.
11990 (__fxstatat): Do not use CHECK_1.
11991 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
11992 <bp-checks.h>.
11993 (__lxstat): Do not use CHECK_1.
11994 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
11995 <bp-checks.h>.
11996 (__xstat): Do not use CHECK_1.
11997 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
11998 (__xstat): Do not use CHECK_1.
11999 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
12000 (___xstat64): Do not use CHECK_1.
12001
b2c9eff4
JM
12002 [BZ #13550]
12003 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
12004 definitions.
12005 (CHECK_BOUNDS_HIGH): Likewise.
12006 * string/strcpy.c: Do not include <bp-checks.h>.
12007 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
12008
f1d70dad
RM
120092013-02-07 Roland McGrath <roland@hack.frob.com>
12010
12011 * nscd/nscd-client.h (__nscd_drop_map_ref):
12012 Add __attribute__ ((unused)).
12013 * nis/nss-nisplus.h (niserr2nss): Likewise.
12014
12015 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
12016 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
12017
12018 * csu/libc-tls.c (init_static_tls, init_slotinfo):
12019 Remove inline keyword.
12020 * include/rounding-mode.h (round_away): Likewise.
12021 * libio/wfileops.c (adjust_wide_data): Likewise.
12022 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
12023 (__m128i_strloadu_tolower): Likewise.
12024 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
12025 (__m128i_strloadu_tolower): Likewise.
12026 * time/mktime.c (ydhms_diff): Likewise.
12027 * locale/elem-hash.h (elem_hash): Likewise.
12028 * locale/setlocale.c (setdata): Likewise.
12029 * posix/regex_internal.h (re_string_char_size_at): Likewise.
12030 (re_string_wchar_at): Likewise.
12031 (bitset_not, bitset_merge, bitset_mask): Likewise.
12032 [!(__GNUC__ > 3)] (inline): Remove macro.
12033 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
12034 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
12035 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
12036 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
12037 * string/memcmp.c (memcmp_bytes): Likewise.
12038 * locale/programs/locarchive.c (compute_hashval): Likewise.
12039 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
12040 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
12041 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
12042 * nss/getent.c (print_rpc, print_protocols): Likewise.
12043 (print_passwd, print_group, print_aliases): Likewise.
12044 * nis/nss-nisplus.h (niserr2nss): Likewise.
12045 * nscd/connections.c (restart_p): Likewise.
12046 Change return type to bool.
12047
eab55bfb
RM
120482013-02-05 Roland McGrath <roland@hack.frob.com>
12049
7bd642f5
RM
12050 * Makeconfig (all-Depend-files): Add existing
12051 $(sorted-subdirs:=/Depend) files.
12052 (all-subdirs): Remove nss.
12053 * sysdeps/unix/inet/Subdirs: Add it here instead.
12054 * hesiod/Depend: New file.
12055
573c29b2
RM
12056 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
12057 instead of calling alloca.
12058
b2e25af0
RM
12059 * io/lseek.c (__lseek): Rename to __libc_lseek.
12060 Define __lseek as an alias.
12061
eab55bfb
RM
12062 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
12063
9a0d1941
CD
120642013-02-04 Carlos O'Donell <carlos@redhat.com>
12065
12066 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
12067 else clause and remove check for non-standard endianness.
12068
b83bbec4
DM
120692013-02-04 David S. Miller <davem@davemloft.net>
12070
12071 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12072
6277fdab
JM
120732013-02-04 Joseph Myers <joseph@codesourcery.com>
12074
12075 [BZ #13550]
12076 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
12077 (__ubp_memchr): Remove prototype.
12078 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
12079 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
12080 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
12081 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
12082 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
12083 Remove alias.
12084 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
12085 (__ubp_memchr): Likewise.
12086 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
12087 (__ubp_memchr): Likewise.
12088 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
12089 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
12090 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
12091 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
12092 CHECK_STRING.
12093 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12094 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
12095 (__getcwd): Do not use CHECK_STRING.
12096 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
12097 <bp-checks.h>.
12098 (__real_chown): Do not use CHECK_STRING.
12099 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
12100 <bp-checks.h>.
12101 (fchownat): Do not use CHECK_STRING.
12102 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
12103 CHECK_STRING.
12104 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
12105 <bp-checks.h>.
12106 (__lchown): Do not use CHECK_STRING.
12107 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
12108 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
12109 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
12110 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
12111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
12112 include <bp-checks.h>.
12113 (truncate64): Do not use CHECK_STRING.
12114 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
12115 <bp-checks.h>.
12116 (__real_chown): Do not use CHECK_STRING.
12117 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
12118 <bp-checks.h>.
12119 (__lchown): Do not use CHECK_STRING.
12120 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
12121 <bp-checks.h>.
12122 (__chown): Do not use CHECK_STRING.
12123 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
12124 <bp-checks.h>.
12125 (truncate64): Do not use CHECK_STRING.
12126 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
12127 Likewise.
12128 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
12129 (__xmknod): Do not use CHECK_STRING.
12130 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12131 <bp-checks.h>.
12132 (__xmknodat): Do not use CHECK_STRING.
12133 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
12134 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
12135
903ae060
AS
121362013-02-04 Andreas Schwab <schwab@suse.de>
12137
12138 [BZ #14142]
12139 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
12140 * include/netdb.h: Likewise for h_errno.
12141 * elf/tst-stackguard1.c: Include <tls.h>.
12142
542f9466
JK
121432013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * elf/link.h (struct link_map): Extend the l_addr comment.
12146 * include/link.h (struct link_map): Likewise.
12147
e782a927
JM
121482013-02-01 Joseph Myers <joseph@codesourcery.com>
12149
12150 [BZ #13550]
12151 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
12152 (BOUNDED_1): Remove macro.
12153 * debug/backtrace.c: Don't include <bp-checks.h>.
12154 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
12155 (__backtrace): Likewise.
12156 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
12157 <bp-checks.h>.
12158 (__backtrace): Don't use BOUNDED_1.
12159 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
12160 <bp-checks.h>.
12161 (__backtrace): Don't use BOUNDED_1.
12162 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
12163 (__backtrace): Don't use BOUNDED_1.
12164 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
12165 (shmat): Don't use BOUNDED_N.
12166
8cf28c5e
JM
121672013-01-31 Joseph Myers <joseph@codesourcery.com>
12168
3a7ac8a0
JM
12169 [BZ #13550]
12170 * sysdeps/generic/bp-start.h: Remove file.
12171 * csu/libc-start.c: Don't include <bp-start.h>.
12172 (LIBC_START_MAIN): Set up __environ directly instead of using
12173 INIT_ARGV_and_ENVIRON.
12174 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
12175 <bp-start.h>.
12176
f3499f95
JM
12177 [BZ #13550]
12178 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
12179 definitions.
12180 (CHECK_FCNTL): Likewise.
12181 (CHECK_N_PAGES): Likewise.
12182
32a45bea
JM
12183 [BZ #13550]
12184 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
12185 definitions.
12186 (CHECK_SIGSET_NULL_OK): Likewise.
12187 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
12188 <bp-checks.h>.
12189 (sigpending): Don't use CHECK_SIGSET.
12190 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
12191 <bp-checks.h>.
12192 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
12193 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
12194 <bp-checks.h>.
12195 (do_sigsuspend): Don't use CHECK_SIGSET.
12196 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
12197 use CHECK_SIGSET.
12198 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
12199 (do_sigwait): Don't use CHECK_SIGSET.
12200 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
12201 use CHECK_SIGSET.
12202 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
12203 include <bp-checks.h>.
12204 (sigpending): Don't use CHECK_SIGSET.
12205 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
12206 include <bp-checks.h>.
12207 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
12208 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
12209 <bp-checks.h>.
12210 (sigpending): Don't use CHECK_SIGSET.
12211 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
12212 <bp-checks.h>.
12213 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
12214
2e8a5c8c
JM
12215 [BZ #13550]
12216 * sysdeps/generic/bp-semctl.h: Remove file.
12217 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
12218 <bp-checks.h> and <bp-semctl.h>.
12219 (__old_semctl): Don't use CHECK_SEMCTL.
12220 (__new_semctl): Likewise.
12221 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
12222 and <bp-semctl.h>.
12223 (__old_semctl): Don't use CHECK_SEMCTL.
12224 (__new_semctl): Likewise.
12225 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
12226 <bp-checks.h> and <bp-semctl.h>.
12227 (__old_semctl): Don't use CHECK_SEMCTL.
12228 (__new_semctl): Likewise.
12229 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
12230 <bp-checks.h> and <bp-semctl.h>.
12231 (semctl): Don't use CHECK_SEMCTL.
12232
c2d54929
JM
12233 [BZ #13550]
12234 * Makerules (elide-bp-thunks): Remove variable.
12235 (elide-routines.oS): Don't use $(elide-bp-thunks).
12236 (elide-routines.os): Likewise.
12237 (elide-routines.o): Likewise.
12238 (elide-routines.op): Likewise.
12239 (elide-routines.og): Likewise.
12240 (objects): Don't use $(bp-thunks).
12241 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
12242 include.
12243 (common-generated): Do not add s-proto-bp.d.
12244 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
12245 (int): Likewise.
12246 (typ): Likewise.
12247 Do not generate makefile rules for bounded-pointer thunks.
12248 * sysdeps/generic/bp-thunks.h: Remove file.
12249 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
12250 * sysdeps/unix/s-proto-bp.S: Likewise.
12251
8cf28c5e
JM
12252 [BZ #15062]
12253 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
12254 parts of result separately when argument is not close to line from
12255 -i to i and one part of argument is small.
12256 * math/k_casinhf.c (__kernel_casinhf): Likewise.
12257 * math/k_casinhl.c (__kernel_casinhl): Likewise.
12258 * math/libm-test.inc (cacos_test): Add more tests.
12259 (casin_test): Likewise.
12260 (casinh_test): Likewise.
12261 * sysdeps/i386/fpu/libm-test-ulps: Update.
12262 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12263
c4e33b8d
DM
122642013-01-31 David S. Miller <davem@davemloft.net>
12265
12266 * po/de.po: Update from translation team.
12267
3b60b421
MK
122682013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12269
12270 * time/tzfile.c: Include stdint.h for SIZE_MAX.
12271
bb931195
TS
122722013-01-25 Thomas Schwinge <thomas@codesourcery.com>
12273
b5a5da23
TS
12274 * configure.in (_AC_PROG_CC_C89): New definition.
12275 * configure: Regenerate.
12276
bb931195
TS
12277 * configure.in (AC_PROG_CPP): New definition.
12278 * configure: Regenerate.
12279
8c53a12c
JM
122802013-01-23 Joseph Myers <joseph@codesourcery.com>
12281
12282 * debug/tst-backtrace.h: New file.
12283 * debug/tst-backtrace2.c: Include tst-backtrace.h.
12284 (ret): Remove variable.
12285 (x): Likewise.
12286 (FAIL): Remove macro.
12287 (NO_INLINE): Likewise.
12288 (fn1): Use match function instead of strstr.
12289 * debug/tst-backtrace3.c: Include tst-backtrace.h.
12290 (ret): Remove variable.
12291 (x): Likewise.
12292 (FAIL): Remove macro.
12293 (NO_INLINE): Likewise.
12294 (fn): Use match function instead of strstr.
12295 * debug/tst-backtrace4.c: Include tst-backtrace.h.
12296 (ret): Remove variable.
12297 (x): Likewise.
12298 (FAIL): Remove macro.
12299 (NO_INLINE): Likewise.
12300 (handle_signal): Use match function instead of strstr.
12301 * debug/tst-backtrace5.c: Include tst-backtrace.h.
12302 (ret): Remove variable.
12303 (x): Likewise.
12304 (FAIL): Remove macro.
12305 (NO_INLINE): Likewise.
12306 (handle_signal): Use match function instead of strstr.
12307
4858fa2a
RM
123082013-01-23 Roland McGrath <roland@hack.frob.com>
12309
12310 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
12311
bae8e7f5
DM
123122013-01-23 David S. Miller <davem@davemloft.net>
12313
12314 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
12315 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
12316 argument of CAS if possible.
12317 * sysdeps/sparc/sparc64/bits/atomic.h
12318 (__arch_compare_and_exchange_val_32_acq): Likewise.
12319 (__arch_compare_and_exchange_val_64_acq): Likewise.
12320
9cbbc4ae
PT
123212013-01-23 Pino Toscano <toscano.pino@tiscali.it>
12322
12323 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
12324 * sysdeps/posix/ulimit.c: ... this.
92a601b8 12325 Include <limits.h>.
67b3f58c 12326 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 12327
5655a0b5
AC
123282013-01-23 Adam Conrad <adconrad@0c3.net>
12329
12330 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
12331 (LDFLAGS-tst-array5): Likewise.
12332
052aff95
JM
123332013-01-23 Joseph Myers <joseph@codesourcery.com>
12334
12335 [BZ #15036]
12336 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
12337 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
12338 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
12339 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
12340
7c1e01aa
DM
123412013-01-21 David S. Miller <davem@davemloft.net>
12342
12343 * sysdeps/sparc/backtrace.c: New file.
12344 * sysdeps/sparc/sparc32/backtrace.h: New file.
12345 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
12346 * sysdeps/sparc/sparc64/backtrace.h: New file.
12347 * sysdeps/sparc/sparc64/backtrace.c: Delete.
12348 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
12349 -funwind-tables.
12350
ab087e0a
AS
123512013-01-21 Andreas Schwab <schwab@suse.de>
12352
12353 [BZ #15020]
12354 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
12355 closed its stdout.
12356
ed689c2f
AS
123572013-01-20 Andreas Schwab <schwab@linux-m68k.org>
12358
12359 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
12360 "mpa2.h".
12361 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
12362
31d470ac
JM
123632013-01-18 Joseph Myers <joseph@codesourcery.com>
12364 Mark Mitchell <mark@codesourcery.com>
12365 Tom de Vries <tom@codesourcery.com>
12366 Paul Pluzhnikov <ppluzhnikov@google.com>
12367
12368 * debug/tst-backtrace2.c: New file.
12369 * debug/tst-backtrace3.c: Likewise.
12370 * debug/tst-backtrace4.c: Likewise.
12371 * debug/tst-backtrace5.c: Likewise.
12372 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
12373 (CFLAGS-tst-backtrace3.c): Likewise.
12374 (CFLAGS-tst-backtrace4.c): Likewise.
12375 (CFLAGS-tst-backtrace5.c): Likewise.
12376 (LDFLAGS-tst-backtrace2): Likewise.
12377 (LDFLAGS-tst-backtrace3): Likewise.
12378 (LDFLAGS-tst-backtrace4): Likewise.
12379 (LDFLAGS-tst-backtrace5): Likewise.
12380 (tests): Add new tests tst-backtrace2, tst-backtrace3,
12381 tst-backtrace4 and tst-backtrace5.
12382
90567f30 123832013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
12384 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
12385
12386 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
12387 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
12388 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
12389 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
12390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12391 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
12392 "+r" and remove output regs list as redundant. Add explicit inline
12393 asm to specify register of return val to work around compiler codegen
12394 bug. Remove (int) cast on return value. Add return type parameter to
12395 use in macro so that this macro does not truncate return value for
12396 64-bit values.
12397 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
12398 pass to INTERNAL_VSYSCALL_NCS.
12399 (INLINE_VSYSCALL): Add 'long int' as return type to
12400 INTERNAL_VSYSCALL_NCS macro invocation.
12401 (INTERNAL_VSYSCALL): Add 'long int' as return type to
12402 INTERNAL_VSYSCALL_NCS macro invocation.
12403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12404
d3b9ea61
SP
124052013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
12406
0b57daeb
SP
12407 [BZ #14496]
12408 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
12409 Fix application of SIMD FP exception mask.
12410
caa99d06
SP
12411 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
12412 mp_no from a power of two.
12413 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
12414 __mpexp_twomm1. Use __pow_mp.
12415
d3b9ea61
SP
12416 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
12417 multiplication.
12418
1dbaee3c
DM
124192013-01-17 David S. Miller <davem@davemloft.net>
12420
12421 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12422
728d7b43
JM
124232013-01-17 Joseph Myers <joseph@codesourcery.com>
12424
12425 [BZ #15023]
12426 * include/complex.h: Condition contents on [!_COMPLEX_H].
12427 (__kernel_casinhf): New prototype.
12428 (__kernel_casinh): Likewise.
12429 (__kernel_casinhl): Likewise.
12430 * math/Makefile (libm_calls): Add k_casinh.
12431 * math/k_casinh.c: New file.
12432 * math/k_casinhf.c: Likewise.
12433 * math/k_casinhl.c: Likewise.
12434 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
12435 finite nonzero arguments.
12436 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
12437 finite nonzero arguments.
12438 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
12439 finite nonzero arguments.
12440 * math/s_casinh.c: Do not include <float.h>.
12441 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
12442 * math/s_casinhf.c: Do not include <float.h>.
12443 (__casinhf): Move code for finite nonzero arguments to
12444 k_casinhf.c.
12445 * math/s_casinhl.c: Do not include <float.h>.
12446 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
12447 redefine.
12448 (__casinhl): Move code for finite nonzero arguments to
12449 k_casinhl.c.
12450 * math/libm-test.inc (cacos_test): Add more tests.
12451 * sysdeps/i386/fpu/libm-test-ulps: Update.
12452 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12453
2a26ef3a
PT
124542013-01-17 Pino Toscano <toscano.pino@tiscali.it>
12455
12456 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
12457 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
12458 [!HAVE_MREMAP]: Remove [defined linux] case.
12459 * malloc/arena.c: Do not include <malloc-sysdep.h>.
12460
a897655d
SP
124612013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12462
12463 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
12464
881ebe89 124652013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
12466
12467 * elf/elf.h (R_386_SIZE32): New relocation.
12468 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
12469 R_386_SIZE32.
12470 (elf_machine_rela): Likewise.
12471 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
12472 R_X86_64_SIZE64 and R_X86_64_SIZE32.
12473
59981e9b
JM
124742013-01-17 Joseph Myers <joseph@codesourcery.com>
12475
12476 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
12477 (FP_FAST_FMA): Do not define.
12478 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
12479 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
12480 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
12481 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
12482 !_SOFT_FLOAT]: Likewise.
12483 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
12484 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
12485 value.
12486 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
12487 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
12488 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
12489 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
12490 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
12491 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
12492 file.
12493
cfa8054f
AS
124942013-01-16 Andreas Schwab <schwab@suse.de>
12495
12496 [BZ #14327]
12497 * include/stdlib.h (__mktemp): Add declaration.
12498 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
12499 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
12500
dd930cc5
SP
125012013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
12502
881ebe89
SP
12503 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
12504 definitions.
12505 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
12506 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
12507 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
12508 definitions here.
12509 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
12510 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
12511 definitions.
12512 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
12513 and ONE.
12514 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
12515 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
12516 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
12517 definitions.
12518 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
12519 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
12520 definitions.
12521 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 12522
dd930cc5
SP
12523 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
12524
c19a9f89
DM
125252013-01-15 David S. Miller <davem@davemloft.net>
12526
1aa61767
DM
12527 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
12528 trunc{,f} to libm-sysdep_routes.
12529 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
12530 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
12531 file.
12532 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
12533 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
12534 file.
12535 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
12536 file.
12537 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
12538 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
12539 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
12540 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
12541 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
12542 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
12543 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
12544 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
12545
c42d5e98
DM
12546 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
12547 nearbyint{,f} to libm-sysdep_routes.
12548 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
12549 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
12550 New file.
12551 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
12552 file.
12553 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
12554 New file.
12555 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
12556 file.
12557 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
12558 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
12559 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
12560 file.
12561 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
12562 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
12563 file.
12564 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
12565 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
12566 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
12567
c19a9f89
DM
12568 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
12569 libc_feholdexcept and libc_fesetenv.
12570
357679d2
MF
125712013-01-15 Mike Frysinger <vapier@gentoo.org>
12572
12573 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
12574
65a82e3d
DM
125752013-01-14 David S. Miller <davem@davemloft.net>
12576
8b954ab9
DM
12577 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
12578 (SPARC_ASM_VIS2_IFUNC): Likewise.
12579 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
12580 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
12581 use of 'siam' instruction.
12582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
12583 Likewise.
12584 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
12585 Likewise.
12586 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
12587 Likewise.
12588 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
12589 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
12590 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
12591 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
12592 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
12593 file.
12594 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
12595 file.
12596 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
12597 file.
12598 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
12599 file.
12600 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
12601 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
12602 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
12603 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
12604 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
12605 new VIS2 routines.
12606 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
12607 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
12608 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
12609 Likewise.
12610 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
12611 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
12612 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
12613 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
12614 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
12615 routines to libm-sysdep_routines.
12616 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
12617
65a82e3d
DM
12618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
12619 fdim/fdimf to libm-sysdep_routines.
12620 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
12621 file.
12622 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
12623 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
12624 file.
12625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
12626 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
12627 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
12628 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
12629 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
12630 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
12631 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
12632
e34ab705
SP
126332013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
12634
2a91b573
SP
12635 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
12636 to optimize copies.
12637
1066a534
SP
12638 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
12639 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
12640 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
12641
e34ab705
SP
12642 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
12643 local variable MPTWO.
12644 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
12645 Likewise.
12646
aba5e596
MF
126472013-01-13 Mike Frysinger <vapier@gentoo.org>
12648
12649 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
12650 GLOB_NOESCAPE.
12651
e557e9e5
MF
126522013-01-13 Mike Frysinger <vapier@gentoo.org>
12653
12654 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
12655
0428cec9
MF
126562013-01-13 Mike Frysinger <vapier@gentoo.org>
12657
12658 * manual/pattern.texi (glob_t): Document gl_flags.
12659 (glob64_t): Likewise.
12660
8794a964
DM
126612013-01-11 David S. Miller <davem@davemloft.net>
12662
66438c3f
RM
12663 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
12664 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
12665 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
12666 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
12667 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
12668 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
12669 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
12670 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
12671 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
12672 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
12673 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
12674 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
12675 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
12676
4ae4244d
DM
12677 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
12678 sparc V9 rather than using V8 code.
12679 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
12680 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
12681
8794a964
DM
12682 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
12683 Move to...
12684 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
12685 Here.
12686
6270516e
RM
126872013-01-11 Roland McGrath <roland@hack.frob.com>
12688
12689 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
12690 not in the main loop.
12691 * configure: Regenerated.
12692
6a57d931
JM
126932013-01-11 Joseph Myers <joseph@codesourcery.com>
12694
12695 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
12696 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
12697 to just #else.
12698 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
12699 [!__GLIBC_HAVE_LONG_LONG] case.
12700 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
12701 condition to just #else.
12702 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
12703 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
12704 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
12705 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
12706 unconditional.
12707 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
12708 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
12709 #elif condition to just #else.
12710 * sysdeps/unix/sysv/linux/sys/sysmacros.h
12711 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
12712 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
12713 #elif condition to just #else.
12714
0e8529e9
SE
127152013-01-11 Steve Ellcey <sellcey@mips.com>
12716
12717 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
12718 (EF_MIPS_ARCH_64): Fix value.
12719 (EF_MIPS_ARCH_32R2): New.
12720 (EF_MIPS_ARCH_64R2): New.
12721
740b3dbe
L
127222013-01-11 H.J. Lu <hongjiu.lu@intel.com>
12723
12724 * Makeconfig (+link-pie-before-libc): New.
12725 (+link-pie-after-libc): Likewise.
12726 (+link-pie-tests): Likewise.
12727 (+link-pie): Rewritten.
12728 (link-before-libc): Remove $(config-LDFLAGS).
12729 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
12730 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
12731 (config-LDFLAGS): Renamed to ...
12732 (rtld-LDFLAGS): This.
12733 (rtld-tests-LDFLAGS): New macro.
12734 (link-libc-rpath-link): Likewise.
12735 (link-libc-tests-rpath-link): Likewise.
12736 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
12737 (link-libc): Prepand $(link-libc-rpath-link).
12738 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
12739 (test-program-prefix): New macro.
12740 (test-via-rtld-prefix): Likewise.
12741 (test-program-cmd): Likewise.
12742 (host-test-program-cmd): Likewise.
12743 * Makefile ($(common-objpfx)testrun.sh): Replace
12744 $(run-program-prefix) with $(test-program-prefix).
12745 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
12746 $(rtld-LDFLAGS).
12747 ($(common-objpfx)shlib.lds): Likewise.
12748 (build-module-helper): Likewise.
12749 ($(common-objpfx)format.lds): Likewise.
12750 * Rules (binaries-pie-tests): New.
12751 (binaries-pie-notests): Likewise.
12752 (binaries-pie): Rewritten.
12753 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
12754 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
12755 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
12756 (make-test-out): Replace $(host-built-program-cmd) with
12757 $(host-test-program-cmd).
12758 * config.make.in (build-hardcoded-path-in-tests): New variable.
12759 * configure.in (--enable-hardcoded-path-in-tests): New configure
12760 option.
12761 (hardcoded_path_in_tests): New AC_SUBST.
12762 * configure: Regenerated.
12763 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
12764 $(built-program-cmd) with $(test-program-cmd).
12765 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
12766 (test_program_cmd): This.
12767 * elf/Makefile ($(objpfx)order.out): Run test with
12768 $(test-program-prefix).
12769 ($(objpfx)order2.out): Likewise.
12770 ($(objpfx)tst-initorder.out): Likewise.
12771 ($(objpfx)tst-initorder2.out): Likewise.
12772 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
12773 $(test-program-cmd).
12774 ($(objpfx)tst-array1-static.out): Likewise.
12775 ($(objpfx)tst-array2.out): Likewise.
12776 ($(objpfx)tst-array3.out): Likewise.
12777 ($(objpfx)tst-array4.out): Likewise.
12778 ($(objpfx)tst-array5.out): Likewise.
12779 ($(objpfx)tst-array5-static.out): Likewise.
12780 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
12781 $(test-program-cmd).
12782 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
12783 $(run-program-prefix) with $(test-program-prefix).
12784 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
12785 (test_program_prefix): This.
12786 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
12787 $(run-program-prefix) with $(test-program-prefix).
12788 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
12789 (test_program_prefix): This.
12790 * iconvdata/tst-tables.sh: Likewise.
12791 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
12792 $(run-program-prefix) with $(test-program-prefix).
12793 ($(objpfx)tst-translit.out): Likewise.
12794 ($(objpfx)tst-gettext2.out): Likewise.
12795 ($(objpfx)tst-gettext4.out): Likewise.
12796 ($(objpfx)tst-gettext6.out): Likewise.
12797 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
12798 (test_program_prefix): This.
12799 * intl/tst-gettext2.sh: Likewise.
12800 * intl/tst-gettext4.sh Likewise.
12801 * intl/tst-gettext6.sh: Likewise.
12802 * intl/tst-translit.sh: Likewise.
12803 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
12804 with $(test-program-cmd).
12805 * libio/Makefile ($(objpfx)test-freopen.out): Replace
12806 $(run-program-prefix) with $(test-program-prefix).
12807 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
12808 (test_program_prefix): This.
12809 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
12810 $(run-program-prefix) with $(test-program-prefix).
12811 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
12812 (test_program_prefix): This.
12813 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
12814 * posix/Makefile ($(objpfx)globtest.out): Replace
12815 $(run-via-rtld-prefix) and $(test-wrapper) with
12816 $(test-program-prefix) and $(test-via-rtld-prefix).
12817 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
12818 $(test-program-prefix).
12819 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
12820 $(host-test-program-cmd).
12821 (tst-spawn-ARGS): Likewise.
12822 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
12823 $(test-program-prefix).
12824 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
12825 (test_via_rtld_prefix): This.
12826 (test_wrapper): Renamed to ...
12827 (test_program_prefix): This.
12828 (run_program_prefix): Replaced by test_program_prefix.
12829 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
12830 (test_program_prefix): This.
12831 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
12832 with $(host-test-program-cmd).
12833 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
12834 $(run-program-prefix) with $(test-program-prefix).
12835 ($(objpfx)tst-printf.out): Likewise.
12836 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
12837 $(test-program-cmd).
12838 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
12839 (test_program_prefix): This.
12840 * stdio-common/tst-unbputc.sh: Likewise.
12841 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
12842 $(run-program-prefix) with $(test-program-prefix).
12843 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
12844 (test_program_prefix): This.
12845 * string/Makefile ($(objpfx)tst-svc.out): Replace
12846 $(built-program-cmd) with $(test-program-cmd).
12847
c6fe55cf
AJ
128482013-01-11 Andreas Jaeger <aj@suse.de>
12849
12850 [BZ #15003]
12851 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
12852 value. Sync with Linux 3.7.
12853
9e6919c8
DM
128542013-01-10 David S. Miller <davem@davemloft.net>
12855
12856 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
12857 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
12858 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
12859
1c9f1a02
RM
128602013-01-10 Roland McGrath <roland@hack.frob.com>
12861
12862 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
12863 never set.
12864 * configure: Regenerated.
12865
b9de2dde
DM
128662013-01-10 David S. Miller <davem@davemloft.net>
12867
12868 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
12869 sparc V9 rather than using V8 code.
12870 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
12871 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
12872
e7f68ef4
RM
128732013-01-10 Roland McGrath <roland@hack.frob.com>
12874
12875 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
12876 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
12877 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
12878 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
12879 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
12880 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
12881 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
12882 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
12883 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
12884 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
12885 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
12886 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
12887 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
12888 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
12889 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
12890 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
12891 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
12892 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
12893 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
12894 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
12895 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
12896 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
12897 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
12898 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
12899 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
12900 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
12901 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
12902
5a47cc9c
DM
129032013-01-10 David S. Miller <davem@davemloft.net>
12904
12905 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12906
4cf8f209
L
129072013-01-10 H.J. Lu <hongjiu.lu@intel.com>
12908
12909 * posix/Makefile (tests-static): New variable.
12910 (tests): Add $(tests-static).
12911 (tst-exec-static-ARGS): New variable.
12912 (tst-spawn-static-ARGS): Likewise.
12913 * posix/tst-exec-static.c: New file.
12914 * posix/tst-spawn-static.c: Likewise.
12915 * posix/tst-exec.c: Support run directly.
12916 * posix/tst-spawn.c: Likewise.
12917
fed0faa1
JM
129182013-01-10 Joseph Myers <joseph@codesourcery.com>
12919
828beb13
JM
12920 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
12921 long.
12922 * math/bits/mathcalls.h (llrint): Likewise.
12923 (llround): Likewise.
12924 * stdlib/stdlib.h (struct drand48_data): Likewise.
12925 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
12926 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
12927 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
12928 Likewise.
12929 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
12930 Likewise.
12931 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
12932 (elf_greg_t): Likewise.
12933 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
12934 (__jmp_buf): Likewise.
12935 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
12936 definitions.
12937 (llrint): Likewise, for all definitions.
12938 (llrintl): Likewise.
12939
fed0faa1
JM
12940 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
12941 Remove [__GNUC__] condition.
12942 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
12943 condition to just [__USE_ISOC99].
12944 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
12945
1a20cb20
L
129462013-01-10 H.J. Lu <hongjiu.lu@intel.com>
12947
12948 [BZ #14200]
12949 * sysdeps/unix/sysv/linux/x86/bits/environments.h
12950 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
12951 defined.
12952 (_POSIX_V6_ILP32_OFF32): Likewise.
12953 (_XBS5_ILP32_OFF32): Likewise.
12954 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
12955 (__ILP32_OFFBIG_LDFLAGS): Likewise.
12956
751b85f7
SP
129572013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12958
7490eb81
SP
12959 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
12960
751b85f7
SP
12961 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
12962 doubles __mpexp_twomm1. Adjust usage.
12963 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
12964 Remove.
12965
988197f0
AS
129662013-01-10 Andreas Schwab <schwab@suse.de>
12967
12968 [BZ #14964]
12969 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
12970 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
12971
e83d7298
DM
129722013-01-09 David S. Miller <davem@davemloft.net>
12973
034ed64b 12974 [BZ #15003]
e83d7298
DM
12975 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
12976 TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
12977 TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
12978 TCP_FASTOPEN): Define.
12979 (tcp_repair_opt): New structure.
12980 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
12981 enum values.
12982 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
12983 TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
12984 TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
12985 (tcp_cookie_transactions): New structure.
12986
d5e0b9bd
AB
129872013-01-09 Anton Blanchard <anton@samba.org>
12988
12989 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
12990 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
12991 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
12992 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
12993
0c07e3ea
JM
129942013-01-09 Joseph Myers <joseph@codesourcery.com>
12995
12996 * include/features.h (__USE_ANSI): Remove.
12997
232f7002
RM
129982013-01-09 Roland McGrath <roland@hack.frob.com>
12999
ad98e30c
RM
13000 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
13001
232f7002
RM
13002 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
13003
950c99ca
SP
130042013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
13005
b5792741
SP
13006 * sysdeps/s390/fpu/libm-test-ulps: Update.
13007
47cf2278
SP
13008 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13009
950c99ca
SP
13010 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
13011 (__acr): Likewise.
13012 (__cpy): Likewise.
13013 (norm): Likewise.
13014 (denorm): Likewise.
13015 (__mp_dbl): Likewise.
13016 (__dbl_mp): Likewise.
13017 (add_magnitudes): Likewise.
13018 (sub_magnitudes): Likewise.
13019 (__add): Likewise.
13020 (__sub): Likewise.
13021 (__mul): Likewise.
13022 (__inv): Likewise.
13023 (__dvd): Likewise.
13024 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
13025 (__acr): Likewise.
13026 (__cpy): Likewise.
13027 (norm): Likewise.
13028 (denorm): Likewise.
13029 (__mp_dbl): Likewise.
13030 (__dbl_mp): Likewise.
13031 (add_magnitudes): Likewise.
13032 (sub_magnitudes): Likewise.
13033 (__add): Likewise.
13034 (__sub): Likewise.
13035 (__mul): Likewise.
13036 (__inv): Likewise.
13037 (__dvd): Likewise.
13038 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
13039 (__acr): Likewise.
13040 (__cpy): Likewise.
13041 (norm): Likewise.
13042 (denorm): Likewise.
13043 (__mp_dbl): Likewise.
13044 (__dbl_mp): Likewise.
13045 (add_magnitudes): Likewise.
13046 (sub_magnitudes): Likewise.
13047 (__add): Likewise.
13048 (__sub): Likewise.
13049 (__mul): Likewise.
13050 (__inv): Likewise.
13051 (__dvd): Likewise.
13052
eede9df9
JM
130532013-01-08 Joseph Myers <joseph@codesourcery.com>
13054
13055 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
13056 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
13057 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
13058 2 && __USE_EXTERN_INLINES]: Likewise.
13059
c40ea3d9
AJ
130602013-01-08 Andreas Jaeger <aj@suse.de>
13061
13062 [BZ# 14985]
13063 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
13064 Remove.
13065 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
13066 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
13067
2ccdea26
AB
130682013-01-07 Anton Blanchard <anton@samba.org>
13069
13070 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
13071 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
13072 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
13073 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
13074 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
13075 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
13076 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
13077 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
13078 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
13079 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
13080 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
13081 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
13082 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
13083 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
13084 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
13085 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
13086 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
13087 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
13088 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
13089 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
13090 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
13091 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
13092 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
13093 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
13094 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
13095 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
13096 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13097 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
13098 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
13099 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
13100 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
13101 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
13102 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
13103 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
13104 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
13105 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
13106 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
13107 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
13108 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
13109 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13110 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
13111 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
13112 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
13113
a9708fed
JM
131142013-01-07 Joseph Myers <joseph@codesourcery.com>
13115
375607b9
JM
13116 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
13117 (__MALLOC_PMT): Likewise.
13118 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
13119 [__GNUC__], only on [_LIBC].
13120 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
13121 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
13122 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
13123 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
13124 forward declaration.
13125 (realloc_hook_ini): Likewise.
13126 (memalign_hook_ini): Likewise.
13127 (__libc_memalign): Do not use __MALLOC_PMT in variable
13128 declaration.
13129 (__libc_valloc): Likewise.
13130 (__libc_pvalloc): Likewise.
13131 (__libc_calloc): Likewise.
13132 (__posix_memalign): Likewise.
13133
a9708fed
JM
13134 [BZ #14996]
13135 * math/s_casinh.c: Include <float.h>.
13136 (__casinh): Do not do computation with squaring and square root
13137 for large arguments.
13138 * math/s_casinhf.c: Include <float.h>.
13139 (__casinhf): Do not do computation with squaring and square root
13140 for large arguments.
13141 * math/s_casinhl.c: Include <float.h>.
13142 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
13143 (__casinhl): Do not do computation with squaring and square root
13144 for large arguments.
13145 * math/libm-test.inc (casin_test): Add more tests.
13146 (casinh_test): Likewise.
13147 * sysdeps/i386/fpu/libm-test-ulps: Update.
13148 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13149
afec409a
L
131502013-01-04 H.J. Lu <hongjiu.lu@intel.com>
13151
13152 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
13153 (__x86_64_raw_data_cache_size): Likewise.
13154 (__x86_64_data_cache_size_half): Likewise.
13155 (__x86_64_raw_data_cache_size_half): Likewise.
13156 (__x86_64_shared_cache_size): Likewise.
13157 (__x86_64_raw_shared_cache_size): Likewise.
13158 (__x86_64_shared_cache_size_half): Likewise.
13159 (__x86_64_raw_shared_cache_size_half): Likewise.
13160 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
13161 to ...
13162 (__x86_data_cache_size): This.
13163 (__x86_64_raw_data_cache_size): Renamed to ...
13164 (__x86_raw_data_cache_size): This.
13165 (__x86_64_data_cache_size_half): Renamed to ...
13166 (__x86_data_cache_size_half): This.
13167 (__x86_64_raw_data_cache_size_half): Renamed to ...
13168 (__x86_raw_data_cache_size_half): This.
13169 (__x86_64_shared_cache_size): Renamed to ...
13170 (__x86_shared_cache_size): This.
13171 (__x86_64_raw_shared_cache_size): Renamed to ...
13172 (__x86_raw_shared_cache_size): This.
13173 (__x86_64_shared_cache_size_half): Renamed to ...
13174 (__x86_shared_cache_size_half): This.
13175 (__x86_64_raw_shared_cache_size_half): Renamed to ...
13176 (__x86_raw_shared_cache_size_half): This.
13177 * sysdeps/x86_64/memcpy.S: Updated.
13178 * sysdeps/x86_64/memset.S: Likewise.
13179 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
13180 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
13181 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
13182
0b3986d0
DM
131832013-01-04 David S. Miller <davem@davemloft.net>
13184
13185 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13186
e47686e9
AS
131872013-01-04 Andreas Schwab <schwab@linux-m68k.org>
13188
d643bac1
AS
13189 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
13190 1 to avoid redefinition warning.
13191 (__USE_GNU): Don't define.
13192 (init_signaling_nan): Protoize.
13193
e47686e9
AS
13194 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13195
b18decba
SP
131962013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
13197
fffb407f
SP
13198 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
13199 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
13200 (__cpymn): Likewise.
13201 (norm): Remove commented code.
13202 (denorm): Likewise.
13203 (__mp_dbl): Likewise.
13204 (__inv): Likewise.
13205 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
13206 (__cpymn): Likewise.
13207 (norm): Remove commented code.
13208 (denorm): Likewise.
13209 (__mp_dbl): Likewise.
13210 (__inv): Likewise.
13211
b18decba
SP
13212 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
13213 mp_no value for 1.0 and 2.0.
13214 (norm): Use RADIXI instead of radixi.d.
13215 (denorm): Likewise.
13216 (__mul): Use 0.0 instead of zero.d.
13217 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
13218 mp_no value for 1.0 and 2.0.
13219 (norm): Use RADIXI instead of radixi.d.
13220 (denorm): Likewise.
13221 (__mul): Use 0.0 instead of zero.d.
13222
cdc1c96f
JM
132232013-01-04 Joseph Myers <joseph@codesourcery.com>
13224
13225 [BZ #14994]
13226 * math/s_casinh.c (__casinh): Reduce finite argument to first
13227 quadrant then set signs of results at the end.
13228 * math/s_casinhf.c (__casinhf): Likewise.
13229 * math/s_casinhl.c (__casinhl): Likewise.
13230 * math/libm-test.inc (casin_test): Add more tests.
13231 (casinh_test): Likewise.
13232 * sysdeps/i386/fpu/libm-test-ulps: Update.
13233 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13234
302913e1
SP
132352013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
13236
6420d207
SP
13237 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
13238
a9e48ab4
SP
13239 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
13240
b7837264
SP
13241 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
13242 declarations.
13243 (denorm): Likewise.
13244 (__mp_dbl): Likewise.
13245 (__inv): Likewise.
13246
f8af25d2
SP
13247 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
13248 and adjust the header comment.
13249
302913e1
SP
13250 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
13251 variable name from declaration.
13252
5d7dd1ca
L
132532013-01-03 H.J. Lu <hongjiu.lu@intel.com>
13254
13255 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13256 Initialize COMMON_CPUID_INDEX_7 element.
13257 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
13258 (CPUID_RTM): Likewise.
13259 (HAS_RTM): Likewise.
13260 (COMMON_CPUID_INDEX_7): New enum.
13261
2f5f40f4
AS
132622013-01-03 Andreas Schwab <schwab@linux-m68k.org>
13263
13264 [BZ #14981]
13265 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
13266 size is zero, record memory as freed.
13267
4056f4a0
AJ
132682013-01-03 Andreas Jaeger <aj@suse.de>
13269
13270 * po/ia.po: Add new Interlingua translation.
13271
ab15736f 132722012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
13273
13274 * locale/programs/localedef.c: Fix description of '--posix' flag.
13275
568035b7
JM
132762013-01-02 Joseph Myers <joseph@codesourcery.com>
13277
e6898b8d
JM
13278 * NEWS: Update dates in second copyright notice.
13279 * README: Update copyright dates in example.
13280 * manual/libc.texinfo: Update copyright dates.
13281 * scripts/test-installation.pl: Update copyright date in --version
13282 output.
13283
0e2f9562
JM
13284 * hurd/ctty-input.c: Fix copyright notice formatting.
13285 * hurd/ctty-output.c: Likewise.
13286 * hurd/dtable.c: Likewise.
13287 * hurd/hurd-raise.c: Likewise.
13288 * hurd/hurdprio.c: Likewise.
13289 * hurd/msgportdemux.c: Likewise.
13290 * misc/sys/file.h: Likewise.
13291 * misc/sys/ioctl.h: Likewise.
13292 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13293 * sysdeps/mach/hurd/chdir.c: Likewise.
13294 * sysdeps/mach/hurd/fchdir.c: Likewise.
13295 * sysdeps/mach/hurd/rename.c: Likewise.
13296 * sysdeps/mach/hurd/rmdir.c: Likewise.
13297 * sysdeps/mach/hurd/seekdir.c: Likewise.
13298 * sysdeps/mach/hurd/setsid.c: Likewise.
13299 * sysdeps/posix/wait3.c: Likewise.
13300
568035b7
JM
13301 * All files with FSF copyright notices: Update copyright dates
13302 using scripts/update-copyrights.
13303 * intl/plural.c: Regenerated.
13304 * locale/programs/charmap-kw.h: Likewise.
13305 * locale/programs/locfile-kw.h: Likewise.
13306
da08f647
SP
133072013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13308
0f5477af
SP
13309 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
13310 four values.
13311
44e0d4c2
SP
13312 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
13313 calculation loop and add branch prediction.
13314
4d55b4e5
SP
13315 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
13316 check access beyond bounds of m1np.
13317
da08f647
SP
13318 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
13319 MPTWO.
13320 (__inv): Remove local variable MPTWO to use the global
13321 constant.
13322 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
13323 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
13324 variable MPTWO.
13325 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
13326 MP3HALFS static const.
13327
8e051029
DM
133282013-01-01 David S. Miller <davem@davemloft.net>
13329
13330 * po/ca.po: Update from translation team.
13331
f4cf5f2d
JM
133322013-01-01 Joseph Myers <joseph@codesourcery.com>
13333
13334 * scripts/update-copyrights: New file.
13335 * Makeconfig: Reformat copyright notice.
13336 * ctype/ctype.h: Likewise.
13337 * debug/swprintf_chk.c: Likewise.
13338 * elf/dl-cache.c: Likewise.
13339 * elf/dl-debug.c: Likewise.
13340 * elf/dl-object.c: Likewise.
13341 * grp/initgroups.c: Likewise.
13342 * hurd/Makefile: Likewise.
13343 * hurd/hurd/signal.h: Likewise.
13344 * hurd/hurdfault.c: Likewise.
13345 * hurd/hurdioctl.c: Likewise.
13346 * hurd/hurdlookup.c: Likewise.
13347 * hurd/intr-msg.c: Likewise.
13348 * iconv/gconv_open.c: Likewise.
13349 * libio/swprintf.c: Likewise.
13350 * locale/lc-ctype.c: Likewise.
13351 * locale/nl_langinfo.c: Likewise.
13352 * mach/Machrules: Likewise.
13353 * mach/Makefile: Likewise.
13354 * malloc/obstack.h: Likewise.
13355 * manual/Makefile: Likewise.
13356 * manual/tsort.awk: Likewise.
13357 * misc/bits/stab.def: Likewise.
13358 * nis/nis_print_group_entry.c: Likewise.
13359 * nis/nis_table.c: Likewise.
13360 * nis/nss_compat/compat-pwd.c: Likewise.
13361 * nis/nss_compat/compat-spwd.c: Likewise.
13362 * po/Makefile: Likewise.
13363 * posix/fnmatch.c: Likewise.
13364 * posix/regex.h: Likewise.
13365 * resolv/Makefile: Likewise.
13366 * resolv/nss_dns/dns-network.c: Likewise.
13367 * resolv/res_hconf.c: Likewise.
13368 * scripts/gen-sorted.awk: Likewise.
13369 * soft-fp/soft-fp.h: Likewise.
13370 * stdio-common/printf.h: Likewise.
13371 * stdlib/monetary.h: Likewise.
13372 * stdlib/random.c: Likewise.
13373 * stdlib/random_r.c: Likewise.
13374 * sysdeps/generic/Makefile: Likewise.
13375 * sysdeps/gnu/Makefile: Likewise.
13376 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
13377 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13378 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13379 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13380 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13381 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13382 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13383 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
13384 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
13385 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13386 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
13387 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
13388 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
13389 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
13390 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
13391 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
13392 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
13393 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13394 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
13395 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13396 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
13397 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
13398 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
13399 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
13400 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
13401 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
13402 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
13403 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
13404 * sysdeps/mach/hurd/errnos.awk: Likewise.
13405 * sysdeps/mach/hurd/fork.c: Likewise.
13406 * sysdeps/mach/hurd/getcwd.c: Likewise.
13407 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
13408 * sysdeps/mach/hurd/mmap.c: Likewise.
13409 * sysdeps/mach/hurd/utimes.c: Likewise.
13410 * sysdeps/mach/hurd/xmknod.c: Likewise.
13411 * sysdeps/posix/profil.c: Likewise.
13412 * sysdeps/posix/readdir_r.c: Likewise.
13413 * sysdeps/powerpc/bits/mathdef.h: Likewise.
13414 * sysdeps/powerpc/bits/setjmp.h: Likewise.
13415 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
13416 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
13417 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
13418 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
13419 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
13420 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13421 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
13422 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
13423 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
13424 * sysdeps/pthread/lio_listio.c: Likewise.
13425 * sysdeps/sparc/dl-procinfo.h: Likewise.
13426 * sysdeps/unix/i386/sysdep.S: Likewise.
13427 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
13428 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
13429 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
13430 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
13431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
13432 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
13433 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
13434 * sysdeps/unix/sysv/linux/speed.c: Likewise.
13435 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
13436 * sysdeps/wordsize-32/divdi3.c: Likewise.
13437 * time/sys/time.h: Likewise.
13438 * wcsmbs/Makefile: Likewise.
13439
0549fbba
DM
134402013-01-01 David S. Miller <davem@davemloft.net>
13441
a141f1a7
DM
13442 * po/fr.po: Update from translation team.
13443
0549fbba
DM
13444 * catgets/gencat.c: Update copyright year.
13445 * csu/version.c: Likewise.
13446 * debug/catchsegv.sh: Likewise.
13447 * debug/pcprofiledump.c: Likewise.
13448 * debug/xtrace.sh: Likewise.
13449 * elf/ldconfig.c: Likewise.
13450 * elf/ldd.bash.in: Likewise.
13451 * elf/pldd.c: Likewise.
13452 * elf/sotruss.ksh: Likewise.
13453 * elf/sprof.c: Likewise.
13454 * iconv/iconv_prog.c: Likewise.
13455 * iconv/iconvconfig.c: Likewise.
13456 * locale/programs/locale.c: Likewise.
13457 * locale/programs/localedef.c: Likewise.
13458 * login/programs/pt_chown.c: Likewise.
13459 * malloc/memusage.sh: Likewise.
13460 * malloc/memusagestat.c: Likewise.
13461 * malloc/mtrace.pl: Likewise.
13462 * nscd/nscd.c: Likewise.
13463 * nss/getent.c: Likewise.
13464 * nss/makedb.c: Likewise.
13465 * posix/getconf.c: Likewise.
13466
18ea052c
SP
134672012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
13468
13469 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
13470 numbers.
13471
9c89fca6
MF
134722012-12-30 Mike Frysinger <vapier@gentoo.org>
13473
13474 * math/bits/mathcalls.h (modf): Use __nonnull.
13475
085ec079
SP
134762012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
13477
13478 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
13479 (split): Use macro CN instead of the bare value.
13480 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
13481 could be used.
13482 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
13483 instead of the bare value.
13484 (power1): Likewise.
13485
6d9f97e1
SP
134862012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
13487
d63f73be
SP
13488 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
13489 __ATAN_TWOM.
13490 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13491
6d9f97e1
SP
13492 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
13493 their values.
13494 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
13495 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
13496 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
13497 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
13498
4c4febf5
AJ
134992012-12-28 Andreas Jaeger <aj@suse.de>
13500
af5843ef
AJ
13501 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
13502 values are from Linux 3.7.
13503
4c4febf5
AJ
13504 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
13505 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
13506
99136f82
SP
135072012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
13508
2f216c3c 13509 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
13510 TRUE case.
13511
99136f82
SP
13512 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
13513 (norm): Likewise.
13514 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
13515 variables with preprocessor constants.
13516 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13517 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
13518 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
13519
7fffbdff
BH
135202012-12-27 Bruno Haible <bruno@clisp.org>
13521
13522 [BZ #14317]
13523 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
13524 only if needed.
13525
b76eb5f0
SP
135262012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13527
31a7fe5c
SP
13528 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
13529 and use variable directly.
13530 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
13531
b76eb5f0
SP
13532 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
13533 MPONE.
13534 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
13535 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
13536 variable MPONE.
13537 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
13538 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
13539 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
13540 include directive. Remove local variable MPONE.
13541 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
13542 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
13543 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
13544
2c8bfe7d
DM
135452012-12-25 David S. Miller <davem@davemloft.net>
13546
13547 * version.h (RELEASE): Set to "development".
13548 (VERSION): Set to "2.17.90".
13549 * NEWS: Add 2.18 section.
13550
147d03b0
DM
135512012-12-21 David S. Miller <davem@davemloft.net>
13552
13553 * po/hr.po: Update from translation team.
13554
a8ebb2b9
AK
135552012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13556
13557 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
13558
95b4f1b6
SE
135592012-12-19 Steve Ellcey <sellcey@mips.com>
13560
b2d94007 13561 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 13562
cedb2a90
MS
135632012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13564
13565 * manual/contrib.texi (Contributors): Spelling correction.
13566
bbf527d6
DM
135672012-12-15 David S. Miller <davem@davemloft.net>
13568
13569 * po/ru.po: Update from translation team.
13570
bc38c906
DM
135712012-12-13 David S. Miller <davem@davemloft.net>
13572
85429b1a
DM
13573 * NEWS: Mention IFUNC testsuite enhancements.
13574
d283e353
DM
13575 * po/pl.po: Update from translation team.
13576 * po/bg.po: Likewise.
13577
bc38c906
DM
13578 * manual/contrib.texi (Contributors): Update entries for Hongjiu
13579 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
13580
a181b0d7
DM
135812012-12-11 David S. Miller <davem@davemloft.net>
13582
4641d57e
DM
13583 * po/sv.po: Update from translation team.
13584
f7bc6495
DM
13585 * po/vi.po: Update from translation team.
13586
6fc9048f
DM
13587 * po/cs.po: Update from translation team.
13588
a181b0d7
DM
13589 * po/de.po: Update from translation team.
13590 * po/eo.po: Likewise.
13591 * po/nl.po: Likewise.
13592
f70bfe80
SP
135932012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
13594
3c8b4190
SP
13595 [BZ #14246]
13596 * manual/argp.texi (Argp Helper Functions): Move node to follow
13597 Argp Parsing State.
13598
f70bfe80
SP
13599 [BZ #14872]
13600 * manual/conf.texi (Limits on File System Capacity): Mention if
13601 terminating null is included in the max size.
13602
188f0adf
AJ
136032012-12-10 Andreas Jaeger <aj@suse.de>
13604
13605 * po/cs.po: Update from translation team.
13606
56e7d3ad
SP
136072012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
13608
13609 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
13610 void pointer and cast to uintptr_t.
13611 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
13612 path.
13613 * sysdeps/s390/s390-64/memcpy.S: Likewise.
13614 * sysdeps/s390/s390-64/memset.S: Likewise.
13615
76f2d2ea 136162012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
13617
13618 [BZ #14833]
13619 * menual/message.texi (Message Translation): Fix typos.
13620 (Helper programs for gettext): Likewise.
13621
67cbf9a2
AS
136222012-12-07 Andreas Schwab <schwab@linux-m68k.org>
13623
13624 [BZ #14898]
13625 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
13626 Change to -1.
13627
682d0e9a
DM
136282012-12-07 David S. Miller <davem@davemloft.net>
13629
13630 * po/libc.pot: Update.
13631
573cd484
RH
136322012-12-07 Richard Henderson <rth@redhat.com>
13633
7e9da188 13634 [BZ #10114]
573cd484
RH
13635 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
13636 normal/normal case to before the switch.
13637 (_FP_DIV): Likewise.
13638
e933a943
MF
136392012-12-06 Carlos O'Donell <carlos@systemhalted.org>
13640 Mike Frysinger <vapier@gentoo.org>
13641
13642 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
13643 check for __NR_fadvise64_64.
13644
82123268
CM
136452012-12-06 Chris Metcalf <cmetcalf@tilera.com>
13646
13647 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
13648 0, not just to plain "0" as a statement.
13649 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
13650 with cw.
13651
d9814526
JM
136522012-12-06 Joseph Myers <joseph@codesourcery.com>
13653
13654 * NEWS: Use sourceware.org in Bugzilla URL.
13655
7728c574
SP
136562012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
13657
f16946dd
SP
13658 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
13659 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
13660
5704bbcb
SP
13661 * stdio-common/tst-put-error.c (do_test): Add newline to the
13662 padded test to ensure flush.
13663
17aa0516
JL
136642012-12-05 Jeff Law <law@redhat.com>
13665
13666 * sunrpc/etc.rpc (fedfs_admin): Add entry.
13667
363313b5
JM
136682012-12-05 Joseph Myers <joseph@codesourcery.com>
13669
effbd42a
JM
13670 * README: Don't refer to ports add-on as distributed separately.
13671 Mention AArch64 in list of systems supported in the ports add-on.
13672
87600365
JM
13673 * LICENSES: Add more non-FSF copyright and license notices.
13674
a0d7066a
JM
13675 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
13676 ((unused)).
13677
66ca5a5b
JM
13678 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
13679
363313b5
JM
13680 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
13681 10000 as width of padded output.
13682
b37984ad
JM
136832012-12-04 Joseph Myers <joseph@codesourcery.com>
13684
9003570a
JM
13685 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
13686
b37984ad
JM
13687 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
13688 variable LX with __attribute__ ((unused)).
13689 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
13690 Likewise.
13691 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
13692 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
13693 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
13694 with __attribute__ ((unused)).
13695
c8df52ec
DM
136962012-12-04 David S. Miller <davem@abraco.davemloft.net>
13697
13698 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
13699
b3b099af
JM
137002012-12-04 Joseph Myers <joseph@codesourcery.com>
13701
c33aa6e3
JM
13702 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
13703 (CFLAGS-nldbl-acos.c): New variable.
13704 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
13705 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
13706 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
13707 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
13708 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
13709 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
13710 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
13711 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
13712 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
13713 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
13714 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
13715 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
13716 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
13717 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
13718 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
13719 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
13720 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
13721 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
13722 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
13723 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
13724 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
13725 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
13726 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
13727 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
13728 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
13729 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
13730 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
13731 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
13732 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
13733 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
13734 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
13735 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
13736 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
13737 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
13738 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
13739 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
13740 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
13741 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
13742 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
13743 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
13744 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
13745 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
13746 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
13747 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
13748 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
13749 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
13750 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
13751 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
13752 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
13753 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
13754 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
13755 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
13756 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
13757 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
13758 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
13759 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
13760 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
13761 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
13762 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
13763 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
13764 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
13765 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
13766 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
13767 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
13768 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
13769 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
13770 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
13771 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
13772 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
13773 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
13774 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
13775 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
13776 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
13777 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
13778 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
13779 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
13780 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
13781 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
13782 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
13783 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
13784 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
13785 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
13786 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
13787 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
13788 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
13789 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
13790 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
13791 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
13792 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
13793 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
13794 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
13795 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
13796 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
13797 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
13798 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
13799 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
13800 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
13801
20f0018d
JM
13802 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
13803 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
13804
b3b099af
JM
13805 [BZ #14914]
13806 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
13807 whole low double instead of just low 47 bits when splitting values
13808 into two parts.
13809
029264d1
AM
138102012-12-03 Allan McRae <allan@archlinux.org>
13811
13812 * manual/stdio.texi (Predefined Printf Handlers): Remove
13813 @hsep and @vsep usage.
13814
c9d6789e
MF
138152012-12-03 Mike Frysinger <vapier@gentoo.org>
13816
13817 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
13818 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
13819
4b7634a5
JL
138202012-12-03 Jeff Law <law@redhat.com>
13821
13822 * time/sys/time.h (settimeofday): Do not mark TV argument
13823 as __nonnull.
13824
eb6cbd24
MF
138252012-12-01 Mike Frysinger <vapier@gentoo.org>
13826
13827 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
13828 when currently writing and seek to current position when not.
13829 * libio/Makefile (tests): Remove bug-fclose1.
13830 * libio/bug-fclose1.c: Delete.
13831
f638872a
JM
138322012-12-01 Joseph Myers <joseph@codesourcery.com>
13833
13834 * manual/arith.texi (feenableexcept): Fix typo.
13835 (fedisableexcept): Likewise.
13836
48085d14
RM
138372012-11-30 Roland McGrath <roland@hack.frob.com>
13838
13839 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
13840 second, differently-typed declaration, rather than a cast.
13841
1a538b9f
SP
138422012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13843
13844 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
13845 * include/rpc/svc.h: ... here.
13846
d07f2ff1 138472012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
13848
13849 [BZ #13013]
13850 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
13851 depending n and resplen2 to catch cases where answer
13852 equals answerp2.
13853
c93ec1f0
CD
138542012-11-29 Carlos O'Donell <carlos@systemhalted.org>
13855
13856 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
13857 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
13858
37db69de
MF
138592012-11-29 Mike Frysinger <vapier@gentoo.org>
13860
13861 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
13862
e10c4e4f
RM
138632012-11-29 Roland McGrath <roland@hack.frob.com>
13864
13865 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
13866
2af1b328
JL
138672012-11-28 Jeff Law <law@redhat.com>
13868
13869 [BZ #13761]
13870 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
13871 dataset_temporary. Track alloca usage into alloca_used.
13872 If dataset is large allocate and release it via malloc/free.
13873
111db5b1
FW
138742012-06-04 Florian Weimer <fweimer@redhat.com>
13875
f06cc227 13876 [BZ #14197]
111db5b1
FW
13877 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
13878
dd694abd
DM
138792012-11-28 David S. Miller <davem@davemloft.net>
13880
13881 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13882
9984dd01
JM
138832012-11-28 Joseph Myers <joseph@codesourcery.com>
13884
13885 [BZ #14803]
13886 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
13887 of pi/2 rounded to nearest to 64 bits.
13888 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
13889 nearest to 64 bits.
13890 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
13891 bits.
13892
14bc93a9
JL
138932012-11-28 Jeff Law <law@redhat.com>
13894 Martin Osvald <mosvald@redhat.com>
13895
13896 [BZ #14889]
13897 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
13898 * sunrpc/svc.c: Include time.h.
13899 (__svc_accept_failed): New function.
13900 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
13901 any reason other than EINTR, call __svc_accept_failed.
13902 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
13903 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
13904
e3c6aa3a
AS
139052012-11-28 Andreas Schwab <schwab@suse.de>
13906
13907 * scripts/abilist.awk: Also handle indirect functions in .opd
13908 section.
13909
1bead169
JM
139102012-11-28 Joseph Myers <joseph@codesourcery.com>
13911
13912 [BZ #13881]
13913 * sysdeps/x86/fpu/powl_helper.c: New file.
13914 * sysdeps/x86/fpu/Makefile: Likewise.
13915 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
13916 (p3): New object.
13917 (__ieee754_powl): Use __powl_helper for finite arguments except
13918 integer exponents below 8.
13919 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
13920 (p3): New object.
13921 (__ieee754_powl): Use __powl_helper for finite arguments except
13922 integer exponents below 8.
13923 * math/libm-test.inc (pow_test): Add more tests and enable some
13924 previously disabled tests.
13925 * sysdeps/i386/fpu/libm-test-ulps: Update.
13926 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13927
0817d63d
SP
139282012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
13929 Carlos O'Donell <carlos_odonell@mentor.com>
13930
13931 * nss/makedb.c (is_prime): Assert that input is odd and greater
13932 than 4. Note that fact in a comment too.
13933 (next_prime): Add 4 to input.
13934
de2fd463
SP
139352012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13936
13937 [BZ #11741]
13938 * libio/Makefile (tests): Add test case tst-fwrite-error.
13939 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
13940 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
13941 * libio/tst-fwrite-error.c: New test case.
13942
c515fb51
L
139432012-11-26 H.J. Lu <hongjiu.lu@intel.com>
13944
13945 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
13946 before casting to void *.
13947 * include/libc-internal.h (__pointer_type): New macro.
13948 (__integer_if_pointer_type_sub): Likewise.
13949 (__integer_if_pointer_type): Likewise.
13950 (cast_to_integer): Likewise.
13951 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
13952 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
13953 before casting to atomic64_t.
13954 (atomic_exchange_acq): Likewise.
13955 (__arch_exchange_and_add_body): Likewise.
13956 (__arch_add_body): Likewise.
13957 (atomic_add_negative): Likewise.
13958 (atomic_add_zero): Likewise.
13959
4cf77aa9
JM
139602012-11-26 Joseph Myers <joseph@codesourcery.com>
13961
13962 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
13963 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
13964 (add_fdes): Likewise.
13965 (linear_search_fdes): Likewise.
13966 (binary_search_unencoded_fdes): Likewise.
13967
d260b3b4
AS
139682012-11-26 Andreas Schwab <schwab@linux-m68k.org>
13969
13970 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
13971
67060746
AC
139722012-11-24 Adam Conrad <adconrad@0c3.net>
13973
13974 * configure.in: Autodetect C++ header directories.
13975 * configure: Regenerated.
13976
800938a1
MF
139772012-11-23 Mike Frysinger <vapier@gentoo.org>
13978
13979 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
13980
4e6e34e6
AS
139812012-11-23 Andreas Schwab <schwab@linux-m68k.org>
13982
13983 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13984
7c7feb47
JM
139852012-11-22 Joseph Myers <joseph@codesourcery.com>
13986
7184dcdf
JM
13987 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
13988 LDBL_MANT_DIG == 106]: Disable some tests.
13989 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
13990 Likewise.
13991 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
13992 Likewise.
13993
0a42601f
JM
13994 [BZ #14871]
13995 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
13996 input for small inputs. Return +/- pi/2 for large inputs.
13997 * math/libm-test.inc (atan_test): Add more tests.
13998
79c9b9fe
JM
13999 * sysdeps/generic/unwind-dw2-fde-glibc.c
14000 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
14001 __attribute__ ((unused)).
14002
c60d3bf2
JM
14003 [BZ #14645]
14004 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
14005 x * y if x and y are nonzero and z is zero.
14006
ef1e0867
JM
14007 [BZ #14811]
14008 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
14009 nonzero exponents with absolute value below 0x1p-117 to +/-
14010 0x1p-117.
14011
1468ded3
JM
14012 [BZ #14869]
14013 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
14014 up arguments below 2**-450, not just those below 2**-500.
14015 * math/libm-test.inc (hypot_test): Add another test.
14016
8e27e3cc
JM
14017 [BZ #14868]
14018 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
14019 Return a+b for ratio over 2**120, not 2**60.
14020 * math/libm-test.inc (hypot_test): Add another test.
14021
c9c0279b
JM
14022 * math/libm-test.inc (clog_test): Use
14023 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
14024 (clog10_test): Likewise.
14025
7c7feb47
JM
14026 [BZ #6778]
14027 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
14028
fff1530e
AS
140292012-11-22 Andreas Schwab <schwab@suse.de>
14030
14031 * sysdeps/i386/fpu/libm-test-ulps: Update.
14032
94558d30
PT
140332012-11-22 Pino Toscano <toscano.pino@tiscali.it>
14034
14035 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
14036 printf output with newline.
14037
7e1be741
L
140382012-11-21 H.J. Lu <hongjiu.lu@intel.com>
14039
6bfea974
L
14040 [BZ #14865]
14041 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
14042 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
14043 -z nodlopen, -z initfirst and -z execstack support.
14044 * configure: Regenerated.
14045
7e1be741
L
14046 * elf/elf.h (DF_1_NODIRECT): New macro.
14047 (DF_1_IGNMULDEF): Likewise.
14048 (DF_1_NOKSYMS): Likewise.
14049 (DF_1_NOHDR): Likewise.
14050 (DF_1_EDITED): Likewise.
14051 (DF_1_NORELOC): Likewise.
14052 (DF_1_SYMINTPOSE): Likewise.
14053 (DF_1_GLOBAUDIT): Likewise.
14054 (DF_1_SINGLETON): Likewise.
14055 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
14056 DT_1_SUPPORTED_MASK bits.
14057 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
14058
105ce2ce
CD
140592012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
14060
14061 * sysdeps/unix/make-syscalls.sh: Document prefixes.
14062
123be9de
TS
140632012-11-20 Thomas Schwinge <thomas@codesourcery.com>
14064
d072f3f7
TS
14065 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
14066 macro.
14067
123be9de
TS
14068 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
14069 (sendmmsg): Move declarations...
14070 * socket/sys/socket.h: ... here.
14071 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
14072 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
14073 include it from...
14074 * socket/recvmmsg.c: ... this new file.
14075 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
14076 (sendmmsg): Rename to __sendmmsg, create weak alias and make
14077 definition of __sendmmsg hidden.
14078 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
14079 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
14080 Move ENOSYS stub into and include it from...
14081 * socket/sendmmsg.c: ... this new file.
14082 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
14083 (sysdep_routines): Move recvmmsg and sendmmsg...
14084 * socket/Makefile (routines): ... here.
14085 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
14086 (GLIBC_PRIVATE): Add __sendmmsg.
14087 * include/sys/socket.h (__sendmmsg): Add declarations.
14088 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
14089 sendmmsg.
14090
cf9a5d18
JM
140912012-11-20 Joseph Myers <joseph@codesourcery.com>
14092
14093 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
14094 variable I1 with __attribute__ ((unused)).
14095 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
14096
ecd4caf9
JM
140972012-11-19 Joseph Myers <joseph@codesourcery.com>
14098
be14d48f
JM
14099 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
14100 DUMMY variables with __attribute__ ((unused)).
14101
ecd4caf9
JM
14102 * bits/byteswap.h: Include <bits/types.h>.
14103 (__bswap_64): Use __uint64_t instead of unsigned long long int.
14104
986cab95
PT
141052012-11-19 Pino Toscano <toscano.pino@tiscali.it>
14106
14107 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
14108 string_t. Do not manually set errno.
14109 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
14110 length with __strnlen. Make sure to both set errno and return it on
14111 failure.
14112
6d33cc9d
DM
141132012-11-19 David S. Miller <davem@davemloft.net>
14114
14115 With help from Joseph Myers.
14116 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
14117 very large arguments properly.
14118 * math/libm-test.inc (atan_test): New tests.
14119 (atan2_test): New tests.
14120 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14121 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14122
ee663277
JM
141232012-11-19 Joseph Myers <joseph@codesourcery.com>
14124
877f2d8e
JM
14125 [BZ #14856]
14126 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
14127 Define to 3.
14128
116fc08a
JM
14129 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
14130 [POSIX] (EADDRNOTAVAIL): Likewise.
14131 [POSIX] (EAFNOSUPPORT): Likewise.
14132 [POSIX] (EALREADY): Likewise.
14133 [POSIX] (ECONNABORTED): Likewise.
14134 [POSIX] (ECONNREFUSED): Likewise.
14135 [POSIX] (ECONNRESET): Likewise.
14136 [POSIX] (EDESTADDRREQ): Likewise.
14137 [POSIX] (EDQUOT): Likewise.
14138 [POSIX] (EHOSTUNREACH): Likewise.
14139 [POSIX] (EIDRM): Likewise.
14140 [POSIX] (EISCONN): Likewise.
14141 [POSIX] (ELOOP): Likewise.
14142 [POSIX] (EMULTIHOP): Likewise.
14143 [POSIX] (ENETDOWN): Likewise.
14144 [POSIX] (ENETUNREACH): Likewise.
14145 [POSIX] (ENOBUFS): Likewise.
14146 [POSIX] (ENODATA): Likewise.
14147 [POSIX] (ENOLINK): Likewise.
14148 [POSIX] (ENOMSG): Likewise.
14149 [POSIX] (ENOPROTOOPT): Likewise.
14150 [POSIX] (ENOSR): Likewise.
14151 [POSIX] (ENOSTR): Likewise.
14152 [POSIX] (ENOTCONN): Likewise.
14153 [POSIX] (ENOTSOCK): Likewise.
14154 [POSIX] (EOPNOTSUPP): Likewise.
14155 [POSIX] (EOVERFLOW): Likewise.
14156 [POSIX] (EPROTO): Likewise.
14157 [POSIX] (EPROTONOSUPPORT): Likewise.
14158 [POSIX] (EPROTOTYPE): Likewise.
14159 [POSIX] (ESTALE): Likewise.
14160 [POSIX] (ETIME): Likewise.
14161 [POSIX] (ETXTBSY): Likewise.
14162 [POSIX] (EWOULDBLOCK): Likewise.
14163 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
14164 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
14165 [POSIX] (SEEK_CUR): Likewise.
14166 [POSIX] (SEEK_END): Likewise.
14167 [POSIX || UNIX98] (mode_t): Do not require.
14168 [POSIX] (off_t): Likewise.
14169 [POSIX] (pid_t): Likewise.
14170 [POSIX] (sys/stat.h): Do not allow header.
14171 [POSIX] (unistd.h): Likewise.
14172 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
14173 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
14174 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
14175 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
14176 require.
14177 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
14178 sigevent): Specify elements.
14179 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
14180 entry.
14181 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
14182 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
14183
a483863f
JM
14184 * conform/data/cpio.h-data [POSIX]: Disable whole file.
14185 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
14186 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
14187 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
14188 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
14189 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
14190 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
14191 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
14192 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
14193 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
14194 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
14195 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
14196 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
14197 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
14198 Likewise.
14199 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
14200 Likewise.
14201 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
14202 Likewise.
14203 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
14204 Likewise.
14205 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
14206 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
14207 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
14208 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
14209 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
14210 Specify lower bound on value.
14211 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
14212 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
14213 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
14214 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
14215 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
14216 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
14217 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
14218 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
14219 value.
14220 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
14221 as optional.
14222 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
14223 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
14224 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
14225 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
14226 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
14227 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
14228 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
14229 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
14230 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
14231 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
14232 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
14233 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
14234 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
14235 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
14236 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
14237 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
14238 entry.
14239 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
14240 optional.
14241 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
14242 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
14243 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
14244 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
14245 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
14246 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
14247 Likewise.
14248 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
14249 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
14250 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
14251 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
14252 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
14253 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
14254 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
14255 as optional.
14256 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
14257 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
14258 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
14259 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
14260 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
14261 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
14262 specify as optional.
14263 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
14264 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
14265 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
14266 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
14267 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
14268 [XPG3] (NL_LANGMAX): Likewise.
14269 [POSIX || XPG3] (NL_MSGMAX): Likewise.
14270 [POSIX || XPG3] (NL_NMAX): Likewise.
14271 [POSIX || XPG3] (NL_SETMAX): Likewise.
14272 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
14273 [XPG3] (NZERO): Likewise.
14274 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
14275 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
14276 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
14277 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
14278 (REG_ERANGE): Expect.
14279 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
14280 optional-constant.
14281 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
14282 Use (void) in prototype.
14283 [POSIX] (*_t): Allow.
14284 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
14285 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
14286 (WRDE_BADVAL): Expect.
14287
5ba924e3
JM
14288 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
14289 expect.
14290 [XPG3 || XPG4] (O_RSYNC): Likewise.
14291 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
14292 Likewise.
14293 [XPG3 || XPG4] (pthread_sigmask): Likewise.
14294 [XPG3 || XPG4] (sigqueue): Likewise.
14295 [XPG3 || XPG4] (sigtimedwait): Likewise.
14296 [XPG3 || XPG4] (sigwaitinfo): Likewise.
14297 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
14298 [XPG3 || XPG4] (vsnprintf): Likewise.
14299 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
14300 Likewise.
14301 [XPG3 || XPG4] (blksize_t): Likewise.
14302 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
14303 Likewise.
14304 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
14305 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
14306 [XPG3 || XPG4] (struct itimerspec): Likewise.
14307 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
14308 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
14309 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
14310 [XPG3 || XPG4] (clockid_t): Likewise.
14311 [XPG3 || XPG4] (timer_t): Likewise.
14312 [XPG3 || XPG4] (clock_getres): Likewise.
14313 [XPG3 || XPG4] (clock_gettime): Likewise.
14314 [XPG3 || XPG4] (clock_settime): Likewise.
14315 [XPG3 || XPG4] (nanosleep): Likewise.
14316 [XPG3 || XPG4] (timer_create): Likewise.
14317 [XPG3 || XPG4] (timer_delete): Likewise.
14318 [XPG3 || XPG4] (timer_gettime): Likewise.
14319 [XPG3 || XPG4] (timer_getoverrun): Likewise.
14320 [XPG3 || XPG4] (timer_settime): Likewise.
14321 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
14322 [XPG3 || XPG4] (getlogin_r): Likewise.
14323 [XPG3 || XPG4] (pread): Likewise.
14324 [XPG3 || XPG4] (pthread_atfork): Likewise.
14325 [XPG3 || XPG4] (pwrite): Likewise.
14326
ee663277
JM
14327 [BZ #14835]
14328 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
14329 <bits/siginfo.h>.
14330
942caa16
PT
143312012-11-19 Pino Toscano <toscano.pino@tiscali.it>
14332
e19af380
PT
14333 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
14334 finalizing MALLSTREAM.
14335
942caa16
PT
14336 * sysdeps/mach/hurd/syncfs.c: New file.
14337
cfde9b46
SP
143382012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
14339
14340 [BZ #14719]
14341 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
14342 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
14343 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
14344 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
14345 (_nss_dns_gethostbyname4_r): Likewise.
14346 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
14347 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
14348
f6da27e5
PH
143492012-11-19 Peng Haitao <penght@cn.fujitsu.com>
14350
14351 [BZ #13763]
14352 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
14353
6665d4a2
SM
143542012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
14355
1f51ee92
SM
14356 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
14357 * elf/cache.c (print_entry): Print ",AArch64" for
14358 FLAG_AARCH64_LIB64
14359
6665d4a2
SM
14360 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
14361 * elf/cache.c (print_entry): Print ",hard-float" for
14362 FLAG_ARM_LIBHF.
14363
05b227bd
DM
143642012-11-18 David S. Miller <davem@davemloft.net>
14365
14366 With help from Joseph Myers.
14367 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
14368 cutoff to 2**-13.
14369 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
14370 cutoff to 2**-25.
14371 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
14372 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
14373 small.
14374 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
14375 * math/libm-test.inc (y0_test): New tests.
14376 (y1_test): New tests.
14377 * sysdeps/i386/fpu/libm-test-ulps: Update.
14378 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14379 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14380
786b0b67
AS
143812012-11-18 Andreas Schwab <schwab@linux-m68k.org>
14382
14383 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
14384 64-bit targets.
14385 * configure: Regenerated.
14386
8e18b86d
DM
143872012-11-17 David S. Miller <davem@davemloft.net>
14388
14389 [BZ #14811]
14390 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
14391 nonzero exponents with absolute value below 0x1p-128 to +/-
14392 0x1p-128.
14393
531f1ae0
JM
143942012-11-17 Joseph Myers <joseph@codesourcery.com>
14395
12df29e2
JM
14396 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
14397
150dc1a0
JM
14398 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
14399
531f1ae0
JM
14400 * posix/getconf-speclist.c: New file.
14401 * posix/posix-envs.def: Likewise.
14402 * posix/confstr.c (START_ENV_GROUP): New macro.
14403 (END_ENV_GROUP): Likewise.
14404 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
14405 (KNOWN_PRESENT_ENV_STRING): Likewise.
14406 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
14407 (UNKNOWN_ENVIRONMENT): Likewise.
14408 (confstr): Include posix-envs.def instead of handling
14409 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
14410 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
14411 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
14412 (END_ENV_GROUP): Likewise.
14413 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
14414 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
14415 (UNKNOWN_ENVIRONMENT): Likewise.
14416 (__sysconf): Include posix-envs.def instead of handling associated
14417 cases directly here.
14418 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
14419 preprocessing getconf-speclist.c rather than running getconf or
14420 generating empty file.
14421
a93f9cbc
PT
144222012-11-16 Pino Toscano <toscano.pino@tiscali.it>
14423
14424 * scripts/check-local-headers.sh: Ignore 'mach' headers.
14425
d64d9f87
AL
144262012-11-16 Andrej Lajovic <natrij@gmail.com>
14427
14428 [BZ #14672]
14429 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
14430
447885eb
DM
144312012-11-16 David S. Miller <davem@davemloft.net>
14432
14433 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
14434 smaller than LDBL_EPSILON/2.0L, just return xm1.
14435
bcbf9830
L
144362012-11-16 H.J. Lu <hongjiu.lu@intel.com>
14437
14438 * elf/tst-array1.c (init): Set constructor priority to 1000.
14439 (fini): Set destructor priority to 1000.
14440 * elf/tst-array2dep.c: Likewise.
14441
2b766585
SP
144422012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
14443
14444 [BZ #11741]
14445 * libio/fileops.c (_IO_new_file_write): Correctly return error.
14446 (_IO_new_file_xsputn): Also return EOF if none of the input
14447 data was written when overflow failed.
14448 * libio/iopadn.c (_IO_padn): Likewise.
14449 * libio/iowpadn.c (_IO_wpadn): Likewise.
14450 * stdio-common/tst-put-error.c: Add copyright notice.
14451 (do_test): Add case for printing padded string.
14452 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
14453 _IO_padn returned error.
14454 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
14455 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
14456 return EOF.
14457
b1848fde
SP
144582012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
14459
14460 * libio/libioP.h: Add comment note that the references to C++
14461 bits are now obsolete.
14462
2fd89785
MS
144632012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14464
14465 * math/libm-test.inc (check_complex): Use asprintf.
14466
e3ea5409
JM
144672012-11-14 Joseph Myers <joseph@codesourcery.com>
14468
14469 * debug/pcprofiledump.c (print_version): Update copyright year.
14470 * malloc/memusagestat.c (print_version): Likewise.
14471
2e64d265
L
144722012-11-14 H.J. Lu <hongjiu.lu@intel.com>
14473
14474 [BZ #14831]
14475 * elf/Makefile (tests): Add tst-audit8.
14476 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
14477 ($(objpfx)tst-audit8.out): New target.
14478 (tst-audit8-ENV): New variable.
14479 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
14480 audit if l_reloc_result is NULL.
14481 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
14482 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
14483 * elf/tst-audit8.c: New file.
14484
c485e4d2
MS
144852012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14486
14487 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
14488 * misc/Makefile (CFLAGS-select.c): Define.
14489 * posix/Makefile (CFLAGS-pause.c): Define.
14490
3a0d900a
DM
144912012-11-13 David S. Miller <davem@davemloft.net>
14492
14493 * crypt/Makefile: Move test targets after toplevel Rules
14494 inclusion. Grab any necessary sysdep routines when linking.
14495 * crypt/md5.c (md5_process_block): Remove define, we will always
14496 name it __md5_process_block.
14497 (md5_finish_ctx): Update md5_process_block call.
14498 (md5_stream): Likewise.
14499 (md5_process_bytes): Likewise.
14500 (md5_process_block): Rename to __md5_process_block and move to ...
14501 * crypt/md5-block.c: ... here.
14502 * crypt/sha256.c (sha256_process_block): Move to ...
14503 * crypt/sha256-block.c: ... here.
14504 * crypt/sha512.c (sha512_process_block): Move to ...
14505 * crypt/sha512-block.c: ... here.
14506 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
14507 path.
14508 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
14509 * sysdeps/sparc/sparc64/multiarch/Makefile
14510 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
14511 crypt subdir.
14512 (localedef-aux): Add md5 crypto assembler when in locale subdir.
14513 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
14514 multiarch changes.
14515 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
14516 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
14517 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
14518 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
14519 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
14520 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
14521 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
14522 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
14523 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
14524 file.
14525 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
14526 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
14527 file.
14528 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
14529
8ca89318
JM
145302012-11-13 Joseph Myers <joseph@codesourcery.com>
14531
e27d476a
JM
14532 * timezone/tzselect.ksh: Update from tzcode git revision
14533 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
14534 * timezone/zdump.c: Likewise.
14535 * timezone/zic.c: Likewise.
14536 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
14537 in TZVERSION setting, not $(PKGVERSION).
14538 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
14539 REPORT_BUGS_TO settings.
14540
8ca89318
JM
14541 [BZ #14838]
14542 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
14543 macro.
14544
47594329
MS
145452012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14546
14547 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
14548 detection to immediately after _FP_ROUND().
14549 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
14550 bits are 0.
14551
640ac3f1
DM
145522012-11-11 David S. Miller <davem@davemloft.net>
14553
14554 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
14555 inttypes.h
14556 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
14557 __close rather than their public counterparts.
14558
3d2577bb
JM
145592012-11-10 Joseph Myers <joseph@codesourcery.com>
14560
14561 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
14562 file.
14563 [UNIX98] (sem_timedwait): Do not expect.
14564 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
14565 [XPG4 || UNIX98] (sockatmark): Do not expect.
14566 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
14567 (clock_getcpuclockid): Do not expect.
14568 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
14569 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
14570 Do not expect.
14571 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
14572 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
14573 [UNIX98] (vwscanf): Likewise.
14574 [UNIX98] (vswscanf): Likewise.
14575
fb1ae1ee
JM
145762012-11-09 Joseph Myers <joseph@codesourcery.com>
14577
9ec6f8bd
JM
14578 * timezone/version.h: Remove file.
14579 * timezone/README: Do not refer to version.h.
14580 * timezone/Makefile ($(objpfx)zic.o): New dependency on
14581 $(objpfx)version.h.
14582 ($(objpfx)zdump.o): Likewise.
c3f81911 14583 ($(objpfx)version.h): New target.
9ec6f8bd 14584
0aa8f8a1
JM
14585 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
14586 2012i.
14587 * timezone/README: Don't mention modification to tzselect.ksh.
14588 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
14589 work on unmodified tzselect.ksh. Substitute version numbers in
14590 tzselect.ksh.
14591
4e87147f
JM
14592 * Makefile (format-me): Remove.
14593 (INSTALL): Adjust indentation. Use commands directly instead of
14594 using $(format-me).
14595
8b748aed
JM
14596 * aclocal.m4 (ACX_PKGVERSION): New macro.
14597 (ACX_BUGURL): Likewise.
14598 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
14599 (PKGVERSION): New AC_DEFINE_UNQUOTED.
14600 (REPORT_BUGS_TO): Likewise.
14601 * configure: Regenerated.
14602 * config.h.in (PKGVERSION): New macro.
14603 (REPORT_BUGS_TO): Likewise.
14604 * config.make.in (PKGVERSION): New variable.
14605 (PKGVERSION_TEXI): Likewise.
14606 (REPORT_BUGS_TO): Likewise.
14607 (REPORT_BUGS_TEXI): Likewise.
14608 * Makefile (format-me): Use -I$(common-objpfx)manual.
14609 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
14610 ($(common-objpfx)manual/%): New target.
14611 (manual/%): Remove target.
14612 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
14613 (print_version): Use PKGVERSION.
14614 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
14615 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
14616 and REPORT_BUGS_TO.
14617 ($(objpfx)xtrace): Likewise.
14618 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
14619 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
14620 (print_version): Use PKGVERSION.
14621 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
14622 (do_version): Use PKGVERSION.
14623 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
14624 REPORT_BUGS_TO.
14625 (common-ldd-rewrite): Likewise.
14626 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
14627 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
14628 (print_version): Use PKGVERSION.
14629 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
14630 * elf/pldd.c (argp_program_bug_address): Remove variable.
14631 (more_help): New function.
14632 (argp): Use more_help.
14633 (print_version): Use PKGVERSION.
14634 * elf/sln.c (main): Use PKGVERSION.
14635 (usage): Use REPORT_BUGS_TO.
14636 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
14637 (top level): Use PKGVERSION.
14638 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
14639 (print_version): Use PKGVERSION.
14640 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
14641 (print_version): Use PKGVERSION.
14642 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
14643 (print_version): Use PKGVERSION.
14644 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
14645 (print_version): Use PKGVERSION.
14646 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
14647 (print_version): Use PKGVERSION.
14648 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
14649 (print_version): Use PKGVERSION.
14650 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
14651 and BUGURL.
14652 ($(objpfx)memusage): Likewise.
14653 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
14654 (do_version): Use PKGVERSION.
14655 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
14656 (print_version): Use PKGVERSION.
14657 * malloc/mtrace.pl ($PACKAGE): Remove variable.
14658 ($PKGVERSION): New variable.
14659 ($REPORT_BUGS_TO): Likewise.
14660 (usage): Use $REPORT_BUGS_TO.
14661 (top level): Use $PKGVERSION.
14662 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
14663 ($(objpfx)pkgvers.texi): New rule.
14664 ($(objpfx)stamp-pkgvers): Likewise.
14665 * manual/install.texi: Include pkgvers.texi.
14666 (--with-pkgversion): Document new configure option.
14667 (--with-bugurl): Likewise.
14668 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
14669 than necessarily for this particular distribution. Use
14670 REPORT_BUGS_TO for where to report bugs.
14671 * INSTALL: Regenerated.
14672 * manual/libc.texinfo: Include pkgvers.texi.
14673 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
14674 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
14675 (print_version): Use PKGVERSION.
14676 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
14677 (print_version): Use PKGVERSION.
14678 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
14679 (print_version): Use PKGVERSION.
14680 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
14681 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
14682 macro.
14683 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
14684 (print_version): Use PKGVERSION.
14685 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
14686 (print_version): Use PKGVERSION.
14687 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
14688 and PKGVERSION.
14689
92e4b6a9
JM
14690 * timezone/checktab.awk: Update from tzcode 2012i.
14691 * timezone/ialloc.c: Likewise.
14692 * timezone/private.h: Likewise.
14693 * timezone/scheck.c: Likewise.
14694 * timezone/tzfile.h: Likewise.
14695 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
14696 (TZVERSION): Hardcode tzcode version number.
14697 * timezone/zdump.c: Update from tzcode 2012i.
14698 * timezone/zic.c: Likewise.
14699 * timezone/version.h: New file.
14700 * timezone/README: Describe version.h. Update upstream location.
14701
9bde902c
JM
14702 [BZ #14824]
14703 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
14704 (mktemp): Enable declaration.
14705 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
14706 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
14707 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
14708 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
14709 Likewise.
14710 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
14711 Likewise.
14712 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
14713 Likewise.
14714 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
14715 Likewise.
14716 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
14717 Likewise.
14718 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
14719 Likewise.
14720
fb1ae1ee
JM
14721 [BZ #14821]
14722 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
14723 offset in buffer as u_int32_t not u_long. Consistently use memcpy
14724 for copies of such integer values.
14725 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
14726 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
14727
2c1adbcb
AJ
147282012-11-09 Andreas Jaeger <aj@suse.de>
14729
14730 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
14731 definitions and declarations that are provided by
14732 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
14733
d0f8457e
AK
147342012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14735
3a235abb 14736 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
14737 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
14738 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
14739 definition.
14740
57241e26
MS
147412012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14742
14743 * elf/elf.h: Update comment before AArch64 relocations.
14744
60e8270d
DM
147452012-11-07 David S. Miller <davem@davemloft.net>
14746
14747 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
14748 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
14749 (__start_context): Declare.
14750 (__makecontext_ret): Delete.
14751 (__makecontext): Hook up __start_context instead of
14752 __makecontext_ret.
14753 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
14754 (sysdep_routines): Add __start_context when in stdlib.
14755
0fbb0fbc
JM
147562012-11-07 Joseph Myers <joseph@codesourcery.com>
14757
14758 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
14759 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
14760 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
14761 hardcoded "nm".
14762 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
14763 (READELF): New variable. Use it instead of hardcoded "readelf".
14764
eb48db7e
L
147652012-11-07 H.J. Lu <hongjiu.lu@intel.com>
14766
14767 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
14768 * sysdeps/x86/Makefile: Here.
14769 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
14770 * sysdeps/x86/tst-xmmymm.sh: This.
14771
05bcf62a
JM
147722012-11-07 Joseph Myers <joseph@codesourcery.com>
14773
c4b6cf53
JM
14774 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
14775 expectations.
14776 [UNIX98] (pthread_barrier_t): Do not expect.
14777 [UNIX98] (pthread_barrierattr_t): Likewise.
14778 [UNIX98] (pthread_spinlock_t): Likewise.
14779 [UNIX98] (pthread_barrier_destroy): Likewise.
14780 [UNIX98] (pthread_barrier_init): Likewise.
14781 [UNIX98] (pthread_barrier_wait): Likewise.
14782 [UNIX98] (pthread_barrierattr_destroy): Likewise.
14783 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
14784 [UNIX98] (pthread_barrierattr_init): Likewise.
14785 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
14786 [UNIX98] (pthread_getcpuclockid): Likewise.
14787 [UNIX98] (pthread_mutex_timedlock): Likewise.
14788 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
14789 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
14790 [UNIX98] (pthread_sigmask): Likewise.
14791 [UNIX98] (pthread_spin_destroy): Likewise.
14792 [UNIX98] (pthread_spin_init): Likewise.
14793 [UNIX98] (pthread_spin_lock): Likewise.
14794 [UNIX98] (pthread_spin_trylock): Likewise.
14795 [UNIX98] (pthread_spin_unlock): Likewise.
14796 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
14797 Do not expect.
14798 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
14799 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
14800 [XPG3 || XPG4] (pthread_cond_t): Likewise.
14801 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
14802 [XPG3 || XPG4] (pthread_key_t): Likewise.
14803 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
14804 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
14805 [XPG3 || XPG4] (pthread_once_t): Likewise.
14806 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
14807 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
14808 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
14809 [XPG3 || XPG4] (pthread_t): Likewise.
14810
cbe6e120
JM
14811 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
14812 not expect.
14813 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
14814
1b126443
JM
14815 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
14816 Change function return type to int.
14817
b961a573
JM
14818 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
14819 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
14820 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
14821 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
14822 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
14823 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
14824 [!POSIX] (posix_madvise): Likewise.
14825 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
14826 && !UNIX98].
14827 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
14828 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
14829 (mode_t): Likewise.
14830 (posix_mem_offset): Likewise.
14831 (posix_typed_mem_get_info): Likewise.
14832 (posix_typed_mem_open): Likewise.
14833
9e188909
JM
14834 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
14835 Change condition to [XOPEN2K8].
14836
05bcf62a
JM
14837 * conform/conformtest.pl: Preprocess allow-header data with -x c
14838 instead of from stdin.
14839 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
14840 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
14841 [C99-based standards] (cerfc): Likewise.
14842 [C99-based standards] (cexp2): Likewise.
14843 [C99-based standards] (cexpm1): Likewise.
14844 [C99-based standards] (clog10): Likewise.
14845 [C99-based standards] (clog1p): Likewise.
14846 [C99-based standards] (clog2): Likewise.
14847 [C99-based standards] (clgamma): Likewise.
14848 [C99-based standards] (ctgamma): Likewise.
14849 [C99-based standards] (cerff): Likewise.
14850 [C99-based standards] (cerfcf): Likewise.
14851 [C99-based standards] (cexp2f): Likewise.
14852 [C99-based standards] (cexpm1f): Likewise.
14853 [C99-based standards] (clog10f): Likewise.
14854 [C99-based standards] (clog1pf): Likewise.
14855 [C99-based standards] (clog2f): Likewise.
14856 [C99-based standards] (clgammaf): Likewise.
14857 [C99-based standards] (ctgammaf): Likewise.
14858 [C99-based standards] (cerfl): Likewise.
14859 [C99-based standards] (cerfcl): Likewise.
14860 [C99-based standards] (cexp2l): Likewise.
14861 [C99-based standards] (cexpm1l): Likewise.
14862 [C99-based standards] (clog10l): Likewise.
14863 [C99-based standards] (clog1pl): Likewise.
14864 [C99-based standards] (clog2l): Likewise.
14865 [C99-based standards] (clgammal): Likewise.
14866 [C99-based standards] (ctgammal): Likewise.
14867 * conform/data/inttypes.h-data [C99-based standards]: Include
14868 stdint.h-data. Remove all expectations for stdint.h contents.
14869 [C99-based standards] (PRI*): Do not allow.
14870 [C99-based standards] (SCN*): Likewise.
14871 [C99-based standards] (*_t): Likewise.
14872 [C99-based-standards] (PRId8): Expect macro.
14873 [C99-based-standards] (PRIi8): Likewise.
14874 [C99-based-standards] (PRIo8): Likewise.
14875 [C99-based-standards] (PRIu8): Likewise.
14876 [C99-based-standards] (PRIx8): Likewise.
14877 [C99-based-standards] (PRIX8): Likewise.
14878 [C99-based-standards] (SCNd8): Likewise.
14879 [C99-based-standards] (SCNi8): Likewise.
14880 [C99-based-standards] (SCNo8): Likewise.
14881 [C99-based-standards] (SCNu8): Likewise.
14882 [C99-based-standards] (SCNx8): Likewise.
14883 [C99-based-standards] (PRIdLEAST8): Likewise.
14884 [C99-based-standards] (PRIiLEAST8): Likewise.
14885 [C99-based-standards] (PRIoLEAST8): Likewise.
14886 [C99-based-standards] (PRIuLEAST8): Likewise.
14887 [C99-based-standards] (PRIxLEAST8): Likewise.
14888 [C99-based-standards] (PRIXLEAST8): Likewise.
14889 [C99-based-standards] (SCNdLEAST8): Likewise.
14890 [C99-based-standards] (SCNiLEAST8): Likewise.
14891 [C99-based-standards] (SCNoLEAST8): Likewise.
14892 [C99-based-standards] (SCNuLEAST8): Likewise.
14893 [C99-based-standards] (SCNxLEAST8): Likewise.
14894 [C99-based-standards] (PRIdFAST8): Likewise.
14895 [C99-based-standards] (PRIiFAST8): Likewise.
14896 [C99-based-standards] (PRIoFAST8): Likewise.
14897 [C99-based-standards] (PRIuFAST8): Likewise.
14898 [C99-based-standards] (PRIxFAST8): Likewise.
14899 [C99-based-standards] (PRIXFAST8): Likewise.
14900 [C99-based-standards] (SCNdFAST8): Likewise.
14901 [C99-based-standards] (SCNiFAST8): Likewise.
14902 [C99-based-standards] (SCNoFAST8): Likewise.
14903 [C99-based-standards] (SCNuFAST8): Likewise.
14904 [C99-based-standards] (SCNxFAST8): Likewise.
14905 [C99-based-standards] (PRId16): Likewise.
14906 [C99-based-standards] (PRIi16): Likewise.
14907 [C99-based-standards] (PRIo16): Likewise.
14908 [C99-based-standards] (PRIu16): Likewise.
14909 [C99-based-standards] (PRIx16): Likewise.
14910 [C99-based-standards] (PRIX16): Likewise.
14911 [C99-based-standards] (SCNd16): Likewise.
14912 [C99-based-standards] (SCNi16): Likewise.
14913 [C99-based-standards] (SCNo16): Likewise.
14914 [C99-based-standards] (SCNu16): Likewise.
14915 [C99-based-standards] (SCNx16): Likewise.
14916 [C99-based-standards] (PRIdLEAST16): Likewise.
14917 [C99-based-standards] (PRIiLEAST16): Likewise.
14918 [C99-based-standards] (PRIoLEAST16): Likewise.
14919 [C99-based-standards] (PRIuLEAST16): Likewise.
14920 [C99-based-standards] (PRIxLEAST16): Likewise.
14921 [C99-based-standards] (PRIXLEAST16): Likewise.
14922 [C99-based-standards] (SCNdLEAST16): Likewise.
14923 [C99-based-standards] (SCNiLEAST16): Likewise.
14924 [C99-based-standards] (SCNoLEAST16): Likewise.
14925 [C99-based-standards] (SCNuLEAST16): Likewise.
14926 [C99-based-standards] (SCNxLEAST16): Likewise.
14927 [C99-based-standards] (PRIdFAST16): Likewise.
14928 [C99-based-standards] (PRIiFAST16): Likewise.
14929 [C99-based-standards] (PRIoFAST16): Likewise.
14930 [C99-based-standards] (PRIuFAST16): Likewise.
14931 [C99-based-standards] (PRIxFAST16): Likewise.
14932 [C99-based-standards] (PRIXFAST16): Likewise.
14933 [C99-based-standards] (SCNdFAST16): Likewise.
14934 [C99-based-standards] (SCNiFAST16): Likewise.
14935 [C99-based-standards] (SCNoFAST16): Likewise.
14936 [C99-based-standards] (SCNuFAST16): Likewise.
14937 [C99-based-standards] (SCNxFAST16): Likewise.
14938 [C99-based-standards] (PRId32): Likewise.
14939 [C99-based-standards] (PRIi32): Likewise.
14940 [C99-based-standards] (PRIo32): Likewise.
14941 [C99-based-standards] (PRIu32): Likewise.
14942 [C99-based-standards] (PRIx32): Likewise.
14943 [C99-based-standards] (PRIX32): Likewise.
14944 [C99-based-standards] (SCNd32): Likewise.
14945 [C99-based-standards] (SCNi32): Likewise.
14946 [C99-based-standards] (SCNo32): Likewise.
14947 [C99-based-standards] (SCNu32): Likewise.
14948 [C99-based-standards] (SCNx32): Likewise.
14949 [C99-based-standards] (PRIdLEAST32): Likewise.
14950 [C99-based-standards] (PRIiLEAST32): Likewise.
14951 [C99-based-standards] (PRIoLEAST32): Likewise.
14952 [C99-based-standards] (PRIuLEAST32): Likewise.
14953 [C99-based-standards] (PRIxLEAST32): Likewise.
14954 [C99-based-standards] (PRIXLEAST32): Likewise.
14955 [C99-based-standards] (SCNdLEAST32): Likewise.
14956 [C99-based-standards] (SCNiLEAST32): Likewise.
14957 [C99-based-standards] (SCNoLEAST32): Likewise.
14958 [C99-based-standards] (SCNuLEAST32): Likewise.
14959 [C99-based-standards] (SCNxLEAST32): Likewise.
14960 [C99-based-standards] (PRIdFAST32): Likewise.
14961 [C99-based-standards] (PRIiFAST32): Likewise.
14962 [C99-based-standards] (PRIoFAST32): Likewise.
14963 [C99-based-standards] (PRIuFAST32): Likewise.
14964 [C99-based-standards] (PRIxFAST32): Likewise.
14965 [C99-based-standards] (PRIXFAST32): Likewise.
14966 [C99-based-standards] (SCNdFAST32): Likewise.
14967 [C99-based-standards] (SCNiFAST32): Likewise.
14968 [C99-based-standards] (SCNoFAST32): Likewise.
14969 [C99-based-standards] (SCNuFAST32): Likewise.
14970 [C99-based-standards] (SCNxFAST32): Likewise.
14971 [C99-based-standards] (PRId64): Likewise.
14972 [C99-based-standards] (PRIi64): Likewise.
14973 [C99-based-standards] (PRIo64): Likewise.
14974 [C99-based-standards] (PRIu64): Likewise.
14975 [C99-based-standards] (PRIx64): Likewise.
14976 [C99-based-standards] (PRIX64): Likewise.
14977 [C99-based-standards] (SCNd64): Likewise.
14978 [C99-based-standards] (SCNi64): Likewise.
14979 [C99-based-standards] (SCNo64): Likewise.
14980 [C99-based-standards] (SCNu64): Likewise.
14981 [C99-based-standards] (SCNx64): Likewise.
14982 [C99-based-standards] (PRIdLEAST64): Likewise.
14983 [C99-based-standards] (PRIiLEAST64): Likewise.
14984 [C99-based-standards] (PRIoLEAST64): Likewise.
14985 [C99-based-standards] (PRIuLEAST64): Likewise.
14986 [C99-based-standards] (PRIxLEAST64): Likewise.
14987 [C99-based-standards] (PRIXLEAST64): Likewise.
14988 [C99-based-standards] (SCNdLEAST64): Likewise.
14989 [C99-based-standards] (SCNiLEAST64): Likewise.
14990 [C99-based-standards] (SCNoLEAST64): Likewise.
14991 [C99-based-standards] (SCNuLEAST64): Likewise.
14992 [C99-based-standards] (SCNxLEAST64): Likewise.
14993 [C99-based-standards] (PRIdFAST64): Likewise.
14994 [C99-based-standards] (PRIiFAST64): Likewise.
14995 [C99-based-standards] (PRIoFAST64): Likewise.
14996 [C99-based-standards] (PRIuFAST64): Likewise.
14997 [C99-based-standards] (PRIxFAST64): Likewise.
14998 [C99-based-standards] (PRIXFAST64): Likewise.
14999 [C99-based-standards] (SCNdFAST64): Likewise.
15000 [C99-based-standards] (SCNiFAST64): Likewise.
15001 [C99-based-standards] (SCNoFAST64): Likewise.
15002 [C99-based-standards] (SCNuFAST64): Likewise.
15003 [C99-based-standards] (SCNxFAST64): Likewise.
15004 [C99-based-standards] (PRIdMAX): Likewise.
15005 [C99-based-standards] (PRIiMAX): Likewise.
15006 [C99-based-standards] (PRIoMAX): Likewise.
15007 [C99-based-standards] (PRIuMAX): Likewise.
15008 [C99-based-standards] (PRIxMAX): Likewise.
15009 [C99-based-standards] (PRIXMAX): Likewise.
15010 [C99-based-standards] (SCNdMAX): Likewise.
15011 [C99-based-standards] (SCNiMAX): Likewise.
15012 [C99-based-standards] (SCNoMAX): Likewise.
15013 [C99-based-standards] (SCNuMAX): Likewise.
15014 [C99-based-standards] (SCNxMAX): Likewise.
15015 [C99-based-standards] (PRIdPTR): Likewise.
15016 [C99-based-standards] (PRIiPTR): Likewise.
15017 [C99-based-standards] (PRIoPTR): Likewise.
15018 [C99-based-standards] (PRIuPTR): Likewise.
15019 [C99-based-standards] (PRIxPTR): Likewise.
15020 [C99-based-standards] (PRIXPTR): Likewise.
15021 [C99-based-standards] (SCNdPTR): Likewise.
15022 [C99-based-standards] (SCNiPTR): Likewise.
15023 [C99-based-standards] (SCNoPTR): Likewise.
15024 [C99-based-standards] (SCNuPTR): Likewise.
15025 [C99-based-standards] (SCNxPTR): Likewise.
15026 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
15027 allow.
15028 * conform/data/stdint.h-data: Update comments to clarify
15029 requirements.
15030 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
15031 type.
15032 [C99-based standards] (INT8_MAX): Likewise.
15033 [C99-based standards] (INT16_MIN): Likewise.
15034 [C99-based standards] (INT16_MAX): Likewise.
15035 [C99-based standards] (INT32_MIN): Likewise.
15036 [C99-based standards] (INT32_MAX): Likewise.
15037 [C99-based standards] (INT64_MIN): Likewise.
15038 [C99-based standards] (INT64_MAX): Likewise.
15039 [C99-based standards] (UINT8_MAX): Likewise.
15040 [C99-based standards] (UINT16_MAX): Likewise.
15041 [C99-based standards] (UINT32_MAX): Likewise.
15042 [C99-based standards] (UINT64_MAX): Likewise.
15043 [C99-based standards] (INT_LEAST8_MIN): Likewise.
15044 [C99-based standards] (INT_LEAST8_MAX): Likewise.
15045 [C99-based standards] (INT_LEAST16_MIN): Likewise.
15046 [C99-based standards] (INT_LEAST16_MAX): Likewise.
15047 [C99-based standards] (INT_LEAST32_MIN): Likewise.
15048 [C99-based standards] (INT_LEAST32_MAX): Likewise.
15049 [C99-based standards] (INT_LEAST64_MIN): Likewise.
15050 [C99-based standards] (INT_LEAST64_MAX): Likewise.
15051 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
15052 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
15053 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
15054 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
15055 [C99-based standards] (INT_FAST8_MIN): Likewise.
15056 [C99-based standards] (INT_FAST8_MAX): Likewise.
15057 [C99-based standards] (INT_FAST16_MIN): Likewise.
15058 [C99-based standards] (INT_FAST16_MAX): Likewise.
15059 [C99-based standards] (INT_FAST32_MIN): Likewise.
15060 [C99-based standards] (INT_FAST32_MAX): Likewise.
15061 [C99-based standards] (INT_FAST64_MIN): Likewise.
15062 [C99-based standards] (INT_FAST64_MAX): Likewise.
15063 [C99-based standards] (UINT_FAST8_MAX): Likewise.
15064 [C99-based standards] (UINT_FAST16_MAX): Likewise.
15065 [C99-based standards] (UINT_FAST32_MAX): Likewise.
15066 [C99-based standards] (UINT_FAST64_MAX): Likewise.
15067 [C99-based standards] (INTPTR_MIN): Likewise.
15068 [C99-based standards] (INTPTR_MAX): Likewise.
15069 [C99-based standards] (UINTPTR_MAX): Likewise.
15070 [C99-based standards] (INTMAX_MIN): Likewise.
15071 [C99-based standards] (INTMAX_MAX): Likewise.
15072 [C99-based standards] (UINTMAX_MAX): Likewise.
15073 [C99-based standards] (PTRDIFF_MIN): Likewise.
15074 [C99-based standards] (PTRDIFF_MAX): Likewise.
15075 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
15076 [C99-based standards] (SIZE_MAX): Likewise.
15077 [C99-based standards] (WCHAR_MAX): Likewise.
15078 [C99-based standards] (WINT_MAX): Likewise.
15079 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
15080 constraint on value.
15081 [C99-based standards] (WCHAR_MIN): Likewise.
15082 [C99-based standards] (WINT_MIN): Likewise.
15083 [C99-based standards] (*_t): Allow.
15084 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
15085 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
15086 Include math.h-data and complex.h-data. Remove all expectations
15087 of math.h and complex.h contents.
15088 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
15089 at end of line.
15090 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
15091 (struct tm): Expect tag.
15092 [C99-based-standards] (wcstof): Expect function.
15093 [C99-based-standards] (wcstold): Likewise.
15094 [C99-based-standards] (wcstoll): Likewise.
15095 [C99-based-standards] (wcstoull): Likewise.
15096 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
15097 macro-int-constant. Specify type.
15098 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
15099 constraint on value.
15100 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
15101 Specify type.
15102 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
15103 Specify value.
15104 [ISO C standards]: Do not allow headers.
15105 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
15106 wcs[abcdefghijklmnopqrstuvwxyz]*.
15107 [ISO C standards] (*_t): Do not allow.
15108 * conform/data/wctype.h-data [C99-based standards] (iswblank):
15109 Expect function.
15110 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
15111 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
15112 Specify type.
15113 [ISO C standards]: Do not allow headers.
15114 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
15115 is[abcdefghijklmnopqrstuvwxyz]*.
15116 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
15117 to[abcdefghijklmnopqrstuvwxyz]*.
15118 [ISO C standards] (*_t): Do not allow.
15119 * conform/data/stdalign.h-data: New file.
15120 * conform/data/stdbool.h-data: Likewise.
15121 * conform/data/stdnoreturn.h-data: Likewise.
15122
7514feb8
RM
151232012-11-07 Roland McGrath <roland@hack.frob.com>
15124
15125 [BZ #14815]
15126 * manual/filesys.texi (Directory Entries): Typo fix.
15127 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
15128
19b2ecfc
MS
151292012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
15130
15131 * elf/elf.h (EM_AARCH64): New macro.
15132 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
15133 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
15134 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
15135 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
15136 (R_AARCH64_TLSDESC): Likewise.
15137 (NT_ARM_TLS): Likewise.
15138 (NT_ARM_HW_BREAK): Likewise.
15139 (NT_ARM_HW_WATCH): Likewise.
15140
60e235ee
JM
151412012-11-07 Joseph Myers <joseph@codesourcery.com>
15142
15143 [BZ #14811]
15144 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
15145 (__ieee754_powl): Saturate nonzero exponents with absolute value
15146 below 0x1p-79 to +/- 0x1p-79.
15147 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
15148 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
15149 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
15150 nonzero exponents with absolute value below 0x1p-32 to +/-
15151 0x1p-32.
15152 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
15153 (__ieee754_powl): Saturate nonzero exponents with absolute value
15154 below 0x1p-79 to +/- 0x1p-79.
15155 * math/libm-test.inc (pow_test): Add more tests.
15156
0ab234b7
AK
151572012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15158
15159 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
15160 _dl_s390_cap_flags with kernel. Increase string length.
15161 (_dl_s390_platforms): Add z196 and zEC12.
15162
45832f74
JM
151632012-11-07 Joseph Myers <joseph@codesourcery.com>
15164
15165 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
15166 Change XOPEN21K to XOPEN2K.
15167
19218757
MK
151682012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
15169
15170 * string/memmove.c: Use memcpy when possible.
15171
c5f45721
AJ
151722012-11-06 Andreas Jaeger <aj@suse.de>
15173
15174 * po/eo.po: Update from translation team.
15175
82477c28
JM
151762012-11-06 Joseph Myers <joseph@codesourcery.com>
15177
15178 [BZ #14793]
15179 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
15180 exponent and small x and y exponents, scale x or y up. Increase
15181 by 2 the exponent used in scaling up.
15182 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15183 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15184 * math/libm-test.inc (fma_test): Add more tests.
15185 (fma_test_towardzero): Likewise.
15186 (fma_test_downward): Likewise.
15187 (fma_test_upward): Likewise.
15188
99252c8c
JM
151892012-11-05 Joseph Myers <joseph@codesourcery.com>
15190
acfa885f
JM
15191 [BZ #14805]
15192 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
15193 fenv_t *.
15194
99252c8c
JM
15195 [BZ #14801]
15196 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
15197 namespace for names of struct fields.
15198 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
15199 fenv_t fields.
15200 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
15201 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
15202
d6d98dea
ST
152032012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
15204
15205 [BZ #3665]
15206 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
15207
e10bb107
TS
152082012-11-04 Thomas Schwinge <thomas@codesourcery.com>
15209
15210 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
15211 PTR_DEMANGLE.
15212
15213 [BZ #5246]
15214 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
15215 PTR_DEMANGLE.
15216
a0c2940d
JM
152172012-11-04 Joseph Myers <joseph@codesourcery.com>
15218
15219 [BZ #14797]
15220 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
15221 definitely overflow as x * y not x * y + z.
15222 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15223 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15224 * math/libm-test.inc (fma_test): Add more tests.
15225 (fma_test_towardzero): Likewise.
15226 (fma_test_downward): Likewise.
15227 (fma_test_upward): Likewise.
15228
b830319d
TS
152292012-11-04 Thomas Schwinge <thomas@codesourcery.com>
15230
15231 [BZ #157]
15232
15233 * include/stub-tag.h: Remove file.
15234 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
15235 '#include' of it.
15236 * manual/maint.texi (Porting): Don't reference it.
15237 * Makerules ($(objpfx)stubs): Likewise.
15238 * dirent/closedir.c: Don't include <stub-tag.h>.
15239 * dirent/dirfd.c: Likewise.
15240 * dirent/fdopendir.c: Likewise.
15241 * dirent/getdents.c: Likewise.
15242 * dirent/getdents64.c: Likewise.
15243 * dirent/opendir.c: Likewise.
15244 * dirent/readdir.c: Likewise.
15245 * dirent/readdir64.c: Likewise.
15246 * dirent/readdir64_r.c: Likewise.
15247 * dirent/readdir_r.c: Likewise.
15248 * dirent/rewinddir.c: Likewise.
15249 * dirent/seekdir.c: Likewise.
15250 * dirent/telldir.c: Likewise.
15251 * gmon/profil.c: Likewise.
15252 * grp/setgroups.c: Likewise.
15253 * inet/if_index.c: Likewise.
15254 * io/access.c: Likewise.
15255 * io/chdir.c: Likewise.
15256 * io/chmod.c: Likewise.
15257 * io/chown.c: Likewise.
15258 * io/close.c: Likewise.
15259 * io/dup.c: Likewise.
15260 * io/dup2.c: Likewise.
15261 * io/dup3.c: Likewise.
15262 * io/euidaccess.c: Likewise.
15263 * io/faccessat.c: Likewise.
15264 * io/fchdir.c: Likewise.
15265 * io/fchmod.c: Likewise.
15266 * io/fchmodat.c: Likewise.
15267 * io/fchown.c: Likewise.
15268 * io/fchownat.c: Likewise.
15269 * io/fcntl.c: Likewise.
15270 * io/flock.c: Likewise.
15271 * io/fstatfs.c: Likewise.
15272 * io/fstatfs64.c: Likewise.
15273 * io/fstatvfs.c: Likewise.
15274 * io/fstatvfs64.c: Likewise.
15275 * io/futimens.c: Likewise.
15276 * io/fxstat.c: Likewise.
15277 * io/fxstat64.c: Likewise.
15278 * io/fxstatat.c: Likewise.
15279 * io/fxstatat64.c: Likewise.
15280 * io/getcwd.c: Likewise.
15281 * io/isatty.c: Likewise.
15282 * io/lchmod.c: Likewise.
15283 * io/lchown.c: Likewise.
15284 * io/link.c: Likewise.
15285 * io/linkat.c: Likewise.
15286 * io/lseek.c: Likewise.
15287 * io/lseek64.c: Likewise.
15288 * io/lxstat64.c: Likewise.
15289 * io/mkdir.c: Likewise.
15290 * io/mkdirat.c: Likewise.
15291 * io/mkfifo.c: Likewise.
15292 * io/mkfifoat.c: Likewise.
15293 * io/open.c: Likewise.
15294 * io/open64.c: Likewise.
15295 * io/openat.c: Likewise.
15296 * io/openat64.c: Likewise.
15297 * io/pipe.c: Likewise.
15298 * io/pipe2.c: Likewise.
15299 * io/poll.c: Likewise.
15300 * io/posix_fadvise.c: Likewise.
15301 * io/posix_fadvise64.c: Likewise.
15302 * io/posix_fallocate.c: Likewise.
15303 * io/posix_fallocate64.c: Likewise.
15304 * io/read.c: Likewise.
15305 * io/readlink.c: Likewise.
15306 * io/readlinkat.c: Likewise.
15307 * io/rmdir.c: Likewise.
15308 * io/sendfile.c: Likewise.
15309 * io/sendfile64.c: Likewise.
15310 * io/statfs.c: Likewise.
15311 * io/statfs64.c: Likewise.
15312 * io/statvfs.c: Likewise.
15313 * io/statvfs64.c: Likewise.
15314 * io/symlink.c: Likewise.
15315 * io/symlinkat.c: Likewise.
15316 * io/ttyname.c: Likewise.
15317 * io/ttyname_r.c: Likewise.
15318 * io/umask.c: Likewise.
15319 * io/unlink.c: Likewise.
15320 * io/unlinkat.c: Likewise.
15321 * io/utime.c: Likewise.
15322 * io/utimensat.c: Likewise.
15323 * io/write.c: Likewise.
15324 * io/xmknod.c: Likewise.
15325 * io/xmknodat.c: Likewise.
15326 * io/xstat.c: Likewise.
15327 * io/xstat64.c: Likewise.
15328 * login/getpt.c: Likewise.
15329 * login/grantpt.c: Likewise.
15330 * login/unlockpt.c: Likewise.
15331 * math/e_acoshl.c: Likewise.
15332 * math/e_acosl.c: Likewise.
15333 * math/e_asinl.c: Likewise.
15334 * math/e_atan2l.c: Likewise.
15335 * math/e_atanhl.c: Likewise.
15336 * math/e_coshl.c: Likewise.
15337 * math/e_expl.c: Likewise.
15338 * math/e_fmodl.c: Likewise.
15339 * math/e_gammal_r.c: Likewise.
15340 * math/e_hypotl.c: Likewise.
15341 * math/e_j0l.c: Likewise.
15342 * math/e_j1l.c: Likewise.
15343 * math/e_jnl.c: Likewise.
15344 * math/e_lgammal_r.c: Likewise.
15345 * math/e_log10l.c: Likewise.
15346 * math/e_log2l.c: Likewise.
15347 * math/e_logl.c: Likewise.
15348 * math/e_powl.c: Likewise.
15349 * math/e_rem_pio2l.c: Likewise.
15350 * math/e_sinhl.c: Likewise.
15351 * math/e_sqrtl.c: Likewise.
15352 * math/fclrexcpt.c: Likewise.
15353 * math/fedisblxcpt.c: Likewise.
15354 * math/feenablxcpt.c: Likewise.
15355 * math/fegetenv.c: Likewise.
15356 * math/fegetexcept.c: Likewise.
15357 * math/fegetround.c: Likewise.
15358 * math/feholdexcpt.c: Likewise.
15359 * math/fesetenv.c: Likewise.
15360 * math/fesetround.c: Likewise.
15361 * math/feupdateenv.c: Likewise.
15362 * math/fgetexcptflg.c: Likewise.
15363 * math/fraiseexcpt.c: Likewise.
15364 * math/fsetexcptflg.c: Likewise.
15365 * math/ftestexcept.c: Likewise.
15366 * math/k_cosl.c: Likewise.
15367 * math/k_rem_pio2l.c: Likewise.
15368 * math/k_sinl.c: Likewise.
15369 * math/k_tanl.c: Likewise.
15370 * math/s_asinhl.c: Likewise.
15371 * math/s_atanl.c: Likewise.
15372 * math/s_cbrtl.c: Likewise.
15373 * math/s_erfl.c: Likewise.
15374 * math/s_expm1l.c: Likewise.
15375 * math/s_log1pl.c: Likewise.
15376 * math/s_tanhl.c: Likewise.
15377 * misc/acct.c: Likewise.
15378 * misc/brk.c: Likewise.
15379 * misc/chflags.c: Likewise.
15380 * misc/chroot.c: Likewise.
15381 * misc/fchflags.c: Likewise.
15382 * misc/fgetxattr.c: Likewise.
15383 * misc/flistxattr.c: Likewise.
15384 * misc/fremovexattr.c: Likewise.
15385 * misc/fsetxattr.c: Likewise.
15386 * misc/fsync.c: Likewise.
15387 * misc/ftruncate.c: Likewise.
15388 * misc/futimes.c: Likewise.
15389 * misc/futimesat.c: Likewise.
15390 * misc/getdomain.c: Likewise.
15391 * misc/getdtsz.c: Likewise.
15392 * misc/gethostid.c: Likewise.
15393 * misc/gethostname.c: Likewise.
15394 * misc/getloadavg.c: Likewise.
15395 * misc/getpagesize.c: Likewise.
15396 * misc/getsysstats.c: Likewise.
15397 * misc/getxattr.c: Likewise.
15398 * misc/gtty.c: Likewise.
15399 * misc/ioctl.c: Likewise.
15400 * misc/lgetxattr.c: Likewise.
15401 * misc/listxattr.c: Likewise.
15402 * misc/llistxattr.c: Likewise.
15403 * misc/lremovexattr.c: Likewise.
15404 * misc/lsetxattr.c: Likewise.
15405 * misc/lutimes.c: Likewise.
15406 * misc/madvise.c: Likewise.
15407 * misc/mincore.c: Likewise.
15408 * misc/mlock.c: Likewise.
15409 * misc/mlockall.c: Likewise.
15410 * misc/mmap.c: Likewise.
15411 * misc/mprotect.c: Likewise.
15412 * misc/msync.c: Likewise.
15413 * misc/munlock.c: Likewise.
15414 * misc/munlockall.c: Likewise.
15415 * misc/munmap.c: Likewise.
15416 * misc/preadv.c: Likewise.
15417 * misc/preadv64.c: Likewise.
15418 * misc/ptrace.c: Likewise.
15419 * misc/pwritev.c: Likewise.
15420 * misc/pwritev64.c: Likewise.
15421 * misc/readv.c: Likewise.
15422 * misc/reboot.c: Likewise.
15423 * misc/remap_file_pages.c: Likewise.
15424 * misc/removexattr.c: Likewise.
15425 * misc/revoke.c: Likewise.
15426 * misc/select.c: Likewise.
15427 * misc/setdomain.c: Likewise.
15428 * misc/setegid.c: Likewise.
15429 * misc/seteuid.c: Likewise.
15430 * misc/sethostid.c: Likewise.
15431 * misc/sethostname.c: Likewise.
15432 * misc/setregid.c: Likewise.
15433 * misc/setreuid.c: Likewise.
15434 * misc/setxattr.c: Likewise.
15435 * misc/sstk.c: Likewise.
15436 * misc/stty.c: Likewise.
15437 * misc/swapoff.c: Likewise.
15438 * misc/swapon.c: Likewise.
15439 * misc/sync.c: Likewise.
15440 * misc/syncfs.c: Likewise.
15441 * misc/syscall.c: Likewise.
15442 * misc/truncate.c: Likewise.
15443 * misc/ualarm.c: Likewise.
15444 * misc/usleep.c: Likewise.
15445 * misc/ustat.c: Likewise.
15446 * misc/utimes.c: Likewise.
15447 * misc/vhangup.c: Likewise.
15448 * misc/writev.c: Likewise.
15449 * posix/_exit.c: Likewise.
15450 * posix/alarm.c: Likewise.
15451 * posix/execve.c: Likewise.
15452 * posix/fexecve.c: Likewise.
15453 * posix/fork.c: Likewise.
15454 * posix/fpathconf.c: Likewise.
15455 * posix/getaddrinfo.c: Likewise.
15456 * posix/getegid.c: Likewise.
15457 * posix/geteuid.c: Likewise.
15458 * posix/getgid.c: Likewise.
15459 * posix/getgroups.c: Likewise.
15460 * posix/getlogin.c: Likewise.
15461 * posix/getlogin_r.c: Likewise.
15462 * posix/getpgid.c: Likewise.
15463 * posix/getpid.c: Likewise.
15464 * posix/getppid.c: Likewise.
15465 * posix/getresgid.c: Likewise.
15466 * posix/getresuid.c: Likewise.
15467 * posix/getsid.c: Likewise.
15468 * posix/getuid.c: Likewise.
15469 * posix/glob64.c: Likewise.
15470 * posix/nanosleep.c: Likewise.
15471 * posix/pathconf.c: Likewise.
15472 * posix/pause.c: Likewise.
15473 * posix/posix_madvise.c: Likewise.
15474 * posix/pread.c: Likewise.
15475 * posix/pread64.c: Likewise.
15476 * posix/pwrite.c: Likewise.
15477 * posix/pwrite64.c: Likewise.
15478 * posix/sched_getaffinity.c: Likewise.
15479 * posix/sched_getp.c: Likewise.
15480 * posix/sched_gets.c: Likewise.
15481 * posix/sched_primax.c: Likewise.
15482 * posix/sched_primin.c: Likewise.
15483 * posix/sched_rr_gi.c: Likewise.
15484 * posix/sched_setaffinity.c: Likewise.
15485 * posix/sched_setp.c: Likewise.
15486 * posix/sched_sets.c: Likewise.
15487 * posix/sched_yield.c: Likewise.
15488 * posix/setgid.c: Likewise.
15489 * posix/setlogin.c: Likewise.
15490 * posix/setpgid.c: Likewise.
15491 * posix/setresgid.c: Likewise.
15492 * posix/setresuid.c: Likewise.
15493 * posix/setsid.c: Likewise.
15494 * posix/setuid.c: Likewise.
15495 * posix/sleep.c: Likewise.
15496 * posix/spawni.c: Likewise.
15497 * posix/sysconf.c: Likewise.
15498 * posix/times.c: Likewise.
15499 * posix/wait.c: Likewise.
15500 * posix/wait3.c: Likewise.
15501 * posix/wait4.c: Likewise.
15502 * posix/waitpid.c: Likewise.
15503 * resolv/gai_sigqueue.c: Likewise.
15504 * resource/getpriority.c: Likewise.
15505 * resource/getrlimit.c: Likewise.
15506 * resource/getrusage.c: Likewise.
15507 * resource/nice.c: Likewise.
15508 * resource/setpriority.c: Likewise.
15509 * resource/setrlimit.c: Likewise.
15510 * resource/ulimit.c: Likewise.
15511 * rt/aio_cancel.c: Likewise.
15512 * rt/aio_fsync.c: Likewise.
15513 * rt/aio_read.c: Likewise.
15514 * rt/aio_sigqueue.c: Likewise.
15515 * rt/aio_suspend.c: Likewise.
15516 * rt/aio_write.c: Likewise.
15517 * rt/clock_getres.c: Likewise.
15518 * rt/clock_gettime.c: Likewise.
15519 * rt/clock_nanosleep.c: Likewise.
15520 * rt/clock_settime.c: Likewise.
15521 * rt/lio_listio.c: Likewise.
15522 * rt/mq_close.c: Likewise.
15523 * rt/mq_getattr.c: Likewise.
15524 * rt/mq_notify.c: Likewise.
15525 * rt/mq_open.c: Likewise.
15526 * rt/mq_receive.c: Likewise.
15527 * rt/mq_send.c: Likewise.
15528 * rt/mq_setattr.c: Likewise.
15529 * rt/mq_timedreceive.c: Likewise.
15530 * rt/mq_timedsend.c: Likewise.
15531 * rt/mq_unlink.c: Likewise.
15532 * rt/shm_open.c: Likewise.
15533 * rt/shm_unlink.c: Likewise.
15534 * rt/timer_create.c: Likewise.
15535 * rt/timer_delete.c: Likewise.
15536 * rt/timer_getoverr.c: Likewise.
15537 * rt/timer_gettime.c: Likewise.
15538 * rt/timer_settime.c: Likewise.
15539 * setjmp/__longjmp.c: Likewise.
15540 * setjmp/setjmp.c: Likewise.
15541 * signal/kill.c: Likewise.
15542 * signal/killpg.c: Likewise.
15543 * signal/raise.c: Likewise.
15544 * signal/sigaction.c: Likewise.
15545 * signal/sigaltstack.c: Likewise.
15546 * signal/sigblock.c: Likewise.
15547 * signal/sigignore.c: Likewise.
15548 * signal/sigintr.c: Likewise.
15549 * signal/signal.c: Likewise.
15550 * signal/sigpause.c: Likewise.
15551 * signal/sigpending.c: Likewise.
15552 * signal/sigqueue.c: Likewise.
15553 * signal/sigreturn.c: Likewise.
15554 * signal/sigset.c: Likewise.
15555 * signal/sigsetmask.c: Likewise.
15556 * signal/sigstack.c: Likewise.
15557 * signal/sigsuspend.c: Likewise.
15558 * signal/sigtimedwait.c: Likewise.
15559 * signal/sigvec.c: Likewise.
15560 * signal/sigwait.c: Likewise.
15561 * signal/sigwaitinfo.c: Likewise.
15562 * signal/sysv_signal.c: Likewise.
15563 * socket/accept.c: Likewise.
15564 * socket/accept4.c: Likewise.
15565 * socket/bind.c: Likewise.
15566 * socket/connect.c: Likewise.
15567 * socket/getpeername.c: Likewise.
15568 * socket/getsockname.c: Likewise.
15569 * socket/getsockopt.c: Likewise.
15570 * socket/isfdtype.c: Likewise.
15571 * socket/listen.c: Likewise.
15572 * socket/recv.c: Likewise.
15573 * socket/recvfrom.c: Likewise.
15574 * socket/recvmsg.c: Likewise.
15575 * socket/send.c: Likewise.
15576 * socket/sendmsg.c: Likewise.
15577 * socket/sendto.c: Likewise.
15578 * socket/setsockopt.c: Likewise.
15579 * socket/shutdown.c: Likewise.
15580 * socket/sockatmark.c: Likewise.
15581 * socket/socket.c: Likewise.
15582 * socket/socketpair.c: Likewise.
15583 * stdio-common/ctermid.c: Likewise.
15584 * stdio-common/cuserid.c: Likewise.
15585 * stdio-common/remove.c: Likewise.
15586 * stdio-common/rename.c: Likewise.
15587 * stdio-common/renameat.c: Likewise.
15588 * stdio-common/tempname.c: Likewise.
15589 * stdlib/getcontext.c: Likewise.
15590 * stdlib/makecontext.c: Likewise.
15591 * stdlib/setcontext.c: Likewise.
15592 * stdlib/swapcontext.c: Likewise.
15593 * stdlib/system.c: Likewise.
15594 * streams/fattach.c: Likewise.
15595 * streams/fdetach.c: Likewise.
15596 * streams/getmsg.c: Likewise.
15597 * streams/getpmsg.c: Likewise.
15598 * streams/putmsg.c: Likewise.
15599 * streams/putpmsg.c: Likewise.
15600 * sysdeps/unix/bsd/getpt.c: Likewise.
15601 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
15602 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
15603 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
15604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
15605 Likewise.
15606 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
15607 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
15608 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
15609 * sysvipc/msgctl.c: Likewise.
15610 * sysvipc/msgget.c: Likewise.
15611 * sysvipc/msgrcv.c: Likewise.
15612 * sysvipc/msgsnd.c: Likewise.
15613 * sysvipc/semctl.c: Likewise.
15614 * sysvipc/semget.c: Likewise.
15615 * sysvipc/semop.c: Likewise.
15616 * sysvipc/semtimedop.c: Likewise.
15617 * sysvipc/shmat.c: Likewise.
15618 * sysvipc/shmctl.c: Likewise.
15619 * sysvipc/shmdt.c: Likewise.
15620 * sysvipc/shmget.c: Likewise.
15621 * termios/tcdrain.c: Likewise.
15622 * termios/tcflow.c: Likewise.
15623 * termios/tcflush.c: Likewise.
15624 * termios/tcgetattr.c: Likewise.
15625 * termios/tcgetpgrp.c: Likewise.
15626 * termios/tcsendbrk.c: Likewise.
15627 * termios/tcsetattr.c: Likewise.
15628 * termios/tcsetpgrp.c: Likewise.
15629 * time/adjtime.c: Likewise.
15630 * time/clock.c: Likewise.
15631 * time/getitimer.c: Likewise.
15632 * time/gettimeofday.c: Likewise.
15633 * time/setitimer.c: Likewise.
15634 * time/settimeofday.c: Likewise.
15635 * time/stime.c: Likewise.
15636 * time/time.c: Likewise.
15637
156382012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 15639
a20492cf
PT
15640 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
15641 /usr/old/bin.
15642
72e182e3
PT
15643 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
15644 instead of spaces.
15645 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
15646
fbeafede
JM
156472012-11-03 Joseph Myers <joseph@codesourcery.com>
15648
5b5b04d6
JM
15649 [BZ #14796]
15650 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
15651 FE_TONEAREST before applying Dekker multiplication and Knuth
15652 addition. Clear inexact exceptions and check for exact zero
15653 results afterwards.
15654 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15655 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15656 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15657 * math/libm-test.inc (fma_test): Add more tests.
15658 (fma_test_towardzero): Likewise.
15659 (fma_test_downward): Likewise.
15660 (fma_test_upward): Likewise.
15661 * sysdeps/generic/math_private.h (default_libc_fesetround): New
15662 function.
15663 (libc_fesetround): New macro.
15664 (libc_fesetroundf): Likewise.
15665 (libc_fesetroundl): Likewise.
15666 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
15667 function.
15668 (libc_fesetround_387): Likewise.
15669 (libc_fesetroundf): New macro.
15670 (libc_fesetround): Likewise.
15671 (libc_fesetroundl): Likewise.
15672 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
15673 function.
15674 (libc_fesetroundf): New macro.
15675 (libc_fesetround): Likewise.
15676 (libc_fesetroundl): Likewise.
15677 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
15678 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
15679 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
15680 libm_hidden_ver.
15681 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
15682 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
15683 libm_hidden_def.
15684 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
15685 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
15686 libm_hidden_ver.
15687 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
15688 libm_hidden_def.
15689
fbeafede
JM
15690 [BZ #3439]
15691 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
15692 integer constant usable in #if and use that to give value to enum
15693 constant.
15694 (FE_DIVBYZERO): Likewise.
15695 (FE_UNDERFLOW): Likewise.
15696 (FE_OVERFLOW): Likewise.
15697 (FE_INVALID): Likewise.
15698 (FE_INVALID_SNAN): Likewise.
15699 (FE_INVALID_ISI): Likewise.
15700 (FE_INVALID_IDI): Likewise.
15701 (FE_INVALID_ZDZ): Likewise.
15702 (FE_INVALID_IMZ): Likewise.
15703 (FE_INVALID_COMPARE): Likewise.
15704 (FE_INVALID_SOFTWARE): Likewise.
15705 (FE_INVALID_SQRT): Likewise.
15706 (FE_INVALID_INTEGER_CONVERSION): Likewise.
15707 (FE_TONEAREST): Likewise.
15708 (FE_TOWARDZERO): Likewise.
15709 (FE_UPWARD): Likewise.
15710 (FE_DOWNWARD): Likewise.
15711 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
15712 (FE_DIVBYZERO): Likewise.
15713 (FE_OVERFLOW): Likewise.
15714 (FE_UNDERFLOW): Likewise.
15715 (FE_INEXACT): Likewise.
15716 (FE_TONEAREST): Likewise.
15717 (FE_DOWNWARD): Likewise.
15718 (FE_UPWARD): Likewise.
15719 (FE_TOWARDZERO): Likewise.
15720 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
15721 (FE_UNDERFLOW): Likewise.
15722 (FE_OVERFLOW): Likewise.
15723 (FE_DIVBYZERO): Likewise.
15724 (FE_INVALID): Likewise.
15725 (FE_TONEAREST): Likewise.
15726 (FE_TOWARDZERO): Likewise.
15727 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
15728 (FE_OVERFLOW): Likewise.
15729 (FE_UNDERFLOW): Likewise.
15730 (FE_DIVBYZERO): Likewise.
15731 (FE_INEXACT): Likewise.
15732 (FE_TONEAREST): Likewise.
15733 (FE_TOWARDZERO): Likewise.
15734 (FE_UPWARD): Likewise.
15735 (FE_DOWNWARD): Likewise.
15736 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
15737 (FE_DIVBYZERO): Likewise.
15738 (FE_OVERFLOW): Likewise.
15739 (FE_UNDERFLOW): Likewise.
15740 (FE_INEXACT): Likewise.
15741 (FE_TONEAREST): Likewise.
15742 (FE_DOWNWARD): Likewise.
15743 (FE_UPWARD): Likewise.
15744 (FE_TOWARDZERO): Likewise.
15745
105ca950
CM
157462012-11-02 Chris Metcalf <cmetcalf@tilera.com>
15747
15748 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
15749
a542b389
AS
157502012-11-03 Andreas Schwab <schwab@linux-m68k.org>
15751
15752 * scripts/cross-test-ssh.sh (command): Use newlines to separate
15753 commands. Quote $PWD.
15754 (blacklist_exports): Don't use remove_newlines. Replace "declare
15755 -x" by "export".
15756 (remove_newlines): Remove.
15757
f62c8abc
L
157582012-11-02 H.J. Lu <hongjiu.lu@intel.com>
15759
15760 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
15761 * stdlib/stdlib.h (atof): Moved to ...
15762 * include/bits/stdlib-float.h: Here. New file.
15763 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
15764 * stdlib/bits/stdlib-float.h: New file.
15765 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
15766 -mno-sse -mno-mmx.
15767 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
15768 <xmmintrin.h>.
15769
0155d5b2
JM
157702012-11-02 Joseph Myers <joseph@codesourcery.com>
15771
a68d0680
JM
15772 * conform/conformtest.pl (@headers): Add fenv.h.
15773 * conform/data/fenv.h-data: New file.
15774 * include/fenv.h [_ISOMAC]: Disable all contents of file except
15775 include of <math/fenv.h>.
15776
caf7f573
JM
15777 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
15778 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
15779 && !UNIX98]. Enables tests for XOPEN2K8.
15780 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
15781 POSIX2008]: Likewise.
15782
6c073ad6
JM
15783 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
15784 (struct rusage): Do not expect type or its members.
15785
0155d5b2
JM
15786 [BZ #3439]
15787 * math/math.h (FP_NAN): Define macro to integer constant usable in
15788 #if and use that to give value to enum constant.
15789 (FP_INFINITE): Likewise.
15790 (FP_ZERO): Likewise.
15791 (FP_SUBNORMAL): Likewise.
15792 (FP_NORMAL): Likewise.
15793
b5dcacb4
AS
157942012-11-02 Andreas Schwab <schwab@linux-m68k.org>
15795
15796 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
15797 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
15798 arguments.
15799
f7934be8
RM
158002012-11-02 Roland McGrath <roland@hack.frob.com>
15801
15802 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
15803 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
15804 autoconf-time if not.
15805 * configure.in: Remove AC_PREREQ.
15806
d7d08bde
TMQMF
158072012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15808
15809 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
15810 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
15811 of the internal implementation.
15812
dcdae19a
JM
158132012-11-02 Joseph Myers <joseph@codesourcery.com>
15814
15815 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
15816 except include of <misc/sys/syslog.h>.
15817
d6cffd3e
AS
158182012-11-01 Andreas Schwab <schwab@linux-m68k.org>
15819
15820 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
15821 function returns with a NULL context exit with zero.
15822
b3563932
TMQMF
158232012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15824
15825 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
15826
b288a93d
L
158272012-11-01 H.J. Lu <hongjiu.lu@intel.com>
15828
15829 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
15830 (run_program_cmd): This.
15831 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
15832 (tst_langinfo): New variable. Use it.
15833
a2421a68
SAS
158342012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
15835
15836 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
15837 floating point opcodes.
15838
6f796e1b
TS
158392012-11-01 Thomas Schwinge <thomas@codesourcery.com>
15840
7402596b
TS
15841 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
15842 variable.
15843
d0d4f868
TS
15844 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
15845
6f796e1b
TS
15846 * sysdeps/mach/hurd/powerpc: Remove directory.
15847 * sysdeps/mach/powerpc: Likewise.
15848
4da224a2
AS
158492012-11-01 Andreas Schwab <schwab@linux-m68k.org>
15850
15851 * scripts/check-local-headers.sh: Ignore c++ headers.
15852
341dd673
TS
158532012-11-01 Thomas Schwinge <thomas@codesourcery.com>
15854
15855 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
15856 __libc_cleanup_region_start argument.
15857
473611b2
JM
158582012-11-01 Joseph Myers <joseph@codesourcery.com>
15859
15860 [BZ #14784]
15861 [BZ #14785]
15862 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
15863 x * y using scaling, not as x * y + z.
15864 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15865 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15866 * math/libm-test.inc (fma_test): Add more tests.
15867 (fma_test_towardzero): Likewise.
15868 (fma_test_downward): Likewise.
15869 (fma_test_upward): Likewise.
15870
4078da3d
TS
158712012-11-01 Thomas Schwinge <thomas@codesourcery.com>
15872
15873 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
15874
903252aa
JM
158752012-10-31 Joseph Myers <joseph@codesourcery.com>
15876
15877 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
15878 New variable.
15879
cbc818d0
TS
158802012-10-31 Thomas Schwinge <thomas@codesourcery.com>
15881
15882 * rt/tst-shm.c (worker): Correct checking for mmap failure.
15883
5a03cb1e
AS
158842012-10-31 Andreas Schwab <schwab@linux-m68k.org>
15885
15886 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15887 Fix sort order.
15888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15889 Likewise.
15890
90aff2ff
TMQMF
158912012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15892
15893 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15894 Fix the order of the list for glibc 2.17.
15895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15896 Likewise.
15897
1818fcb7
AS
158982012-10-31 Andreas Schwab <schwab@linux-m68k.org>
15899
15900 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15901
ef82f4da
JM
159022012-10-31 Joseph Myers <joseph@codesourcery.com>
15903
16a0e2ec
JM
15904 [BZ #14610]
15905 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
15906 for low part of x being zero before using __atanl (y).
15907 * math/libm-test.inc (atan2_test): Add another test.
15908
0eb69512
JM
15909 * manual/install.texi (Configuring and compiling): Document
15910 general use of test-wrapper and test-wrapper-env.
15911 * INSTALL: Regenerated.
15912
ef82f4da
JM
15913 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
15914 (__fma): Do not extract and scale down low bits on after-rounding
15915 systems when result rounded to normal precision would have normal
15916 exponent.
15917 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
15918 (__fmal): Do not extract and scale down low bits on after-rounding
15919 systems when result rounded to normal precision would have normal
15920 exponent.
15921 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
15922 (__fmal): Do not extract and scale down low bits on after-rounding
15923 systems when result rounded to normal precision would have normal
15924 exponent.
15925 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
15926 macro.
15927 (fma_test): Add more tests.
15928 (fma_test_towardzero): Likewise.
15929 (fma_test_downward): Likewise.
15930 (fma_test_upward): Likewise.
15931
954ef0d9
L
159322012-10-30 H.J. Lu <hongjiu.lu@intel.com>
15933
15934 * sysdeps/i386/tininess.h: Renamed to ...
15935 * sysdeps/x86/tininess.h: This.
15936 * sysdeps/x86_64/tininess.h: Removed.
15937
df61ffb2
JM
159382012-10-30 Joseph Myers <joseph@codesourcery.com>
15939
15940 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
15941 input. Use $(build-program-cmd).
15942 ($(objpfx)tst-array1-static.out): Likewise.
15943 ($(objpfx)tst-array2.out): Likewise.
15944 ($(objpfx)tst-array3.out): Likewise.
15945 ($(objpfx)tst-array4.out): Likewise.
15946 ($(objpfx)tst-array5.out): Likewise.
15947 ($(objpfx)tst-array5-static.out): Likewise.
15948
01767843
CM
159492012-10-30 Chris Metcalf <cmetcalf@tilera.com>
15950
47cc1490
CM
15951 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
15952 if defined.
15953
01767843
CM
15954 * nss/nsswitch.h (nss_interface_function): Provide new
15955 macro for use with NSS functions.
15956 * grp/initgroups.c: Use new macro.
15957 * nss/getXXbyYY.c: Likewise.
15958 * nss/getXXbyYY_r.c: Likewise.
15959 * nss/getXXent.c: Likewise.
15960 * nss/getXXent_r.c: Likewise.
15961 * sysdeps/posix/getaddrinfo.c: Likewise.
15962
8321aa97
AJ
159632012-10-30 Andreas Jaeger <aj@suse.de>
15964
15965 * po/ru.po: Update Russion translation from translation project.
15966
2a27fd6d
JM
159672012-10-30 Joseph Myers <joseph@codesourcery.com>
15968
8627a232
JM
15969 [BZ #14152]
15970 [BZ #14783]
15971 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
15972 result and shift together with sticky bit instead of replicating
15973 round-to-nearest rounding.
15974 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15975 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15976 * math/libm-test.inc (fma_test): Add more tests. Do not permit
15977 missing underflow exceptions.
15978 (fma_test_towardzero): Add more tests.
15979 (fma_test_downward): Likewise.
15980 (fma_test_upward): Likewise.
15981
2a27fd6d
JM
15982 [BZ #14047]
15983 * sysdeps/generic/tininess.h: New file.
15984 * sysdeps/i386/tininess.h: Likewise.
15985 * sysdeps/sh/tininess.h: Likewise.
15986 * sysdeps/x86_64/tininess.h: Likewise.
15987 * stdlib/tst-strtod-underflow.c: Likewise.
15988 * stdlib/tst-tininess.c: Likewise.
15989 * stdlib/strtod_l.c: Include <tininess.h>.
15990 (round_and_return): Do not set errno for exact underflow cases.
15991 Force an underflow exception when setting errno for underflow.
15992 Determine underflow based on rounding to normal precision if
15993 TININESS_AFTER_ROUNDING.
15994 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
15995 ERANGE for exact underflow cases.
15996 * stdlib/Makefile (tests): Add tst-tininess and
15997 tst-strtod-underflow.
15998 ($(objpfx)tst-tininess): Use $(link-libm).
15999 ($(objpfx)tst-strtod-underflow): Likewise.
16000
e7170363
AJ
160012012-10-30 Andreas Jaeger <aj@suse.de>
16002
e5088dc6
AJ
16003 [BZ#14767]
16004 * elf/Makefile (tests): Remove conditional for have-initfini-array
16005 since this is now always required and the variable does not exist
16006 anymore.
16007 (tests-static): Likewise.
16008 (modules-names): Likewise.
16009
e7170363 16010 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
16011
16012 * elf/tst-array1.c (fini_array): Make writeable so that it can be
16013 merged with constructor/destructor.
16014 (init_array): Likewise.
16015 * elf/tst-array2dep.c (fini_array): Likewise.
16016 (init_array): Likewise.
16017
60457d8a
MF
160182012-10-29 Mike Frysinger <vapier@gentoo.org>
16019
16020 * manual/message.texi: Delete @cartouche tags.
16021
8bece752
PT
160222012-10-29 Pino Toscano <toscano.pino@tiscali.it>
16023
94ce799f
PT
16024 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
16025 EOPNOTSUPP.
16026 * sysdeps/mach/hurd/fsync.c: Likewise.
16027
8bece752
PT
16028 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
16029 [_POSIX_REALTIME_SIGNALS]: Change condition to
16030 [_POSIX_REALTIME_SIGNALS > 0].
16031
86ebe6b1
AJ
160322012-10-27 Andreas Jaeger <aj@suse.de>
16033
16034 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
16035 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
16036 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
16037 [__WORDSIZE != 64]: Likewise.
16038
54399c08
L
160392012-10-26 H.J. Lu <hongjiu.lu@intel.com>
16040
16041 * iconvdata/tst-table.sh: Remove ${SHELL}.
16042 * iconvdata/tst-tables.sh: Likewise.
16043
e2211bed
DM
160442012-10-25 David S. Miller <davem@davemloft.net>
16045
16046 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16047 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
16048 of strtoull.
16049
f303f97c
DM
16050 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
16051 ifunc-impl-list.c
16052 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
16053 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
16054 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
16055 file.
16056
1e9d84cd
RM
160572012-10-25 Roland McGrath <roland@hack.frob.com>
16058
16059 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16060 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
16061 __getdirentries.
16062
df381762
JM
160632012-10-25 Joseph Myers <joseph@codesourcery.com>
16064 Jim Blandy <jimb@codesourcery.com>
16065
16066 * scripts/cross-test-ssh.sh: New file.
16067 * manual/install.texi (Configuring and compiling): Document use of
16068 cross-test-ssh.sh.
16069 * INSTALL: Regenerated.
16070
bff64913
PT
160712012-10-25 Pino Toscano <toscano.pino@tiscali.it>
16072
16073 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
16074 EOPNOTSUPP.
16075
25fe8932
JM
160762012-10-25 Joseph Myers <joseph@codesourcery.com>
16077
16078 * Makeconfig (run-program-prefix): Fix comment.
16079
cc1290d0
JM
160802012-10-24 Joseph Myers <joseph@codesourcery.com>
16081 Jim Blandy <jimb@codesourcery.com>
16082
16083 * Makeconfig (test-wrapper): New variable,
16084 (test-wrapper-env): Likewise.
16085 [$(cross-compiling) = yes && $(test-wrapper) != ""]
16086 (run-built-tests): Define to yes.
16087 (run-program-prefix): Use $(test-wrapper).
16088 (built-program-cmd): Likewise.
16089 * Rules (make-test-out): Use $(test-wrapper-env) and
16090 $(host-built-program-cmd).
16091 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
16092 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
16093 tst-pathopt.sh.
16094 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
16095 $(test-wrapper-env) to tst-rtld-load-self.sh.
16096 ($(objpfx)order2.out): Use $(test-wrapper).
16097 ($(objpfx)tst-initorder.out): Likewise.
16098 ($(objpfx)tst-initorder2.out): Likewise.
16099 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
16100 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
16101 (test_wrapper_env): New variable. Use it to run ld.so.
16102 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
16103 Use it to run ld.so.
16104 (test_wrapper_env): Likewise.
16105 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
16106 $(test-wrapper) to run-iconv-test.sh.
16107 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
16108 (ICONV): Use $test_wrapper.
16109 * posix/Makefile ($(objpfx)globtest.out): Pass
16110 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
16111 globtest.sh, not $(run-program-prefix).
16112 * posix/globtest.sh (run_via_rtld_prefix): New variable.
16113 (test_wrapper): Likewise.
16114 (test_wrapper_env): Likewise. Use it to run globtest with HOME
16115 set together with run_via_rtld_prefix.
16116 (run_program_prefix): Define in terms of test_wrapper and
16117 run_via_rtld_prefix.
16118
6e6249d0
RM
161192012-10-24 Roland McGrath <roland@hack.frob.com>
16120
16121 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
16122 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
16123 Targets removed.
16124
16125 [BZ #14743]
16126 * include/time.h: Remove librt_hidden_proto (clock_gettime).
16127 Declare __clock_getres, __clock_gettime, __clock_settime,
16128 __clock_nanosleep, and __clock_getcpuclockid.
16129 * rt/clock_gettime.c: Define __clock_gettime as an alias.
16130 Remove librt_hidden_def (clock_gettime).
16131 * sysdeps/unix/clock_gettime.c: Likewise.
16132 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
16133 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
16134 * rt/clock_getres.c: Define __clock_getres as an alias.
16135 * sysdeps/posix/clock_getres.c: Likewise.
16136 * rt/clock_settime.c: Define __clock_settime as an alias.
16137 * sysdeps/unix/clock_settime.c: Likewise.
16138 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
16139 * sysdeps/unix/clock_nanosleep.c: Likewise.
16140 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
16141 * rt/clock-compat.c: New file.
16142 * rt/Makefile (librt-routines): Add clock-compat and move
16143 $(clock-routines) to ...
16144 (routines): ... here, new variable.
16145 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
16146 Don't add get_clockfreq here.
16147 * rt/Versions (libc: GLIBC_2.17): New version set.
16148 Add clock_* symbols here.
16149 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
16150 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
16151 (GLIBC_2.17): Add clock_* symbols.
16152 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
16153 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
16154 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
16155 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
16156 Likewise.
16157 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
16158 Likewise.
16159 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
16160 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
16161 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
16162 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
16163 * NEWS: Mention the move.
16164
16165 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
16166 Use __open, __read, __close rather than their public counterparts.
16167 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16168 (__get_clockfreq_via_cpuinfo): Likewise.
16169 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
16170 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
16171
16172 * config.h.in (HAVE_IFUNC): New #undef.
16173 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
16174 was successful.
16175 * configure: Regenerated.
16176
0cae3f4b
MF
161772012-10-24 Mike Frysinger <vapier@gentoo.org>
16178
16179 * configure.in: Move READELF check to start of file.
16180 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
16181 libc_cv_asm_gnu_indirect_function in the process.
16182 * configure: Regenerated.
16183
8175a253
MF
161842012-10-24 Mike Frysinger <vapier@gentoo.org>
16185
16186 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
16187 send the output to /dev/null.
16188 (libc_cv_cc_with_libunwind): Likewise.
16189 (libc_cv_as_noexecstack): Likewise.
16190 * configure: Regenerate.
16191
0708a7d1
JM
161922012-10-24 Joseph Myers <joseph@codesourcery.com>
16193
10b40d85
JM
16194 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
16195
0708a7d1
JM
16196 * posix/globtest.sh (TMPDIR): Do not set.
16197 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
16198 (testout): Likewise.
16199
9fddec1a
AJ
162002012-10-24 Andreas Jaeger <aj@suse.de>
16201
3a8db22f
AJ
16202 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
16203 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
16204 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
16205 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
16206 posix_fadvise64, posix_fallocate64.
16207
9fddec1a
AJ
16208 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
16209 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
16210 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
16211 Likewise.
16212 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
16213 Likewise.
16214 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
16215
16216 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
16217 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
16218 <bits/fcntl-linux.h>.
16219 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
16220
16221 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
16222 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
16223 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
16224 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
16225 [__WORDSIZE != 64]: Likewise.
16226
ebfd1bbd
JM
162272012-10-23 Joseph Myers <joseph@codesourcery.com>
16228
03ac099f
JM
16229 * Makeconfig (run-built-tests): New variable.
16230 * Rules [$(cross-compiling) = yes]: Change condition to
16231 [$(run-built-tests) = no].
16232 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
16233 to [$(run-built-tests) = yes].
16234 * elf/Makefile [$(cross-compiling) = no]: Likewise
16235 * grp/Makefile [$(cross-compiling) = no]: Likewise.
16236 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
16237 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
16238 * intl/Makefile [$(cross-compiling) = no]: Likewise.
16239 * io/Makefile [$(cross-compiling) = no]: Likewise.
16240 * libio/Makefile [$(cross-compiling) = no]: Likewise.
16241 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
16242 * misc/Makefile [$(cross-compiling) = no]: Likewise.
16243 * posix/Makefile [$(cross-compiling) = no]: Likewise.
16244 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
16245 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
16246 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
16247 * string/Makefile [$(cross-compiling) = no]: Likewise.
16248
ebfd1bbd
JM
16249 * posix/Makefile ($(objpfx)globtest.out): Pass
16250 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
16251 $(rtld-installed-name).
16252 * posix/globtest.sh (elf_objpfx): Remove variable.
16253 (rtld_installed_name): Likewise.
16254 (library_path): Likewise.
16255 (run_program_prefix): New variable. Use for running globtest
16256 binary.
16257
166bca24
JB
162582012-10-23 Jim Blandy <jimb@codesourcery.com>
16259 Joseph Myers <joseph@codesourcery.com>
16260
16261 * Makeconfig (host-built-program-cmd): New variable.
16262 * elf/Makefile (tst-stackguard1-ARGS): Use
16263 $(host-built-program-cmd).
16264 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
16265 (tst-spawn-ARGS): Likewise.
16266 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
16267
88866099
JM
162682012-10-23 Joseph Myers <joseph@codesourcery.com>
16269 Jim Blandy <jimb@codesourcery.com>
16270
16271 * Makeconfig (run-via-rtld-prefix): New variable.
16272 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
16273 (built-program-cmd): Likewise.
16274
b4b4c296
AJ
162752012-10-22 Andreas Jaeger <aj@suse.de>
16276
16277 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
16278 __O_RSYNC if it exists, otherwise to O_SYNC.
16279
6fb54a22
JB
162802012-10-22 Jim Blandy <jimb@codesourcery.com>
16281 Joseph Myers <joseph@codesourcery.com>
16282
16283 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
16284 /dev/null.
16285 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
16286 from /dev/null
16287 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
16288 /dev/null.
16289
481b90b9
AJ
162902012-10-22 Andreas Jaeger <aj@suse.de>
16291
2a0e2669
AJ
16292 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
16293 Define always.
16294 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
16295
76e38f9a
AJ
16296 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16297 bits/fcntl-linux.h.
16298
7cd37b43
AJ
16299 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
16300 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
16301
481b90b9
AJ
16302 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
16303 to __O_LARGEFILE.
16304 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
16305 to __O_LARGEFILE.
16306
aba75984
JB
163072012-10-21 Jim Blandy <jimb@codesourcery.com>
16308 Joseph Myers <joseph@codesourcery.com>
16309
16310 * config.make.in (NM): New variable.
16311
88d4247f
AJ
163122012-10-21 Andreas Jaeger <aj@suse.de>
16313
16314 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
16315 definitions and declarations that are provided by
16316 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
16317
f2eed205
L
163182012-10-20 H.J. Lu <hongjiu.lu@intel.com>
16319
16320 [BZ #14683]
16321 * elf/Makefile (tests-static): Add tst-leaks1-static.
16322 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
16323 ($(objpfx)tst-leaks1-static): New rule.
16324 ($(objpfx)tst-leaks1-static-mem): Likewise.
16325 (tst-leaks1-static-ENV): New macro.
16326 * elf/dl-open.c (dl_open_worker): Check the main application
16327 only if SHARED is defined.
16328 * elf/tst-leaks1-static.c: New file.
16329
335e6931
AJ
163302012-10-20 Andreas Jaeger <aj@suse.de>
16331
16332 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
16333 generic values for Linux.
16334 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
16335 and declarations that are provided by <bits/fcntl-linux.h> and
16336 include <bits/fcntl-linux.h>.
16337 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16338 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16339
ac5c94d3
RM
163402012-10-20 Roland McGrath <roland@hack.frob.com>
16341
16342 * io/fcntl.h: Move include of <bits/types.h> to the top and
16343 include it unconditionally.
16344
de54b33a
L
163452012-10-20 H.J. Lu <hongjiu.lu@intel.com>
16346
228cfb01
L
16347 * wcsmbs/Makefile (tests-ifunc): New variable.
16348 (tests): Add $(tests-ifunc).
16349 * wcsmbs/test-wcschr-ifunc.c: New file.
16350 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
16351 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
16352 * wcsmbs/test-wcslen-ifunc.c: Likewise.
16353 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
16354 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
16355
69f07e5f
L
16356 * string/Makefile (tests-ifunc): New variable.
16357 (tests): Add $(tests-ifunc).
16358 * string/test-memccpy.c (TEST_NAME): New macro.
16359 * string/test-memchr.c (TEST_NAME): Likewise.
16360 * string/test-memcmp.c (TEST_NAME): Likewise.
16361 * string/test-memcpy.c (TEST_NAME): Likewise.
16362 * string/test-memmem.c (TEST_NAME): Likewise.
16363 * string/test-memmove.c (TEST_NAME): Likewise.
16364 * string/test-memset.c (TEST_NAME): Likewise.
16365 * string/test-rawmemchr.c (TEST_NAME): Likewise.
16366 * string/test-stpcpy.c (TEST_NAME): Likewise.
16367 * string/test-stpncpy.c (TEST_NAME): Likewise.
16368 * string/test-strcasecmp.c (TEST_NAME): Likewise.
16369 * string/test-strcasestr.c (TEST_NAME): Likewise.
16370 * string/test-strcat.c (TEST_NAME): Likewise.
16371 * string/test-strchr.c (TEST_NAME): Likewise.
16372 * string/test-strcmp.c(TEST_NAME): Likewise.
16373 * string/test-strcpy.c (TEST_NAME): Likewise.
16374 * string/test-strcspn.c (TEST_NAME): Likewise.
16375 * string/test-strlen.c (TEST_NAME): Likewise.
16376 * string/test-strncasecmp.c (TEST_NAME): Likewise.
16377 * string/test-strncmp.c (TEST_NAME): Likewise.
16378 * string/test-strncpy.c (TEST_NAME): Likewise.
16379 * string/test-strnlen.c (TEST_NAME): Likewise.
16380 * string/test-strpbrk.c (TEST_NAME): Likewise.
16381 * string/test-strrchr.c (TEST_NAME): Likewise.
16382 * string/test-strspn.c (TEST_NAME): Likewise.
16383 * string/test-strstr.c (TEST_NAME): Likewise.
16384 * string/test-bcopy-ifunc.c: New file.
16385 * string/test-bzero-ifunc.c: Likewise.
16386 * string/test-memccpy-ifunc.c: Likewise.
16387 * string/test-memchr-ifunc.c: Likewise.
16388 * string/test-memcmp-ifunc.c: Likewise.
16389 * string/test-memcpy-ifunc.c: Likewise.
16390 * string/test-memmem-ifunc.c: Likewise.
16391 * string/test-memmove-ifunc.c: Likewise.
16392 * string/test-mempcpy-ifunc.c: Likewise.
16393 * string/test-memset-ifunc.c: Likewise.
16394 * string/test-rawmemchr-ifunc.c: Likewise.
16395 * string/test-stpcpy-ifunc.c: Likewise.
16396 * string/test-stpncpy-ifunc.c: Likewise.
16397 * string/test-strcasecmp-ifunc.c: Likewise.
16398 * string/test-strcasestr-ifunc.c: Likewise.
16399 * string/test-strcat-ifunc.c: Likewise.
16400 * string/test-strchr-ifunc.c: Likewise.
16401 * string/test-strchrnul-ifunc.c: Likewise.
16402 * string/test-strcmp-ifunc.c: Likewise.
16403 * string/test-strcpy-ifunc.c: Likewise.
16404 * string/test-strcspn-ifunc.c: Likewise.
16405 * string/test-strlen-ifunc.c: Likewise.
16406 * string/test-strncasecmp-ifunc.c: Likewise.
16407 * string/test-strncat-ifunc.c: Likewise.
16408 * string/test-strncmp-ifunc.c: Likewise.
16409 * string/test-strncpy-ifunc.c: Likewise.
16410 * string/test-strnlen-ifunc.c: Likewise.
16411 * string/test-strpbrk-ifunc.c: Likewise.
16412 * string/test-strrchr-ifunc.c: Likewise.
16413 * string/test-strspn-ifunc.c: Likewise.
16414 * string/test-strstr-ifunc.c: Likewise.
16415
de54b33a
L
16416 * debug/Makefile (tests-ifunc): New variable.
16417 (tests): Add $(tests-ifunc).
16418 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
16419 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
16420 * debug/test-stpcpy_chk-ifunc.c: New file.
16421 * debug/test-strcpy_chk-ifunc.c: Likewise.
16422
88481c16
SP
164232012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16424
16425 [BZ #13601]
16426 * elf/dl-load.c (open_verify): Retry read if the entire ELF
16427 header is not read in.
16428
135948bd
JM
164292012-10-19 Joseph Myers <joseph@codesourcery.com>
16430
89f1c388
JM
16431 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
16432 script to $(SHELL) as $<. Pass $(common-objpfx) to script
16433 directly. Pass built executable to script as
16434 $(built-program-cmd).
16435 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
16436 $testprogram without using LD_LIBRARY_PATH and $ldso.
16437
e40a0d21
JM
16438 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
16439 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
16440 $(rtld-installed-name).
16441 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
16442 (rtld_installed_name): Likewise.
16443 (library_path): Likewise.
16444 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
16445 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
16446 $(run-program-prefix) to tst-tables.sh.
16447 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
16448 it to run tst-table-from and tst-table-to.
16449 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
16450 Pass it to tst-table.sh.
16451 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
16452 $(run-program-prefix) to tst-gettext.sh.
16453 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
16454 tst-translit.sh.
16455 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
16456 tst-gettext2.sh.
16457 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
16458 to run tst-gettext.
16459 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
16460 to run tst-gettext2.
16461 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
16462 to run tst-translit.
16463 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
16464 $(run-program-prefix) to tst-mtrace.sh.
16465 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
16466 to run tst-mtrace.
16467 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
16468 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
16469 $(rtld-installed-name).
16470 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
16471 (rtld_installed_name): Likewise.
16472 (run_program_prefix): New variable. Use it to run wordexp-test.
16473
728e272a
JM
16474 * Makeconfig (ARCH): Remove all definitions.
16475 (machine): Likewise.
16476 [ARCH]: Remove conditional code.
16477 [!objdir]: Give error.
16478 [!objdir] (objpfx): Remove.
16479 [!objdir] (common-objpfx): Likewise.
16480 [!objdir] (common-objdir): Likewise.
16481 * configure.in (config_makefile): Remove. Hardcode Makefile in
16482 AC_CONFIG_FILES call.
16483 * configure: Regenerated.
16484
d528cdcf
JM
16485 [BZ #13888]
16486 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
16487 or TMPDIR.
16488 (testout): Likewise.
16489
135948bd
JM
16490 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
16491 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
16492 $(rtld-installed-name).
16493 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
16494 (rtld_installed_name): Likwise.
16495 (runit): Remove function.
16496 (run_getconf): New variable, Use it for running getconf binary.
16497
38c78296
L
164982012-10-18 H.J. Lu <hongjiu.lu@intel.com>
16499
16500 [BZ #14716]
16501 * string/test-memmem.c (check_result): New function.
16502 (do_one_test): Use it.
16503 (check1): New function.
16504 (test_main): Use it.
16505
d077f65f
MT
165062012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
16507
16508 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
16509
ced52c71
JM
165102012-10-18 Joseph Myers <joseph@codesourcery.com>
16511
16512 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
16513 (_G_LSEEK64): Likewise.
16514 (_G_MMAP64): Likewise.
16515 (_G_FSTAT64): Likewise.
16516 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
16517 (_G_LSEEK64): Likewise.
16518 (_G_MMAP64): Likewise.
16519 (_G_FSTAT64): Likewise.
16520 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
16521 unconditional. Call __mmap64 directly.
16522 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
16523 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
16524 __lseek64 directly.
16525 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
16526 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
16527 __mmap64 directly.
16528 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
16529 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
16530 __lseek64 directly.
16531 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
16532 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
16533 __lseek64 directly.
16534 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
16535 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
16536 __lseek64 directly.
16537 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
16538 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
16539 __fxstat64 directly.
16540 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
16541 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
16542 unconditional.
16543 (freopen64) [!_G_OPEN64]: Remove conditional code.
16544 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
16545 unconditional.
16546 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
16547 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
16548 unconditional.
16549 (ftello64) [!_G_LSEEK64]: Remove conditional code.
16550 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
16551 unconditional.
16552 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
16553 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
16554 unconditional.
16555 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
16556 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
16557 unconditional.
16558 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
16559 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
16560 unconditional.
16561 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
16562 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
16563 unconditional.
16564 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
16565
b741de23
SP
165662012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
16567
16568 [BZ #12140]
16569 * manual/memory.texi (Malloc Tunable Parameters): Add note
16570 about free list pointers overwriting some perturb bytes.
16571 Wording suggested by Roland McGrath.
16572
f9b9d9c9
JM
165732012-10-17 Joseph Myers <joseph@codesourcery.com>
16574
16575 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
16576 (lgamma_test): Likewise.
16577 (tgamma_test): Likewise.
16578
172a631a
FW
165792012-10-16 Florian Weimer <fweimer@redhat.com>
16580
16581 [BZ #14700]
16582 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
16583 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
16584
e9f37252
MK
165852012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
16586
16587 * NEWS: Mention BZ #14716.
16588 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
16589 when removing AVAILABLE1_USES_J macro.
16590
d394eb74
L
165912012-10-12 H.J. Lu <hongjiu.lu@intel.com>
16592
16593 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
16594 (__bswap_64): __uint64_t for unsigned 64-bit int.
16595
ca38dc17
AS
165962012-10-12 Andreas Schwab <schwab@linux-m68k.org>
16597
16598 * include/string.h (memmem): Declare libc hidden alias.
16599 * string/memmem.c (memmem): Define libc hidden alias.
16600 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
16601 __read, __close instead of open, read, close.
16602
9a387d1f
L
166032012-10-11 H.J. Lu <hongjiu.lu@intel.com>
16604
ac49ecaf
L
16605 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
16606 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
16607 global and hidden.
16608 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
16609 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
16610 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
16611 Likewise.
16612 (__rawmemchr_sse2): Likewise.
16613 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
16614 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
16615 (__strchr_sse2): Likewise.
16616 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
16617 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
16618 (__strcasecmp_sse2): Likewise.
16619 (__strncasecmp_sse2): Likewise.
16620 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
16621 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
16622 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
16623 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
16624 (__strrchr_sse2): Likewise.
16625 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
16626 ifunc-impl-list.c.
16627 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
16628 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
16629 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
16630 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
16631 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
16632 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
16633 * sysdeps/x86_64/multiarch/memset.S: Likewise.
16634 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
16635 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
16636 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
16637 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
16638 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
16639 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
16640 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
16641 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
16642 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
16643 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
16644 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
16645 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
16646 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
16647 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
16648 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
16649 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
16650 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
16651 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
16652 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16653 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
16654 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
16655 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
16656 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
16657
b090e8ea
L
16658 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
16659 global and hidden.
16660 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
16661 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
16662 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
16663 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
16664 Likewise.
16665 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
16666 Likewise.
16667 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
16668 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
16669 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
16670 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
16671 ifunc-impl-list.c.
16672 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
16673 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
16674 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
16675 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
16676 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
16677 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
16678 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
16679 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
16680 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
16681 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
16682 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
16683 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
16684 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
16685 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
16686 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
16687 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16688 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
16689 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
16690 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
16691 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
16692 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
16693 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
16694 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
16695 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
16696 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16697 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
16698 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
16699 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
16700 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
16701 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
16702 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
16703 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
16704 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
16705 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
16706 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
16707 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
16708 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
16709 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
16710 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
16711 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
16712 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
16713
11dd4af6
L
16714 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
16715 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
16716 * include/ifunc-impl-list.h: New file.
16717 * misc/ifunc-impl-list.c: Likewise.
16718 * misc/Makefile (routines): Add ifunc-impl-list.
16719 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
16720 * string/test-string.h: Include <ifunc-impl-list.h>.
16721 [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
16722 impl_array): New variables.
16723 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
16724 are defined.
16725 (test_init): Call __libc_ifunc_impl_list to initialize
16726 func_list if TEST_IFUNC and TEST_NAME are defined.
16727
9a387d1f
L
16728 * string/Makefile (strop-tests): Add bcopy and bzero.
16729 * string/test-bcopy.c: New file.
16730 * string/test-bzero.c: Likewise.
16731 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
16732 defined.
16733 * string/test-memset.c: Support bzero test if TEST_BZERO is
16734 defined.
16735 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
16736 __libc_memmove.
16737 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
16738 __libc_memset.
16739 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
16740 of memset.
16741
472371b9
JM
167422012-10-10 Joseph Myers <joseph@codesourcery.com>
16743
1e4a9536
JM
16744 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
16745 * configure: Regenerated.
16746
d173d12e
JM
16747 * Makeconfig (+link-static-before-libc): Don't include
16748 $(link-static-libc).
16749
472371b9
JM
16750 * libio/libio.h (_IO_pos_t): Remove.
16751
89a3ad0b
AO
167522012-10-10 Alexandre Oliva <aoliva@redhat.com>
16753
16754 * NEWS: Add note about FIPS mode. Wording suggested by Roland
16755 McGrath.
16756
e7451425
AO
167572012-10-10 Alexandre Oliva <aoliva@redhat.com>
16758
16759 * crypt/crypt-entry.c: Include fips-private.h.
16760 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
16761 * crypt/md5c-test.c (main): Tolerate disabled MD5.
16762 * sysdeps/unix/sysv/linux/fips-private.h: New file.
16763 * sysdeps/generic/fips-private.h: New file, dummy fallback.
16764
4ba74a35
AO
167652012-10-10 Alexandre Oliva <aoliva@redhat.com>
16766
16767 * crypt/crypt-private.h: Include stdbool.h.
16768 (_ufc_setup_salt_r): Return bool.
16769 * crypt/crypt-entry.c: Include errno.h.
16770 (__crypt_r): Return NULL with EINVAL for bad salt.
16771 * crypt/crypt_util.c (bad_for_salt): New.
16772 (_ufc_setup_salt_r): Check that salt is long enough and within
16773 the specified alphabet.
16774 * crypt/badsalttest.c: New file.
16775 * crypt/Makefile (tests): Add it.
16776 ($(objpfx)badsalttest): New.
16777
f96f1242
MK
167782012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
16779
16780 * NEWS: Add entry for BZ #14602.
16781
0e8e0c1c
JM
167822012-10-09 Joseph Myers <joseph@codesourcery.com>
16783
16784 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
16785 type-generic.
16786 * math/libm-test.inc: Update comment listing what functions and
16787 macros are tested.
16788 (isgreater_test): New function.
16789 (isgreaterequal_test): Likewise.
16790 (isless_test): Likewise.
16791 (islessequal_test): Likewise.
16792 (islessgreater_test): Likewise.
16793 (isunordered_test): Likewise.
16794 (main): Call the new functions.
16795
273edc5e
RM
167962012-10-09 Roland McGrath <roland@hack.frob.com>
16797
b8493de0
RM
16798 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
16799 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
16800 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
16801 * sysdeps/i386/configure: Regenerated.
16802 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
16803 * sysdeps/mach/configure: Regenerated.
16804 * sysdeps/mach/hurd/configure: Regenerated.
16805 * sysdeps/powerpc/configure: Regenerated.
16806 * sysdeps/powerpc/powerpc32/configure: Regenerated.
16807 * sysdeps/powerpc/powerpc64/configure: Regenerated.
16808 * sysdeps/s390/s390-32/configure: Regenerated.
16809 * sysdeps/s390/s390-64/configure: Regenerated.
16810 * sysdeps/sh/configure: Regenerated.
16811 * sysdeps/sparc/configure: Regenerated.
16812 * sysdeps/unix/sysv/linux/configure: Regenerated.
16813 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
16814 * sysdeps/x86_64/configure: Regenerated.
16815
273edc5e
RM
16816 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
16817 defined. Don't check if MAP is NULL.
16818
c8450f70
JM
168192012-10-09 Joseph Myers <joseph@codesourcery.com>
16820
16821 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
16822 (_G_stat64): Likewise.
16823 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
16824 (_G_stat64): Likewise.
16825 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
16826 instead of struct _G_stat64.
16827 * libio/fileops.c (mmap_remap_check): Likewise.
16828 (decide_maybe_mmap): Likewise.
16829 (_IO_new_file_seekoff): Likewise.
16830 (_IO_file_stat): Likewise.
16831 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
16832 _G_off64_t.
16833 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
16834 instead of struct _G_stat64.
16835 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
16836
57e605ba
MK
168372012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
16838
16839 [BZ #14602]
16840 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
16841 Replace with ...
16842 (CHECK_EOL): New macro.
16843 (two_way_short_needle): Check beginning of haystack for EOL. Use
16844 CHECK_EOL.
16845 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
16846 Replace with CHECK_EOL.
16847 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
16848 Replace with CHECK_EOL.
16849
ef1bb361
JM
168502012-10-08 Joseph Myers <joseph@codesourcery.com>
16851
16852 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
16853 type-generic.
16854 * math/libm-test.inc: Update comment listing what functions and
16855 macros are tested.
16856 (finite_test): New function.
16857 (isinf_test): Likewise.
16858 (isnan_test): Likewise.
16859 (fpclassify_test): Test subnormal input.
16860 (isfinite_test): Likewise.
16861 (isnormal_test): Likewise.
16862 (main): Call the new functions.
16863
55f11534
JN
168642012-10-08 Jonathan Nieder <jrnieder@gmail.com>
16865
16866 [BZ #14660]
16867 * Makerules (%.dynsym): Force C locale when running
16868 $(OBJDUMP) --dynamic-syms.
16869
1ab29350
AS
168702012-10-08 Andreas Schwab <schwab@linux-m68k.org>
16871
16872 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
16873 <stdint.h>.
16874
f1ecb7ef
DM
168752012-10-06 David S. Miller <davem@davemloft.net>
16876
16877 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
16878 upper 32-bits of the length value in %o2 since we use branch-on-register
16879 tests which consider the entire 64-bit register.
16880
5d41d91a
L
168812012-10-06 H.J. Lu <hongjiu.lu@intel.com>
16882
16883 * string/test-strstr.c (check2): Add a test for page boundary.
16884
3baddb72
DM
168852012-10-05 David S. Miller <davem@davemloft.net>
16886
16887 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
16888 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
16889 file.
16890 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
16891 sysdep_routines.
16892 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
16893 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
16894 and bzero when HWCAP_SPARC_CRYPTO is present.
16895
9cee5585
L
168962012-10-05 H.J. Lu <hongjiu.lu@intel.com>
16897
d7e0dab9
L
16898 [BZ #14602]
16899 * string/test-strstr.c (check2): New function.
16900 (test_main): Call check2.
16901
03759f47
L
16902 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
16903 and bug-strchr1.
16904 * string/bug-strcasestr1.c (do_test): Moved to ...
16905 * string/test-strcasestr.c (check1): Here. New function.
16906 (do_one_test): Break out result checking code into ...
16907 (check_result): This. New function.
16908 (do_one_test): Call check_result.
16909 (test_main): Call check1.
16910 * string/bug-strchr1.c (do_test): Moved to ...
16911 * string/test-strchr.c (check1): Here. New function.
16912 (do_one_test): Break out result checking code into ...
16913 (check_result): This. New function.
16914 (do_one_test): Call check_result.
16915 (test_main): Call check1.
16916 * string/bug-strstr1.c (main): Moved to ...
046f153e 16917 * string/test-strstr.c (check1): Here. New function.
03759f47
L
16918 (do_one_test): Break out result checking code into ...
16919 (check_result): This. New function.
16920 (do_one_test): Call check_result.
16921 (test_main): Call check1.
16922 * string/bug-strcasestr1.c: Removed.
16923 * string/bug-strchr1.c: Likewise.
16924 * string/bug-strstr1.c: Likewise.
16925
53cea63e
L
16926 * elf/Makefile (dl-routines): Add hwcaps.
16927 * elf/dl-support.c (_dl_important_hwcaps): Removed.
16928 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
16929 (_dl_important_hwcaps): Moved to ...
16930 * elf/dl-hwcaps.c: Here. New file.
16931 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
16932
9cee5585 16933 [BZ #14557]
bb859b06
L
16934 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
16935 if IS_IN_rtld isn't defined.
16936
9cee5585
L
16937 * elf/dl-support.c (_dl_sysinfo_map): New.
16938 Include "get-dynamic-info.h" and "setup-vdso.h".
16939 (_dl_non_dynamic_init): Call setup_vdso.
16940 * elf/dynamic-link.h: Don't include <assert.h>.
16941 (elf_get_dynamic_info): Moved to ...
16942 * elf/get-dynamic-info.h: Here. New file.
16943 * elf/dynamic-link.h: Include "get-dynamic-info.h".
16944 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
16945 * elf/setup-vdso.h: Here. New file.
16946 * elf/rtld.c: Include "setup-vdso.h".
16947 (dl_main): Call setup_vdso.
16948
23c31b76
JM
169492012-10-05 Joseph Myers <joseph@codesourcery.com>
16950
28234b07
JM
16951 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
16952 creal in comment listing functions tested. List finite, isinf,
16953 isnan, isless, islessequal, isgreater, isgreaterequal,
16954 islessgreater, isunordered, lgamma_r and pow10 as functions and
16955 macros not tested. Mention which functions not tested are aliases
16956 for other functions. Fix typo. Note that signs of NaNs are not
16957 tested.
16958
23c31b76
JM
16959 * scripts/config.guess: Update from config.git.
16960 * scripts/config.sub: Likewise.
16961
9043e228
RM
169622012-10-04 Roland McGrath <roland@hack.frob.com>
16963
16964 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
16965 * misc/madvise.c (madvise): Renamed to __madvise.
16966 Make madvise a weak alias.
16967 * include/sys/mman.h: Declare __madvise.
16968 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
16969 * sysdeps/unix/syscalls.list
16970 (madvise): Make __madvise the strong name, and madvise a weak alias.
16971 * sysdeps/unix/sysv/linux/syscalls.list
16972 (madvise, mmap): Remove redundant entries.
16973 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
16974 * malloc/malloc.c (mtrim): Likewise.
16975 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
16976
f57f8055
RM
169772012-10-03 Roland McGrath <roland@hack.frob.com>
16978
16979 * sysdeps/mach/hurd/dl-cache.c: File removed.
16980 * config.h.in (USE_LDCONFIG): New #undef.
16981 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
16982 * configure: Regenerated.
16983 * elf/Makefile (dl-routines): Add dl-cache only under
16984 [$(use-ldconfig) = yes].
16985 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
16986 cache on [USE_LDCONFIG].
16987 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
16988 [USE_LDCONFIG].
16989 * elf/rtld.c (dl_main): Likewise.
16990
5bb0c10a
PT
169912012-10-03 Pino Toscano <toscano.pino@tiscali.it>
16992
16993 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
16994 _SC_LEVEL4_CACHE_LINESIZE.
16995
010188c6
RM
169962012-10-03 Roland McGrath <roland@hack.frob.com>
16997
16998 * sysdeps/unix/bsd/confstr.h: File removed.
16999
b6c5ec07
AO
170002012-10-02 Alexandre Oliva <aoliva@redhat.com>
17001
17002 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
17003 sys/sdt-config.h.
17004
408223d4
RM
170052012-10-02 Roland McGrath <roland@hack.frob.com>
17006
17007 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
17008 Make 'mapoff' field ElfW(Off) rather than off_t.
17009
bb9510dc
DL
170102012-10-02 Dmitry V. Levin <ldv@altlinux.org>
17011
fc997c6e
DL
17012 * nscd/Makefile: Remove nscd-cflags and all its users.
17013 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
17014 (CFLAGS-nonlib): Add compiler flags for nscd modules.
17015
bb9510dc
DL
17016 [BZ #10631]
17017 * malloc.c (malloc_printerr): Clarify error message.
17018
05699367
L
170192012-10-02 H.J. Lu <hongjiu.lu@intel.com>
17020
17021 [BZ #14648]
17022 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17023 Set bit_FMA_Usable if FMA is supported.
17024 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
17025 macro.
17026 (bit_FMA4_Usable): Updated.
17027 (index_FMA_Usable): New macro.
17028 (CPUID_FMA): Likewise
17029 (HAS_FMA): Defined with bit_FMA_Usable.
17030
51367701
RM
170312012-10-01 Roland McGrath <roland@hack.frob.com>
17032
17033 * bits/types.h (__swblk_t): Type removed.
17034 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
17035 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
17036 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17037 (__SWBLK_T_TYPE): Likewise.
17038 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17039 (__SWBLK_T_TYPE): Likewise.
17040 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17041 (__SWBLK_T_TYPE): Likewise.
17042 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17043 (__SWBLK_T_TYPE): Likewise.
17044
4d57bf63 170452012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 17046 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
17047
17048 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
17049 (xdr_mapname): Use YPMAXMAP as maxsize.
17050 (xdr_peername): Use YPMAXPEER as maxsize.
17051 (xdr_keydat): Use YPAXRECORD as maxsize.
17052 (xdr_valdat): Use YPMAXRECORD as maxsize.
17053
93c65d43
RM
170542012-10-01 Roland McGrath <roland@hack.frob.com>
17055
497a03d6
RM
17056 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
17057
93c65d43
RM
17058 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
17059 * csu/init-first.c: ... here.
17060 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
17061 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
17062 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
17063 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
17064 * sysdeps/i386/init-first.c: File removed.
17065 * sysdeps/sh/init-first.c: File removed.
17066
bec749fd
JM
170672012-10-01 Joseph Myers <joseph@codesourcery.com>
17068
17069 [BZ #14645]
17070 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
17071 if x * y might underflow to zero and z is zero.
17072 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17073 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17074 * math/libm-test.inc (min_subnorm_value): New variable.
17075 (fma_test): Add more tests.
17076 (fma_test_towardzero): Likewise.
17077 (fma_test_downward): Likewise
17078 (fma_test_upward): Likewise.
17079 (initialize): Set min_subnorm_value.
17080
8ec5b013
JM
170812012-09-29 Joseph Myers <joseph@codesourcery.com>
17082
17083 [BZ #14638]
17084 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
17085 0 + 0.
17086 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
17087 mode for addition resulting in exact zero.
17088 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
17089 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
17090 exact 0 + 0.
17091 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17092 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17093 * math/libm-test.inc (fma_test): Add more tests.
17094 (fma_test_towardzero): New function.
17095 (fma_test_downward): Likewise.
17096 (fma_test_upward): Likewise.
17097 (main): Call the new functions.
17098
b1fa802e
DM
170992012-09-28 David S. Miller <davem@davemloft.net>
17100
17101 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
17102
d3b9fd9e
RM
171032012-09-28 Roland McGrath <roland@hack.frob.com>
17104
ea4d37b3
RM
17105 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
17106 instead of SIGALRM.
17107
ac51c949
RM
17108 * sysdeps/gnu/_G_config.h: Moved to ...
17109 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
17110 * sysdeps/mach/hurd/_G_config.h: Moved to ...
17111 * sysdeps/generic/_G_config.h: ... here.
17112
28c195f7
RM
17113 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
17114
848917f9
RM
17115 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
17116
6bacf05b
RM
17117 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
17118 Conditionalize target on [libnss_test1.so-version].
17119
91363dbb
RM
17120 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
17121
cc87f7d8
RM
17122 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
17123 (elfobjdir): Move out of conditionals.
17124
b1c608fe
RM
17125 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
17126 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
17127 (__nss_lookup_function): Conditionalize label remove_from_tree on
17128 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 17129
1d9a6d96
DM
171302012-09-28 David S. Miller <davem@davemloft.net>
17131
17132 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
17133 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
17134 file.
17135 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
17136 sysdep_routines.
17137 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
17138 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
17139 when HWCAP_SPARC_CRYPTO is present.
17140
72581615
PT
171412012-09-28 Pino Toscano <toscano.pino@tiscali.it>
17142
17143 * io/tst-mknodat.c: Create a FIFO instead of a socket.
17144
715a900c
JL
171452012-09-28 Andreas Schwab <schwab@linux-m68k.org>
17146
17147 [BZ #6530]
17148 * stdio-common/vfprintf.c (process_string_arg): Revert
17149 2000-07-22 change.
17150
171512011-09-28 Jonathan Nieder <jrnieder@gmail.com>
17152
17153 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
17154 for testcase.
17155 * stdio-common/tst-sprintf.c: Include <locale.h>
17156 (main): Test sprintf's handling of incomplete multibyte
17157 characters.
17158
9bac1d86
L
171592012-09-28 H.J. Lu <hongjiu.lu@intel.com>
17160
17161 * elf/dl-runtime.c (VERSYMIDX): Removed.
17162 * elf/dl-version.c (VERSYMIDX): Likewise.
17163 * elf/do-rel.h (VERSYMIDX): Likewise.
17164 (VALIDX): Likewise.
17165 * elf/dynamic-link.h (VERSYMIDX): Likewise.
17166 * elf/rtld.c (VALIDX): Likewise.
17167 (ADDRIDX): Likewise.
9bac1d86
L
17168 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
17169 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
17170 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
17171 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
17172 (VALIDX): Likewise.
17173 (ADDRIDX): Likewise.
9bac1d86 17174
b31606c0
PT
171752012-09-28 Pino Toscano <toscano.pino@tiscali.it>
17176
17177 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
17178
11541177
JL
171792012-09-28 Dmitry V. Levin <ldv@altlinux.org>
17180
17181 [BZ #11438]
17182 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
17183 to global scope.
17184 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
17185 addresses are in the same scope as 192.0.2/24.
17186 * posix/gai.conf: Document new scope table defaults.
17187
adb26fae
SP
171882012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
17189
17190 [BZ #5298]
17191 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
17192 for ftell. Compute offsets from write pointers instead.
17193 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
17194
4573c6b0
SP
171952012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
17196
17197 [BZ #14543]
17198 * libio/Makefile (tests): New test case tst-fseek.
17199 * libio/tst-fseek.c: New test case to verify that fseek/ftell
17200 combination works in wide mode.
17201 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
17202 state when the external buffer state changes.
17203
aa9bbfe6
DM
172042012-09-27 David S. Miller <davem@davemloft.net>
17205
17206 [BZ #14376]
17207 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
17208 pass reloc->r_addend in as the 'high' argument to
17209 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
17210
784421e7
DM
17211 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17212
c39bc8b8
PT
172132012-09-28 Pino Toscano <toscano.pino@tiscali.it>
17214
17215 * rt/tst-aio2.c: Include <pthread.h>.
17216 * rt/tst-aio3.c: Likewise.
17217
1ccc2399
SE
172182012-09-27 Steve Ellcey <sellcey@mips.com>
17219
17220 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
17221
31ed4153
L
172222012-09-27 H.J. Lu <hongjiu.lu@intel.com>
17223
25f5f885
L
17224 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
17225 contents on [SHARED].
31ed4153 17226
b7bfe116
MP
172272012-09-26 Marek Polacek <polacek@redhat.com>
17228
17229 [BZ #14530]
17230 [BZ #13741]
17231 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
17232 for C++ and GCC <4.3 as well as for non GCC compilers.
17233
43c4edba
MT
172342012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
17235
17236 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17237
6a1bf82f
RM
172382012-09-25 Roland McGrath <roland@hack.frob.com>
17239
17240 * Makefile.in (all, install): Declare with .PHONY.
17241 Reported by Michael Hope <michael.hope@linaro.org>.
17242
8ad11b9a
TMQMF
172432012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17244
17245 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
17246 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
17247 system header.
17248 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
17249 Likewise.
17250 (sydep_routines): Add the new and the internal functions.
17251 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
17252 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
17253 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
17254 (GLIBC_2.17): Add the new function.
17255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
17256 (GLIBC_2.17): Likewise.
17257 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
17258 (GLIBC_2.17): Likewise.
17259 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
17260 (GLIBC_2.17): Likewise.
17261 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
17262
7e2fca8d
AM
172632012-09-25 Alan Modra <amodra@gmail.com>
17264
17265 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
17266 Add release barrier before setting once_control to say
17267 initialisation is done. Add hints on lwarx. Use macro in
17268 place of isync.
17269 (clear_once_control): Add release barrier.
17270
b87c4b24
JM
172712012-09-25 Joseph Myers <joseph@codesourcery.com>
17272
d032e0d2
JM
17273 [BZ #13629]
17274 * math/s_clog.c (__clog): Handle more values close to |z| = 1
17275 specially.
17276 * math/s_clog10.c (__clog10): Likewise.
17277 * math/s_clog10f.c (__clog10f): Likewise.
17278 * math/s_clog10l.c (__clog10l): Likewise.
17279 * math/s_clogf.c (__clogf): Likewise.
17280 * math/s_clogl.c (__clogl): Likewise.
17281 * math/Makefile (libm-calls): Add x2y2m1.
17282 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
17283 (__x2y2m1): Likewise.
17284 (__x2y2m1l): Likewise.
17285 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
17286 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
17287 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
17288 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17289 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
17290 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
17291 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
17292 * sysdeps/i386/fpu/libm-test-ulps: Update.
17293 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17294
b87c4b24
JM
17295 [BZ #14621]
17296 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
17297 int as type of variable DEPTH.
17298 (glob): Use size_t instead of int as type of variables NEWCOUNT
17299 and OLD_PATHC.
17300
6d3bf199
LD
173012012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17302
22bf5c17
LD
17303 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
17304 Add s_sincosf-sse2.
17305 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
17306 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
17307 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
17308 macros for using routine as __sincosf_ia32.
17309 Use macro for function declaration and weak_alias.
17310 * sysdeps/i386/fpu/libm-test-ulps: Update.
17311
17312 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
17313 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17314
17315 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
17316 subnormal argument.
17317 * math/s_cexpf.c (__cexpf): Likewise.
17318 * math/s_csinf.c (__csinf): Likewise.
17319 * math/s_csinhf.c (__csinhf): Likewise.
17320 * math/s_ctanf.c (__ctanf): Likewise.
17321 * math/s_ctanhf.c (__ctanhf): Likewise.
17322 * math/s_ccosh.c (__ccoshf): Likewise.
17323 * math/s_cexp.c (__cexpl): Likewise.
17324 * math/s_csin.c (__csin): Likewise.
17325 * math/s_csinh.c (__csinh): Likewise.
17326 * math/s_ctan.c (__ctan): Likewise.
17327 * math/s_ctanh.c (ctanh): Likewise.
17328 * math/s_ccoshl.c (__ccoshl): Likewise.
17329 * math/s_cexpl.c (__cexpl): Likewise.
17330 * math/s_csinl.c (__csinl): Likewise.
17331 * math/s_csinhl.c (__csinhl): Likewise.
17332 * math/s_ctanl.c (__ctanl): Likewise.
17333 * math/s_ctanhl.c (__ctanhl): Likewise.
17334
203e5603
JM
173352012-09-25 Joseph Myers <joseph@codesourcery.com>
17336
17337 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
17338 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
17339 (_IO_off_t): Define to __off_t, not _G_off_t.
17340 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
17341 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
17342 (_IO_wint_t): Define to wint_t, not _G_wint_t.
17343 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
17344 type of __dummy and __dummy2 fields.
17345 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
17346 (_G_ssize_t): Likewise.
17347 (_G_off_t): Likewise.
17348 (_G_pid_t): Likewise.
17349 (_G_uid_t): Likewise.
17350 (_G_wchar_t): Likewise.
17351 (_G_wint_t): Likewise.
17352 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
17353 (_G_ssize_t): Likewise.
17354 (_G_off_t): Likewise.
17355 (_G_pid_t): Likewise.
17356 (_G_uid_t): Likewise.
17357 (_G_wchar_t): Likewise.
17358 (_G_wint_t): Likewise.
17359 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
17360 (_G_ssize_t): Likewise.
17361 (_G_off_t): Likewise.
17362 (_G_pid_t): Likewise.
17363 (_G_uid_t): Likewise.
17364 (_G_wchar_t): Likewise.
17365 (_G_wint_t): Likewise.
17366
9fab36eb
SP
173672012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
17368
17369 * malloc/arena.c: Include malloc-sysdep.h.
17370 (shrink_heap): Use check_may_shrink_heap to decide if madvise
17371 is sufficient to shrink the heap or an unmap is needed.
17372 * sysdeps/generic/malloc-sysdep.h: New file. Define
17373 new function check_may_shrink_heap.
17374 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
17375 new function check_may_shrink_heap.
17376
2b4f00d1
SP
173772012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
17378
17379 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
17380 comments.
17381
9a9028b1
DL
173822012-09-24 Dmitry V. Levin <ldv@altlinux.org>
17383
57c69bef
DL
17384 * catgets/test-gencat.sh: Add "set -e".
17385 * elf/tst-pathopt.sh: Likewise.
17386 * grp/tst_fgetgrent.sh: Likewise.
17387 * iconvdata/run-iconv-test.sh: Likewise.
17388 * intl/tst-gettext.sh: Likewise.
17389 * intl/tst-gettext2.sh: Likewise.
17390 * intl/tst-gettext4.sh: Likewise.
17391 * intl/tst-gettext6.sh: Likewise.
17392 * intl/tst-translit.sh: Likewise.
17393 * io/ftwtest-sh: Likewise.
17394 * libio/test-freopen.sh: Likewise.
17395 * malloc/tst-mtrace.sh: Likewise.
17396 * posix/globtest.sh: Likewise.
17397 * posix/tst-getconf.sh: Likewise.
17398 * posix/wordexp-tst.sh: Likewise.
17399 * stdio-common/tst-printf.sh: Likewise.
17400 * stdio-common/tst-unbputc.sh: Likewise.
17401 * stdlib/tst-fmtmsg.sh: Likewise.
17402 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
17403 * catgets/Makefile: Do not specify -e option when running
17404 testsuite shell scripts.
17405 * elf/Makefile: Likewise.
17406 * grp/Makefile: Likewise.
17407 * iconvdata/Makefile: Likewise.
17408 * intl/Makefile: Likewise.
17409 * io/Makefile: Likewise.
17410 * libio/Makefile: Likewise.
17411 * malloc/Makefile: Likewise.
17412 * posix/Makefile: Likewise.
17413 * stdio-common/Makefile: Likewise.
17414 * stdlib/Makefile: Likewise.
17415 * sysdeps/x86_64/Makefile: Likewise.
17416
9a9028b1
DL
17417 * io/ftwtest-sh: Add copyright header.
17418 * posix/globtest.sh: Likewise.
17419 * posix/tst-getconf.sh: Likewise.
17420 * posix/wordexp-tst.sh: Likewise.
17421 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
17422
ced6f16e
L
174232012-09-24 H.J. Lu <hongjiu.lu@intel.com>
17424
94b32c39
L
17425 [BZ #13679]
17426 * Makeconfig (+link): Defined as $(+link-static) if
17427 $(build-shared) isn't yes.
17428 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
17429 isn't yes.
17430 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
17431
189e935b
L
17432 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
17433
ced6f16e
L
17434 [BZ #14562]
17435 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
17436 new chunk size with MALLOC_ALIGN_MASK.
17437
a9f8e53a
JM
174382012-09-24 Joseph Myers <joseph@codesourcery.com>
17439
17440 [BZ #5044]
17441 * stdio-common/printf_fphex.c: Include <stdbool.h> and
17442 <rounding-mode.h>.
17443 (__printf_fphex): Determine rounding using get_rounding_mode and
17444 round_away.
17445 * stdio-common/tst-printf-round.c (struct hex_test): New
17446 structure.
17447 (hex_tests): New variable.
17448 (test_hex_in_one_mode): New function.
17449 (do_test): Also run tests for hex float output.
17450
43153109
JM
174512012-09-21 Joseph Myers <joseph@codesourcery.com>
17452
17453 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
17454 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
17455 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
17456 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
17457 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
17458 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
17459 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
17460 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
17461
8a26625d
JM
174622012-09-20 Joseph Myers <joseph@codesourcery.com>
17463
17464 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
17465 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
17466 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
17467 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
17468
f3fd569c
DL
174692012-09-19 Dmitry V. Levin <ldv@altlinux.org>
17470
17471 [BZ #14579]
17472 * elf/rtld.c (dl_main): Limit the check for self loading to normal
17473 mode only.
17474 * elf/tst-rtld-load-self.sh: New test.
17475 * elf/Makefile: Run it.
17476
63bbedd4
JM
174772012-09-18 Joseph Myers <joseph@codesourcery.com>
17478
17479 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
17480 (tst-writev-ENV): Remove.
17481 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
17482
626f8b6a
CM
174832012-09-17 Chris Metcalf <cmetcalf@tilera.com>
17484
17485 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
17486
b7aaa4d6
JM
174872012-09-17 Joseph Myers <joseph@codesourcery.com>
17488
17489 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
17490 unconditional.
17491 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
17492 Likewise.
17493 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
17494 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
17495 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
17496 Likewise.
17497
65513990
L
174982012-09-14 H.J. Lu <hongjiu.lu@intel.com>
17499
17500 [BZ #14587]
17501 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
17502 * config.make.in (have-cpp-asm-debuginfo): Removed.
17503 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
17504 * configure: Regenerated.
17505
784761be
JM
175062012-09-14 Joseph Myers <joseph@codesourcery.com>
17507
17508 [BZ #5044]
17509 * stdio-common/printf_fp.c: Include <stdbool.h> and
17510 <rounding-mode.h>.
17511 (___printf_fp): Determine rounding using get_rounding_mode and
17512 round_away.
17513 * stdio-common/tst-printf-round.c: New file.
17514 * stdio-common/Makefile (tests): Add tst-printf-round.
17515 (link-libm): New variable.
17516 ($(objpfx)tst-printf-round): Depend in $(link-libm).
17517
9503345f
L
175182012-09-13 H.J. Lu <hongjiu.lu@intel.com>
17519
17520 [BZ #14576]
17521 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
17522 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
17523 Likewise.
17524 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
17525 Likewise.
17526
ad35fc00
JM
175272012-09-13 Joseph Myers <joseph@codesourcery.com>
17528
17529 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
17530 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
17531 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
17532 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
17533
6c9b0f68
JM
175342012-09-12 Joseph Myers <joseph@codesourcery.com>
17535
17536 [BZ #14518]
17537 * include/rounding-mode.h: New file.
17538 * sysdeps/generic/get-rounding-mode.h: Likewise.
17539 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
17540 * stdlib/strtod_l.c: Include <rounding-mode.h>.
17541 (MAX_VALUE): New macro.
17542 (MIN_VALUE): Likewise.
17543 (overflow_value): New function.
17544 (underflow_value): Likewise.
17545 (round_and_return): Use overflow_value and underflow_value to
17546 determine return values in overflow and underflow cases. Use
17547 round_away to determine rounding depending on rounding mode.
17548 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
17549 determine return values in overflow and underflow cases.
17550 * stdlib/tst-strtod-round.c: Include <fenv.h>.
17551 (struct test_results): New structure.
17552 (struct test): Use struct test_results to store expected results
17553 for all rounding modes.
17554 (TEST): Include expected results for all rounding modes.
17555 (test_in_one_mode): New function.
17556 (do_test): Use test_in_one_mode to compute and check results.
17557 Check results for all rounding modes.
17558 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
17559 $(link-libm).
17560
19fcedd5
AM
175612012-12-09 Allan McRae <allan@archlinux.org>
17562
1e9d84cd 17563 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 17564
8bbfd2f1
JM
175652012-09-11 Joseph Myers <joseph@codesourcery.com>
17566
17567 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
17568 (_G_int32_t): Likewise.
17569 (_G_uint16_t): Likewise.
17570 (_G_uint32_t): Likewise.
17571 (_G_HAVE_BOOL): Likewise.
17572 (_G_HAVE_ATEXIT): Likewise.
17573 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
17574 (_G_HAVE_IO_FILE_OPEN): Likewise.
17575 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
17576 (_G_int32_t): Likewise.
17577 (_G_uint16_t): Likewise.
17578 (_G_uint32_t): Likewise.
17579 (_G_HAVE_BOOL): Likewise.
17580 (_G_HAVE_ATEXIT): Likewise.
17581 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
17582 (_G_HAVE_IO_FILE_OPEN): Likewise.
17583 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
17584 (_G_int32_t): Likewise.
17585 (_G_uint16_t): Likewise.
17586 (_G_uint32_t): Likewise.
17587 (_G_HAVE_BOOL): Likewise.
17588 (_G_HAVE_ATEXIT): Likewise.
17589 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
17590 (_G_HAVE_IO_FILE_OPEN): Likewise.
17591
b1dc5912
L
175922012-09-11 H.J. Lu <hongjiu.lu@intel.com>
17593
17594 * csu/libc-tls.c: Update copyright years.
17595
0e886ef9
JM
175962012-09-10 Joseph Myers <joseph@codesourcery.com>
17597
28361c5e
JM
17598 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
17599 [!_G_USING_THUNKS]: Remove conditional code.
17600 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
17601 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
17602
0e886ef9
JM
17603 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
17604 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
17605 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
17606 (_G_VTABLE_LABEL_PREFIX): Likewise.
17607 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
17608 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
17609 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
17610 (_G_VTABLE_LABEL_PREFIX): Likewise.
17611 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
17612 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
17613 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
17614 (_G_VTABLE_LABEL_PREFIX): Likewise.
17615 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
17616
bcba7aa2
L
176172012-09-10 H.J. Lu <hongjiu.lu@intel.com>
17618
17619 * libio/Makefile: Include ../Makeconfig before tests.
17620 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
17621 only if $(build-shared) is yes.
17622
06585ee8
L
17623 * iconv/gconv_db.c: Update copyright years.
17624
80ccd52c
LD
176252012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17626
17627 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
17628 unwind info if defined PIC. Fix special cases description.
17629 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
17630
17631 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
17632 DP_HI_MASK entry.
17633 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
17634
691bc9c1
L
176352012-09-07 H.J. Lu <hongjiu.lu@intel.com>
17636
3d9b46b3
L
17637 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
17638
de2139a9
L
17639 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
17640 is NULL.
17641
5ca78dd0
L
17642 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
17643 (LDLIBS-tst-chk4): This.
17644 (LDFLAGS-tst-chk5): Renamed to ...
17645 (LDLIBS-tst-chk5): This.
17646 (LDFLAGS-tst-chk6): Renamed to ...
17647 (LDLIBS-tst-chk6): This.
17648 (LDFLAGS-tst-lfschk4): Renamed to ...
17649 (LDLIBS-tst-lfschk4): This.
17650 (LDFLAGS-tst-lfschk5): Renamed to ...
17651 (LDLIBS-tst-lfschk5): This.
17652 (LDFLAGS-tst-lfschk6): Renamed to ...
17653 (LDLIBS-tst-lfschk6): This.
17654
691bc9c1
L
17655 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
17656 on $(common-objpfx)soversions.mk.
17657
65cafb1c
JM
176582012-09-07 Joseph Myers <joseph@codesourcery.com>
17659
17660 [BZ #10014]
17661 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
17662 example host name.
17663
c78ab094
SP
176642012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
17665
17666 * malloc/arena.c (arena_get_retry): New function that gets
17667 another arena for the caller to try its request on.
17668 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
17669 current arena cannot fulfill the request.
17670 (__libc_memalign): Likewise.
17671 (__libc_memalign): Likewise.
17672 (__libc_pvalloc): Likewise.
17673 (__libc_calloc): Likewise.
17674
01f49f59
JT
176752012-09-05 John Tobey <john.tobey@gmail.com>
17676
17677 [BZ #13542]
17678 * manual/arith.texi (Operations on Complex): Fix description
17679 of carg branch cut.
17680
4c23fed5
JM
176812012-09-06 Joseph Myers <joseph@codesourcery.com>
17682
1d3c8572
JM
17683 [BZ #10014]
17684 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
17685 host name.
17686
4c23fed5
JM
17687 [BZ #10038]
17688 * manual/memory.texi (Memory): Make order of menu items match
17689 order of sections.
17690
04570aaa
L
176912012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17692
17693 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
17694 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
17695 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
17696
b80af2f4
L
176972012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17698
17699 * csu/libc-tls.c (static_dtv): Renamed to ...
17700 (_dl_static_dtv): This. Make it global.
17701 (_dl_initial_dtv): Removed.
17702 (__libc_setup_tls): Updated.
17703 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
17704 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
17705 DL_INITIAL_DTV.
17706
2abe9f15
PM
177072012-09-06 Petr Machata <pmachata@redhat.com>
17708
17709 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
17710 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
17711 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
17712 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
17713
0948c3af
L
177142012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17715
17716 [BZ #14545]
17717 * csu/libc-tls.c (_dl_initial_dtv): New variable.
17718 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
17719 freeing dtv[-1].
17720
a5055ad1
L
177212012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17722
17723 [BZ #14544]
17724 * Makeconfig (link-static-before-libc): Replace $(+prector)
17725 with $(+prectorT).
17726 (link-static-after-libc): Replace $(+postctor) with
17727 $(+postctorT).
17728 (link-bounded): Replace $(+prector)/$(+postctor) with
17729 $(+prectorT)/$(+postctorT).
17730 (+prectorT): New macro.
17731 (+postctorT): Likewise.
17732
ed8c2ecd
JM
177332012-09-06 Joseph Myers <joseph@codesourcery.com>
17734
17735 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
17736 (round_str): Handle values above the maximum for IBM long double
17737 as inexact.
17738 * stdlib/tst-strtod-round.c (tests): Regenerated.
17739
14c996c8
AK
177402012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17741
17742 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
17743 assembler flag.
17744 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
17745 zarch_nohighgprs around the zarch optimized routines.
17746 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
17747 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
17748 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
17749 for zarch.
17750
430d6ce6
DM
177512012-09-05 David S. Miller <davem@davemloft.net>
17752
17753 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17754
ff04dda4
DM
17755 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
17756 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
17757 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
17758 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
17759 entries.
17760
24d4e01b
AO
177612012-09-05 Alexandre Oliva <aoliva@redhat.com>
17762
17763 * malloc/arena.c: Fold copyright years.
17764 * malloc/mcheck.c, malloc/memusage.c: Likewise.
17765
61d58174
AO
177662012-09-05 Alexandre Oliva <aoliva@redhat.com>
17767
17768 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
17769
20196a5e
AO
177702012-09-05 Alexandre Oliva <aoliva@redhat.com>
17771
17772 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
17773
5c447383
AO
177742012-09-05 Alexandre Oliva <aoliva@redhat.com>
17775
17776 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
17777 change internal state upon failure.
17778
fad64255
AO
177792012-09-05 Alexandre Oliva <aoliva@redhat.com>
17780
17781 * malloc/mcheck.c (mcheck_check_all): Fix typo.
17782 * malloc/memusage.c (mmap): Likewise.
17783 (mmap64, mremap): Likewise. Adjust name in comment.
17784
1ffb8c90
SP
177852012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17786
17787 * libio/fileops.c: Fix typos in comments.
17788 * libio/oldfileops.c: Likewise.
17789 * libio/wfileops.c: Likewise.
17790
6ef9cc37
SP
177912012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17792
17793 [BZ #1349]
17794 * malloc/Makefile (tests): Add tst-malloc-usable test case.
17795 (tst-malloc-usable-ENV): Set environment for test case.
17796 * malloc/hooks.c (malloc_check_get_size): New function to get
17797 requested size.
17798 * malloc/malloc.c (musable): Use malloc_check_get_size.
17799 * malloc/tst-malloc-usable.c: New test case.
17800
4d038ae3
AS
178012012-09-05 Andreas Schwab <schwab@linux-m68k.org>
17802
17803 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
17804
c4e85184
AM
178052012-09-05 Allan McRae <allan@archlinux.org>
17806
b9dafc56 17807 [BZ #13966]
c4e85184
AM
17808 * configure.in (CXX_SYSINCLUDES): Use compiler output to
17809 determine header location.
17810 * configure: Regenerated.
17811
e1343020
AS
178122012-09-05 Andreas Schwab <schwab@linux-m68k.org>
17813
17814 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
17815 float format.
17816 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
17817 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
17818 format.
e1343020
AS
17819 (test): Regenerate.
17820
0a9f1987
DM
178212012-09-04 David S. Miller <davem@davemloft.net>
17822
17823 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
17824 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
17825 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
17826
29237804
FW
178272012-09-04 Florian Weimer <fweimer@redhat.com>
17828
17829 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
17830 failures.
17831
edb3cb88
FW
17832 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
17833
60160d83
JM
178342012-09-04 Joseph Myers <joseph@codesourcery.com>
17835
17836 [BZ #9914]
17837 * libio/iogetdelim.c: Include <limits.h>.
17838 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
17839 + len + 1 would overflow.
17840
bcd6c8dc
AJ
178412012-09-03 Andreas Jaeger <aj@suse.de>
17842
17843 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17844 * sysdeps/i386/fpu/libm-test-ulps: Update.
17845
4ffffbd2
LD
178462012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17847
17848 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
17849 Add s_sinf-sse2, s_conf-sse2.
17850
17851 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
17852 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
17853 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
17854 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
17855
17856 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
17857 for using routine as __sinf_ia32.
17858 Use macro for function declaration and weak_alias.
17859 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
17860 for using routine as __cosf_ia32.
17861 Use macro for function declaration and weak_alias.
17862
17863 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
17864 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
17865
17866 * sysdeps/x86_64/fpu/s_sinf.S: New file.
17867 * sysdeps/x86_64/fpu/s_cosf.S: New file.
17868 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17869
17870 * math/libm-test.inc (cos_test): Add more test cases.
17871 (sin_test): Likewise.
17872 (sincos_test): Likewise.
17873
511fa286
AK
178742012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17875
17876 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
17877 (IFUNC_RESOLVE): Make pointers to the specialized implementations
17878 hidden.
17879 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
17880
5f30cfec
L
178812012-09-02 H.J. Lu <hongjiu.lu@intel.com>
17882
17883 [BZ #14538]
17884 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
17885 first element of the GOT.
17886 (elf_machine_load_address): Return the difference between
17887 the runtime address of _DYNAMIC and elf_machine_dynamic ().
17888
0786794f
AM
178892012-09-01 Allan McRae <allan@archlinux.org>
17890
5f30cfec
L
17891 [BZ #13412]
17892 * configure.in (AWK): Require gawk version 3.0 or later.
17893 * configure: Regenerated.
0786794f 17894
26889eac
JM
178952012-09-01 Joseph Myers <joseph@codesourcery.com>
17896
17897 * sysdeps/unix/sysv/linux/kernel-features.h
17898 (__ASSUME_POSIX_CPU_TIMERS): Remove.
17899 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17900 [__NR_clock_getres]: Make code unconditional.
17901 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
17902 (clock_getcpuclockid): Remove code left unreachable by removal of
17903 conditionals.
17904 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
17905 code unconditional.
17906 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
17907 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
17908 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
17909 Make code unconditional.
17910 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
17911 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
17912 * sysdeps/unix/sysv/linux/clock_settime.c
17913 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
17914 conditional code.
17915 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
17916 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
17917
d22e28b0
L
179182012-08-29 H.J. Lu <hongjiu.lu@intel.com>
17919
17920 [BZ #14476]
17921 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
17922 scripts/test-installation.pl.
17923
17924 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
17925 and $ld_so_version if it is set.
17926
050af9c4
SP
179272012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
17928
17929 [BZ #14516]
17930 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
17931 failure if reading from procfs failed.
17932 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
17933
ad845c0b
JM
179342012-08-27 Joseph Myers <joseph@codesourcery.com>
17935
17936 * sysdeps/unix/sysv/linux/kernel-features.h
17937 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
17938 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
17939 Remove conditional code.
17940 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17941 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
17942 Remove conditional code.
17943 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17944 * sysdeps/unix/sysv/linux/i386/fxstat.c
17945 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
17946 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17947 * sysdeps/unix/sysv/linux/i386/fxstatat.c
17948 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
17949 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17950 * sysdeps/unix/sysv/linux/i386/lxstat.c
17951 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
17952 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17953 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
17954 Remove conditional code.
17955 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17956 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
17957 Remove conditional code.
17958 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17959 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
17960 <kernel-features.h>.
17961 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
17962 Remove.
17963 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
17964 Remove conditional code.
17965 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17966 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
17967 Remove conditional.
17968
5dbf56af
MF
179692012-08-27 Mike Frysinger <vapier@gentoo.org>
17970
17971 [BZ #5400]
17972 * NEWS: Add fixed bug number.
17973
d6e70f43
JM
179742012-08-27 Joseph Myers <joseph@codesourcery.com>
17975
7efb4737
JM
17976 [BZ #14519]
17977 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
17978 underflowing exponent in case of negative sign.
17979 * stdlib/tst-strtod-round-data: Add more tests.
17980 * stdlib/tst-strtod-round.c (tests): Regenerated.
17981
af92131a
JM
17982 [BZ #3479]
17983 * stdlib/strtod_l.c (NDIG): Remove.
17984 (HEXNDIG): Likewise.
17985 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
17986 smallest representable value.
17987 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
17988 lie within an exact representation of 1/2 ulp of the result.
17989 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
17990 unconditionally.
17991 (TENS_P9_IDX): Define unconditionally.
17992 (TENS_P9_SIZE): Likewise.
17993 (TENS_P10_IDX): Likewise.
17994 (TENS_P10_SIZE): Likewise.
17995 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
17996 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
17997 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
17998 entries for 10^2^13 and 10^2^14.
17999 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
18000 (TENS_P13_IDX): Define.
18001 (TENS_P13_SIZE): Likewise.
18002 (TENS_P14_IDX): Likewise.
18003 (TENS_P14_SIZE): Likewise.
18004 (_fpioconst_pow10): Change array size to
18005 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
18006 unconditional.
18007 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
18008 1024]: Add entries for 10^2^13 and 10^2^14.
18009 [LAST_POW10 > _LAST_POW10]: Remove #error.
18010 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
18011 (_fpioconst_pow10): Change array size to
18012 FPIOCONST_POW10_ARRAY_SIZE.
18013 * stdlib/gen-fpioconst.c: New file.
18014 * stdlib/gen-tst-strtod-round.c: Likewise.
18015 * stdlib/tst-strtod-round-data: Likewise.
18016 * stdlib/tst-strtod-round.c: Likewise.
18017 * stdlib/Makefile (tests): Add tst-strtod-round.
18018
d6e70f43
JM
18019 [BZ #14459]
18020 * stdlib/strtod_l.c: Include <stdint.h>.
18021 (NDEBUG): Do not define.
18022 (round_and_return): Change EXPONENT parameter to type intmax_t.
18023 Rearrange calculations to avoid internal overflow possibilities.
18024 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
18025 Rearrange calculations to avoid internal overflow possibilities.
18026 Assert that number fits inside MPNSIZE limbs.
18027 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
18028 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
18029 calculations and add assertions to avoid internal overflow
18030 possibilities. Add casts to avoid signed/unsigned operations.
18031 * stdlib/tst-strtod-overflow.c: New file.
18032 * stdlib/Makefile (tests): Add tst-strtod-overflow.
18033
1f529f7d
MP
180342012-08-25 Marek Polacek <polacek@redhat.com>
18035
18036 * time/time.h: Fix some typos in comments.
18037
59a629f1
RM
180382012-08-23 Roland McGrath <roland@hack.frob.com>
18039
18040 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
18041 * posix/tst-rfc3484-2.c: Likewise.
18042 * posix/tst-rfc3484-3.c: Likewise.
18043
d3bafbc9
SM
180442012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
18045
18046 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
18047 (EF_ARM_ABI_FLOAT_HARD): Likewise.
18048
4efcc022
JM
180492012-08-23 Joseph Myers <joseph@codesourcery.com>
18050
18051 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
18052 #include of fxstatat64.c.
18053
3cc3ef96
RM
180542012-08-22 Roland McGrath <roland@hack.frob.com>
18055
f04e2132
RM
18056 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
18057 * shadow/getspent_r.c: Likewise.
18058 * shadow/getspnam.c: Likewise.
18059 * shadow/getspnam_r.c: Likewise.
18060 * gshadow/getsgent.c: Likewise.
18061 * gshadow/getsgent_r.c: Likewise.
18062 * gshadow/getsgnam.c: Likewise.
18063 * gshadow/getsgnam_r.c: Likewise.
18064 * inet/getnetbyad.c: Likewise.
18065 * inet/getnetbyad_r.c: Likewise.
18066 * inet/getnetbynm.c: Likewise.
18067 * inet/getnetbynm_r.c: Likewise.
18068 * inet/getnetent.c: Likewise.
18069 * inet/getnetent_r.c: Likewise.
18070 * inet/getproto.c: Likewise.
18071 * inet/getproto_r.c: Likewise.
18072 * inet/getprtent.c: Likewise.
18073 * inet/getprtent_r.c: Likewise.
18074 * inet/getprtname.c: Likewise.
18075 * inet/getprtname_r.c: Likewise.
18076 * inet/getrpcbyname.c: Likewise.
18077 * inet/getrpcbyname_r.c: Likewise.
18078 * inet/getrpcbynumber.c: Likewise.
18079 * inet/getrpcbynumber_r.c: Likewise.
18080 * inet/getrpcent.c: Likewise.
18081 * inet/getrpcent_r.c: Likewise.
18082 * inet/getaliasent.c: Likewise.
18083 * inet/getaliasent_r.c: Likewise.
18084 * inet/getaliasname.c: Likewise.
18085 * inet/getaliasname_r.c: Likewise.
18086 * nscd/getgrgid_r.c: Likewise.
18087 * nscd/getgrnam_r.c: Likewise.
18088 * nscd/gethstbyad_r.c: Likewise.
18089 * nscd/gethstbynm3_r.c: Likewise.
18090 * nscd/getpwnam_r.c: Likewise.
18091 * nscd/getpwuid_r.c: Likewise.
18092 * nscd/getsrvbynm_r.c: Likewise.
18093 * nscd/getsrvbypt_r.c: Likewise.
18094 * nscd/gai.c: Likewise.
18095
c53d909c
RM
18096 * configure.in (build_nscd): New substituted variable, set
18097 by --disable-build-nscd and defaults to $use_nscd.
18098 * configure: Regenerated.
18099 * config.make.in (build-nscd): New substituted variable.
18100 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
18101 Change conditional to require [$(build-nscd) = yes] as well.
18102 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
18103
3cc3ef96
RM
18104 [BZ# 13696]
18105 * configure.in (use_nscd): New substituted variable, set by
18106 --disable-nscd. If enabled, define USE_NSCD.
18107 * configure: Regenerated.
18108 * config.h.in: Add USE_NSCD.
18109 * config.make.in (use-nscd): New substituted variable.
18110 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
18111 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
18112 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
18113 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
18114 (CFLAGS-getgrnam_r.c): Likewise.
18115 (CFLAGS-initgroups.c): Likewise.
18116 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
18117 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
18118 Variables removed.
18119 * inet/getnetgrent_r.c
18120 (nscd_setnetgrent): New function, broken out of ...
18121 (setnetgrent): ... here. Call it.
18122 (innetgr): Conditionalize nscd bits on [USE_NSCD].
18123 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
18124 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
18125 * nscd/Makefile (routines, aux): Move definitions after include of
18126 Makeconfig. Conditionalize on [$(use-nscd) != no].
18127 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
18128 Conditionalize on [USE_NSCD].
18129 (is_nscd, nscd_init_cb): Likewise.
18130 (nss_load_library): Conditionalize init callback on [USE_NSCD].
18131 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
18132 * nss/nss_db/db-init.c: Likewise.
18133 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
18134 [USE_NSCD].
18135 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
18136 (make_request): Use it.
18137 (cache_valid_p): New function.
18138 (__check_pf): Use it.
18139 * NEWS: Add item for --disable-nscd.
18140
07e51550
DL
181412012-08-22 Dmitry V. Levin <ldv@altlinux.org>
18142
18143 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
18144 to support sed >= 4.2.1-20-ga9bf076.
18145 * configure: Regenerated.
18146
35a5b08b
RM
181472012-08-22 Roland McGrath <roland@hack.frob.com>
18148
18149 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
18150 Conditionalize whole body on [IREL].
18151
8479f23a
JL
181522012-08-22 Jeff Law <law@redhat.com>
18153
18154 [BZ #14505]
18155 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
18156 if the family is PF_UNSPEC.
18157
48da0b21
MF
181582012-08-22 Mike Frysinger <vapier@gentoo.org>
18159
18160 * Makerules (lib-version): Rename from V.
18161 (install-lib-nosubdir): Change V to lib-version.
18162
15d0da8c
WS
181632012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
18164
18165 [BZ #14252]
18166 * powerpc32/power6/wcschr.c: New file.
18167 * powerpc32/power6/wcscpy.c: New file.
18168 * powerpc32/power6/wcsrchr.c: New file.
18169 * powerpc64/power6/wcschr.c: New file.
18170 * powerpc64/power6/wcscpy.c: New file.
18171 * powerpc64/power6/wcsrchr.c: New file.
18172
bcca0895
MK
181732012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
18174
18175 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
18176 (two_way_short_needle): Use it.
5a4aaa33
RM
18177 * string/strstr.c (AVAILABLE1_USES_J): Define.
18178 * string/strcasestr.c: Likewise.
99677e57
MK
18179
18180 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
18181 array references.
18182 * string/strcasestr.c (TOLOWER): Make side-effect safe.
18183
400726de
MK
18184 [BZ #11607]
18185 * NEWS: Add an entry.
18186 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
18187 define their defaults.
18188 (two_way_short_needle): Detect end-of-string on-the-fly.
18189 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
18190 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
18191 * string/bug-strcasestr1.c: New test.
18192 * string/Makefile: Run it.
18193
20a71f2c
MK
181942012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
18195
18196 [BZ #11607]
18197 * string/str-two-way.h (two_way_short_needle): Optimize matching of
18198 the first character.
18199
21ad0558
RM
182002012-08-21 Roland McGrath <roland@hack.frob.com>
18201
18202 * csu/elf-init.c (__libc_csu_irel): Function removed.
18203 * csu/libc-start.c (apply_irel): New function.
18204 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
18205
0e1d9911
JM
182062012-08-21 Joseph Myers <joseph@codesourcery.com>
18207
18208 * sysdeps/unix/sysv/linux/kernel-features.h
18209 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
18210 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
18211 <kernel-features.h>.
18212 [__NR_fadvise64_64]: Make code unconditional.
18213 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
18214 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
18215 !__NR_fadvise64_64)]: Likewise.
18216 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
18217 !__NR_fadvise64_64))]: Likewise.
18218 [__NR_fadvise64]: Make code unconditional.
18219 [!__NR_fadvise64]: Remove conditional code.
18220 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
18221 <kernel-features.h>.
18222 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
18223 unconditional.
18224 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
18225 conditional code.
18226 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
18227 not include <kernel-features.h>.
18228 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
18229 unconditional.
18230 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
18231 conditional code.
18232 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
18233 include <kernel-features.h>.
18234 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
18235 unconditional.
18236 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
18237 conditional code.
18238
14a50c9d
WS
182392012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
18240
18241 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
18242 slight instruction rearrangements per scrollpipe analysis.
18243 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
18244
c0f4faf0
RM
182452012-08-20 Roland McGrath <roland@hack.frob.com>
18246
696da859
RM
18247 * manual/syslog.texi (syslog; vsyslog, closelog):
18248 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
18249 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
18250
c0f4faf0
RM
18251 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
18252 DSOCAPS to match condition on defining it.
18253
348363b2
JM
182542012-08-20 Joseph Myers <joseph@codesourcery.com>
18255
a35cbf28
JM
18256 * sysdeps/unix/sysv/linux/kernel-features.h
18257 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
18258 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
18259 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
18260 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
18261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
18262 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
18263 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
18264 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
18265 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
18266 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
18267
445f7ecd
JM
18268 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
18269 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
18270
348363b2
JM
18271 * sysdeps/unix/sysv/linux/kernel-features.h
18272 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
18273 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
18274 unconditional.
18275 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18276 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
18277 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
18278 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18279 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
18280 Make code unconditional.
18281 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18282 (__mmap64) [!__NR_mmap2]: Likewise.
18283 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
18284 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
18285 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18286 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
18287 [__NR_mmap2]: Make code unconditional.
18288 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18289 (__mmap64) [!__NR_mmap2]: Likewise.
18290
bc5bc0e5
AK
182912012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18292
18293 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
18294
88d506de
AJ
182952012-08-18 Andreas Jaeger <aj@suse.de>
18296
18297 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
18298
493387d2
MF
182992012-08-18 Mike Frysinger <vapier@gentoo.org>
18300
18301 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
18302 * include/unistd.h (__have_sock_cloexec): Likewise.
18303 (__have_pipe2): Likewise.
18304 (__have_dup3): Likewise.
18305
a277af22
MF
183062012-08-18 Mike Frysinger <vapier@gentoo.org>
18307
18308 [BZ #9685]
18309 * include/unistd.h (__have_pipe2): Change define into an extern int.
18310 (__have_dup3): Likewise.
18311 * socket/have_sock_cloexec.c: Include fcntl.h.
18312 (__have_pipe2): New variable.
18313 (__have_dup3): Likewise.
18314
fdab8fd3
MF
183152012-08-17 Mike Frysinger <vapier@gentoo.org>
18316
18317 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
18318
31035e80
MP
183192012-08-17 Marek Polacek <polacek@redhat.com>
18320
18321 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
18322 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
18323
3bd9e993
RM
183242012-08-17 Roland McGrath <roland@hack.frob.com>
18325
c91c505f
RM
18326 * configure.in: Add AC_SUBST for sysheaders.
18327 * configure: Regenerated.
18328 * config.make.in (sysheaders): New substituted variable.
18329
7c6f9d53
RM
18330 * sysdeps/unix/mkfifo.c: Moved ...
18331 * sysdeps/posix/mkfifo.c: ... here.
18332 * sysdeps/unix/mkfifoat.c: Moved ...
18333 * sysdeps/posix/mkfifoat.c: ... here.
18334
18335 * sysdeps/unix/utime.c: Moved ...
18336 * sysdeps/posix/utime.c: ... here.
18337
18338 * sysdeps/unix/time.c: Moved ...
18339 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
18340 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
18341 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
18342
18343 * sysdeps/unix/nice.c: Moved ...
18344 * sysdeps/posix/nice.c: ... here.
18345
18346 * sysdeps/unix/alarm.c: Moved ...
18347 * sysdeps/posix/alarm.c: ... here.
18348
3bd9e993
RM
18349 * intl/Makefile ($(codeset_mo)): Depend on the input file.
18350
d1f09384
JL
183512012-08-17 Jeff Law <law@redhat.com>
18352
18353 * intl/Makefile (codeset_mo): New variable.
18354 ($(codeset_mo)): New target.
18355 (tst-codeset.out): Depend on that. Remove explicit rule.
18356 (tst-gettext3.out, tst-gettext5.out): Likewise.
18357 (LOCPATH-ENV, tst-codeset-ENV): New variables.
18358 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
18359 * intl/tst-codeset.sh: Remove.
18360 * intl/tst-gettext3.sh: Likewise.
18361 * intl/tst-gettext5.sh: Likewise.
18362
2ae1ae5c
RM
183632012-08-17 Roland McGrath <roland@hack.frob.com>
18364
c31fdb83
RM
18365 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
18366 * sysdeps/unix/syscalls.list: ... here.
18367
a0844057
RM
18368 * sysdeps/posix/getaddrinfo.c
18369 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
18370 (gaiconf_init, gaiconf_reload): Use them.
18371 [!_STATBUF_ST_NSEC]
18372 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
18373 Define using time_t rather than struct timespec.
18374
750c1f2a
RM
18375 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
18376 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
18377 Macros removed.
18378 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
18379 [!NO_THREADS].
18380 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
18381 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
18382 Likewise.
18383
2ae1ae5c
RM
18384 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
18385 __libc_cleanup_push argument.
18386
e66a42f5
RM
18387 * bits/param.h: New file.
18388 * misc/sys/param.h: New file.
18389 * include/sys/param.h: New file.
18390 * misc/Makefile (headers): Add bits/param.h.
18391 * sysdeps/generic/sys/param.h: File removed.
18392 * sysdeps/unix/sysv/linux/bits/param.h: New file.
18393 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
18394 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 18395 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 18396
b7c08a66
RM
18397 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
18398 last change.
18399
b2e1c562
RM
18400 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
18401 [_IO_MTSAFE_IO].
18402 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
18403 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
18404 New macros.
18405
c75ccd4c
RM
18406 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
18407 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
18408 rather than -D_IO_MTSAFE_IO conditionally.
18409 * stdio-common/Makefile (CPPFLAGS): Likewise.
18410 * wcsmbs/Makefile (CPPFLAGS): Likewise.
18411 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
18412 Use $(libio-mtsafe).
18413 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
18414 of -D_IO_MTSAFE_IO.
18415 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
18416 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
18417 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
18418 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
18419 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
18420 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
18421 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
18422 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
18423 (CFLAGS-fread_u_chk.c): Likewise.
18424 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
18425 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
18426 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
18427 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
18428 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
18429 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
18430 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
18431 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
18432 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
18433
18434 * libio/Makefile: Test [$(libc-reentrant) = yes]
18435 instead of [$(filter %REENTRANT, $(defines)) nonempty].
18436
18437 * Makeconfig
18438 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
18439 * sysdeps/pthread/configure: File removed.
18440 * sysdeps/pthread/Makeconfig: New file.
18441 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
18442 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
18443
d9195db8
GB
184442012-08-16 Gary Benson <gbenson@redhat.com>
18445
18446 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
18447 unmapping the first object in a namespace.
18448
86466cd9
RM
184492012-08-16 Roland McGrath <roland@hack.frob.com>
18450
18451 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
18452 (__internal_setnetgrent): ... this. Add internal_function to
18453 definition. Add libc_hidden_def.
18454 (setnetgrent): Update caller.
18455 (internal_endnetgrent): Renamed to ...
18456 (__internal_endnetgrent): ... this. Add internal_function to
18457 definition. Add libc_hidden_def.
18458 (endnetgrent): Update caller.
18459 (internal_getnetgrent_r): Renamed to ...
18460 (__internal_getnetgrent_r): ... this. Add internal_function to
18461 definition. Add libc_hidden_def.
18462 (__getnetgrent_r): Update caller.
18463 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
18464
c3c8283c
JM
184652012-08-16 Joseph Myers <joseph@codesourcery.com>
18466
18467 * stdlib/longlong.h: Update from GCC.
18468
db1ee0a8
RM
184692012-08-16 Roland McGrath <roland@hack.frob.com>
18470
18471 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
18472 on _QL, which is set by umul_ppmm but never used.
18473 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
18474 variables, which are set by GMP macros but never used.
18475 * stdio-common/_itowa.c (_itowa): Likewise.
18476 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
18477 * stdlib/mod_1.c (mpn_mod_1): Likewise.
18478
30f69637
CD
184792012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
18480
18481 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
18482 struct La_sh_regs is not constant.
18483 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
18484 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
18485 and struct La_sparc64_regs are not constant.
18486
93a78ac4
JM
184872012-08-16 Joseph Myers <joseph@codesourcery.com>
18488
18489 * sysdeps/unix/sysv/linux/kernel-features.h
18490 (__ASSUME_POSIX_TIMERS): Remove.
18491 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18492 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18493 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
18494 Make code unconditional.
18495 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18496 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
18497 Make code unconditional.
18498 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18499 * sysdeps/unix/sysv/linux/clock_nanosleep.c
18500 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
18501 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18502 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
18503 Make code unconditional.
18504 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18505 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
18506 (__libc_missing_posix_timers): Remove.
18507
dd924cd7
RM
185082012-08-15 Roland McGrath <roland@hack.frob.com>
18509
4b4f2771
RM
18510 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
18511 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
18512
601c888b
RM
18513 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
18514
176790a7
RM
18515 * elf/dl-sym.c: Include <stdlib.h>.
18516
329bc018
RM
18517 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
18518 constants, which avoids warnings in 32-bit builds.
18519
e04e272d
RM
18520 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
18521 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
18522
952bf94a
RM
18523 * misc/lseek.c: File moved to ...
18524 * io/lseek.c: ... here.
18525
7c99b50a
RM
18526 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
18527
dd924cd7
RM
18528 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
18529 shifting LEN more than 31 bits at once.
18530
b3f479a8
LD
185312012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
18532
18533 [BZ #14195]
8c4ae0d4
RM
18534 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
18535 segmentation fault for a case of two empty input strings.
b3f479a8
LD
18536 * string/test-strncasecmp.c (check1): Renamed to...
18537 (bz12205): ...this.
18538 (bz14195): Add new testcase for two empty input strings and N > 0.
18539 (test_main): Call new testcase, adapt for renamed function.
18540
9c55864e
AJ
185412012-08-15 Andreas Jaeger <aj@suse.de>
18542
18543 [BZ #14090]
18544 * crypt/md5test2.c: New test, based on test supplied by Serge
18545 Belyshev <belyshev@depni.sinp.msu.ru>.
18546 * crypt/Makefile (xtests): Add md5test-giant..
18547 * crypt/Makefile ($(objpfx)md5test-giant): Add.
18548
02dcb6c5
PE
185492012-08-15 Paul Eggert <eggert@cs.ucla.edu>
18550
18551 [BZ #14090]
18552 * crypt/md5.c (md5_process_block): Don't assume the buffer
18553 length is less than 2**32.
18554 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
18555 length is less than 2**64.
18556
a3f95dcc
RM
185572012-08-15 Roland McGrath <roland@hack.frob.com>
18558
be75d758
RM
18559 * string/str-two-way.h: Include <sys/param.h>.
18560 (MAX): Macro removed.
18561
7312ca90
RM
18562 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
18563 Move #define and #undef of memmove to just before and after
18564 including <string.h>.
18565
9a0a5486
RM
18566 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
18567 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
18568 and after including <string.h>. Move declarations of
18569 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
18570 to before #include "string/memmove.c".
18571
67cc348d
RM
18572 * include/dirent.h: Declare __getdirentries.
18573
a3f95dcc
RM
18574 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
18575 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
18576
ca98e171
MF
185772012-08-14 Mike Frysinger <vapier@gentoo.org>
18578
18579 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
18580 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
18581 * sysdeps/i386/configure: Regenerated.
18582 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
18583 STABS_CURRENT_FILE, and STABS_FUN.
18584 (END): Remove call to STABS_FUN_END.
18585 (STABS_CURRENT_FILE1): Delete.
18586 (STABS_CURRENT_FILE): Likewise.
18587 (STABS_FUN): Likewise.
18588 (STABS_FUN_END): Likewise.
18589 (STABS_FUN2): Likewise.
18590 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
18591 * sysdeps/x86_64/configure: Regenerated.
18592
5908bf46
RM
185932012-08-14 Roland McGrath <roland@hack.frob.com>
18594
18595 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 18596 * elf/dl-lookup.c: Likewise.
5908bf46 18597
f2c05b9e
JM
185982012-08-14 Joseph Myers <joseph@codesourcery.com>
18599
18600 * sysdeps/unix/sysv/linux/kernel-features.h
18601 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
18602 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
18603 unconditionally.
18604 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
18605 unconditionally.
18606 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
18607 condition on __ASSUME_CLONE_THREAD_FLAGS.
18608
e11f5155
AJ
186092012-08-14 Andreas Jaeger <aj@suse.de>
18610
18611 * sysdeps/i386/fpu/libm-test-ulps: Update.
18612
51a9ba86
MK
186132012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
18614
2fdd4f78
AJ
18615 * include/atomic.h (atomic_exchange_and_add): Split into ...
18616 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
18617 New atomic macros.
51a9ba86 18618
ba6cba9e
MT
186192012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
18620
18621 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18622
42443a47
JL
186232012-08-13 Jeff Law <law@redhat.com>
18624
18625 * manual/stdio.texi (snprintf): Clarify handling of the trailing
18626 null byte in the output string.
18627
121dce05
JM
186282012-08-10 Joseph Myers <joseph@codesourcery.com>
18629
18630 * sysdeps/unix/sysv/linux/kernel-features.h
18631 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
18632 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
18633 (__ASSUME_ARG_MAX_STACK_BASED): Define.
18634 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
18635 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
18636 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
18637 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
18638
bf51f568
JL
186392012-08-09 Jeff Law <law@redhat.com>
18640
18641 [BZ #13939]
18642 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
18643 When avoid_arena is set, don't retry in the that arena. Pick the
18644 next one, whatever it might be.
18645 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
18646 (arena_lock): Pass in new parameter to arena_get2.
18647 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
18648 arena_get2.
18649 (__libc_malloc): Unify retrying after main arena failure with
18650 __libc_memalign version.
18651 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
18652
f85fa270
L
186532012-08-09 H.J. Lu <hongjiu.lu@intel.com>
18654
18655 [BZ #14166]
18656 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
18657 to __redirect_strstr.
18658 (__strstr_sse42): Use typeof __redirect_strstr.
18659 (__strstr_ia32): Likewise.
18660 (__libc_strstr): New prototype.
18661 (strstr): Renamed to ...
18662 (__libc_strstr): This.
18663 (strstr): New strong alias of __libc_strstr.
18664 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
18665 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
18666 __redirect_time.
18667 Include <time.h>.
18668 (__libc_time): New prototype.
18669 (time_ifunc): Replace time with __libc_time.
18670 (time): New strong alias and hidden definition of __libc_time.
18671 (__GI_time): Remove strong alias.
18672 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
18673 Include <stddef.h>.
18674 (memmove): Redefined to __redirect_memmove.
18675 (__memmove_sse2): Use typeof __redirect_memmove.
18676 (__memmove_ssse3): Likewise.
18677 (__memmove_ssse3_back): Likewise.
18678 (__libc_memmove): New prototype.
18679 (memmove): Renamed to ...
18680 (__libc_memmove): This.
18681 (memmove): New strong alias of __libc_memmove.
18682
33b4a91e
MS
186832012-08-08 Mark Salter <msalter@redhat.com>
18684
18685 * elf/elf.h
18686 (R_MN10300_TLS_GD): Define.
18687 (R_MN10300_TLS_LD): Likewise.
18688 (R_MN10300_TLS_LDO): Likewise.
18689 (R_MN10300_TLS_GOTIE): Likewise.
18690 (R_MN10300_TLS_IE): Likewise.
18691 (R_MN10300_TLS_LE): Likewise.
18692 (R_MN10300_TLS_DTPMOD): Likewise.
18693 (R_MN10300_TLS_DTPOFF): Likewise.
18694 (R_MN10300_TLS_TPOFF): Likewise.
18695 (R_MN10300_SYM_DIFF): Likewise.
18696 (R_MN10300_ALIGN): Likewise.
18697 (R_MN10300_NUM): Update.
18698
b36137f1
JM
186992012-08-08 Joseph Myers <joseph@codesourcery.com>
18700
18701 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
18702 Remove.
18703
cdd915fd
RM
187042012-08-08 Roland McGrath <roland@hack.frob.com>
18705
a2433aac
RM
18706 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
18707
cdd915fd
RM
18708 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
18709 sysdeps/unix -> sysdeps/posix move.
18710 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18711
bf9b740a
AM
187122012-08-07 Allan McRae <allan@archlinux.org>
18713
18714 [BZ #14303]
18715 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
18716 (SUNOS_CPP): Likewise.
18717 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
18718 not found.
18719 (open_input): Call CPP using execvp.
18720
93df14ee
JM
187212012-08-07 Joseph Myers <joseph@codesourcery.com>
18722
18723 * sysdeps/unix/sysv/linux/kernel-features.h
18724 (__ASSUME_PROT_GROWSUPDOWN): Remove.
18725 (__ASSUME_NO_CLONE_DETACHED): Likewise.
18726 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
18727 (__ASSUME_WAITID_SYSCALL): Likewise.
18728 * sysdeps/unix/sysv/linux/dl-execstack.c
18729 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
18730 code unconditional.
18731 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
18732 conditional code.
18733 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
18734 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
18735 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
18736 code.
18737 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
18738 unconditional.
18739 [__ASSUME_WAITID_SYSCALL]: Likewise.
18740 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
18741
d34689de
RM
187422012-08-07 Roland McGrath <roland@hack.frob.com>
18743
a281decc
RM
18744 * sysdeps/unix/closedir.c: Renamed to ...
18745 * sysdeps/posix/closedir.c: ... here.
18746 * sysdeps/unix/dirfd.c: Renamed to ...
18747 * sysdeps/posix/dirfd.c: ... here.
18748 * sysdeps/unix/dirstream.h: Renamed to ...
18749 * sysdeps/posix/dirstream.h: ... here.
18750 * sysdeps/unix/fdopendir.c: Renamed to ...
18751 * sysdeps/posix/fdopendir.c: ... here.
18752 * sysdeps/unix/opendir.c: Renamed to ...
18753 * sysdeps/posix/opendir.c: ... here.
18754 * sysdeps/unix/readdir.c: Renamed to ...
18755 * sysdeps/posix/readdir.c: ... here.
18756 * sysdeps/unix/readdir_r.c: Renamed to ...
18757 * sysdeps/posix/readdir_r.c: ... here.
18758 * sysdeps/unix/rewinddir.c: Renamed to ...
18759 * sysdeps/posix/rewinddir.c: ... here.
18760 * sysdeps/unix/seekdir.c: Renamed to ...
18761 * sysdeps/posix/seekdir.c: ... here.
18762 * sysdeps/unix/telldir.c: Renamed to ...
18763 * sysdeps/posix/telldir.c: ... here.
18764 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
18765 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
18766 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
18767 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
18768
22895b47
RM
18769 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
18770 * bits/fcntl.h: ... here.
18771
707a53b6
RM
18772 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
18773 not 0.
18774 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
18775 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
18776 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
18777 (struct flock): Move l_start, l_len to the beginning.
18778 Use __pid_t for l_pid.
18779 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
18780 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
18781 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
18782 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
18783 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
18784 [__USE_LARGEFILE64] (struct flock64): New type.
18785 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
18786
f0bd3e25
RM
18787 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
18788 * bits/dirent.h: ... here.
18789
d34689de
RM
18790 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
18791 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
18792
6dad2c06
JM
187932012-08-07 Joseph Myers <joseph@codesourcery.com>
18794
18795 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18796 Change from 2.6.0 to 2.6.16.
18797 * sysdeps/unix/sysv/linux/configure: Regenerated.
18798 * sysdeps/unix/sysv/linux/kernel-features.h
18799 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
18800 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
18801 version.
18802 (__ASSUME_UTIMES): Likewise.
18803 (__ASSUME_CLONE_STOPPED): Remove.
18804 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
18805 architectures, not kernel version.
18806 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
18807 (__ASSUME_NO_CLONE_DETACHED): Likewise.
18808 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
18809 (__ASSUME_WAITID_SYSCALL): Likewise.
18810 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
18811 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
18812 * README: State 2.6.16 as minimum Linux kernel version. Do not
18813 refer to older versions.
18814
03af9520
RM
188152012-08-06 Roland McGrath <roland@hack.frob.com>
18816
8e49df1d
RM
18817 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
18818 Define alphasort64 as an alias.
18819 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
18820 Define versionsort64 as an alias.
18821 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
18822 Define scandir64 as an alias.
18823 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
18824 Define scandirat64 as an alias.
18825 * dirent/alphasort64.c (alphasort64):
18826 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
18827 * dirent/versionsort64.c: Likewise.
18828 * dirent/scandir64.c: Likewise.
18829 * dirent/scandirat64.c: Likewise.
18830 * sysdeps/wordsize-64/alphasort.c: File removed.
18831 * sysdeps/wordsize-64/alphasort64.c: File removed.
18832 * sysdeps/wordsize-64/scandir.c: File removed.
18833 * sysdeps/wordsize-64/scandir64.c: File removed.
18834 * sysdeps/wordsize-64/scandirat.c: File removed.
18835 * sysdeps/wordsize-64/scandirat64.c: File removed.
18836 * sysdeps/wordsize-64/versionsort.c: File removed.
18837 * sysdeps/wordsize-64/versionsort64.c: File removed.
18838 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
18839 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
18840 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
18841 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
18842 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
18843 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
18844 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
18845 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
18846
18847 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
18848 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
18849 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
18850 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
18851 [defined __arch64__ || defined __sparcv9]
18852 (__INO_T_MATCHES_INO64_T): New macro.
18853 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
18854 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
18855 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
18856 * sysdeps/unix/sysv/linux/bits/dirent.h
18857 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
18858 (_DIRENT_MATCHES_DIRENT64): New macro.
18859
03af9520
RM
18860 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
18861 Define lockf64 as an alias.
18862 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
18863 Define fseeko64 as an alias.
18864 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
18865 Define ftello64 as an alias.
18866 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
18867 Define _IO_fgetpos64 and fgetpos64 as aliases.
18868 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
18869 Define _IO_fsetpos64 and fsetpos64 as aliases.
18870 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
18871 Conditionalize body on this.
18872 * libio/fseeko64.c: Likewise.
18873 * libio/ftello64.c: Likewise.
18874 * libio/iofgetpos64.c: Likewise.
18875 * libio/iofsetpos64.c: Likewise.
18876 * sysdeps/wordsize-64/lockf.c: File removed.
18877 * sysdeps/wordsize-64/lockf64.c: File removed.
18878 * sysdeps/wordsize-64/fseeko.c: File removed.
18879 * sysdeps/wordsize-64/fseeko64.c: File removed.
18880 * sysdeps/wordsize-64/ftello.c: File removed.
18881 * sysdeps/wordsize-64/ftello64.c: File removed.
18882 * sysdeps/wordsize-64/iofgetpos.c: File removed.
18883 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
18884 * sysdeps/wordsize-64/iofsetpos.c: File removed.
18885 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
18886 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
18887 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
18888 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
18889 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
18890 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
18891 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
18892 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
18893 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
18894 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
18895 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
18896
18897 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
18898 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
18899 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
18900 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
18901 [defined __arch64__ || defined __sparcv9]
18902 (__OFF_T_MATCHES_OFF64_T): New macro.
18903 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
18904 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
18905 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
18906 (__OFF_T_MATCHES_OFF64_T): New macro.
18907
c5757acd
L
189082012-08-06 H.J. Lu <hongjiu.lu@intel.com>
18909
18910 * stdlib/secure-getenv.c (__secure_getenv): Replace
18911 GLIBC_2_16 with GLIBC_2_17.
18912
3a31811e
L
189132012-08-06 H.J. Lu <hongjiu.lu@intel.com>
18914
18915 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
18916 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
18917
faa2bccb
DM
189182012-08-03 David S. Miller <davem@davemloft.net>
18919
18920 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18921
85fe1997
JM
189222012-08-03 Joseph Myers <joseph@codesourcery.com>
18923
18924 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
18925 Remove.
18926 (__ASSUME_CORRECT_SI_PID): Likewise.
18927 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
18928 (__ASSUME_TMPFS_NAME): Likewise.
18929 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
18930 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
18931 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
18932 (HAVE_AUX_SECURE): Make definition unconditional.
18933 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
18934 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
18935
4f75b7a0
RM
189362012-08-03 Roland McGrath <roland@hack.frob.com>
18937
18938 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
18939 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
18940 * sysdeps/mach/hurd/eloop-threshold.h: New file.
18941 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
18942 __eloop_threshold instead of SYMLOOP_MAX.
18943
18944 * sysdeps/generic/eloop-threshold.h: New file.
18945 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
18946 of MAXSYMLINKS.
18947 * elf/chroot_canon.c (chroot_canon): Likewise.
18948
7aab07e4
JM
189492012-08-03 Joseph Myers <joseph@codesourcery.com>
18950
18951 [BZ #13717]
18952 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18953 Change to 2.6.0 everywhere.
18954 * sysdeps/unix/sysv/linux/configure: Regenerated.
18955 * sysdeps/unix/sysv/linux/kernel-features.h
18956 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
18957 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
18958 kernel versions.
18959 (__ASSUME_POSIX_TIMERS): Define unconditionally.
18960 (__ASSUME_FUTEX_REQUEUE): Remove.
18961 (__ASSUME_STATFS64): Define unconditionally.
18962 (__ASSUME_AT_SECURE): Likewise.
18963 (__ASSUME_CORRECT_SI_PID): Likewise.
18964 (__ASSUME_TGKILL): Define without depending on kernel version for
18965 i386.
18966 (__ASSUME_UTIMES): Likewise.
18967 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
18968 kernel version.
18969 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
18970 (__ASSUME_TMPFS_NAME): Likewise.
18971 * README: Update reference to Linux kernel versions.
18972
b67e9372
MP
189732012-08-02 Marek Polacek <polacek@redhat.com>
18974
1f529f7d 18975 [BZ# 14150]
b67e9372
MP
18976 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
18977 libc_cv_asm_type_prefix with %.
18978 * configure: Regenerated.
d2441631
RM
18979 * include/libc-symbols.h: Remove comment about
18980 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
18981 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
18982 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
18983 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
18984 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
18985 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
18986 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
18987 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
18988 * elf/tst-unique2mod1.c: Likewise.
18989 * elf/tst-unique1mod2.c: Likewise.
18990 * elf/tst-unique1mod1.c: Likewise.
18991 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
18992 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
18993 Replace ASM_TYPE_DIRECTIVE with .type.
18994 * sysdeps/s390/s390-64/sysdep.h: Likewise.
18995 * sysdeps/i386/sysdep.h: Likewise.
18996 * sysdeps/x86_64/sysdep.h: Likewise.
18997 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
18998 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
18999 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 19000 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
19001 * sysdeps/powerpc/powerpc32/sysdep.h:
19002 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
19003 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
19004 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19005 * sysdeps/i386/fpu/e_powf.S: Likewise.
19006 * sysdeps/i386/fpu/e_expl.S: Likewise.
19007 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
19008 * sysdeps/i386/fpu/e_acosh.S: Likewise.
19009 * sysdeps/i386/fpu/e_pow.S: Likewise.
19010 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
19011 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
19012 * sysdeps/i386/fpu/s_expm1.S: Likewise.
19013 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
19014 * sysdeps/i386/fpu/e_log2.S: Likewise.
19015 * sysdeps/i386/fpu/e_log2l.S: Likewise.
19016 * sysdeps/i386/fpu/e_scalb.S: Likewise.
19017 * sysdeps/i386/fpu/e_powl.S: Likewise.
19018 * sysdeps/i386/fpu/e_log10f.S: Likewise.
19019 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
19020 * sysdeps/i386/fpu/e_logl.S: Likewise.
19021 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
19022 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
19023 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
19024 * sysdeps/i386/fpu/e_log2f.S: Likewise.
19025 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
19026 * sysdeps/i386/fpu/e_log.S: Likewise.
19027 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
19028 * sysdeps/i386/fpu/e_logf.S: Likewise.
19029 * sysdeps/i386/fpu/e_log10l.S: Likewise.
19030 * sysdeps/i386/fpu/e_atanh.S: Likewise.
19031 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
19032 * sysdeps/i386/fpu/e_log10.S: Likewise.
19033 * sysdeps/i386/fpu/s_frexp.S: Likewise.
19034 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
19035 * sysdeps/i386/fpu/s_asinh.S: Likewise.
19036 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
19037 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
19038 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
19039 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
19040 * sysdeps/i386/i686/strtok.S: Likewise.
19041 * sysdeps/i386/i386-mcount.S: Likewise.
19042 * sysdeps/i386/strtok.S: Likewise.
19043 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
19044 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
19045 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
19046 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
19047 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
19048 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
19049 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
19050 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
19051 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
19052 * sysdeps/x86_64/_mcount.S: Likewise.
19053 * sysdeps/x86_64/strtok.S: Likewise.
19054 * sysdeps/sh/_mcount.S: Likewise.
19055
2747bf9a
RM
190562012-08-01 Roland McGrath <roland@hack.frob.com>
19057
19058 * libio/iofopen.c: Include <fcntl.h>.
19059 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
19060 (_IO_fopen64, fopen64): Define as aliases.
19061 * libio/iofopen64.c: Include <fcntl.h>.
19062 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
19063 Conditionalize body on this.
19064 * sysdeps/wordsize-64/iofopen.c: File removed.
19065 * sysdeps/wordsize-64/iofopen64.c: File removed.
19066
3fb791b8
MP
190672012-08-01 Marek Polacek <polacek@redhat.com>
19068
19069 * libc/Makeconfig: Use elf in place of binfmt-subdir.
19070 Use dlfcn directly instead of a variable.
19071 (binfmt-subdir): Do not define.
19072 (dlfcn): Likewise.
19073
a9f1039f
JM
190742012-08-01 Joseph Myers <joseph@codesourcery.com>
19075
23bddc06
JM
19076 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
19077 Remove all definitions.
19078 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
19079 <kernel-features.h>.
19080 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
19081 (miss_F_GETOWN_EX): Remove all definitions.
19082 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
19083 macro definition.
19084 [!__ASSUME_FCNTL64]: Remove conditional code.
19085 [__ASSUME_FCNTL64]: Make code unconditional.
19086 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
19087 <kernel-features.h>.
19088 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
19089 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
19090 (lockf64) [__NR_fcntl64]: Make code unconditional.
19091 (lockf64) [__ASSUME_FCNTL64]: Likewise.
19092
a9f1039f
JM
19093 * sysdeps/unix/sysv/linux/kernel-features.h
19094 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
19095 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
19096 Make code unconditional.
19097 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
19098 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
19099 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
19100 [__NR_vfork]: Make code unconditional.
19101 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
19102 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
19103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
19104 [__NR_vfork]: Make code unconditional.
19105 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
19106 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
19107
09c0ee5f
RM
191082012-08-01 Roland McGrath <roland@hack.frob.com>
19109
48aec5b9
RM
19110 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
19111 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
19112
cd97c966
RM
19113 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19114 Define mkstemp64 as an alias.
3f55550c
RM
19115 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19116 Define mkstemps64 as an alias.
cd97c966
RM
19117 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19118 Define mkostemp64 as an alias.
b8625cfc
RM
19119 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19120 Define mkostemps64 as an alias.
cd97c966
RM
19121 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
19122 Conditionalize body on this.
19123 * misc/mkostemp64.c: Likewise.
b8625cfc 19124 * misc/mkostemps64.c: Likewise.
3f55550c 19125 * misc/mkstemps64.c: Likewise.
cd97c966
RM
19126 * sysdeps/wordsize-64/mkstemp64.c: File removed.
19127 * sysdeps/wordsize-64/mkostemp64.c: File removed.
19128 * sysdeps/wordsize-64/mkostemp.c: File removed.
19129 * sysdeps/wordsize-64/mkstemp.c: File removed.
19130 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
19131 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
19132 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
19133 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
19134
09c0ee5f
RM
19135 [BZ #14138]
19136 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
19137 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
19138 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
19139 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
19140
19141 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
19142 compat_symbol macros from <shlib-compat.h> rather than the underlying
19143 default_symbol_version and symbol_version macros, so that DEFAULT
19144 lines in shlib-versions are respected.
19145 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
19146
7e66ee51
FW
191472012-08-01 Florian Weimer <fweimer@redhat.com>
19148
19149 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
19150 Declare with warn_unused_result.
19151 (setgid, setregid, setegid, setresgid): Likewise.
19152 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
19153 Likewise.
19154 * WUR-REPORT: Remove set*id functions.
19155
d2a54255
PT
191562012-07-31 Pino Toscano <toscano.pino@tiscali.it>
19157
19158 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
19159
7ecdb005
RM
191602012-07-31 Roland McGrath <roland@hack.frob.com>
19161
b4180a5e 19162 [BZ #10191]
789bd351
RM
19163 * include/sys/socket.h (__libc_accept, __libc_accept4):
19164 Add attribute_hidden.
19165 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
19166
40ce302d
RM
19167 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
19168 use of PTR_MANGLE.
19169 * inet/getnetgrent_r.c (setup): Likewise.
19170
7ecdb005
RM
19171 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
19172
e2eabb2c
DM
191732012-07-31 David S. Miller <davem@davemloft.net>
19174
19175 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19176
d0419dbf
JM
191772012-07-31 Joseph Myers <joseph@codesourcery.com>
19178
19179 [BZ #13629]
19180 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
19181 value between 1.0 and 2.0 and smaller part has absolute value less
19182 than 1.0.
19183 * math/s_clog10.c (__clog10): Likewise.
19184 * math/s_clog10f.c (__clog10f): Likewise.
19185 * math/s_clog10l.c (__clog10l): Likewise.
19186 * math/s_clogf.c (__clogf): Likewise.
19187 * math/s_clogl.c (__clogl): Likewise.
19188 * math/libm-test.inc (clog_test): Add more tests.
19189 (clog10_test): Likewise.
19190 * sysdeps/i386/fpu/libm-test-ulps: Update.
19191 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19192
2bc13872
FW
191932012-07-31 Florian Weimer <fweimer@redhat.com>
19194
19195 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
19196 Exit with zero in case no suitable GID is found, and write a
19197 message to standard error.
19198
bea9b193
RM
191992012-07-30 Roland McGrath <roland@hack.frob.com>
19200
19201 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
19202 rather than to 1.
19203 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
19204 (MAXPATHLEN): Removed.
19205 (NOGROUP, NODEV): New macros.
19206 (setbit, clrbit, isset, isclr): New macros.
19207 (howmany, roundup, powerof2): New macros.
19208 (DEV_BSIZE): New macro.
19209
19210 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
19211 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
19212
19213 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
19214 definition on [!__NO_LONG_DOUBLE_MATH].
19215
19216 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
19217 PTR_MANGLE and PTR_DEMANGLE.
19218
19219 * socket/accept4.c (accept4): Rename to __libc_accept4.
19220 Define accept4 as a weak alias.
19221
19222 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
19223 on [_DIRENT_HAVE_D_TYPE].
19224 * io/ftw.c (ftw_dir): Likewise.
19225
19226 * io/xmknod.c (__xmknod): Don't check PATH for being null.
19227
19228 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
19229
19230 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
19231 Use the BSD numbers rather than the arbitrary ones we had.
19232 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
19233 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
19234 (SIGXCPU, SIGXFSZ): New macros.
19235 (_NSIG): Now 32.
19236
19237 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
19238 initializer on [_LIBC_REENTRANT].
19239
19240 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
19241 definitions inside [_POSIX_MAPPED_FILES].
19242
19243 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
19244
19245 * dirent/opendir.c: Include <fcntl.h>.
19246
19247 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
19248 (__libc_getspecific): Likewise.
19249 (__libc_key_create): Likewise.
19250
19251 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
19252 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
19253 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
19254 (tmpfile64): Define as alias.
19255 * sysdeps/wordsize-64/tmpfile.c: File removed.
19256 * sysdeps/wordsize-64/tmpfile64.c: File removed.
19257 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
19258 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
19259
19260 * stdio-common/vfscanf.c: Include <stdbool.h>.
19261 * nss/makedb.c: Likewise.
19262 * stdio-common/_i18n_number.h: Likewise.
19263 * argp/argp-help.c: Likewise.
19264 * posix/wordexp.c: Likewise.
19265 * sysdeps/posix/spawni.c: Likewise.
19266 * nss/nss_files/files-initgroups.c: Likewise.
19267 * stdio-common/reg-modifier.c: Include <stdlib.h>.
19268 * nss/nss_files/files-initgroups.c: Likewise.
19269 * nss/nss_db/db-netgrp.c: Likewise.
19270 * nss/nss_db/db-initgroups.c: Likewise.
19271 * io/fchmodat.c: Include <sys/stat.h>.
19272
19273 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
19274 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
19275
19276 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
19277 [HAVE_MMAP].
19278
19279 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
19280 Add multiple inclusion protection.
19281
e5abc686
DM
192822012-07-27 David S. Miller <davem@davemloft.net>
19283
19284 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19285
815e6fa3
GB
192862012-07-27 Gary Benson <gbenson@redhat.com>
19287
19288 [BZ #14298]
19289 * elf/rtld.c: Include <stap-probe.h>.
19290 (dl_main): Added static probes "init_start" and "init_complete".
19291 * elf/dl-load.c: Include <stap-probe.h>.
19292 (lose): Take new parameter "nsid".
19293 Added static probe "map_failed".
19294 (_dl_map_object_from_fd): Pass namespace id to lose.
19295 Added static probe "map_start".
19296 (open_verify): Pass namespace id to lose.
19297 * elf/dl-open.c: Include <stap-probe.h>.
19298 (dl_open_worker) Added static probes "map_complete", "reloc_start"
19299 and "reloc_complete".
19300 * elf/dl-close.c: Include <stap-probe.h>.
19301 (_dl_close_worker): Added static probes "unmap_start" and
19302 "unmap_complete".
19303 * elf/rtld-debugger-interface.txt: New file documenting the above.
19304
9f98c16c
RM
193052012-07-26 Roland McGrath <roland@hack.frob.com>
19306
19307 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
19308 rather than a string variable.
19309 * sunrpc/rpc_main.c (h_output): Likewise.
19310 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
19311
f3c22df3
PT
193122012-07-26 Pino Toscano <toscano.pino@tiscali.it>
19313
19314 * inet/check_native.c: New file.
19315
3129cfc6
JM
193162012-07-26 Joseph Myers <joseph@codesourcery.com>
19317
da865e95
JM
19318 [BZ #13629]
19319 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
19320 if larger part has absolute value 1.0.
19321 * math/s_clog10.c (__clog10): Likewise.
19322 * math/s_clog10f.c (__clog10f): Likewise.
19323 * math/s_clog10l.c (__clog10l): Likewise.
19324 * math/s_clogf.c (__clogf): Likewise.
19325 * math/s_clogl.c (__clogl): Likewise.
19326 * math/libm-test.inc (clog_test): Add more tests.
19327 (clog10_test): Likewise.
19328 * sysdeps/i386/fpu/libm-test-ulps: Update.
19329 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19330
3129cfc6
JM
19331 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
19332 (pltexit): Likewise.
19333 (La_regs): Likewise.
19334 (La_retval): Likewise.
19335 (int_retval): Likewise.
19336 Update #error for removed macros to refer only to definitions in
19337 tst-audit.h.
19338 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
19339 macro.
19340 (pltexit): Likewise.
19341 (La_regs): Likewise.
19342 (La_retval): Likewise.
19343 (int_retval): Likewise.
19344 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
19345 macro.
19346 (pltexit): Likewise.
19347 (La_regs): Likewise.
19348 (La_retval): Likewise.
19349 (int_retval): Likewise.
19350 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
19351 macro.
19352 (pltexit): Likewise.
19353 (La_regs): Likewise.
19354 (La_retval): Likewise.
19355 (int_retval): Likewise.
19356 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
19357 macro.
19358 (pltexit): Likewise.
19359 (La_regs): Likewise.
19360 (La_retval): Likewise.
19361 (int_retval): Likewise.
19362 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
19363 macro.
19364 (pltexit): Likewise.
19365 (La_regs): Likewise.
19366 (La_retval): Likewise.
19367 (int_retval): Likewise.
19368 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
19369 macro.
19370 (pltexit): Likewise.
19371 (La_regs): Likewise.
19372 (La_retval): Likewise.
19373 (int_retval): Likewise.
19374 * sysdeps/generic/tst-audit.h: Update comment to refer only to
19375 macro definitions in tst-audit.h.
19376 * sysdeps/i386/tst-audit.h: New file.
19377 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
19378 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
19379 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
19380 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
19381 * sysdeps/sh/tst-audit.h: Likewise.
19382 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
19383 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
19384 * sysdeps/x86_64/tst-audit.h: Likewise.
19385
bfc07087
AJ
193862012-07-26 Andreas Jaeger <aj@suse.de>
19387
b1b2aaf8
AJ
19388 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
19389 ptrace.
19390
19391 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
19392 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
19393 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
19394 PTRACE_O_MASK.
19395 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
19396 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
19397 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
19398
bfc07087
AJ
19399 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
19400 value.
19401
19402 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
19403 _sigsys.
19404 (si_call_addr, si_syscall, si_arch): Define new macro.
19405 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
19406 _sigsys.
19407 (si_call_addr, si_syscall, si_arch): Define new marcro.
19408 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
19409 _sigsys.
19410 (si_call_addr, si_syscall, si_arch): Define new macro.
19411 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
19412 _sigsys.
19413 (si_call_addr, si_syscall, si_arch): Define new macro.
19414
89b4b02f
JM
194152012-07-25 Joseph Myers <joseph@codesourcery.com>
19416
19417 [BZ #13717]
19418 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
19419 Change to 2.4.21 where previously 2.4.1.
19420 * sysdeps/unix/sysv/linux/configure: Regenerated.
19421 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
19422 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
19423 Linux kernel version.
19424 (__ASSUME_STD_AUXV): Remove.
19425 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
19426 kernel version.
19427 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
19428 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
19429 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
19430 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
19431 (__ASSUME_NETLINK_SUPPORT): Likewise.
19432 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
19433 (__no_netlink_support): Remove conditional definition.
19434 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
19435 Remove.
19436 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
19437 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
19438 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
19439 (if_nameindex_ioctl): Remove.
19440 (if_nameindex_netlink): Do not handle __no_netlink_support.
19441 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
19442 code.
19443 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
19444 Remove conditional code.
19445 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
19446 code.
19447 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
19448 unconditional.
19449 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
19450 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
19451 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
19452 Remove.
19453 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
19454 [!__ASSUME_STD_AUXV]: Remove conditional code.
19455 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
19456 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
19457 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
19458 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
19459 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
19460 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
19461 code.
19462 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
19463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19464 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
19465 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
19466 conditional code.
19467 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
19468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19469 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
19470 code.
19471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19472 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
19473 conditional code.
19474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
19475 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
19476 code unconditional.
19477 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19478 conditional code.
19479 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19480 unconditional.
19481 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19482 conditional code.
19483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19484 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19485 unconditional.
19486 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19487 conditional code.
19488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
19489 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
19490 code unconditional.
19491 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19492 conditional code.
19493 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19494 unconditional.
19495 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19496 conditional code.
19497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
19498 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
19499 code unconditional.
19500 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19501 conditional code.
19502 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19503 unconditional.
19504 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19505 conditional code.
19506
842a39cd
AS
195072012-07-25 Andreas Schwab <schwab@linux-m68k.org>
19508
19509 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
19510 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
19511 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
19512 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
19513 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
19514 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
19515 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
19516 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
19517 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
19518 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
19519 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
19520 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
19521 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
19522 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
19523 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
19524 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
19525 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
19526 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
19527 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
19528 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
19529 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
19530 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
19531 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
19532
84b3fd84
FW
195332012-07-25 Florian Weimer <fweimer@redhat.com>
19534
19535 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
19536 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
19537 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
19538 Introduce __libc_secure_getenv.
0c7936d5
FW
19539 * stdlib/Versions (2.17): Add secure_getenv
19540 (GLIBC_PRIVATE): Add __libc_secure_getenv.
19541 * stdlib/secure-getenv.c: Rename __secure_getenv to
19542 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
19543 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
19544 * stdlib/tst-secure-getenv.c: New.
19545 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
19546 * manual/startup.texi (Environment Access): Document
19547 secure_getenv.
84b3fd84
FW
19548 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
19549 __libc_secure_getenv.
19550 * inet/ruserpass.c (ruserpass): Likewise.
19551 * malloc/mtrace.c (mtrace): Likewise.
19552 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 19553 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
19554 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
19555 * sysdeps/posix/tempname.c: Likewise. Evaluate
19556 HAVE_SECURE_GETENV.
19557 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 19558 __secure_getenv to __libc_secure_getenv.
84b3fd84 19559 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
19560 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
19561 Likewise.
19562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
19563 Likewise.
19564 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
19565 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
19566 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
19567 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
19568 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
19569 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
19570 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 19571
56e49b71
JM
195722012-07-25 Joseph Myers <joseph@codesourcery.com>
19573
19574 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
19575 (struct La_i86_retval): Likewise.
19576 (struct La_x86_64_regs): Likewise.
19577 (struct La_x86_64_retval): Likewise.
19578 (struct La_x32_regs): Likewise.
19579 (struct La_x32_retval): Likewise.
19580 (struct La_ppc32_regs): Likewise.
19581 (struct La_ppc32_retval): Likewise.
19582 (struct La_ppc64_regs): Likewise.
19583 (struct La_ppc64_retval): Likewise.
19584 (struct La_sh_regs): Likewise.
19585 (struct La_sh_retval): Likewise.
19586 (struct La_s390_32_regs): Likewise.
19587 (struct La_s390_32_retval): Likewise.
19588 (struct La_s390_64_regs): Likewise.
19589 (struct La_s390_64_retval): Likewise.
19590 (struct La_sparc32_regs): Likewise.
19591 (struct La_sparc32_retval): Likewise.
19592 (struct La_sparc64_regs): Likewise.
19593 (struct La_sparc64_retval): Likewise.
19594 (struct audit_ifaces): Remove architecture-specific pltenter and
19595 pltexit members.
19596 * sysdeps/i386/ldsodefs.h: New file.
19597 * sysdeps/powerpc/ldsodefs.h: Likewise.
19598 * sysdeps/s390/ldsodefs.h: Likewise.
19599 * sysdeps/sh/ldsodefs.h: Likewise.
19600 * sysdeps/sparc/ldsodefs.h: Likewise.
19601 * sysdeps/x86_64/ldsodefs.h: Likewise.
19602
354691b7
MP
196032012-07-25 Marek Polacek <polacek@redhat.com>
19604
19605 [BZ #6808]
19606 * math/libm-test.inc (yn_test): Add another test.
19607 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
19608 to ERANGE when the result is +-Inf.
19609 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
19610 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
19611 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
19612 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
19613
bf9e2071
JM
196142012-07-24 Joseph Myers <joseph@codesourcery.com>
19615
19616 * conform/data/time.h-data (NULL): Use macro-constant. Require
19617 equal to 0.
19618 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
19619 clock_t.
19620 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
19621
57633811
TS
196222012-07-23 Thomas Schwinge <thomas@codesourcery.com>
19623
19624 * configure.in <sysdeps resolving>: Correct printing
19625 Implies_before.
19626 * configure: Regenerate.
19627
c23c33b0
TS
196282012-07-22 Thomas Schwinge <thomas@codesourcery.com>
19629
19630 * math/w_ilogb.c: Include <limits.h>.
19631 * math/w_ilogbl.c: Likewise.
19632
b5982523
JM
196332012-07-20 Joseph Myers <joseph@codesourcery.com>
19634
19635 * manual/lang.texi (__va_copy): Document primarily as ISO C99
19636 va_copy. Document allowing for unavailable va_copy only as
19637 pre-C99 compatibility.
19638 * manual/string.texi (Copying and Concatenation): Use va_copy
19639 instead of __va_copy in concat example.
19640
ac4ea442
PT
196412012-07-20 Pino Toscano <toscano.pino@tiscali.it>
19642
19643 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
19644 (__sendto): Use create_address_port. Initialize APORT and deallocate
19645 it if not null.
19646
f98eafbd
PT
19647 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
19648 with O_NOLINK passed to __file_name_lookup.
19649
898c7aab
PT
19650 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
19651 with O_NOLINK passed to __file_name_lookup.
19652
0ced335a
PT
19653 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
19654 negative N or less than NGIDS.
19655
b3404dbd
PT
19656 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
19657 type to string_t. Set ERANGE as errno and return it if NAME is not big
19658 enough. Use memcpy instead of strncpy.
19659
0f48659e
JM
196602012-07-20 Joseph Myers <joseph@codesourcery.com>
19661
19662 * elf/Makefile (check-data): Remove.
19663 (localplt.data): New vpath directive.
19664 ($(objpfx)check-localplt.out): Use localplt.data from vpath
19665 instead of $(check-data).
19666 * scripts/data/localplt-generic.data: Move to ...
19667 * sysdeps/generic/localplt.data: ... here.
19668 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
19669 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
19670 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
19671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
19672 ... here.
19673 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
19674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
19675 ... here.
19676 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
19677 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
19678 ... here.
19679 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
19680 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
19681 ... here.
19682 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
19683 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
19684 ... here.
19685 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
19686 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
19687 ... here.
19688
d37cbdaa
AZ
196892012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19690
19691 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
19692 PPC32 and PPC64 files.
19693 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
19694 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
19695
46f85fc2
AK
196962012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19697
19698 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
19699 __makecontext_ret to ...
19700 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
19701 ... here and call exit if uc_link is NULL. New file.
19702 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
19703 __makecontext_ret.S.
19704 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
19705 __makecontext_ret to ...
19706 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
19707 ... here and call exit if uc_link is NULL. New file.
19708 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
19709 __makecontext_ret.S.
19710
08f43f9b
AK
197112012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19712
19713 * elf/elf.h (R_390_IRELATIVE): New definition.
19714 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
19715 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
19716 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
19717 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19718 (elf_machine_lazy_rel): Likewise.
19719 * sysdeps/s390/dl-irel.h: New file.
19720 * sysdeps/s390/s390-64/memcpy.S: New asm code.
19721 * sysdeps/s390/s390-64/memset.S: New asm code.
19722 * sysdeps/s390/s390-64/memcmp.S: New asm code.
19723 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
19724 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
19725 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
19726 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
19727 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
19728 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
19729 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
19730 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
19731 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
19732 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
19733 * sysdeps/s390/s390-32/memcpy.S: New asm code.
19734 * sysdeps/s390/s390-32/memset.S: New asm code.
19735 * sysdeps/s390/s390-32/memcmp.S: New asm code.
19736
3b05db33
MP
197372012-07-17 Marek Polacek <polacek@redhat.com>
19738
19739 [BZ #14349]
19740 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
19741 * sysdeps/s390/s390-64/configure.in: Likewise.
19742 * sysdeps/sparc/configure.in: Likewise.
19743 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
19744 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
19745 * sysdeps/i386/configure.in: Likewise.
19746 * sysdeps/x86_64/configure.in: Likewise.
19747 * sysdeps/sh/configure.in: Likewise.
19748 * sysdeps/s390/s390-32/configure: Regenerated.
19749 * sysdeps/s390/s390-64/configure: Likewise.
19750 * sysdeps/x86_64/configure: Likewise.
19751 * sysdeps/sh/configure: Likewise.
19752 * sysdeps/powerpc/powerpc64/configure: Likewise.
19753 * sysdeps/powerpc/powerpc32/configure: Likewise.
19754 * sysdeps/sparc/configure: Likwise.
19755 * sysdeps/i386/configure: Likewise.
19756
a66877c6
MP
19757 * elf/dl-open.c: Comment fixes.
19758
cfc82fd8
JM
197592012-07-17 Joseph Myers <joseph@codesourcery.com>
19760
bd29910a
JM
19761 * Makefile [CXX] (check-data): Remove.
19762 [CXX] (c++-types.data): New vpath directive.
19763 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
19764 vpath. Do not allow for C++ type data being missing.
19765 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
19766 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
19767 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
19768 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
19769 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
19770 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
19771 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
19772 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
19773 ... here.
19774 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
19775 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
19776 ... here.
19777 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
19778 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
19779 ... here.
19780 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
19781 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
19782 ... here.
19783 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
19784 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
19785 ... here.
19786 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
19787 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
19788 ... here.
19789 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
19790 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
19791 ... here.
19792 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
19793 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
19794
cfc82fd8
JM
19795 * elf/tls-macros.h (TLS_LE): Move architecture-specific
19796 definitions to architecture-specific files.
19797 (TLS_IE): Likewise.
19798 (TLS_LD): Likewise.
19799 (TLS_GD): Likewise.
19800 * sysdeps/i386/tls-macros.h: New file.
19801 * sysdeps/powerpc/tls-macros.h: Likewise.
19802 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
19803 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
19804 * sysdeps/sh/tls-macros.h: Likewise.
19805 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
19806 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
19807 * sysdeps/x86_64/tls-macros.h: Likewise.
19808
f7db3170
TS
198092012-07-17 Thomas Schwinge <thomas@codesourcery.com>
19810
07cbfc23
TS
19811 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
19812 zero value for regular exit case.
19813
f7db3170
TS
19814 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
19815 (__start_context): Preserve zero value for regular exit case.
19816
dc97c227
TS
198172012-07-17 Thomas Schwinge <thomas@codesourcery.com>
19818 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19819
19820 * manual/setjmp.texi (setcontext): Clarify normal process
19821 termination when uc_link is the null pointer.
19822 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
19823 exit call.
19824
d0cd7d02
AS
198252012-07-16 Andreas Schwab <schwab@linux-m68k.org>
19826
19827 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
19828 preprocessor. Test for each exception mask separately.
19829
dd318934
AJ
198302012-07-16 Andreas Jaeger <aj@suse.de>
19831
19832 * po/ru.po: Update from translation team.
19833
8048311a
JM
198342012-07-15 Joseph Myers <joseph@codesourcery.com>
19835
19836 * conform/data/string.h-data (NULL): Use macro-constant. Require
19837 equal to 0.
19838 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
19839 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
19840 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
19841 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
19842 [ISO || ISO99 || ISO11] (*_t): Do not allow.
19843
b637d46e
AJ
198442012-07-13 Andreas Jaeger <aj@suse.de>
19845
19846 * po/fr.po: Update from translation team.
19847
541428fe
MP
198482012-07-12 Marek Polacek <polacek@redhat.com>
19849
19850 [BZ #14173]
19851 * math/libm-test.inc (yn_test): Add test for BZ #14173.
19852 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
19853 loop condition.
19854
ec332e94
JM
198552012-07-12 Joseph Myers <joseph@codesourcery.com>
19856
19857 [BZ #13717]
19858 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
19859 Change to 2.4.1 where previously 2.4.0.
19860 * sysdeps/unix/sysv/linux/configure: Regenerated.
19861 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
19862 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
19863 version.
19864 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
19865 (__ASSUME_AT_CLKTCK): Remove.
19866 (__ASSUME_AT_PAGESIZE): Likewise.
19867 (__ASSUME_AT_XID): Likewise.
19868 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
19869 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
19870 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
19871 unconditionally.
19872 (HAVE_AUX_PAGESIZE): Likewise.
19873 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
19874 [__ASSUME_AT_CLKTCK]: Make code unconditional.
19875 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
19876
7b6e99be
JB
198772012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
19878
19879 [BZ #14307]
19880 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
19881 the temporary buffer used to invoke __gethostbyname2_r,
19882 __gethostbyaddr_r and gethostbyname4_r to make room for struct
19883 host_data / struct gaih_addrtuple.
19884 * resolv/nss_dns/dns-host.c (global scope): Move definition of
19885 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
19886 header file nss/nsswitch.h.
19887 * nss/nsswitch.h (global scope): Add definition of implementation
19888 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
19889 resolv/nss_dns/dns-host.c).
19890
608404eb
AJ
198912012-07-11 Andreas Jaeger <aj@suse.de>
19892
19893 * po/fr.po: Update from translation team.
19894
71220aca
AJ
19895 * po/sv.po: Update from translation team
19896 * po/fr.po: Another update from translation team.
19897
28cfe843
AZ
198982012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19899
19900 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
19901 for subnormals or multiply small sinh result by itself.
19902 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
19903 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19904
6b90f981
DM
199052012-07-11 David S. Miller <davem@davemloft.net>
19906
19907 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19908
c6825772
AS
199092012-07-10 Andreas Schwab <schwab@linux-m68k.org>
19910
19911 [BZ #14347]
19912 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
19913 (INTERNAL_MARK): Shift it here.
19914
7b8e0d49
MP
199152012-07-10 Marek Polacek <polacek@redhat.com>
19916
19917 [BZ #14151]
19918 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
19919 libc_cv_asm_global_directive with .globl.
19920 * configure: Regenerated.
19921 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
19922 with .globl.
19923 * sysdeps/i386/configure: Regenerated.
19924 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
19925 with .globl.
19926 * sysdeps/x86_64/configure: Regenerated.
19927 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
19928 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
19929 * elf/tst-unique2mod2.c: Likewise.
19930 * elf/tst-unique2mod1.c: Likewise.
19931 * elf/tst-unique1mod2.c: Likewise.
19932 * elf/tst-unique1mod1.c: Likewise.
19933 * sysdeps/s390/s390-32/sysdep.h: Likewise.
19934 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
19935 * sysdeps/s390/s390-64/sysdep.h: Likewise.
19936 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19937 * sysdeps/mach/sysdep.h: Likewise.
19938 * sysdeps/i386/sysdep.h: Likewise.
19939 * sysdeps/i386/i386-mcount.S: Likewise.
19940 * sysdeps/x86_64/_mcount.S: Likewise.
19941 * sysdeps/x86_64/sysdep.h: Likewise.
19942 * sysdeps/sh/_mcount.S: Likewise.
19943 * sysdeps/sh/sysdep.h: Likewise.
19944 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
19945 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
19946 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
19947 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
19948 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
19949 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
19950 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
19951 * locale/localeinfo.h: Likewise.
19952 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
19953 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
19954
6c55cda3
RM
199552012-07-09 Roland McGrath <roland@hack.frob.com>
19956
19957 [BZ #14336]
19958 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
19959 system".
19960 * manual/message.texi (The Uniforum approach): Likewise.
19961 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
19962 (glibc iconv Implementation): Likewise.
19963
638a572e
JM
199642012-07-09 Joseph Myers <joseph@codesourcery.com>
19965
19966 [BZ #14337]
19967 * math/s_clog.c (__clog): Avoid scaling a value down where that
19968 could result in underflow.
19969 * math/s_clog10.c (__clog10): Likewise.
19970 * math/s_clog10f.c (__clog10f): Likewise.
19971 * math/s_clog10l.c (__clog10l): Likewise.
19972 * math/s_clogf.c (__clogf): Likewise.
19973 * math/s_clogl.c (__clogl): Likewise.
19974 * math/libm-test.inc (clog_test): Add more tests.
19975 (clog10_test): Likewise.
19976 * sysdeps/i386/fpu/libm-test-ulps: Update.
19977 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19978
261f4859
AS
199792012-07-06 Andreas Schwab <schwab@linux-m68k.org>
19980
0abaf3e4
AS
19981 [BZ #14283]
19982 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
19983 by 7 not 8 to examine high bit of fractional part.
19984
261f4859
AS
19985 [BZ #14042]
19986 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
19987 for call to __mcount_internal.
19988 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
19989 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
19990 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
19991
f17ac40d
JM
199922012-07-06 Joseph Myers <joseph@codesourcery.com>
19993
9ad63c23
JM
19994 [BZ #14154]
19995 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
19996 approximation for values within 0x1p-13f of an odd multiple of
19997 pi/4.
19998 * math/libm-test.inc (tan_test): Do not allow spurious underflow
19999 exception. Add more tests.
20000 * sysdeps/i386/fpu/libm-test-ulps: Update.
20001
f17ac40d
JM
20002 [BZ #6778]
20003 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
20004 inputs and return -1 for them. Do not check for +Inf in case not
20005 reachable for +Inf.
20006 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20007 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
20008 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
20009 and return -1 for them. Do not check for +Inf in case not
20010 reachable for +Inf.
20011 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
20012 define.
20013 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
20014 and return -1 for them. Do not check for +Inf in case not
20015 reachable for +Inf.
20016 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
20017 spurious underflow.
20018 * sysdeps/i386/fpu/libm-test-ulps: Update.
20019 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20020
fb21f89b
MF
200212012-07-06 Mike Frysinger <vapier@gentoo.org>
20022
20023 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
20024
cdfe2c5e
JM
200252012-07-05 Joseph Myers <joseph@codesourcery.com>
20026
20027 [BZ #14157]
20028 [BZ #14331]
20029 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
20030 could result in spurious underflow. Scale down values above
20031 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
20032 * math/s_csqrtf.c (__csqrtf): Likewise.
20033 * math/s_csqrtl.c (__csqrtl): Likewise.
20034 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
20035 spurious underflow.
20036 * sysdeps/i386/fpu/libm-test-ulps: Update.
20037 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20038
70d35b67
AS
200392012-07-04 Andreas Schwab <schwab@linux-m68k.org>
20040
704bc459
AS
20041 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
20042 xopen-msg.sed.
20043 * catgets/xopen-msg.awk: New file.
20044 * catgets/xopen-msg.sed: Removed.
20045
70d35b67
AS
20046 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
20047 po2text.sed.
20048 * intl/po2test.awk: New file.
20049 * intl/po2test.sed: Removed.
20050
ca61cf32
JM
200512012-07-04 Joseph Myers <joseph@codesourcery.com>
20052
20053 [BZ #14328]
20054 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
20055 or multiply small sinh result by itself.
20056 * math/s_ctanf.c (__ctanf): Likewise.
20057 * math/s_ctanh.c (__ctanh): Likewise.
20058 * math/s_ctanhf.c (__ctanhf): Likewise.
20059 * math/s_ctanhl.c (__ctanhl): Likewise.
20060 * math/s_ctanl.c (__ctanl): Likewise.
20061 * math/libm-test.inc (ctan_test_tonearest): New function.
20062 (ctan_test_towardzero): Likewise.
20063 (ctan_test_downward): Likewise.
20064 (ctan_test_upward): Likewise.
20065 (ctanh_test_tonearest): Likewise.
20066 (ctanh_test_towardzero): Likewise.
20067 (ctanh_test_downward): Likewise.
20068 (ctanh_test_upward): Likewise.
20069 (main): Call these new functions.
20070 * sysdeps/i386/fpu/libm-test-ulps: Update.
20071 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20072
ca48a46a
MF
200732012-07-03 Mike Frysinger <vapier@gentoo.org>
20074
20075 * .gitignore: Delete /ports entry.
20076
9d63d37d
AJ
200772012-07-03 Andreas Jaeger <aj@suse.de>
20078
20079 * po/bg.po: Update from translation team.
20080 * po/cs.po: Likewise.
20081 * po/de.po: Likewise.
20082 * po/hr.po: Likewise.
20083 * po/nl.pl: Likewise.
20084 * po/pl.po: Likewise.
20085 * po/vi.po: Likewise.
20086
370ca3d2
JM
200872012-07-03 Joseph Myers <joseph@codesourcery.com>
20088
95f5a9a8
JM
20089 * Makeconfig [!+link] (+link-before-libc): New variable.
20090 [!+link] (+link-after-libc): Likewise.
20091 [!+link] (+link-tests): Likewise.
20092 [!+link] (+link): Define in terms of $(+link-before-libc) and
20093 $(+link-after-libc).
20094 [!+link-static] (+link-static-before-libc): New variable.
20095 [!+link-static] (+link-static-after-libc): Likewise.
20096 [!+link-static] (+link-static-tests): Likewise.
20097 [!+link-static] (+link-static): Define in terms of
20098 $(+link-static-before-libc) and $(+link-static-after-libc).
20099 [build-shared] (link-libc-before-gnulib): New variable.
20100 [build-shared] (link-libc-tests): Likewise.
20101 [build-shared] (link-libc): Define in terms of
20102 $(link-libc-before-gnulib).
20103 [!build-shared] (link-libc-tests): New variable.
20104 (link-libc-static-tests): New variable.
20105 [!gnulib] (gnulib-arch): New variable.
20106 [!gnulib] (gnulib-tests): Likewise.
20107 [!gnulib] (static-gnulib-arch): Likewise.
20108 [!gnulib] (static-gnulib-tests): Likewise.
20109 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
20110 Define with "=" instead of ":=".
20111 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
20112 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
20113 * Rules (binaries-all-notests): New variable.
20114 (binaries-all-tests): Likewise.
20115 (binaries-static-notests): Likewise.
20116 (binaries-static-tests): Likewise.
20117 (binaries-all): Define using $(binaries-all-notests) and
20118 $(binaries-all-tests).
20119 (binaries-static): Define using $(binaries-static-notests) and
20120 $(binaries-static-tests).
20121 (binaries-shared-tests): New variable.
20122 (binaries-shared-notests): Likewise.
20123 (binaries-shared): Remove variable.
20124 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
20125 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
20126 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
20127 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
20128 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
20129 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
20130 * elf/Makefile (sln-modules): New variable.
20131 (extra-objs): Add $(sln-modules:=.o).
20132 (ldconfig-modules): Add static-stubs.
20133 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
20134 * elf/static-stubs.c: New file.
20135
7a845b2c
JM
20136 [BZ #14283]
20137 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
20138 by 7 not 8 to examine high bit of fractional part. Use volatile
20139 variables when splitting into final array of floats if
20140 __FLT_EVAL_METHOD__ != 0.
20141 * math/libm-test.inc (cos_test): Add another test.
20142 (sin_test): Likewise.
20143 * sysdeps/i386/fpu/libm-test-ulps: Update.
20144
e2283f38
JM
20145 [BZ #14273]
20146 * math/libm-test.inc (cosh_test): Add more tests.
20147
370ca3d2
JM
20148 * version.h (RELEASE): Set to "development".
20149 (VERSION): Set to "2.16.90".
20150
ee9247c3
CD
201512012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
20152
20153 * NEWS: Update copyright. Remove last-updated date.
20154 Mention math library bug fixes and timezone data changes.
20155 * README: Mention GNU/Hurd, x32, and HPPA support status.
20156
4648c381
TS
201572012-06-28 Thomas Schwinge <thomas@codesourcery.com>
20158
20159 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
20160
aac78a43
AJ
201612012-06-27 Andreas Jaeger <aj@suse.de>
20162
20163 * manual/contrib.texi (Contributors): Add Samuel Thibault.
20164
ed3dbfad
AJ
201652012-06-25 Andreas Jaeger <aj@suse.de>
20166
20167 * sysdeps/s390/fpu/libm-test-ulps: Update.
20168
4d0ee855
AS
201692012-06-23 Andreas Schwab <schwab@linux-m68k.org>
20170 Thomas Schwinge <thomas@codesourcery.com>
20171
20172 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
20173 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
20174 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
20175 fanotify_mark.
20176
af1bce34
TS
201772012-06-23 Thomas Schwinge <thomas@codesourcery.com>
20178
a9fa33ba
TS
20179 * sysdeps/mach/start.c: Remove file.
20180 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
20181 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
20182 * sysdeps/sh/init-first.c: Likewise.
20183
58f902b8
TS
20184 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
20185 registers for frame unwinding purposes, add CFI directives.
20186 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
20187 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
20188 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
20189 Likewise.
20190
1518f58b
TS
20191 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
20192 __fortify_fail returning.
20193 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
20194
db9b5059
TS
20195 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
20196 sysdeps/sh/____longjmp_chk.S.
20197 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
20198 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
20199 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
20200 (gen-as-const-headers): Append sigaltstack-offsets.sym.
20201
967705fe
TS
20202 * sysdeps/sh/abort-instr.h: New file.
20203 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
20204 process in case exit returns.
20205
a9def8c4
TS
20206 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
20207 initialize the GOT register before use.
20208
2a649725
TS
20209 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
20210 calculation of ARGC > 4.
20211
af1bce34
TS
20212 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
20213 meaningful names to some local labels.
20214
d230f50a
KK
202152012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20216 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20217
20218 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
20219 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
20220 (__arch_compare_and_exchange_val_16_acq): Likewise.
20221 (__arch_compare_and_exchange_val_32_acq): Likewise.
20222 (atomic_exchange_and_add): Fix gUSA sequence.
20223 (atomic_add): Likewise.
20224 (atomic_add_negative): Likewise.
20225 (atomic_add_zero): Likewise.
20226 (atomic_bit_test_set): Likewise.
20227
0479b305
AS
202282012-06-22 Andreas Schwab <schwab@redhat.com>
20229
20230 [BZ #13579]
20231 * include/link.h (struct link_map): Add l_free_initfini.
20232 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
20233 l_initfini.
20234 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
20235 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
20236 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
20237 set.
20238
0e3933b9
CD
202392012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
20240
20241 * configure.in: Use AC_LANG_SOURCE.
20242 * configure: Regenerate.
20243
4248b1b1
RM
202442012-06-22 Roland McGrath <roland@hack.frob.com>
20245
20246 * configure.in (libc_cv_localstatedir): New substituted variable.
20247 * configure: Regenerated.
20248 * config.make.in (localstatedir): New variable, substituted from
20249 libc_cv_localstatedir.
20250 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
20251 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
20252 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
20253 * sysdeps/gnu/configure: Regenerated.
20254
006dd861
JL
202552012-06-21 Jeff Law <law@redhat.com>
20256
20257 [BZ #14277]
20258 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
20259 free. Simplify list management for _LIBC case.
20260
79662d42
JM
202612012-06-21 Joseph Myers <joseph@codesourcery.com>
20262
b7abb4bf
JM
20263 [BZ #14273]
20264 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
20265 Clear sign bit of 64-bit integer value before comparing against
20266 overflow value.
20267
79662d42
JM
20268 * sysdeps/mach/configure: Regenerated.
20269
1f150908
L
202702012-06-21 H.J. Lu <hongjiu.lu@intel.com>
20271
20272 [BZ #14278]
20273 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
20274
28363bbf
JL
202752012-06-21 Jeff Law <law@redhat.com>
20276
20277 [BZ #13882]
20278 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
20279 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 20280 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
20281 * elf/dl-open.c (dl_open_worker): Likewise.
20282
09615db4
CD
202832012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
20284
20285 * scripts/list-sources.sh: Scan PORTS for translations.
20286 * po/libc.pot: Regenerated.
20287
2174c6dd
AJ
202882012-06-21 Andreas Jaeger <aj@suse.de>
20289
20290 [BZ #12194]
20291 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
20292 warning.
20293 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
20294 * bits/byteswap-16.h (__bswap_16): Likewise.
20295 * bits/byteswap.h (__bswap_constant_16): Likewise.
20296
3ee947b1
L
202972012-06-18 H.J. Lu <hongjiu.lu@intel.com>
20298
20299 [BZ #14117]
a2f34833
L
20300 * sysdeps/i386/fpu_control.h: Removed.
20301 * sysdeps/x86_64/fpu_control.h: Moved to ...
20302 * sysdeps/x86/fpu_control.h: Here.
20303
3ee947b1
L
20304 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
20305 (_FPU_SETCW): Likewise.
20306
ed1825f8
L
203072012-06-15 H.J. Lu <hongjiu.lu@intel.com>
20308
25f1282a
L
20309 [BZ #14117]
20310 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
20311 * sysdeps/x86/fpu/bits/mathinline.h: This.
20312 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
20313
ed1825f8
L
20314 [BZ #14050]
20315 [BZ #14117]
20316 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
20317 functions if __x86_64__ is defined.
20318
36d54b74
CLT
203192012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
20320
20321 * string/endian.h: Add !__ASSEMBLER__ condition for including
20322 conversion interfaces.
20323
10285c21
JM
203242012-06-15 Joseph Myers <joseph@codesourcery.com>
20325
20326 [BZ #14241]
20327 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
20328 of ABS(x) in calculating zero to negative powers other than odd
20329 integers.
20330 * math/libm-test.inc (pow_test): Add more tests.
20331
06c5abbd
AJ
203322012-06-15 Andreas Jaeger <aj@suse.de>
20333
20334 * manual/contrib.texi (Contributors): Update entry of Liubov
20335 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
20336 Machado Filho.
20337
a3aeac40
CH
203382012-06-15 Cyril Hrubis <metan@ucw.cz>
20339
20340 * string/string.h: Add __wur to GNU version of strerror_r.
20341
49bdf4c1
L
203422012-06-14 H.J. Lu <hongjiu.lu@intel.com>
20343
20344 [BZ #14229]
20345 * string/Makefile (tests): Add tst-strtok_r.
20346 * string/tst-strtok_r.c: New file.
20347 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
20348 RAX_LP/RDX_LP on SAVE_PTR.
20349
834f9b8d
RM
203502012-06-14 Roland McGrath <roland@hack.frob.com>
20351
20352 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
20353
75fa1921
JM
203542012-06-14 Joseph Myers <joseph@codesourcery.com>
20355
20356 * libm_test.inc (csqrt_test): Allow more spurious underflow
20357 exceptions.
20358 (j0_test): Likewise.
20359 (j1_test): Likewise.
20360 (y0_test): Likewise.
20361 (y1_test): Likewise.
20362
771766df
CD
203632012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
20364
20365 * po/Makefile (libc.pot): Use UTF-8 charset.
20366
ceb9e56b
PP
203672012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
20368
20369 [BZ #14210]
20370 Suppress sign-conversion warning from FD_SET.
20371 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
20372 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
20373 not unsigned long int.
20374 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
20375
ddb28975
L
203762012-06-12 H.J. Lu <hongjiu.lu@intel.com>
20377
20378 [BZ #14050]
20379 [BZ #14117]
20380 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
20381 __extern_always_inline instead of __extern_inline.
20382 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
20383 (__signbit): Likewise.
20384 (__signbitl): Support C++ namespace.
20385 (lrintf): New inline function.
20386 (lrint): Likewise.
20387 (llrintf): Likewise.
20388 (llrint): Likewise.
20389 (fmaxf): Likewise.
20390 (fmax): Likewise.
20391 (fminf): Likewise.
20392 (fmin): Likewise.
20393 (rint): Likewise.
20394 (rintf): Likewise.
20395 (ceil): Likewise.
20396 (ceilf): Likewise.
20397 (floor): Likewise.
20398 (floorf): Likewise.
20399 (nearbyint): Likewise.
20400 (nearbyintf): Likewise.
20401
d7b4fb26
TS
204022012-06-12 Thomas Schwinge <thomas@codesourcery.com>
20403
20404 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
20405 non-default versions.
20406
eb55f5c2
RM
204072012-06-11 Roland McGrath <roland@hack.frob.com>
20408
20409 [BZ #14218]
20410 * manual/argp.texi (Argp): Reword argp_parse description slightly.
20411
366af02c
TS
204122012-06-09 Thomas Schwinge <thomas@codesourcery.com>
20413
99ff6e5c
TS
20414 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
20415 (FE_UPWARD, FE_DOWNWARD): Don't define.
20416 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
20417 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
20418
366af02c
TS
20419 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
20420 reading it.
20421 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
20422 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
20423
793ea851
KK
204242012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20425
20426 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
20427 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
20428 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
20429 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
20430
a728a38f
L
204312012-06-06 H.J. Lu <hongjiu.lu@intel.com>
20432
20433 [BZ #14117]
c08010c7
L
20434 * sysdeps/i386/fpu/bits/fenv.h: Removed.
20435 * sysdeps/i386/fpu/Implies: New file.
20436 * sysdeps/x86_64/fpu/Implies: Likewise.
20437 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
20438 * sysdeps/x86/fpu/bits/fenv.h: This.
20439
a728a38f
L
20440 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
20441 __SSE_MATH__.
20442
6e230d11
SP
204432012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
20444
20445 [BZ #14134]
20446 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
20447 character 0xffff that matches the last element of the
20448 conversion table.
20449
1b671feb
AZ
204502012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20451
20452 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
20453 fmodl commit.
20454
6043738b
AZ
204552012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20456
20457 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
20458 values higher than 25.6283.
20459
34ae0b32
AZ
204602012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20461
20462 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
20463 subnormal exponent extraction and add some __builtin_expect.
20464 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
20465 Fix for subnormal mantissa calculation.
20466
1214ec8f
MF
204672012-06-04 Mike Frysinger <vapier@gentoo.org>
20468
20469 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
20470 cpu2 is -1 and errno is not ENOSYS.
20471
f3d1f93c
L
204722012-06-04 H.J. Lu <hongjiu.lu@intel.com>
20473
20474 [BZ #14117]
0e4a3cd7
L
20475 * sysdeps/i386/i486/bits/string.h: Renamed to ...
20476 * sysdeps/x86/bits/string.h: This.
20477 * sysdeps/x86_64/bits/string.h: Removed.
20478
6704c645
L
20479 * sysdeps/i386/i486/bits/string.h: Define inline functions only
20480 if not compiling for x86-64, but compiling for >= i486.
20481
48495318
L
20482 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
20483 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
20484
14adcbfc
L
20485 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
20486 New macro from Linux kernel 3.4.0.
20487 (FP_XSTATE_MAGIC2): Likewise.
20488 (FP_XSTATE_MAGIC2_SIZE): Likewise.
20489 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
20490 (struct _fpx_sw_bytes): New struct.
20491 (struct _xsave_hdr): Likewise.
20492 (struct _ymmh_state): Likewise.
20493 (struct _xstate): Likewise.
20494
68e408ab
L
20495 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
20496 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
20497 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
20498 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
20499 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
20500 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
20501
f3d1f93c
L
20502 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
20503 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
20504 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
20505 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
20506 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
20507 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
20508
d9dc34cd
TMQMF
205092012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20510
20511 [BZ #13743]
20512 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
20513 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
20514 (sysdep_headers): Include sys/platform/ppc.h.
20515 * sysdeps/powerpc/test-gettimebase.c: Test for
20516 __ppc_get_timebase() to catch future ISA opcode/insn changes.
20517 * manual/Makefile (appendices): Include platform.texi.
20518 * manual/contrib.texi (Contributors): Update @node pointers.
20519 * manual/maint.texi (Maintenance): Likewise.
20520 (Platform): New node.
20521 * manual/platform.texi: New file. Document the new features.
20522
4af3879c
SP
205232012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20524 Jakub Jelinek <jakub@redhat.com>
20525
20526 [BZ #14188]
20527 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
20528 where __builtin_expect is unavailable.
20529
2fd6ff13
DM
205302012-06-03 David S. Miller <davem@davemloft.net>
20531
20532 * stdlib/longlong.h: Updated from GCC.
20533
173f7220
AS
205342012-06-02 Andreas Schwab <schwab@linux-m68k.org>
20535
20536 [BZ #14042]
20537 * sysdeps/powerpc/powerpc32/mcount.c: New file.
20538 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
20539 __mcount_internal.
20540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
20541 (GLIBC_2.16): Likewise.
20542
f34a1c6f
L
205432012-06-01 H.J. Lu <hongjiu.lu@intel.com>
20544
20545 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
20546
88a4576f
JM
205472012-06-01 Joseph Myers <joseph@codesourcery.com>
20548
ea32bcdd
JM
20549 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
20550 (default-abi): New variable.
20551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
20552 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
20553 variable.
20554 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
20555 Likewise.
20556 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
20557 Likewise.
20558 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
20559 Likewise.
20560
88a4576f
JM
20561 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
20562 definition. Document in comment.
20563
402fe938
DM
205642012-06-01 David S. Miller <davem@davemloft.net>
20565
20566 * stdlib/longlong.h: Updated from GCC.
20567
3553723f
L
205682012-06-01 H.J. Lu <hongjiu.lu@intel.com>
20569
20570 [BZ #14117]
3bd872c4
L
20571 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
20572 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
20573 sys/debugreg.h sys/io.h here.
20574 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
20575 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
20576 sys/io.h.
20577 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
20578 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
20579 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
20580 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
20581 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
20582 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
20583
3553723f
L
20584 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
20585 Define only if __x86_64__ is defined.
20586
4842e4fe
JM
205872012-06-01 Joseph Myers <joseph@codesourcery.com>
20588
c5bfe3d5
JM
20589 [BZ #14048]
20590 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
20591 Use int64_t for variable i.
20592 * math/libm-test.inc (fmod_test): Add more tests.
20593
4842e4fe
JM
20594 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
20595 z computation is not scheduled after fetestexcept.
20596 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
20597 Use math_force_eval instead of asm to ensure calculation scheduled
20598 before exception test.
20599 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
20600 Ensure a1 + u.d computation is not scheduled after fetestexcept.
20601
efb73488
AJ
206022012-06-01 Aurelien Jarno <aurelien@aurel32.net>
20603
20604 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
20605 computation is not scheduled after fetestexcept.
20606
29bcce7c
L
206072012-06-01 H.J. Lu <hongjiu.lu@intel.com>
20608
20609 [BZ #14117]
20610 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
20611 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
20612
73a68f94
AZ
206132012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20614
20615 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
20616 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
20617
67b6df78
L
206182012-05-31 H.J. Lu <hongjiu.lu@intel.com>
20619
edf2933a 20620 [BZ #14117]
ebc64a18
L
20621 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
20622 <bits/wordsize.h>.
20623 (__WCHAR_MIN): Support __WORDSIZE == 64.
20624 (__WCHAR_MAX): Likewise.
20625
edf2933a
L
20626 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
20627 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
20628
57c6cf40
L
20629 [BZ #14183]
20630 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
20631 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
20632
67b6df78 20633 [BZ #14117]
8eb6281e
L
20634 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
20635 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
20636
aac639f4
L
20637 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
20638 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
20639
67b6df78
L
20640 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
20641 Defined to 1 if __x86_64__ isn't defined.
20642 (_STAT_VER_LINUX_OLD): New.
20643 (st_atime): Remove duplicate.
20644 (st_mtime): Likewise.
20645 (st_ctime): Likewise.
20646
1c2cfe81
DM
206472012-05-31 David S. Miller <davem@davemloft.net>
20648
20649 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
20650 entries.
20651
5be8418c
AS
206522012-06-01 Andreas Schwab <schwab@linux-m68k.org>
20653
e7725326
AS
20654 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
20655 gen-libm-test.pl.
20656
5be8418c
AS
20657 [BZ #14132]
20658 * elf/dl-reloc.c: Include <_itoa.h>.
20659 (_dl_reloc_bad_type): Remove use of INTUSE.
20660 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
20661 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
20662 * stdio-common/psiginfo.c (psiginfo): Likewise.
20663 * stdio-common/psignal.c (psignal): Likewise.
20664 * string/strsignal.c (strsignal): Likewise.
20665 * include/signal.h (_sys_siglist): Declare hidden proto.
20666 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
20667 INTVARDEF with libc_hidden_data_def.
20668 * stdio-common/itoa-udigits.c: Likewise.
20669 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
20670 (_itoa_lower_digits_internal): Remove declaration.
20671 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
20672 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
20673 (_sys_sigabbrev_internal): Remove aliases.
20674 (_sys_siglist): Define hidden alias.
20675
507352f1
MT
206762012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
20677
20678 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
20679 bits/sysctl.h.
20680
42bbb1c3
L
206812012-05-31 H.J. Lu <hongjiu.lu@intel.com>
20682
20683 [BZ #14117]
6bd784b6
L
20684 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
20685 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
20686
8bca20f0
L
20687 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
20688 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
20689 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
20690 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
20691 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
20692 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
20693
f9e890a9
L
20694 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
20695 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
20696 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
20697
471101a1
L
20698 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
20699 with __addr.
20700 (insw): Likewise.
20701 (insl): Likewise.
20702 (outsb): Likewise.
20703 (outsw): Likewise.
20704 (outsl): Likewise.
20705
6451c862
L
20706 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
20707 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
20708 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
20709
a254b8c9
L
20710 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
20711 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
20712 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
20713 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
20714 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
20715 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
20716
b8dfdd92
L
20717 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
20718 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
20719
578cd270
L
20720 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
20721 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
20722
de662f5f
L
20723 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
20724 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
20725 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
20726
25653439
L
20727 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
20728 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
20729 to ...
20730 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
20731
6bad24a0
L
20732 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
20733 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
20734 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
20735
42bbb1c3
L
20736 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
20737 for x86-64.
20738 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
20739
2d10d547
JM
207402012-05-31 Joseph Myers <joseph@codesourcery.com>
20741
20742 * math/math.h (M_El): Use two more decimal places.
20743 (M_LOG2El): Likewise.
20744 (M_LOG10El): Likewise.
20745 (M_LN2l): Likewise.
20746 (M_LN10l): Likewise.
20747 (M_PIl): Likewise.
20748 (M_PI_2l): Likewise.
20749 (M_PI_4l): Likewise.
20750 (M_1_PIl): Likewise.
20751 (M_2_PIl): Likewise.
20752 (M_2_SQRTPIl): Likewise.
20753 (M_SQRT2l): Likewise.
20754 (M_SQRT1_2l): Likewise.
20755
f230c29b
DM
207562012-05-31 David S. Miller <davem@davemloft.net>
20757
20758 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
20759 values between float registers.
20760 * sysdeps/sparc/sparc64/memset.S: Likewise.
20761 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
20762
fed806c3
MF
207632012-05-31 Mike Frysinger <vapier@gentoo.org>
20764
20765 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
20766 -D_FORTIFY_SOURCE=1.
20767 (CPPFLAGS-tst-longjmp_chk.c): Define.
20768 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
20769 (CPPFLAGS-tst-longjmp_chk2.c): Define.
20770 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
20771 CFLAGS-tst-wchar-h.c.
20772
30917259
MP
207732012-05-31 Marek Polacek <polacek@redhat.com>
20774
20775 [BZ #14132]
20776 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
20777 __endmntent_internal): Remove declaration.
20778 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
20779 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
20780 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
20781
1c58d5dc
DM
207822012-05-30 David S. Miller <davem@davemloft.net>
20783
20784 * sysdeps/sparc/sparc32/soft-fp/q_util.c
20785 (___Q_simulate_exceptions): Use real FP ops rather than writing
20786 into the %fsr.
20787 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
20788 Likewise.
20789
7dc00e0d
L
207902012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20791
20792 [BZ #14117]
0bd53985
L
20793 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
20794 * sysdeps/x86/bits/xtitypes.h: This.
20795
3a257e66
L
20796 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
20797 * sysdeps/x86/bits/wordsize.h: This.
20798
62f62904
L
20799 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
20800 * sysdeps/x86/bits/huge_vall.h: This.
20801
404fe9d9
L
20802 * sysdeps/i386/bits/select.h: Removed.
20803 * sysdeps/x86_64/bits/select.h: Renamed to ...
20804 * sysdeps/x86/bits/select.h: This.
20805
d48d0446
L
20806 * sysdeps/i386/bits/setjmp.h: Removed.
20807 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
20808 * sysdeps/x86/bits/setjmp.h: This.
20809
7dc00e0d
L
20810 * sysdeps/i386/bits/mathdef.h: Removed.
20811 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
20812 * sysdeps/x86/bits/mathdef.h: This.
20813
03277f8f
AS
208142012-05-30 Andreas Schwab <schwab@linux-m68k.org>
20815
20816 [BZ #14132]
20817 * include/sys/socket.h (__connect_internal)
20818 (__libc_sa_len_internal): Remove declaration.
20819 (__connect, __libc_sa_len): Declare hidden_proto.
20820 (SA_LEN): Remove use of INTUSE.
20821 * socket/connect.c: Add libc_hidden_def.
20822 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
20823 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
20824 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
20825 alias.
20826 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
20827 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
20828 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
20829 of adding _internal alias.
20830
13764867
L
208312012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20832
20833 [BZ #14117]
6bd97696
L
20834 * sysdeps/i386/bits/link.h: Removed.
20835 * sysdeps/i386/bits/linkmap.h: Likewise.
20836 * sysdeps/x86_64/bits/link.h: Renamed to ...
20837 * sysdeps/x86/bits/link.h: This.
20838 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
20839 * sysdeps/x86/bits/linkmap.h: This.
20840
f726f0bb
L
20841 * sysdeps/i386/bits/endian.h: Removed.
20842 * sysdeps/x86_64/bits/endian.h: Renamed to ...
20843 * sysdeps/x86/bits/endian.h: This.
20844
13764867
L
20845 * sysdeps/i386/bits/byteswap.h: Removed.
20846 * sysdeps/i386/bits/byteswap-16.h: Likewise.
20847 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
20848 * sysdeps/x86/bits/byteswap.h: This.
20849 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
20850 * sysdeps/x86/bits/byteswap-16.h: This.
20851 * sysdeps/i386/Implies: Add x86.
20852 * sysdeps/x86_64/Implies: Likewise.
20853
ae251b0b
DM
208542012-05-30 David S. Miller <davem@davemloft.net>
20855
20856 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
20857 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
20858 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
20859 (FP_TRAPPING_EXCEPTIONS): Define.
20860 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
20861 (FP_TRAPPING_EXCEPTIONS): Define.
20862 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
20863 subnormals only when inexact has been signalled or underflow
20864 exceptions are enabled.
20865 (_FP_PACK_CANONICAL): Likewise.
20866
d5c90867
L
208672012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20868
20869 [BZ #14183]
20870 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
20871 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
20872
63f1549e
RH
208732012-05-30 Richard Henderson <rth@twiddle.net>
20874
8d8f2279
RH
20875 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
20876 with #ifndef NOT_IN_libc.
20877
63f1549e
RH
20878 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
20879 marked to avoid plt entry.
20880
0ab0291b
L
208812012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20882
20883 [BZ #14112]
20884 * Makeconfig (default-abi): New macro.
20885 (abi-includes): Likewise.
20886 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
20887 $(abi-$(default-abi)-lib-soname) for soname if defined.
20888 ($(common-objpfx)gnu/lib-names.stmp): Generate from
20889 abi-variants.
20890 * Makefile (installed-stubs): Likewise.
20891 * include/stubs-biarch.h: Removed.
20892 * scripts/lib-names.awk: Only handle one library at a time.
20893 * scripts/soversions.awk: Remove WORDSIZE support.
20894 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
20895 entries.
20896 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
20897 Removed.
20898 (syscall-list-default-condition): Likewise.
20899 (syscall-list-default-condition): Likewise.
20900 (syscall-list-includes): Likewise.
20901 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
20902 syscall-list-* with abi-*. Handle undefined abi-variants.
20903 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
20904 * sysdeps/unix/sysv/linux/i386/Implies: New file.
20905 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
20906 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
20907 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
20908 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
20909 Removed.
20910 (syscall-list-32-options): Likewise.
20911 (syscall-list-32-condition): Likewise.
20912 (syscall-list-64-options): Likewise.
20913 (syscall-list-64-condition): Likewise.
20914 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
20915 macro.
20916 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
20917 Renamed to ...
20918 (abi-*): This.
20919 (abi-64-ld-soname): New macro.
20920 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
20921 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
20922 Renamed to ...
20923 (abi-*): This.
20924 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
20925 * sysdeps/x86_64/x32/shlib-versions: Likewise.
20926
4da0431d
JM
209272012-05-30 Joseph Myers <joseph@codesourcery.com>
20928
3a85279c
JM
20929 * sysdeps/unix/sysv/linux/kernel-features.h
20930 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
20931 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
20932 include <kernel-features.h>.
20933 [!__NR_ftruncate64]: Remove conditional code.
20934 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20935 [__NR_ftruncate64]: Make code unconditional.
20936 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20937 * sysdeps/unix/sysv/linux/truncate64.c: Do not
20938 include <kernel-features.h>.
20939 [!__NR_ftruncate64]: Remove conditional code.
20940 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20941 [__NR_ftruncate64]: Make code unconditional.
20942 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
20944 include <kernel-features.h>.
20945 [!__NR_ftruncate64]: Remove conditional code.
20946 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20947 [__NR_ftruncate64]: Make code unconditional.
20948 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20949 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
20950 include <kernel-features.h>.
20951 [!__NR_ftruncate64]: Remove conditional code.
20952 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20953 [__NR_ftruncate64]: Make code unconditional.
20954 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20955
4da0431d
JM
20956 * configure.in (libc_cv_fpie): Weaken to a compile test using
20957 LIBC_TRY_CC_OPTION.
20958 * configure: Regenerated.
20959
11ef492c
AK
209602012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20961
20962 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
20963 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
20964 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
20965 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20966 Refreshed.
20967 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
20968 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
20969 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
20970 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
20971 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
20972 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20973 Refreshed.
20974
d66ef399
DM
209752012-05-27 David S. Miller <davem@davemloft.net>
20976
20977 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
20978 (___Q_zero): New.
20979 (__Q_simulate_exceptions): Return void. Change to simulate
20980 exceptions by writing into the %fsr.
20981 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
20982 (__Qp_handle_exceptions): Likewise.
20983 (numbers): Delete.
20984 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
20985 __Qp_handle_exceptions.
20986 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
20987 __Qp_handle_exceptions.
20988 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
20989 as unused and give dummy FP_RND_NEAREST initializer.
20990 (FP_INHIBIT_RESULTS): Define.
20991 (___Q_simulate_exceptions): Update declaration.
20992 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
20993 formatting.
20994 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
20995 as unused and give dummy FP_RND_NEAREST initializer.
20996 (__Qp_handle_exceptions): Update declaration.
20997 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
20998 formatting.
20999
04fb54b5
TS
210002012-05-27 Thomas Schwinge <thomas@codesourcery.com>
21001
21002 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
21003 the temporary FPU control word.
21004 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
21005 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
21006 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
21007 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
21008 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21009 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
21010 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
21011 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
21012 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
21013 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
21014 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
21015
3f99608f
KK
210162012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21017
21018 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
21019 fields.
21020
65a4de4e
CLT
210212012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
21022
21023 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
21024 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
21025 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
21026 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
21027 Likewise.
21028 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
21029 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
21030 Likewise.
21031
15749d40
UD
210322012-05-27 Ulrich Drepper <drepper@gmail.com>
21033
21034 * po/h.po: Update from translation team.
21035
25dbcb27
AS
210362012-05-26 Andreas Schwab <schwab@linux-m68k.org>
21037
3d3f8e55
AS
21038 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
21039
25dbcb27
AS
21040 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
21041 handling of denormals.
21042 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
21043 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
21044 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
21045 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
21046 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21047 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
21048 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
21049 Likewise.
21050
7ad47a80 210512012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
21052
21053 [BZ #14152]
21054 * math/libm-test.inc (fma_test): Don't always expect underflow
21055 exception.
21056
9c6ea9fa
SP
210572012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21058
21059 [BZ #12416]
21060 * elf/tst-execstack.c: Include stackinfo.h.
21061 (do_test): Adjust test case to ensure that pthread_getattr_np
21062 behaviour remains the same after marking stack executable.
21063
a8239222
JM
210642012-05-25 Joseph Myers <joseph@codesourcery.com>
21065
21066 * sysdeps/unix/sysv/linux/kernel-features.h
21067 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
21068 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
21069 kernel-features.h.
21070 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
21071 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
21072 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
21073 kernel-features.h.
21074 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
21075 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
21076
918b5606
L
210772012-05-25 H.J. Lu <hongjiu.lu@intel.com>
21078
21079 * configure.in: Define the default includes to being none.
21080 * configure: Regenerated.
21081
3a097cc7
RM
210822012-05-25 Roland McGrath <roland@hack.frob.com>
21083
8422c9a5
RM
21084 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
21085 * sysdeps/x86_64/setjmp.S: Likewise.
21086 * sysdeps/i386/bsd-setjmp.S: Likewise.
21087 * sysdeps/i386/bsd-_setjmp.S: Likewise.
21088 * sysdeps/i386/setjmp.S: Likewise.
21089 * sysdeps/i386/__longjmp.S: Likewise.
21090 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
21091 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
21092
3a097cc7
RM
21093 * include/stap-probe.h: New file.
21094 * configure.in: Handle --enable-systemtap.
21095 * configure: Regenerated.
21096 * config.h.in (USE_STAP_PROBE): New #undef.
21097 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
21098 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
21099 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
21100
21708942
JM
211012012-05-25 Joseph Myers <joseph@codesourcery.com>
21102
21103 [BZ #13717]
21104 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
21105 to 2.4.0 where earlier.
21106 * sysdeps/unix/sysv/linux/configure: Regenerated.
21107 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
21108 <kernel-features.h>.
21109 [__ASSUME_32BITUIDS]: Make code unconditional.
21110 [!__ASSUME_32BITUIDS]: Remove conditional code.
21111 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
21112 <kernel-features.h>.
21113 [__ASSUME_32BITUIDS]: Make code unconditional.
21114 [!__ASSUME_32BITUIDS]: Remove conditional code.
21115 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
21116 [__ASSUME_32BITUIDS]: Make code unconditional.
21117 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
21118 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
21119 <kernel-features.h>.
21120 [__ASSUME_32BITUIDS]: Make code unconditional.
21121 [!__ASSUME_32BITUIDS]: Remove conditional code.
21122 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
21123 <kernel-features.h>.
21124 [__ASSUME_32BITUIDS]: Make code unconditional.
21125 [!__ASSUME_32BITUIDS]: Remove conditional code.
21126 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
21127 <kernel-features.h>.
21128 [__ASSUME_32BITUIDS]: Make code unconditional.
21129 [!__ASSUME_32BITUIDS]: Remove conditional code.
21130 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
21131 <kernel-features.h>.
21132 [__ASSUME_32BITUIDS]: Make code unconditional.
21133 [!__ASSUME_32BITUIDS]: Remove conditional code.
21134 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
21135 <kernel-features.h>.
21136 [__ASSUME_32BITUIDS]: Make code unconditional.
21137 [!__ASSUME_32BITUIDS]: Remove conditional code.
21138 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
21139 <kernel-features.h>.
21140 [__ASSUME_32BITUIDS]: Make code unconditional.
21141 [!__ASSUME_32BITUIDS]: Remove conditional code.
21142 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
21143 <kernel-features.h>.
21144 [__ASSUME_32BITUIDS]: Make code unconditional.
21145 [!__ASSUME_32BITUIDS]: Remove conditional code.
21146 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
21147 <kernel-features.h>.
21148 [__ASSUME_32BITUIDS]: Make code unconditional.
21149 [!__ASSUME_32BITUIDS]: Remove conditional code.
21150 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
21151 <kernel-features.h>.
21152 [__ASSUME_32BITUIDS]: Make code unconditional.
21153 [!__ASSUME_32BITUIDS]: Remove conditional code.
21154 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
21155 <kernel-features.h>.
21156 [__ASSUME_32BITUIDS]: Make code unconditional.
21157 [!__ASSUME_32BITUIDS]: Remove conditional code.
21158 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
21159 <kernel-features.h>.
21160 [__NR_setresgid] (__setresgid): Do not declare.
21161 [__ASSUME_32BITUIDS]: Make code unconditional.
21162 [!__ASSUME_32BITUIDS]: Remove conditional code.
21163 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
21164 <kernel-features.h>.
21165 [__NR_setresuid] (__setresuid): Do not declare.
21166 [__ASSUME_32BITUIDS]: Make code unconditional.
21167 [!__ASSUME_32BITUIDS]: Remove conditional code.
21168 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
21169 <kernel-features.h>.
21170 [__ASSUME_32BITUIDS]: Make code unconditional.
21171 [!__ASSUME_32BITUIDS]: Remove conditional code.
21172 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
21173 <kernel-features.h>.
21174 [__ASSUME_32BITUIDS]: Make code unconditional.
21175 [!__ASSUME_32BITUIDS]: Remove conditional code.
21176 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
21177 <kernel-features.h>.
21178 [__ASSUME_32BITUIDS]: Make code unconditional.
21179 [!__ASSUME_32BITUIDS]: Remove conditional code.
21180 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
21181 <kernel-features.h>.
21182 [__ASSUME_32BITUIDS]: Make code unconditional.
21183 [!__ASSUME_32BITUIDS]: Remove conditional code.
21184 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
21185 <kernel-features.h>.
21186 [__ASSUME_32BITUIDS]: Make code unconditional.
21187 [!__ASSUME_32BITUIDS]: Remove conditional code.
21188 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
21189 <kernel-features.h>.
21190 [__ASSUME_32BITUIDS]: Make code unconditional.
21191 [!__ASSUME_32BITUIDS]: Remove conditional code.
21192 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
21193 <kernel-features.h>.
21194 [__ASSUME_32BITUIDS]: Make code unconditional.
21195 [!__ASSUME_32BITUIDS]: Remove conditional code.
21196 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
21197 <kernel-features.h>.
21198 [__ASSUME_32BITUIDS]: Make code unconditional.
21199 [!__ASSUME_32BITUIDS]: Remove conditional code.
21200 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
21201 <kernel-features.h>.
21202 [__ASSUME_32BITUIDS]: Make code unconditional.
21203 [!__ASSUME_32BITUIDS]: Remove conditional code.
21204 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
21205 <kernel-features.h>.
21206 [__ASSUME_32BITUIDS]: Make code unconditional.
21207 [!__ASSUME_32BITUIDS]: Remove conditional code.
21208 * sysdeps/unix/sysv/linux/kernel-features.h
21209 (__ASSUME_SETRESUID_SYSCALL): Remove.
21210 (__ASSUME_SETRESGID_SYSCALL): Likewise.
21211 (__ASSUME_32BITUIDS): Likewise.
21212 (__ASSUME_LDT_WORKS): Likewise.
21213 (__ASSUME_O_DIRECTORY): Likewise.
21214 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
21215 architecture but not kernel version.
21216 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
21217 (__ASSUME_MMAP2_SYSCALL): Likewise.
21218 (__ASSUME_STAT64_SYSCALL): Likewise.
21219 (__ASSUME_IPC64): Likewise.
21220 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
21221 <kernel-features.h>.
21222 [__ASSUME_32BITUIDS]: Make code unconditional.
21223 [!__ASSUME_32BITUIDS]: Remove conditional code.
21224 * sysdeps/unix/sysv/linux/opendir.c: Do not include
21225 <kernel-features.h>.
21226 [__ASSUME_O_DIRECTORY]: Make code unconditional.
21227 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
21228 132096]: Remove conditional code.
21229 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
21230 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
21231 <kernel-features.h>.
21232 [__ASSUME_32BITUIDS]: Make code unconditional.
21233 [!__ASSUME_32BITUIDS]: Remove conditional code.
21234 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
21235 <kernel-features.h>.
21236 [__ASSUME_32BITUIDS]: Make code unconditional.
21237 [!__ASSUME_32BITUIDS]: Remove conditional code.
21238 * sysdeps/unix/sysv/linux/setegid.c: Do not include
21239 <kernel-features.h>.
21240 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
21241 unconditional.
21242 (__setresgid): Do not declare.
21243 [__ASSUME_32BITUIDS]: Make code unconditional.
21244 [!__ASSUME_32BITUIDS]: Remove conditional code.
21245 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
21246 <kernel-features.h>.
21247 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
21248 unconditional.
21249 (__setresuid): Do not declare.
21250 [__ASSUME_32BITUIDS]: Make code unconditional.
21251 [!__ASSUME_32BITUIDS]: Remove conditional code.
21252 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
21253 <kernel-features.h>.
21254 [__ASSUME_32BITUIDS]: Make code unconditional.
21255 [!__ASSUME_32BITUIDS]: Remove conditional code.
21256 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
21257 <kernel-features.h>.
21258 [__ASSUME_32BITUIDS]: Make code unconditional.
21259 [!__ASSUME_32BITUIDS]: Remove conditional code.
21260
a386f1cc
RH
212612012-05-25 Richard Henderson <rth@twiddle.net>
21262
21263 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
21264 dl_hwcap to ifunc resolver.
21265 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
21266 elf_ifunc_invoke.
21267 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
21268 dl_hwcap to ifunc resolver.
21269 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
21270
b6550497
JM
212712012-05-24 Joseph Myers <joseph@codesourcery.com>
21272
21273 [BZ #14153]
21274 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
21275 for |x| <= 2**-26, not 2**-57.
21276 * math/libm-test.inc (acos_test): Do not allow spurious underflow
21277 exception.
21278
b0bc23a1
JL
212792012-05-24 Jeff Law <law@redhat.com>
21280
21281 * stdio-common/Makefile (tests): Add bug25.
21282 * stdio-common/bug25.c: New test.
21283
347c92e9
L
212842012-05-24 H.J. Lu <hongjiu.lu@intel.com>
21285
21286 [BZ #13576]
21287 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
21288 multiple of MALLOC_ALIGNMENT in size.
21289 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
21290
6bcc8b3f
JM
212912012-05-24 Joseph Myers <joseph@codesourcery.com>
21292
21293 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
21294 Require >= 256.
21295 (FILENAME_MAX): Use macro-int-constant.
21296 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
21297 (_IOFBF): Use macro-int-constant.
21298 (_IOLBF): Likewise.
21299 (_IONBF): Likewise.
21300 (SEEK_CUR): Likewise.
21301 (SEEK_END): Likewise.
21302 (SEEK_SET): Likewise.
21303 (TMP_MAX): Likewise.
21304 (EOF): Use macro-int-constant. Require < 0.
21305 (NULL): Use macro-constant. Require == 0.
21306 (stdin): Require type to be FILE *.
21307 (stdout): Likewise.
21308 (stderr): Likewise.
21309 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
21310 macro-int-constant.
21311 (EXIT_SUCCESS): Likewise.
21312 (NULL): Use macro-constant. Require == 0.
21313 (RAND_MAX): Use macro-int-constant.
21314 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
21315 [C99-based standards] (strtof): Require function.
21316 [C99-based standards] (strtold): Likewise.
21317 [C99-based standards] (strtoll): Likewise.
21318 [C99-based standards] (strtoull): Likewise.
21319 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
21320 [ISO || ISO99 || ISO11] (limits.h): Likewise.
21321 [ISO || ISO99 || ISO11] (math.h): Likewise.
21322 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
21323 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
21324 [ISO || ISO99 || ISO11] (*_t): Do not allow.
21325
d18ea0c5
AS
213262012-05-24 Andreas Schwab <schwab@linux-m68k.org>
21327
21328 [BZ #14132]
56d25bb8
AS
21329 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
21330 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
21331 * intl/dgettext.c (DCGETTEXT): Likewise.
21332 * intl/gettext.c (DCGETTEXT): Likewise.
21333 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
21334 * posix/regex_internal.h (gettext): Likewise.
21335 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
21336 Remove declaration.
21337 * include/argz.h (__argz_count_internal)
21338 (__argz_stringify_internal): Remove declaration.
21339 (__argz_count, __argz_stringify): Declare hidden proto.
21340 * intl/dcgettext.c: Remove use of INTDEF.
21341 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
21342 * string/argz-stringify.c: Likewise.
21343 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
21344 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
21345 Declare hidden proto.
d18ea0c5
AS
21346 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
21347 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
21348 Declare hidden proto.
21349 * include/stdio.h (__asprintf_internal): Don't declare.
21350 (__asprintf): Don't define as macro. Declare hidden proto.
21351 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
21352 (__fsetlocking): Declare hidden proto.
21353 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
21354 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
21355 hidden proto.
21356 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
21357 (_IO_setlinebuf): Remove use of INTUSE.
21358 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
21359 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
21360 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
21361 Remove declaration.
21362 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
21363 (_IO_do_flush): Remove use of INTUSE.
21364 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
21365 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
21366 (_IO_adjust_column, _IO_least_wmarker)
21367 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
21368 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
21369 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
21370 (_IO_default_doallocate, _IO_wdefault_doallocate)
21371 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
21372 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
21373 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
21374 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
21375 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
21376 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
21377 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
21378 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
21379 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
21380 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
21381 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
21382 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
21383 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
21384 proto.
21385 (_IO_flush_all_internal, _IO_adjust_column_internal)
21386 (_IO_default_uflow_internal, _IO_default_finish_internal)
21387 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
21388 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
21389 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
21390 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
21391 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
21392 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
21393 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
21394 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
21395 (_IO_file_close_internal, _IO_file_close_it_internal)
21396 (_IO_file_underflow_internal, _IO_file_overflow_internal)
21397 (_IO_file_init_internal, _IO_file_attach_internal)
21398 (_IO_file_fopen_internal, _IO_file_read_internal)
21399 (_IO_file_sync_internal, _IO_file_seek_internal)
21400 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
21401 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
21402 (_IO_str_underflow_internal, _IO_str_overflow_internal)
21403 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
21404 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
21405 (_IO_list_all_internal, _IO_link_in_internal)
21406 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
21407 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
21408 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
21409 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
21410 (_IO_do_write_internal, _IO_padn_internal)
21411 (_IO_getline_info_internal, _IO_getline_internal)
21412 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
21413 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
21414 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
21415 (_IO_vfscanf_internal, _IO_vfprintf_internal)
21416 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
21417 (_IO_init_internal, _IO_un_link_internal): Don't declare.
21418 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
21419 with libc_hidden_ver, remove use of INTUSE.
21420 * libio/genops.c: Likewise.
21421 * libio/freopen.c: Likewise.
21422 * libio/freopen64.c: Likewise.
21423 * libio/iofclose.c: Likewise.
21424 * libio/iofdopen.c: Likewise.
21425 * libio/iofflush.c: Likewise.
21426 * libio/iofflush_u.c: Likewise.
21427 * libio/iofgets.c: Likewise.
21428 * libio/iofgets_u.c: Likewise.
21429 * libio/iofopen.c: Likewise.
21430 * libio/iofopncook.c: Likewise.
21431 * libio/iofread.c: Likewise.
21432 * libio/iofread_u.c: Likewise.
21433 * libio/ioftell.c: Likewise.
21434 * libio/iofwrite.c: Likewise.
21435 * libio/iogetline.c: Likewise.
21436 * libio/iogets.c: Likewise.
21437 * libio/iogetwline.c: Likewise.
21438 * libio/iopadn.c: Likewise.
21439 * libio/iopopen.c: Likewise.
21440 * libio/ioseekoff.c: Likewise.
21441 * libio/ioseekpos.c: Likewise.
21442 * libio/iosetbuffer.c: Likewise.
21443 * libio/iosetvbuf.c: Likewise.
21444 * libio/ioungetc.c: Likewise.
21445 * libio/ioungetwc.c: Likewise.
21446 * libio/iovdprintf.c: Likewise.
21447 * libio/iovsprintf.c: Likewise.
21448 * libio/iovsscanf.c: Likewise.
21449 * libio/memstream.c: Likewise.
21450 * libio/obprintf.c: Likewise.
21451 * libio/oldfileops.c: Likewise.
21452 * libio/oldiofclose.c: Likewise.
21453 * libio/oldiofdopen.c: Likewise.
21454 * libio/oldiofopen.c: Likewise.
21455 * libio/oldiopopen.c: Likewise.
21456 * libio/oldstdfiles.c: Likewise.
21457 * libio/putc.c: Likewise.
21458 * libio/setbuf.c: Likewise.
21459 * libio/setlinebuf.c: Likewise.
21460 * libio/stdfiles.c: Likewise.
21461 * libio/strops.c: Likewise.
21462 * libio/vasprintf.c: Likewise.
21463 * libio/vscanf.c: Likewise.
21464 * libio/vsnprintf.c: Likewise.
21465 * libio/vswprintf.c: Likewise.
21466 * libio/wfiledoalloc.c: Likewise.
21467 * libio/wfileops.c: Likewise.
21468 * libio/wgenops.c: Likewise.
21469 * libio/wmemstream.c: Likewise.
21470 * libio/wstrops.c: Likewise.
21471 * libio/__fpurge.c: Likewise.
21472 * libio/__fsetlocking.c: Likewise.
21473 * assert/assert.c: Likewise.
21474 * debug/fgets_chk.c: Likewise.
21475 * debug/fgets_u_chk.c: Likewise.
21476 * debug/fread_chk.c: Likewise.
21477 * debug/fread_u_chk.c: Likewise.
21478 * debug/gets_chk.c: Likewise.
21479 * debug/obprintf_chk.c: Likewise.
21480 * debug/vasprintf_chk.c: Likewise.
21481 * debug/vdprintf_chk.c: Likewise.
21482 * debug/vsnprintf_chk.c: Likewise.
21483 * debug/vsprintf_chk.c: Likewise.
21484 * malloc/mtrace.c: Likewise.
21485 * misc/error.c: Likewise.
21486 * misc/syslog.c: Likewise.
21487 * stdio-common/asprintf.c: Likewise.
21488 * stdio-common/fxprintf.c: Likewise.
21489 * stdio-common/getw.c: Likewise.
21490 * stdio-common/isoc99_fscanf.c: Likewise.
21491 * stdio-common/isoc99_scanf.c: Likewise.
21492 * stdio-common/isoc99_vfscanf.c: Likewise.
21493 * stdio-common/isoc99_vscanf.c: Likewise.
21494 * stdio-common/isoc99_vsscanf.c: Likewise.
21495 * stdio-common/printf-prs.c: Likewise.
21496 * stdio-common/printf_fp.c: Likewise.
21497 * stdio-common/printf_fphex.c: Likewise.
21498 * stdio-common/printf_size.c: Likewise.
21499 * stdio-common/putw.c: Likewise.
21500 * stdio-common/scanf.c: Likewise.
21501 * stdio-common/sprintf.c: Likewise.
21502 * stdio-common/tmpfile.c: Likewise.
21503 * stdio-common/vfprintf.c: Likewise.
21504 * stdio-common/vfscanf.c: Likewise.
21505 * stdlib/strfmon_l.c: Likewise.
21506 * sunrpc/openchild.c: Likewise.
21507 * sunrpc/xdr_stdio.c: Likewise.
21508 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
21509 * sysdeps/mach/hurd/tmpfile.c: Likewise.
21510
d6c33fda
RM
215112012-05-24 Roland McGrath <roland@hack.frob.com>
21512
c1487492
RM
21513 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
21514
21515 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
21516 in the third column, to generate for the shared library an IFUNC
21517 that uses _dl_vdso_vsym.
21518 * Makerules (COMPILE.c, compile-stdin.c): New variables.
21519 * Makeconfig (object-suffixes-noshared): New variable.
21520
21521 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
21522 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
21523 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
21524 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
21525
d6c33fda
RM
21526 [BZ #14132]
21527 * include/sys/time.h (__gettimeofday): Remove macro.
21528 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
21529 * time/gettimeofday.c (__gettimeofday): Remove #undef.
21530 Remove INTDEF.
21531 (__gettimeofday): Add libc_hidden_def.
21532 (gettimeofday): Add libc_hidden_weak.
21533 * sysdeps/mach/gettimeofday.c: Likewise.
21534 * sysdeps/posix/gettimeofday.c: Likewise.
21535 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
21536 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
21537 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
21538 (__gettimeofday_internal): Remove strong_alias.
21539 (__gettimeofday): Add libc_hidden_def.
21540 (gettimeofday): Add libc_hidden_weak.
21541 * sysdeps/unix/syscalls.list (gettimeofday):
21542 Remove __gettimeofday_internal alias.
21543
b5a2bbe6
L
215442012-05-24 Daniel Jacobowitz <drow@false.org>
21545 H.J. Lu <hongjiu.lu@intel.com>
21546
21547 [BZ #12495]
21548 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
21549 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
21550 (largebin_index_32_big): New.
21551 (largebin_index): Use it for 16-byte alignment.
21552 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
21553 correction with front_misalign.
21554
cfba4fda
L
215552012-05-24 H.J. Lu <hongjiu.lu@intel.com>
21556
7f907421
L
21557 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
21558 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
21559 Likewise.
21560 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
21561 Likewise.
21562 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
21563 Likewise.
21564 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
21565 Likewise.
21566 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
21567 Likewise.
21568 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
21569 Likewise.
21570 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
21571 Likewise.
21572 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
21573 Likewise.
21574 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
21575 Likewise.
21576 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
21577 Likewise.
21578 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
21579 Likewise.
21580 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
21581 Likewise.
21582
cfba4fda
L
21583 * scripts/data/c++-types-x32-linux-gnu.data: New file.
21584 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
21585
80bad0cc
JM
215862012-05-24 Joseph Myers <joseph@codesourcery.com>
21587
7a25eb06
JM
21588 [BZ #10846]
21589 [BZ #14036]
21590 * math/libm-test.inc (exp_test): Add test from bug 14036.
21591 (pow_test): Add test from bug 10846.
21592
795405f9
JM
21593 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
21594 and other flags.
21595 (special_function): Do not include flags in test name.
21596 (parse_args): Likewise.
21597 * sysdeps/i386/fpu/libm-test-ulps: Update.
21598 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21599 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21600 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21601 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21602
80bad0cc
JM
21603 * math/gen-libm-test.pl (%beautify): Add entries for underflow
21604 exceptions.
21605 * math/libm-test.inc ("Philosophy"): Update comment about
21606 exception testing.
21607 (UNDERFLOW_EXCEPTION): New macro.
21608 (UNDERFLOW_EXCEPTION_OK): Likewise.
21609 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
21610 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
21611 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
21612 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
21613 (INVALID_EXCEPTION_OK): Update value.
21614 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21615 (OVERFLOW_EXCEPTION_OK): Likewise.
21616 (IGNORE_ZERO_INF_SIGN): Likewise.
21617 (test_exceptions): Handle underflow exceptions.
21618 (acos_test): Update for underflow exception expectations.
21619 (cexp_test): Likewise.
21620 (clog_test): Likewise.
21621 (clog10_test): Likewise.
21622 (csqrt_test): Likewise.
21623 (ctan_test): Likewise.
21624 (ctanh_test): Likewise.
21625 (exp_test): Likewise.
21626 (exp10_test): Likewise.
21627 (exp2_test): Likewise.
21628 (expm1_test): Likewise.
21629 (fma_test): Likewise.
21630 (j0_test): Likewise.
21631 (jn_test): Likewise.
21632 (nexttoward_test): Likewise.
21633 (pow_test): Likewise.
21634 (scalbn_test): Likewise.
21635 (scalbln_test): Likewise.
21636 (tan_test): Likewise.
21637 (y1_test): Likewise.
21638 * sysdeps/i386/fpu/libm-test-ulps: Update.
21639 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21640
9e0e3d0b
DM
216412012-05-23 David S. Miller <davem@davemloft.net>
21642
21643 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
21644 (__libc_sigaction): Remove unused local variables.
21645
ccd0a08f
L
216462012-05-23 H.J. Lu <hongjiu.lu@intel.com>
21647
21648 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
21649
62bdf9a6
PE
216502012-05-23 Paul Eggert <eggert@cs.ucla.edu>
21651
f8591f80
PE
21652 mktime: avoid signed integer overflow
21653 * time/mktime.c (__mktime_internal): Do not mishandle the case
21654 where diff == INT_MIN.
21655
94c7d826
PE
21656 mktime: simplify computation of average
21657 * time/mktime.c (ranged_convert): Use new time_t_avg function
21658 instead of rolling our own (probably-slower) code.
21659
ce73d683
PE
21660 mktime: do not assume signed right shift propagates sign bit
21661 * time/mktime.c (isdst_differ): New static function.
21662 (__mktime_internal): No need to normalize tm_isdst now.
21663 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
21664 tm_isdst values.
21665
72a22e59
PE
21666 mktime: merge another wrapv change from gnulib
21667 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
21668 from some compilers.
21669
68605433
PE
21670 mktime: remove incorrect attempt at unusual arithmetics
21671 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
21672 The code didn't really work on such machines anyway.
21673 (TYPE_MINIMUM): Assume two's complement.
21674 (twos_complement_arithmetic): Verify that long_int and time_t
21675 are two's complement (or unsigned, in the latter case).
21676
03cf7fe3
PE
21677 mktime: check signed shifts on long_int and time_t, too
21678 * time/mktime.c (SHR): Check that shifts work as desired
21679 on the types long_int and time_t too, as SHR is used on
21680 such types.
21681
f04dfbc2
PE
21682 mktime: do not assume 'long' is wide enough
21683 * time/mktime.c (verify): Move decl up.
21684 (long_int): New type.
21685 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
21686 to remove assumption in the code that 'long' is wide enough to
21687 store year values. This assumption is not true on x32 and on
21688 some non-glibc platforms.
21689
62bdf9a6
PE
21690 mktime: merge wrapv change from gnulib
21691 * time/mktime.c (WRAPV): New macro.
21692 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
21693 (guess_time_tm, __mktime_internal): Do not assume that signed
21694 integer overflow wraps around; modern compilers generate code
21695 where this assumption is no longer valid.
21696
5e292e4f
L
216972012-05-23 H.J. Lu <hongjiu.lu@intel.com>
21698
21699 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
21700 Replace "jmp L(pseudo_end)" with "ret".
21701 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
21702 Likewise.
21703
8caf8c87
AJ
217042012-05-23 Andreas Jaeger <aj@suse.de>
21705
21706 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
21707 * sysdeps/unix/sysv/linux/poll.c: Remove file.
21708
1a09dc56
AJ
217092012-05-23 Andreas Jaeger <aj@suse.de>
21710 Maximilian Attems <max@stro.at>
21711
21712 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
21713 New macros.
21714
1c87aba0
L
217152012-05-23 H.J. Lu <hongjiu.lu@intel.com>
21716
21717 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
21718 code so that pseudo_end is just ret and the stack pointer is
21719 correct also for static library in error case.
21720
40e45bd5
JM
217212012-05-23 Joseph Myers <joseph@codesourcery.com>
21722
c2670533
JM
21723 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
21724 move to syscalls.list.
21725 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
21726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
21727 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
21728 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
21729
40e45bd5
JM
21730 * manual/install.texi (Running make install): Do not mention Linux
21731 kernel version for which pt_chown is not needed.
21732 (Linux): Do not mention problems with nscd with 2.0 kernels.
21733 * INSTALL: Regenerated.
21734
be08eda5
AJ
217352012-05-23 Andreas Jaeger <aj@suse.de>
21736
21737 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
21738 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
21739 macro.
21740 * sysdeps/unix/sysv/linux/s390/bits/mman.h
21741 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21742 * sysdeps/unix/sysv/linux/sh/bits/mman.h
21743 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21744 * sysdeps/unix/sysv/linux/i386/bits/mman.h
21745 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21746 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
21747 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21748 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
21749 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21750 * sysdeps/unix/sysv/linux/bits/in.h
21751 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
21752
a6a056bb
RM
217532012-05-22 Roland McGrath <roland@hack.frob.com>
21754
21755 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
21756 (PREPARE_VERSION): Just use assert instead, it will be elided
21757 under [NDEBUG] anyway.
21758
c9009328
L
217592012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21760
21761 * sysdeps/unix/sysv/linux/Makefile: Include
21762 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 21763 (sysdep_routines): Remove sysctl.
c9009328
L
21764 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
21765 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
21766 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
21767 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
21768 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
21769
73338355
AJ
217702012-05-22 Andreas Jaeger <aj@suse.de>
21771
21772 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
21773 that pseudo_end is just ret and the stack pointer is correct also
21774 for static library in error case.
21775
d44638b0
PP
217762012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
21777
21778 [BZ #14122]
21779 * nss/nsswitch.c (defconfig_entries): New variable.
21780 (__nss_database_lookup): Don't leak defconfig entries.
21781 (nss_parse_service_list): Don't leak on error paths.
21782 (free_database_entries): New function.
21783 (free_defconfig): New function.
21784 (free_mem): Move common code to free_database_entries.
21785
31a39bd8
L
217862012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21787
da0331a8
L
21788 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
21789 Add arch_prctl.
21790 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
21791
31a39bd8
L
21792 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
21793 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
21794 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
21795 New macro.
21796 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
21797 (INTERNAL_SYSCALL_TYPES): Likewise.
21798 (LOAD_ARGS_TYPES_[1-6]): Likewise.
21799 (LOAD_REGS_TYPES_[1-6]): Likewise.
21800 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
21801 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
21802
45470df3
AZ
218032012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21804
21805 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
21806 copysignl for GLIBC_2_0.
21807 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
21808 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
21809 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
21810 logbl for GLIBC_2_0.
21811 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
21812 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
21813
98a61bcb
L
218142012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21815
a4f6e481
L
21816 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
21817 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
21818
f63d5db6
L
21819 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
21820 Use "neg %eax".
21821
98a61bcb
L
21822 * time/mktime.c: Update copyright years.
21823
95770f14
PE
218242012-05-22 Paul Eggert <eggert@cs.ucla.edu>
21825
6226efbd
PE
21826 mktime: merge comment-quoting-style change from gnulib
21827 * time/mktime.c: Quote 'like this' in comments.
21828 The GNU coding standards suggest that we no longer quote `like this',
21829 as "`" and "'" are typically rendered asymmetrically nowadays.
21830 The typical gnulib style is to quote 'like this' when quoting
21831 code, and "like this" when quoting English.
21832
b99e4f78
PE
21833 * time/mktime.c (compile-command): Add "-I.".
21834
643e01e6
PE
21835 mktime: merge mktime-internal.h change from gnulib
21836 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
21837
2554247d
PE
21838 mktime: merge time_r change from gnulib
21839 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
21840
826dd0ab
PE
21841 mktime: merge DEBUG change from gnulib
21842 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
21843 case system <time.h> has a #define.
21844
bd83aabe
PE
21845 mktime: merge <sys/types.h> change from gnulib
21846 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
21847 since <time.t> is now guaranteed to define time_t.
21848
95770f14
PE
21849 mktime: merge HAVE_CONFIG_H change from gnulib
21850 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
21851
5e1a27a9
L
218522012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21853
0e44a77e
L
21854 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
21855 Use "neg %eax".
21856
5e1a27a9
L
21857 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
21858 __rlim_t cast.
21859 (struct rusage): Use anonymous union to pad each field to
21860 __syscall_slong_t.
21861
46259bec
DM
218622012-05-21 David S. Miller <davem@davemloft.net>
21863
21864 * Makefules (o-iterator): Remove .s cases.
21865 (compile-command.s): Delete.
21866 (COMPILE.s): Delete.
21867 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
21868
59f0c22e
JM
218692012-05-21 Joseph Myers <joseph@codesourcery.com>
21870
21871 * configure.in (libc_cv_predef_stack_protector): Only consider
21872 "foobar" and "__stack_chk_fail" lines in libc_undefs.
21873 * configure: Regenerated.
21874
20c07380
L
218752012-05-21 H.J. Lu <hongjiu.lu@intel.com>
21876
bbb3154b
L
21877 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
21878 New macro. Use R*LP on int and pointer.
21879 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
21880 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
21881 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
21882 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
21883
20c07380
L
21884 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
21885 [__WORDSIZE_TIME64_COMPAT32] instead of
21886 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
21887 (struct utmp): Likewise.
21888 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
21889 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
21890 Renamed to ...
21891 (__WORDSIZE_TIME64_COMPAT32): This.
21892 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
21893 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
21894 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
21895 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
21896 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
21897 (__WORDSIZE_TIME64_COMPAT32): New macro.
21898
d8d1017e
AJ
218992012-05-21 Andreas Jaeger <aj@suse.de>
21900
21901 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
21902 only if [SHARED]. Add prototype for __wcschr_ia32.
21903
6c7fb145
RM
219042012-05-21 Roland McGrath <roland@hack.frob.com>
21905
21906 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
21907 of %rbp unmolested in the jmp_buf while mangling the low bits.
21908 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
21909 unmolested high bits of %rbp while demangling the low bits.
21910 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
21911
66274218
AJ
219122012-05-21 Andreas Jaeger <aj@suse.de>
21913
07c58f8f
AJ
21914 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
21915 * sunrpc/svc_simple.c: Use it for registerrpc.
21916 * sunrpc/xcrypt.c: Use it for passwd2des.
21917
66274218
AJ
21918 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
21919
61f65140
L
219202012-05-21 H.J. Lu <hongjiu.lu@intel.com>
21921
21922 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
21923 Don't define if [__SYSCALL_WORDSIZE != 32].
21924 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
21925 New macro.
21926
5fefb436
AJ
219272012-05-21 Bruno Haible <bruno@clisp.org>
21928 Andreas Jaeger <aj@suse.de>
21929
21930 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
21931 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
21932 inptr and inend for must_buffer_ch.
21933 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
21934 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
21935 * stdio-common/Makefile (tests): Remove bug15.
21936 (bug15-ENV): Remove macro.
21937 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
21938 anymore.
21939
d8e272ab
AJ
219402012-05-19 Andreas Jaeger <aj@suse.de>
21941 Roland McGrath <roland@hack.frob.com>
21942
21943 * manual/contrib.texi: Completely rewritten. It contains now an
21944 alphabetical list of contributors and their contributions.
21945
4a56a162
RH
219462012-05-21 Richard Henderson <rth@twiddle.net>
21947
21948 * misc/getauxval.c (__getauxval): Use unsigned long int.
21949 * misc/sys/auxv.h: Include <sys/cdefs.h>.
21950 (getauxval): Use unsigned long int.
21951
d024d23c
L
219522012-05-21 H.J. Lu <hongjiu.lu@intel.com>
21953
21954 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
21955
cbc00a03
RM
219562012-05-21 Roland McGrath <roland@hack.frob.com>
21957
21958 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
21959 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
21960 __alignof__ (long double).
21961
478143fa
AZ
219622012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21963
21964 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21965
c7683a6d
RH
219662012-05-20 Richard Henderson <rth@twiddle.net>
21967
21968 * misc/getauxval.c: New file.
21969 * misc/sys/auxv.h: New file.
21970 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
21971 (routines): Add getauxval.
21972 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
21973 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
21974 * elf/dl-sysdep.c (_dl_auxv): Remove.
21975 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
21976 * elf/dl-support.c (_dl_auxv): New variable.
21977 (_dl_aux_init): Initialize it.
21978 * manual/startup.texi (Auxiliary Vector): New node.
21979 * sysdeps/generic/bits/hwcap.h: New file.
21980 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
21981 * sysdeps/powerpc/sysdep.h: ... here. Include it.
21982 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
21983 * sysdeps/sparc/sysdep.h: ... here. Include it.
21984 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
21985 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
21986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21987 Update.
c7683a6d
RH
21988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
21989 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
21990 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
21991 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
21992 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
21993 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
21994 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
21995 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
21996
a6f1845d
AZ
219972012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21998
21999 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22000
cbcbe830
DM
220012012-05-19 David S. Miller <davem@davemloft.net>
22002
22003 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22004
e0b16cc2
JM
220052012-05-19 Joseph Myers <joseph@codesourcery.com>
22006
22007 [BZ #14123]
22008 * math/s_ccosh.c: Include <float.h>
22009 (__ccosh): Avoid internal overflow calculating sinh and cosh
22010 values before multiplying by sin and cos values.
22011 * math/s_ccoshf.c: Likewise.
22012 * math/s_ccoshl.c: Likewise.
22013 * math/s_csin.c: Likewise.
22014 * math/s_csinf.c: Likewise.
22015 * math/s_csinl.c: Likewise.
22016 * math/s_csinh.c: Likewise.
22017 * math/s_csinhf.c: Likewise.
22018 * math/s_csinhl.c: Likewise.
22019 * math/libm-test.inc (ccos_test): Add more tests.
22020 (ccosh_test): Likewise.
22021 (csin_test): Likewise.
22022 (csinh_test): Likewise.
22023 * sysdeps/i386/fpu/libm-test-ulps: Update.
22024 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22025
6ad13e08
L
220262012-05-19 H.J. Lu <hongjiu.lu@intel.com>
22027
f66f0ce8
L
22028 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
22029 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
22030
6ad13e08
L
22031 * sysdeps/x86_64/x32/_itoa.h: Add comment.
22032
b1d072a7
JM
220332012-05-19 Joseph Myers <joseph@codesourcery.com>
22034
22035 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
22036 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
22037 * sysdeps/powerpc/soft-fp/Versions: Likewise.
22038 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
22039 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
22040 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
22041 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
22042 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
22043 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
22044 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
22045 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
22046 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
22047 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
22048 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
22049 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
22050 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
22051 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
22052 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
22053 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
22054 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
22055 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
22056 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
22057 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
22058 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
22059 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
22060 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
22061 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
22062 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
22063 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
22064 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
22065 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
22066
9eae47cb
AJ
220672012-05-18 Andreas Jaeger <aj@suse.de>
22068
22069 * csu/.gitignore: Delete.
22070
bb07f69f
L
220712012-05-18 H.J. Lu <hongjiu.lu@intel.com>
22072
22073 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
22074 (timex): Use __syscall_slong_t.
22075
e6bdb741
AJ
220762012-05-18 Andreas Jaeger <aj@suse.de>
22077 Carlos O'Donell <carlos_odonell@mentor.com>
22078
22079 * manual/install.texi (Configuring and compiling): Update
22080 description about files modified in the source directory.
d6c33fda 22081 * INSTALL: Regenerated.
e6bdb741 22082
1b74487e
L
220832012-05-18 H.J. Lu <hongjiu.lu@intel.com>
22084
22085 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
22086 value. Use "or" to set return value to -1.
22087 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
22088 negate return value.
22089
a88b64b9
TMQMF
220902012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
22091
22092 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
22093 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
22094 failure if the compiler has Graphite support disabled.
22095 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
22096 Likewise.
22097 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
22098 CFLAGS-memmove.c): Likewise.
22099 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
22100 Likewise.
22101
3707636e
L
221022012-05-18 H.J. Lu <hongjiu.lu@intel.com>
22103
610b8622
L
22104 * sysdeps/x86_64/x32/_itoa.h: New file.
22105
7cd195df
L
22106 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
22107 getdents system call only if kernel and user dirents have the
22108 same d_ino and d_off.
22109
94b07d20
L
22110 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
22111 LLONG_MAX != LONG_MAX.
22112 (_itoa_word): Use _ITOA_WORD_TYPE on value.
22113 (_fitoa_word): Likewise.
22114
18298070
L
22115 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
22116 years.
22117 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
22118 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
22119 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
22120
553c7ea4
L
22121 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
22122 include <bits/wordsize.h>. Check __x86_64__ instead of
22123 __WORDSIZE.
22124 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
22125 if __x86_64__ is defined. Use anonymous union on fpstate.
22126
3707636e
L
22127 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
22128 anonymous union.
22129
b53ef01a
AS
221302012-05-18 Andreas Schwab <schwab@linux-m68k.org>
22131
37fb1dc0
AS
22132 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
22133 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
22134 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
22135 Refer to _rtld_local_ro instead of _rtld_global_ro.
22136 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
22137 Likewise.
22138 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
22139 Likewise.
22140 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
22141 Likewise.
22142 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
22143 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
22144 of _rtld_global, and rtld_progname instead of _dl_argv[0].
22145
b53ef01a
AS
22146 * sysdeps/powerpc/powerpc32/dl-machine.c
22147 (__elf_machine_runtime_setup) [PROF]: Don't reference
22148 _dl_prof_resolve.
22149
7a185db2
AJ
221502012-05-18 Andreas Jaeger <aj@suse.de>
22151
22152 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
22153 function only available for GCCs before 3.4 since GCC 3.4
22154 introduced a builtin.
22155 (lrint): Likewise.
22156 (llrintf): Likewise.
22157 (llrint): Likewise.
22158 (fmaxf): Likewise.
22159 (fmax): Likewise.
22160 (fminf): Likewise.
22161 (fmin): Likewise.
22162 (rint): Likewise.
22163 (rintf): Likewise.
22164 (nearbyint): Likewise.
22165 (nearbyintf): Likewise.
22166 (ceil): Likewise.
22167 (ceilf): Likewise.
22168 (floor): Likewise.
22169 (floorf): Likewise.
22170
3e5aef87
L
221712012-05-17 H.J. Lu <hongjiu.lu@intel.com>
22172
428bd707
L
22173 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
22174 on both fields and cast pointer to __syscall_ulong_t.
22175
3e5aef87
L
22176 * bits/types.h (__fsword_t): New type.
22177 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
22178 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
22179 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22180 (__FSWORD_T_TYPE): Likewise.
22181 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22182 (__FSWORD_T_TYPE): Likewise.
22183 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22184 (__FSWORD_T_TYPE): Likewise.
22185 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
22186 (__FSWORD_T_TYPE): Likewise.
22187 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
22188 __SWORD_TYPE with __fsword_t.
22189 (statfs64): Likewise.
22190
1ba7c3dc
DM
221912012-05-17 David S. Miller <davem@davemloft.net>
22192
22193 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
22194
59910343
AJ
221952012-05-17 Andreas Jaeger <aj@suse.de>
22196
22197 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
22198 warning.
22199
2e4c1e9e
L
222002012-05-17 H.J. Lu <hongjiu.lu@intel.com>
22201
22202 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
22203
de7f5ce7
AJ
222042012-05-17 Andreas Jaeger <aj@suse.de>
22205
22206 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
22207 when it is used.
22208
286abc3d
CM
222092012-05-17 Chris Metcalf <cmetcalf@tilera.com>
22210
22211 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
22212
477cc68e
L
222132012-05-17 H.J. Lu <hongjiu.lu@intel.com>
22214
22215 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
22216 * sysdeps/x86_64/tst-mallocalign1.c: New file.
22217
1a0994f5
CD
222182012-05-17 Andreas Jaeger <aj@suse.de>
22219 Carlos O'Donell <carlos_odonell@mentor.com>
22220
22221 [BZ #14059]
22222 * sysdeps/x86_64/multiarch/init-arch.h
22223 (bit_YMM_Usable): Rename to...
22224 (bit_AVX_Usable): ... this.
22225 (bit_FMA4_Usable): New macro.
22226 (bit_XMM_state): New macro.
22227 (bit_YMM_state): New macro.
22228 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
22229 [__ASSEMBLER__] (index_AVX_Usable): ... this.
22230 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
22231 (CPUID_OSXSAVE): New macro.
22232 (CPUID_AVX): New macro.
22233 (CPUID_FMA4): New macro.
22234 (index_YMM_Usable): Rename to...
22235 (index_AVX_Usable): ... this.
22236 (HAS_AVX): Use HAS_ARCH_FEATURE.
22237 (HAS_FMA4): Likewise.
22238 (HAS_YMM_USABLE): Remove.
22239 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22240 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
22241 are present.
22242 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
22243 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
22244 * sysdeps/x86_64/multiarch/Makefile: Likewise.
22245 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
22246 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
22247
0af797de
CM
222482012-05-17 Chris Metcalf <cmetcalf@tilera.com>
22249
22250 * math/libm-test.c: Support platforms without multiple rounding modes.
22251 * math/bug-nextafter.c: Support platforms without FP exceptions.
22252 * math/bug-nexttoward.c: Likewise.
22253 * math/test-fenv.c: Likewise.
22254 * math/test-misc.c: Likewise.
22255 * stdlib/bug-getcontext.c: Likewise.
22256
e39745ff
AJ
222572012-05-17 Andreas Jaeger <aj@suse.de>
22258
22259 * manual/examples/search.c (critter_cmp): Change signature to
22260 avoid warnings.
22261 * manual/string.texi (Collation Functions): Likewise.
22262
48970aba
L
222632012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22264
22265 * bits/types.h: Fold copyright years.
22266 * bits/typesizes.h: Likewise.
22267 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
22268 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
22269 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
22270 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
22271 * time/time.h: Likewise.
22272
bedee953
PP
222732012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
22274
22275 [BZ #208]
22276 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
22277 in instead of returning them. Return void.
22278 (__libc_mallinfo): Accumulate over all arenas.
22279 (__malloc_stats): Adjust for change in int_mallinfo interface.
22280
61653dfb
RM
222812012-05-16 Roland McGrath <roland@hack.frob.com>
22282
30b99d79
RM
22283 [BZ #10375]
22284 * configure.in (NM): Add AC_CHECK_TOOL for it.
22285 (libc_extra_cflags): New substituted variable.
22286 Check for -fstack-protector being used implicitly.
22287 * configure: Regenerated.
22288 * config.make.in (config-extra-cflags): New variable,
22289 gets @libc_extra_cflags@.
22290 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
22291
61653dfb
RM
22292 [BZ #10375]
22293 * configure.in: Check for _FORTIFY_SOURCE being predefined.
22294 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
22295 * configure: Regenerated.
22296 * config.make.in (CPPUNDEFS): New substituted variable.
22297 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
22298 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
22299 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
22300
661768bb
L
223012012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22302
22303 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
22304 (mq_attr): Use __syscall_slong_t.
22305
d4261567
L
223062012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22307
22308 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
22309 Check __x86_64__ instead of __WORDSIZE.
22310 (_STAT_VER_LINUX): Likewise.
22311 (stat): Check __x86_64__ instead of __WORDSIZE. Use
22312 __syscall_ulong_t and __syscall_slong_t.
22313 (stat64): Likewise.
22314
cf3ff365
L
223152012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22316
22317 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
22318
76cf3e4d
L
223192012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22320
22321 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
22322
a637753a
L
223232012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22324
22325 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
22326 __syscall_ulong_t.
22327
d5e05119
L
22328 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
22329 include <bits/wordsize.h>. Check __x86_64__ instead of
22330 __WORDSIZE.
22331 (greg_t): Use "__extension__ long long int" if __x86_64__ is
22332 defined.
22333 (mcontext_t): Replace "unsigned long" with "unsigned long long".
22334
f62ee380
L
22335 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
22336 include <bits/wordsize.h>. Check __x86_64__ instead of
22337 __WORDSIZE.
22338 (user_regs_struct): Use "__extension__ unsigned long long"
22339 instead of "unsigned long" if __x86_64__ is defined.
22340 (user): Likewise. Pad after pointer field if __ILP32__ is
22341 defined.
22342
4e124ced
JM
223432012-05-16 Joseph Myers <joseph@codesourcery.com>
22344
6a3951a0
JM
22345 * configure.in (makeinfo): Require version 4.5 or later. Allow
22346 versions 5 to 9.
22347 * configure: Regenerated.
22348 * manual/install.texi (texinfo): Increase version requirement to
22349 4.5 or later.
22350 * INSTALL: Regenerated.
22351
4e124ced
JM
22352 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
22353
953ca31a
L
223542012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22355
22356 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
22357
617aca05
L
22358 * sysdeps/x86_64/x32/ffs.c: New file.
22359
5762f7ae
L
22360 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
22361 __syscall_ulong_t.
22362 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
22363 defined. Use __syscall_ulong_t.
22364 (shminfo): Use __syscall_ulong_t.
22365 (shm_info): Likewise.
22366
a26b6856
L
22367 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
22368 __syscall_ulong_t.
22369
cb2b9ef7
L
22370 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
22371 <bits/wordsize.h>.
22372 (msgqnum_t): Use __syscall_ulong_t.
22373 (msglen_t): Likewise.
22374 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
22375 __syscall_ulong_t.
22376
34683bb0
L
22377 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
22378 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
22379
84a68786
L
22380 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
22381
48baa5f1
L
22382 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
22383 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
22384
180be88b
L
22385 * sysvipc/sys/msg.h (msgbuf): Replace long int with
22386 __syscall_slong_t.
22387
5e90c8ad
L
22388 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
22389 include <bits/wordsize.h>. Check __x86_64__ instead of
22390 __WORDSIZE.
22391
23dfb58b
L
22392 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
22393 "unsigned long long int" if __x86_64__ is defined.
22394 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
22395
ce5d54b0
L
22396 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
22397 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
22398 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
22399
13dc9eac
L
22400 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
22401 <stdint.h>.
22402 (GET_PC): Cast to uintptr_t first.
22403 (GET_FRAME): Likewise.
22404 (GET_STACK): Likewise.
22405
a7895d15
L
22406 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
22407 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
22408 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
22409 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
22410 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
22411 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
22412 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
22413 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
22414 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
22415 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
22416 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
22417 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
22418 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
22419 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
22420 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
22421 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
22422 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
22423 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
22424 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
22425 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
22426 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
22427 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
22428 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
22429 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
22430 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
22431 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
22432 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
22433 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
22434 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
22435
656416c9
AS
224362012-05-16 Andreas Schwab <schwab@linux-m68k.org>
22437
5bd66283
AS
22438 * Makerules (+depfiles): Also collect depfiles from .oS in
22439 $(extra-objs).
22440 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
22441 .oS, $(libnldbl-routines)).
22442
656416c9
AS
22443 * Makerules (native-compile-mkdep-flags): Define.
22444 * sunrpc/Makefile (extra-objs): Add $(addprefix
22445 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
22446 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
22447 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
22448 calling $(make-target-directory).
22449
a46f2169
L
224502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22451
22452 * bits/types.h (__snseconds_t): Removed.
22453 * time/time.h (struct timespec): Replace __snseconds_t with
22454 __syscall_slong_t.
22455 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
22456 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
22457 Likewise.
22458 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22459 (__SNSECONDS_T_TYPE): Likewise.
22460 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22461 (__SNSECONDS_T_TYPE): Likewise.
22462 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22463 (__SNSECONDS_T_TYPE): Likewise.
22464
6af6528b
L
224652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22466
22467 * sysdeps/mach/hurd/bits/typesizes.h
22468 (__SYSCALL_SLONG_TYPE): New macro.
22469 (__SYSCALL_ULONG_TYPE): Likewise.
22470
de986b56
L
224712012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22472
22473 * bits/types.h (__syscall_slong_t): New type.
22474 (__syscall_ulong_t): Likewise.
22475
22476 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
22477 (__SYSCALL_ULONG_TYPE): Likewise.
22478 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22479 (__SYSCALL_SLONG_TYPE): Likewise.
22480 (__SYSCALL_ULONG_TYPE): Likewise.
22481 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22482 (__SYSCALL_SLONG_TYPE): Likewise.
22483 (__SYSCALL_ULONG_TYPE): Likewise.
22484 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22485 (__SYSCALL_SLONG_TYPE): Likewise.
22486 (__SYSCALL_ULONG_TYPE): Likewise.
22487
85736dc7
L
224882012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22489
22490 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
22491 Add sigaltstack-offsets.sym.
22492 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
22493 <sigaltstack-offsets.h>.
22494 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
22495 longjmp_msg pointer.
22496 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
22497 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
22498 signal stack.
22499 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
22500
cc03b296
JM
225012012-05-15 Joseph Myers <joseph@codesourcery.com>
22502
a9538892
JM
22503 * elf/stackguard-macros.h: Remove file.
22504 * sysdeps/generic/stackguard-macros.h: New file.
22505 * sysdeps/i386/stackguard-macros.h: Likewise.
22506 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22507 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22508 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22509 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22510 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22511 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22512 * sysdeps/x86_64/stackguard-macros.h: Likewise.
22513 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
22514 <elf/stackguard-macros.h>.
22515
cc03b296
JM
22516 [BZ #14109]
22517 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
22518 __aligned__ in attribute.
22519 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
22520 (gregset_t): Likewise.
22521
93171016
L
225222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22523
22524 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
22525 * sysdeps/x86_64/64/Implies-after: Here. New file.
22526 * sysdeps/x86_64/x32/Implies-after: New file.
22527
d86813a0
L
225282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22529
22530 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
22531 and access return value for _dl_profile_fixup. Use R10_LP to
22532 load frame size.
22533
2953ec75
L
225342012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22535
22536 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
22537
3b550e9e
L
225382012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22539
22540 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
22541 * sysdeps/x86_64/x32/sysdep.h: New file.
22542
eda41706
L
225432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22544
22545 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
22546 * sysdeps/x86_64/setjmp.S: Likewise.
22547
9ea01d93
AZ
225482012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22549
22550 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
22551 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
22552 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
22553 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
22554 remove unused global constant.
22555
02a91938
CM
225562012-05-15 Chris Metcalf <cmetcalf@tilera.com>
22557
22558 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
22559 include of <not-cancel.h>.
22560
6540185f
RM
225612012-05-15 Roland McGrath <roland@hack.frob.com>
22562
22563 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
22564
509072a0
AJ
225652012-05-15 Jeff Law <law@redhat.com>
22566 Andreas Jaeger <aj@suse.de>
22567
22568 [BZ #13594]
22569 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
22570 out from...
22571 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
22572 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
22573 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
22574 code changing __hst_map_handle.map.
22575
ba75122d
RM
225762012-05-15 Roland McGrath <roland@hack.frob.com>
22577
22578 * configure.in (sysnames): Look for Implies-before and Implies-after
22579 files.
22580 * configure: Regenerated.
22581
890d8bd8
L
225822012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22583
22584 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
22585 8-byte data alignment with LP_SIZE alignment.
22586
f6ee6623
L
225872012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22588
22589 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
22590 into R10_LP.
22591
ea2626f6
L
225922012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22593
22594 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
22595
085f715e
L
225962012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22597
22598 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
22599 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
22600 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
22601 Likewise.
22602 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
22603
be8498fc
L
226042012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22605
22606 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
22607 (stackinfo_sub_sp): Likewise.
22608
70bc83b9
L
226092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22610
22611 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
22612 RAX_LP.
22613
9bc0b730
L
226142012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22615
22616 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
22617 into R*_LP.
22618
6d2850e7
L
226192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22620
22621 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
22622 sizes into R*_LP.
22623
3cb84561
L
226242012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22625
22626 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
22627
54e2ed81
L
226282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22629
22630 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
22631 into R11_LP and load __x86_64_shared_cache_size_half into
22632 R8_LP.
22633
8a17f349
L
226342012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22635
22636 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
22637 R8_LP.
22638
777b1eea
AZ
226392012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22640
22641 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
22642 logb for POWER7.
22643 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
22644 logbf for POWER7.
22645 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
22646 logbl for POWER7.
22647 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
22648 powerpc32/power7/fpu/s_logb.c via #include.
22649 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
22650 powerpc32/power7/fpu/s_logbf.c via #include.
22651 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
22652 powerpc32/power7/fpu/s_logbl.c via #include.
22653
d20d4ac2
JM
226542012-05-15 Joseph Myers <joseph@codesourcery.com>
22655
22656 * README.libm: Remove file.
22657
6cdef1ab
L
226582012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22659
22660 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
22661 count for x32. Use R*_LP and omit operand-size suffix.
22662
0b254d8f
L
226632012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22664
22665 * shlib-versions: Move x86_64-.*-linux.* entries to ...
22666 * sysdeps/x86_64/64/shlib-versions: Here. New file.
22667 * sysdeps/x86_64/x32/shlib-versions: New file.
22668
ceb809dc
RM
226692012-05-14 Roland McGrath <roland@hack.frob.com>
22670
22671 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
22672 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
22673 Use _dl_fatal_printf instead.
22674
37f1abd4
JM
226752012-05-14 Joseph Myers <joseph@codesourcery.com>
22676
22677 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
22678 set if not set by the user. Do not allow for being unset.
22679 * sysdeps/unix/sysv/linux/configure: Regenerated.
22680
11de3a33
L
226812012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22682
22683 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
22684 the `q' suffix from lea and replace .quad with ASM_ADDR.
22685
e02f153a
L
226862012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22687
22688 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
22689 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
22690 instead of $17.
22691 (PTR_DEMANGLE): Likewise.
22692
520ae0fd
L
226932012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22694
22695 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
22696 (LP_OP): Likewise.
22697 (ASM_ADDR): Likewise.
22698 (RAX_LP): Likewise.
22699 (RBP_LP): Likewise.
22700 (RBX_LP): Likewise.
22701 (RCX_LP): Likewise.
22702 (RDI_LP): Likewise.
22703 (RSI_LP): Likewise.
22704 (RSP_LP): Likewise.
22705 (R8_LP): Likewise.
22706 (R9_LP): Likewise.
22707 (R10_LP): Likewise.
22708 (R10_LP): Likewise.
22709 (R11_LP): Likewise.
22710 (R12_LP): Likewise.
22711 (R13_LP): Likewise.
22712 (R14_LP): Likewise.
22713 (R15_LP): Likewise.
22714
b985be81
L
227152012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22716
22717 * sysdeps/x86_64/x32/dl-machine.h: New file.
22718
6a4888ff
AJ
227192012-05-14 Andreas Jaeger <aj@suse.de>
22720
22721 * manual/Makefile (subdir): Remove export of subdir.
22722 (all): Remove target.
22723 (.PHONY): Remove all from list.
22724 (mkinstalldirs): Remove.
22725 (.PHONY): Remove installdirs from list.
22726 ($(inst_infodir)/libc.info): Use make-target-directory.
22727 (installdirs): Remove.
22728 (subdir_%): Remove.
22729 (glibc-targets): Remove.
22730 (lib): Remove.
22731 (stubs): Remove.
22732 ($(objpfx)stubs ../po/manual.pot): Remove.
22733 ($(objpfx)stamp%): Remove.
22734 (make-target-directory): Remove.
22735 (subdir_install): Remove.
22736 (routines): Remove.
22737 (aux): Remove.
22738 (sources): Remove.
22739 (objects): Remove.
22740 (headers): Remove.
22741
22742 [BZ #13750]
22743 * manual/.gitignore: Remove, it's not needed anymore.
22744 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
22745 all files in it.
22746 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
22747 directory.
22748 (texis): Renamed to $(objpfx)texis.
22749 (texis-path): New, contains path to generated files.
22750 (chapters.%): Use texis-path for complete path, add extra argument
22751 libc-texinfo.sh.
22752 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
22753 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
22754 (summary,texi, stamp-summary): Use complete path of
22755 files. Generate files in build dir.
22756 (dir-add.texi): Build in build dir.
22757 (libm-err.texi,stamp-libm-err): Likewise.
22758 (version.texi, stamp-version): Likewise.
22759 (.%c.texi): Likewise.
22760 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
22761 (mostlyclean): Remove target.
22762 (realclean): Remove target.
22763 (generated): Add new variable with contents from mostlyclean and
22764 realclean, remove entries duplicated in common-mostlyclean, add
22765 stamp-libm-err and stamp-version.
22766 (generated-dirs): Add libc directory.
22767 ($(inst_infodir)/libc.info): Install files from build dir.
22768
22769 * manual/install.texi (Configuring and compiling): Adjust since
22770 the info files are not part of the tar ball anymore.
22771
7ac77294
AJ
227722012-05-14 Andreas Jaeger <aj@suse.de>
22773
22774 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
22775 variable.
22776
ffb7875d
JM
227772012-05-14 Joseph Myers <joseph@codesourcery.com>
22778
22779 [BZ #13717]
22780 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
22781 to 2.2.0 where earlier.
22782 * sysdeps/unix/sysv/linux/configure: Regenerated.
22783 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
22784 Remove conditional code.
22785 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
22786 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
22787 Remove conditional code.
22788 [!__NR_lchown]: Likewise.
22789 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
22790 [__NR_lchown]: Likewise.
22791 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
22792 comment referencing __ASSUME_LCHOWN_SYSCALL.
22793 * sysdeps/unix/sysv/linux/i386/sigaction.c
22794 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22795 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22796 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
22797 Remove conditional code.
22798 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
22799 (__protocol_available): Remove #if 0 code.
22800 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
22801 conditional code.
22802 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
22803 * sysdeps/unix/sysv/linux/kernel-features.h
22804 (__ASSUME_GETCWD_SYSCALL): Don't define.
22805 (__ASSUME_REALTIME_SIGNALS): Likewise.
22806 (__ASSUME_PREAD_SYSCALL): Likewise.
22807 (__ASSUME_PWRITE_SYSCALL): Likewise.
22808 (__ASSUME_POLL_SYSCALL): Likewise.
22809 (__ASSUME_LCHOWN_SYSCALL): Likewise.
22810 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
22811 non-SPARC.
22812 (__ASSUME_SIOCGIFNAME): Don't define.
22813 (__ASSUME_MSG_NOSIGNAL): Likewise.
22814 (__ASSUME_SENDFILE): Define unconditionally.
22815 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
22816 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
22817 conditional code.
22818 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
22819 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
22820 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
22821 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
22822 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
22823 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
22824 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
22825 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
22826 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22827 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
22829 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22830 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22831 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
22832 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22833 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22834 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
22835 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22836 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22837 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
22838 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22839 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
22841 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22842 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22843 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
22844 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22845 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22846 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
22847 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22848 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22849 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
22850 Remove conditional code.
22851 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22852 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
22853 Remove conditional code.
22854 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22855 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
22856 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
22857 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
22858 Remove conditional code.
22859 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22860 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
22861 Remove conditional code.
22862 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22863 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
22864 Remove conditional code.
22865 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22866 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
22867 Remove conditional code.
22868 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22869 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
22870 Remove conditional code.
22871 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22872 * sysdeps/unix/sysv/linux/sh/pwrite64.c
22873 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22874 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22875 * sysdeps/unix/sysv/linux/sigaction.c
22876 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22877 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22878 * sysdeps/unix/sysv/linux/sigpending.c
22879 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22880 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22881 * sysdeps/unix/sysv/linux/sigprocmask.c
22882 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22883 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22884 * sysdeps/unix/sysv/linux/sigsuspend.c
22885 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22886 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22887 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
22888 (__libc_missing_rt_sigs): Remove.
22889 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
22890 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
22891 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
22892 Remove conditional code.
22893 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
22894 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
22895 return 1.
22896 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
22897 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
22898 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
22899 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
22900
1bfb7291
AJ
229012012-05-14 Andreas Jaeger <aj@suse.de>
22902
caae5a81
AJ
22903 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
22904 it's not used in glibc.
22905 (__coshm1): Likewise.
22906 (__acosh1p): Likewise.
22907 (__sgn): Likewise.
22908
1bfb7291
AJ
22909 * manual/string.texi (Copying and Concatenation): Add missing
22910 variable in concat example.
22911 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
22912
c044d724
L
229132012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22914
144c5467 22915 [BZ #14103]
c044d724
L
22916 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
22917 __builtin_clzl with __builtin_clzll.
22918
2523c62b
L
229192012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22920
22921 [BZ #14104]
22922 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
22923 libc_freeres_ptr.
22924
d7bb4c42
LD
229252012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
22926
22927 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
22928 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
22929 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
22930 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
22931
9dc4e1fb
MF
229322012-05-14 Mike Frysinger <vapier@gentoo.org>
22933
22934 * NEWS: Update ia64 info.
22935
c7df0112
AS
229362012-05-12 Andreas Schwab <schwab@linux-m68k.org>
22937
22938 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
22939 used as bcopy.
22940
dc70356c
TS
229412012-05-12 Thomas Schwinge <thomas@codesourcery.com>
22942
22943 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
22944 * sysdeps/unix/syscalls.list (dup3): Likewise.
22945 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
22946 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
22947
9fb1a21f
L
229482012-05-11 H.J. Lu <hongjiu.lu@intel.com>
22949
22950 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
22951 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
22952
4822a2a5
L
229532012-05-11 H.J. Lu <hongjiu.lu@intel.com>
22954
22955 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
22956 thread pointer.
22957 (TLS_IE): Use mov/add instead of movq/addq to load thread
22958 pointer.
22959 (TLS_GD_PREFIX): New.
22960 (TLS_GD): Use it.
22961
842b81d6
DM
229622012-05-11 David S. Miller <davem@davemloft.net>
22963
22964 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
22965 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
22966 (_FPU_SETCW): Likewise.
22967
1cf463cd
L
229682012-05-10 H.J. Lu <hongjiu.lu@intel.com>
22969
22970 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
22971 is 32-byte aligned.
22972
60cc4a18
AS
229732012-05-11 Andreas Schwab <schwab@linux-m68k.org>
22974
22975 [BZ #11837]
22976 * iconvdata/gb18030.c: Update tables.
22977 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
22978 characters specially.
22979 (BODY for TO_LOOP): Add encoding of missing ranges.
22980
febb44a4
TS
229812012-05-11 Thomas Schwinge <thomas@codesourcery.com>
22982
22983 [BZ #13673]
22984 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
22985 * sysdeps/mach/hurd/dup3.c: Likewise.
22986 * sysdeps/mach/hurd/readlinkat.c: Likewise.
22987 * sysdeps/powerpc/memmove.c:: Likewise.
22988
0a10fb9e
L
229892012-05-10 H.J. Lu <hongjiu.lu@intel.com>
22990
22991 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
22992 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
22993
df8a552f
L
229942012-05-10 H.J. Lu <hongjiu.lu@intel.com>
22995
22996 * elf/elf.h (R_X86_64_RELATIVE64): New.
22997 (R_X86_64_NUM): Updated.
22998 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
22999 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
23000 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
23001 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
23002 tst-quad1pie tst-quad2pie
23003 (modules-names): Add tst-quadmod1 tst-quadmod2.
23004 ($(objpfx)tst-quad1): New dependency.
23005 ($(objpfx)tst-quad2): Likewise.
23006 ($(objpfx)tst-quad1pie): Likewise.
23007 ($(objpfx)tst-quad2pie): Likewise.
23008 * sysdeps/x86_64/tst-quad1.c: New file.
23009 * sysdeps/x86_64/tst-quad1pie.c: New file.
23010 * sysdeps/x86_64/tst-quad2.c: Likewise.
23011 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
23012 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
23013 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
23014 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
23015 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
23016
f34d6f84
ST
230172012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23018
f42d41d1
ST
23019 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
23020 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
23021 * streams/stropts.h (t_scalar_t): Define type.
23022
3c3571fc
ST
23023 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
23024 (_PATH_PRESERVE): Set to "/var/lib".
23025 (_PATH_RWHODIR): Set to "/var/spool/rwho".
23026
61f06bd3
ST
23027 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
23028 instead of int.
23029
918d4d71
ST
23030 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
23031 if __dir_mkfile succeeded.
23032
f34d6f84
ST
23033 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
23034 checking for _hurd_dtablesize. Unlock it right after having
23035 finished _hurd_dtable allocation.
23036
10589b4a
TS
230372012-05-10 Thomas Schwinge <thomas@schwinge.name>
23038
674cdbc7
TS
23039 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
23040 * sysdeps/mach/hurd/configure: Regenerated.
23041 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
23042 special-casing to...
23043 * sysdeps/gnu/configure.in: ... this new file.
23044 * sysdeps/unix/sysv/linux/configure: Regenerated.
23045 * sysdeps/gnu/configure: New generated file.
23046
8e41b99f
TS
23047 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
23048 for Linux: use nsec instead of usec, as well as:
23049 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
23050 members of type struct timespec.
23051 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
23052 New macros.
23053 (struct stat64): Likewise.
23054 (_STATBUF_ST_NSEC): New macro.
23055 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
23056
10589b4a
TS
23057 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
23058 __strtoul_internal rather than strtoul.
23059
63643c85
PT
230602012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23061
23062 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
23063 and reject them.
23064
3faebe6a
ST
230652012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23066
23067 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
23068 which preserves existing values.
23069 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
23070
c6474b07
PT
230712012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23072
23073 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
23074 TIMEOUT values. Return EINVAL for NFDS values either negative or
23075 greater than FD_SETSIZE.
23076
1043890b
ST
230772012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23078
23079 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
23080 allocated, call __vm_protect to finish enabling the existing space, and
23081 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
23082 allocate the remainder.
23083
37ed8b9b
PT
230842012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23085
23086 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
23087 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
23088
db653660
ST
230892012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23090
37ed8b9b
PT
23091 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
23092 sysdeps/mach/hurd/readlink.c.
b29d4053 23093
db653660
ST
23094 * posix/tst-sysconf.c (posix_options): Only use
23095 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
23096 _POSIX_SYNCHRONIZED_IO when they are defined
23097 * sysdeps/mach/hurd/bits/posix_opt.h:
23098 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
23099 (_XOPEN_REALTIME): Undefine macro.
23100 (_XOPEN_REALTIME_THREADS): Undefine macro.
23101 (_XOPEN_SHM): Undefine macro.
23102 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
23103 macro to -1.
23104 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
23105 macro to -1.
23106 (_POSIX_ASYNC_IO): Undefine macro.
23107 (_POSIX_PRIORITIZED_IO): Undefine macro.
23108 (_POSIX_SPIN_LOCKS): Define macro to -1.
23109
ee16e894
ST
23110 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
23111 SA_NODEFER, SA_RESETHAND.
23112 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
23113 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
23114 F_DUPFD_CLOEXEC.
23115
6103ae3b
TS
231162012-05-10 Thomas Schwinge <thomas@schwinge.name>
23117
23118 * elf/Makefile (pldd-modules): Define unconditionally.
23119
80b4e5f3
TS
231202012-05-10 Thomas Schwinge <thomas@schwinge.name>
23121
23122 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
23123
edadcbd6
ST
231242012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23125
23126 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
23127 Return ENOENT when name is empty.
23128 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
23129
80694780
TS
231302012-05-10 Thomas Schwinge <thomas@schwinge.name>
23131
1792c087
TS
23132 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
23133
80694780
TS
23134 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
23135
6b645f0d
ST
231362012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23137
80694780
TS
23138 Fix mlock in all cases except non-readable pages.
23139 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
23140 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 23141
6b645f0d
ST
23142 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
23143 (__mkdir): When path is `/', just fail with EEXIST.
23144 * sysdeps/mach/hurd/mkdirat.c: Likewise.
23145
e468f8a3
TS
231462012-05-10 Thomas Schwinge <thomas@schwinge.name>
23147
23148 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
23149 <sys/uio.h> (for writev).
23150 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
23151 and <sys/param.h> (for MIN).
23152
a4186cff
PT
231532012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23154
23155 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
23156 REQUESTED_TIME. Properly set the remaining time and return EINTR
23157 if interrupted.
23158
510bbf14
TS
231592012-05-10 Thomas Schwinge <thomas@schwinge.name>
23160
23161 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
23162 Depend on against $(link-rpcuserlibs).
23163
5d5722e8
ST
231642012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23165
a4186cff
PT
23166 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
23167 (__libc_stack_end): Do not use attribute_relro.
23168 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
23169 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 23170 to libthread-provided value.
a4186cff
PT
23171 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
23172 attribute_relro.
5d5722e8 23173
37233df9
TS
231742012-05-10 Thomas Schwinge <thomas@schwinge.name>
23175
be971a2b
TS
23176 [BZ #3748]
23177 * bits/libc-lock.h (__libc_once_get): New macro.
23178 * sysdeps/mach/bits/libc-lock.h: Likewise.
23179 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
23180 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
23181 instead of using implementation details.
23182
37233df9
TS
23183 * libio/fileops.c: Unconditionally include <kernel-features.h>.
23184 * libio/freopen.c: Likewise.
23185 * libio/freopen64.c: Likewise.
23186 * misc/syslog.c: Likewise.
23187 * nscd/connections.c: Likewise.
23188 * nscd/netgroupcache.c: Likewise.
23189 * sysdeps/posix/getcwd.c: Likewise.
23190
38de94a5
RM
231912012-05-10 Roland McGrath <roland@hack.frob.com>
23192
23193 * math/w_ilogbf.c: Add #include <limits.h>.
23194
67530489
ST
231952012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23196
a4186cff 23197 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
23198 path instead of returning without unlocking.
23199
67530489
ST
23200 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
23201 immediate-write ioctls.
23202 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
23203
5aa3a74a
TS
232042012-05-10 Thomas Schwinge <thomas@schwinge.name>
23205
18bad2ae
TS
23206 * sysdeps/mach/hurd/i386/init-first.c (init): Use
23207 __builtin_frame_address instead of making assumptions about the
23208 location of the return address relative to DATA. Force early load of
23209 the return address.
23210 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
23211 __builtin_frame_address.
23212
5aa3a74a
TS
23213 dup3 for GNU Hurd.
23214 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
23215 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
23216 implement dup3 and do some further code clean-ups.
23217 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
23218 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
23219
ecd0de9a
ST
232202012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23221
cd9fa985
ST
23222 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
23223
a4186cff
PT
23224 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
23225 HURD_CRITICAL_END around holding _hurd_dtable_lock.
23226 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
23227 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
23228 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
23229 d->port.lock.
802ca5a5 23230
a4186cff
PT
23231 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
23232 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
23233 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 23234
bcf55240
TS
232352012-05-10 Thomas Schwinge <thomas@schwinge.name>
23236
6960eb42
TS
23237 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
23238 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
23239 definitions.
23240
eb43375f
TS
23241 accept4 for GNU Hurd.
23242 * include/sys/socket.h (__libc_accept4): New prototype.
23243 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
23244 to implement __libc_accept4.
23245 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
23246 __libc_accept4.
23247 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
23248
bcf55240
TS
23249 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
23250 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
23251 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
23252 signal-defines.sym.
23253
6178c55b
ST
232542012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23255
a4186cff 23256 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 23257
6f080c2f
TS
232582012-05-10 Thomas Schwinge <thomas@schwinge.name>
23259
23260 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
23261 assertion on O_CLOEXEC flag.
23262 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
23263 * hurd/intern-fd.c: Likewise.
23264 * hurd/port2fd.c: Likewise.
23265
bcfe3a54
ST
232662012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23267
23268 [BZ #3906]
23269 * bits/in.h (IPV6_PKTINFO): Define new macro.
23270 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
23271
89c9aa49
AZ
232722012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23273
23274 [BZ #13954]
23275 [BZ #13955]
23276 [BZ #13956]
23277 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
23278 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
23279 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
23280 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
23281 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23282 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
23283 * math/libm-test.inc (logb_test) : Additional logb tests.
23284
021db4be
AJ
232852012-05-09 Andreas Schwab <schwab@linux-m68k.org>
23286 Andreas Jaeger <aj@suse.de>
23287
23288 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
23289 * configure: Regenerated.
23290 * config.h.in (LINK_OBSOLETE_RPC): New macro.
23291 * config.make.in (link-obsolete-rpc): New substituted variable.
23292 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
23293 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
23294 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
23295 (shared-only-routines): Don't set it under [link-obsolete-rpc],
23296 so that libc.a contains the symbols.
23297 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
23298 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
23299 * sunrpc/auth_none.c: Likewise.
23300 * sunrpc/auth_unix.c: Likewise.
23301 * sunrpc/authdes_prot.c: Likewise.
23302 * sunrpc/authuxprot.c: Likewise.
23303 * sunrpc/clnt_gen.c: Likewise.
23304 * sunrpc/clnt_perr.c: Likewise.
23305 * sunrpc/clnt_raw.c: Likewise.
23306 * sunrpc/clnt_simp.c: Likewise.
23307 * sunrpc/clnt_tcp.c: Likewise.
23308 * sunrpc/clnt_udp.c: Likewise.
23309 * sunrpc/clnt_unix.c: Likewise.
23310 * sunrpc/des_crypt.c: Likewise.
23311 * sunrpc/des_soft.c: Likewise.
23312 * sunrpc/get_myaddr.c: Likewise.
23313 * sunrpc/key_call.c: Likewise.
23314 * sunrpc/key_prot.c: Likewise.
23315 * sunrpc/netname.c: Likewise.
23316 * sunrpc/pm_getmaps.c: Likewise.
23317 * sunrpc/pm_getport.c: Likewise.
23318 * sunrpc/pmap_clnt.c: Likewise.
23319 * sunrpc/pmap_prot.c: Likewise.
23320 * sunrpc/pmap_prot2.c: Likewise.
23321 * sunrpc/pmap_rmt.c: Likewise.
23322 * sunrpc/publickey.c: Likewise.
23323 * sunrpc/rpc_cmsg.c: Likewise.
23324 * sunrpc/rpc_common.c: Likewise.
23325 * sunrpc/rpc_dtable.c: Likewise.
23326 * sunrpc/rpc_prot.c: Likewise.
23327 * sunrpc/rpc_thread.c: Likewise.
23328 * sunrpc/rtime.c: Likewise.
23329 * sunrpc/svc.c: Likewise.
23330 * sunrpc/svc_auth.c: Likewise.
23331 * sunrpc/svc_raw.c: Likewise.
23332 * sunrpc/svc_run.c: Likewise.
23333 * sunrpc/svc_tcp.c: Likewise.
23334 * sunrpc/svc_udp.c: Likewise.
23335 * sunrpc/svc_unix.c: Likewise.
23336 * sunrpc/svcauth_des.c: Likewise.
23337 * sunrpc/xcrypt.c: Likewise.
23338 * sunrpc/xdr.c: Likewise.
23339 * sunrpc/xdr_array.c: Likewise.
23340 * sunrpc/xdr_float.c: Likewise.
23341 * sunrpc/xdr_intXX_t.c: Likewise.
23342 * sunrpc/xdr_mem.c: Likewise.
23343 * sunrpc/xdr_rec.c: Likewise.
23344 * sunrpc/xdr_ref.c: Likewise.
23345 * sunrpc/xdr_sizeof.c: Likewise.
23346 * sunrpc/xdr_stdio.c: Likewise.
23347
b5c086a2
RM
233482012-05-10 Roland McGrath <roland@hack.frob.com>
23349
23350 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
23351 change. Update copyright years.
23352
6d74dd09
JM
233532012-05-10 Joseph Myers <joseph@codesourcery.com>
23354
23355 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
23356
28e72501
MK
233572012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
23358 Joseph Myers <joseph@codesourcery.com>
23359 Paul Pluzhnikov <ppluzhnikov@google.com>
23360
23361 [BZ #14012]
23362 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
23363 requiring rpcgen.
23364 [cross-compiling] (extra-libs): Likewise.
23365 [cross-compiling] (extra-libs-others): Likewise.
23366 [cross-compiling] (librpcsvc-routines): Likewise.
23367 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
23368 [cross-compiling] (omit-deps): Likewise.
23369 (sunrpc-CPPFLAGS): New variable.
23370 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
23371 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
23372 (cross-rpcgen-objs): New variable.
23373 (extra-objs): Append $(cross-rpcgen-objs).
23374 ($(cross-rpcgen-objs)): New rule.
23375 ($(objpfx)cross-rpcgen): Likewise.
23376 (rpcgen-cmd): Define to use $(built-program-file). Expand
23377 comment.
23378 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
23379 ($(objpfx)x%.stmp): Likewise.
23380 * sunrpc/proto.h [IS_IN_build] (_): Define.
23381 [IS_IN_build] (_libc_intl_domainname): Likewise.
23382
c8c59454
L
233832012-05-10 H.J. Lu <hongjiu.lu@intel.com>
23384
23385 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
23386 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
23387 and R_X86_64_TPOFF64.
23388
6f27cd16
JM
233892012-05-10 Joseph Myers <joseph@codesourcery.com>
23390
23391 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
23392 sysdeps/unix/sysv/syscalls.list.
23393 (stime): Likewise.
23394 (utime): Likewise.
23395 * sysdeps/unix/sysv/syscalls.list: Remove file.
23396
02467e1c
PE
233972012-05-10 Paul Eggert <eggert@cs.ucla.edu>
23398
23399 [BZ #3440]
23400 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
23401 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
23402 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
23403 (__LC_IDENTIFICATION): Make these macros useful in #if
23404 expressions, as required by C99.
23405
da392631
AS
234062012-05-10 Andreas Schwab <schwab@linux-m68k.org>
23407
23408 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
23409 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
23410 after this.
23411
8115f29b
L
234122012-05-09 H.J. Lu <hongjiu.lu@intel.com>
23413
23414 * stdlib/longlong.h: Updated from GCC.
23415
bdd74070
AJ
234162012-05-09 Andreas Jaeger <aj@suse.de>
23417
edfe0dbe
AJ
23418 * nscd/nscd.c (run_modes): Make named enum, reorder so that
23419 default is first entry.
23420 (run_mode): Set type.
23421 (main): Remove informal message about syslog.
23422 (options): Fix typo.
23423
bcfe3a54
ST
23424 [BZ #14053]
23425 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 23426 to asm.
bcfe3a54
ST
23427 (lrint): Likewise.
23428 (llrintf): Likewise.
23429 (llrint): Likewise.
23430 (rint): Likewise.
23431 (rintf): Likewise.
23432 (nearbyint): Likewise.
23433 (nearbyintf): Likewise.
bdd74070 23434
91d8d69e
AJ
234352012-05-09 Andreas Jaeger <aj@suse.de>
23436 Pedro Alves <palves@redhat.com>
23437
23438 * nscd/nscd.c (run_mode): Use enum.
23439 (main): Cleanup coding style issue.
23440
bb90b80b
AJ
234412012-05-09 Alexandre Oliva <aoliva@redhat.com>
23442 Andreas Jaeger <aj@suse.de>
23443
bcfe3a54
ST
23444 * nscd/nscd.c (go_background): Replaced with...
23445 (run_mode): ... this.
bb90b80b 23446 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
23447 (options): Add -F --foreground.
23448 (main): Implement it.
23449 (parse_opt): Parse it.
bb90b80b 23450
1a4b75a1
AJ
234512012-05-09 Andreas Jaeger <aj@suse.de>
23452
23453 [BZ #14083]
23454 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
23455 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
23456 -Wconversion warning.
23457 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
23458 Likewise.
23459
b1cc2472
JM
234602012-05-09 Joseph Myers <joseph@codesourcery.com>
23461
23462 * conform/data/locale.h-data (NULL): Use macro-constant. Require
23463 == 0.
23464 (LC_ALL): Use macro-int-constant.
23465 (LC_COLLATE): Likewise.
23466 (LC_CTYPE): Likewise.
23467 (LC_MESSAGES): Likewise.
23468 (LC_MONETARY): Likewise.
23469 (LC_NUMERIC): Likewise.
23470 (LC_TIME): Likewise.
23471 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
23472 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
23473 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23474 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
23475 Specify type.
23476 [C99-based standards] (float_t): Expect type.
23477 [C99-based standards] (double_t): Expect type.
23478 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
23479 type.
23480 [C99-based standards] (HUGE_VALL): Likewise.
23481 [C99-based standards] (INFINITY): Likewise.
23482 [C99-based standards] (NAN): Likewise.
23483 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
23484 [C99-based standards] (FP_NAN): Likewise.
23485 [C99-based standards] (FP_NORMAL): Likewise.
23486 [C99-based standards] (FP_SUBNORMAL): Likewise.
23487 [C99-based standards] (FP_ZERO): Likewise.
23488 [C99-based standards] (FP_FAST_FMA): Use
23489 optional-macro-int-constant. Specify type. Require == 1.
23490 [C99-based standards] (FP_FAST_FMAF): Likewise.
23491 [C99-based standards] (FP_FAST_FMAL): Likewise.
23492 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
23493 [C99-based standards] (FP_ILOGBNAN): Likewise.
23494 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
23495 Specify type.
23496 [C99-based standards] (MATH_ERREXCEPT): Likewise.
23497 [C99-based standards] (math_errhandling): Specify type.
23498 [ISO99 || ISO11] (signgam): Do not allow.
23499 [non-C99-based standards] (copysignf): Do not allow.
23500 [non-C99-based standards] (exp2f): Likewise.
23501 [non-C99-based standards] (log2f): Likewise.
23502 [non-C99-based standards] (modff): Allow.
23503 [non-C99-based standards] (erff): Do not allow.
23504 [non-C99-based standards] (erfcf): Likewise.
23505 [non-C99-based standards] (gammaf): Likewise.
23506 [non-C99-based standards] (hypotf): Likewise.
23507 [non-C99-based standards] (j0f): Likewise.
23508 [non-C99-based standards] (j1f): Likewise.
23509 [non-C99-based standards] (jnf): Likewise.
23510 [non-C99-based standards] (lgammaf): Likewise.
23511 [non-C99-based standards] (tgammaf): Likewise.
23512 [non-C99-based standards] (y0f): Likewise.
23513 [non-C99-based standards] (y1f): Likewise.
23514 [non-C99-based standards] (ynf): Likewise.
23515 [non-C99-based standards] (isnanf): Likewise.
23516 [non-C99-based standards] (acoshf): Likewise.
23517 [non-C99-based standards] (asinhf): Likewise.
23518 [non-C99-based standards] (atanhf): Likewise.
23519 [non-C99-based standards] (cbrtf): Likewise.
23520 [non-C99-based standards] (expm1f): Likewise.
23521 [non-C99-based standards] (ilogbf): Likewise.
23522 [non-C99-based standards] (log1pf): Likewise.
23523 [non-C99-based standards] (logbf): Likewise.
23524 [non-C99-based standards] (nextafterf): Likewise.
23525 [non-C99-based standards] (remainderf): Likewise.
23526 [non-C99-based standards] (rintf): Likewise.
23527 [non-C99-based standards] (scalbf): Likewise.
23528 [non-C99-based standards] (copysignl): Likewise.
23529 [non-C99-based standards] (exp2l): Likewise.
23530 [non-C99-based standards] (log2l): Likewise.
23531 [non-C99-based standards] (modfl): Allow.
23532 [non-C99-based standards] (erfl): Do not allow.
23533 [non-C99-based standards] (erfcl): Likewise.
23534 [non-C99-based standards] (gammal): Likewise.
23535 [non-C99-based standards] (hypotl): Likewise.
23536 [non-C99-based standards] (j0l): Likewise.
23537 [non-C99-based standards] (j1l): Likewise.
23538 [non-C99-based standards] (jnl): Likewise.
23539 [non-C99-based standards] (lgammal): Likewise.
23540 [non-C99-based standards] (tgammal): Likewise.
23541 [non-C99-based standards] (y0l): Likewise.
23542 [non-C99-based standards] (y1l): Likewise.
23543 [non-C99-based standards] (ynl): Likewise.
23544 [non-C99-based standards] (isnanl): Likewise.
23545 [non-C99-based standards] (acoshl): Likewise.
23546 [non-C99-based standards] (asinhl): Likewise.
23547 [non-C99-based standards] (atanhl): Likewise.
23548 [non-C99-based standards] (cbrtl): Likewise.
23549 [non-C99-based standards] (expm1l): Likewise.
23550 [non-C99-based standards] (ilogbl): Likewise.
23551 [non-C99-based standards] (log1pl): Likewise.
23552 [non-C99-based standards] (logbl): Likewise.
23553 [non-C99-based standards] (nextafterl): Likewise.
23554 [non-C99-based standards] (remainderl): Likewise.
23555 [non-C99-based standards] (rintl): Likewise.
23556 [non-C99-based standards] (scalbl): Likewise.
23557 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23558 [non-C99-based standards] (FP_*): Do not allow.
23559 [C99-based standards] (FP_*): Change to
23560 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
23561 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
23562 allow.
23563 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
23564 (SIG_ERR): Likewise.
23565 [X/Open-based standards] (SIG_HOLD): Likewise.
23566 (SIG_IGN): Likewise.
23567 (SIGABRT): Use macro-int-constant. Specify type. Require
23568 positive value.
23569 (SIGFPE): Likewise.
23570 (SIGILL): Likewise.
23571 (SIGINT): Likewise.
23572 (SIGSEGV): Likewise.
23573 (SIGTER): Likewise.
23574 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
23575 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
23576 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
23577 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
23578 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
23579 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
23580 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
23581 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
23582 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
23583 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
23584 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
23585 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
23586 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
23587 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
23588 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
23589 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
23590 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
23591 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
23592 [X/Open-based standards] (SIGTRAP): Likewise.
23593 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
23594 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
23595 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
23596 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
23597 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
23598 allow.
23599
b9f1922d
IW
236002012-05-08 Ian Wienand <ianw@vmware.com>
23601
23602 [BZ #14080]
23603 * time/tzset.c (__tzset_parse_tz): Update default rules for
23604 daylight time changes in the Energy Policy Act of 2005.
23605
1db86e88
AJ
236062012-05-09 Andreas Jaeger <aj@suse.de>
23607
23608 [BZ #13983]
23609 * elf/ldconfig.c (parse_conf): Change string to make clear that
23610 ldconfig only issued a warning if ld.so.conf does not exist.
23611
dee4a4e3
DM
236122012-05-08 David S. Miller <davem@davemloft.net>
23613
ee0db190
DM
23614 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
23615 movxtod instead of popping the value on the stack.
23616
dee4a4e3
DM
23617 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23618
6a43ec98
CD
236192012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
23620
23621 * config.h.in: Add HAVE_ARM_PCS_VFP.
23622
05c2c961
RMG
236232012-05-08 Roland Mc Grath <roland@hack.frob.com>
23624
bcfe3a54
ST
23625 [BZ #13979]
23626 * include/features.h: Warn if user requests __FORTIFY_SOURCE
23627 checking but the checks are disabled for any reason.
05c2c961 23628
4b30f61a
L
236292012-05-08 H.J. Lu <hongjiu.lu@intel.com>
23630
23631 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
23632 and ELF64_R_TYPE with ELFW(R_TYPE).
23633
eee2bc67
JM
236342012-05-08 Joseph Myers <joseph@codesourcery.com>
23635
7ea5391a
JM
23636 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
23637 (ulimit): Likewise.
23638
eee2bc67
JM
23639 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
23640 (settimeofday): Likewise.
23641
abb66a67
MF
236422012-05-08 Mike Frysinger <vapier@gentoo.org>
23643
23644 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
23645 a struct th_u2 inside the union, and move tu_block/tu_code into
23646 a new th_u3 union of tu_block/tu_code inside of that. Move
23647 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
23648 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
23649 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
23650 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
23651 (th_stuff): Change to th_u1.tu_stuff.
23652 (th_data): Define.
23653 (th_msg): Change to th_u1.th_u2.tu_data.
23654
7f18b530
DM
236552012-05-07 David S. Miller <davem@davemloft.net>
23656
05760585
DM
23657 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23658
7f18b530
DM
23659 [BZ #14074]
23660 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
23661 (SETUP_PIC_REG): Use it.
23662 (SETUP_PIC_REG_LEAF): Use it.
23663
495fd99f
JM
236642012-05-07 Joseph Myers <joseph@codesourcery.com>
23665
23666 [BZ #13885]
23667 [BZ #13923]
23668 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23669 USE_AS_EXPM1L.
23670 (EXPL_FINITE): Likewise.
23671 (FLDLOG): Likewise.
23672 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
23673 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
23674 e_expl.S.
23675 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23676 USE_AS_EXPM1L.
23677 (EXPL_FINITE): Likewise.
23678 (FLDLOG): Likewise.
23679 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
23680 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
23681 e_expl.S.
23682 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
23683 test of -max_value argument for long double.
23684 * sysdeps/i386/fpu/libm-test-ulps: Update.
23685 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23686
6693d694
DM
236872012-05-06 David S. Miller <davem@davemloft.net>
23688
23689 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
23690 quad soft-float symbols whose references which are compiler
23691 generated.
23692 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
23693
6c23e11c
JM
236942012-05-06 Joseph Myers <joseph@codesourcery.com>
23695
d8b82cad
JM
23696 [BZ #13884]
23697 [BZ #13914]
23698 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23699 USE_AS_EXP10L.
23700 (EXPL_FINITE): Likewise.
23701 (FLDLOG): Likewise.
23702 (c0): Likewise.
23703 (c1): Likewise.
23704 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
23705 Adjust comments for base varying.
23706 (__expl_finite): Change alias to EXPL_FINITE.
23707 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
23708 e_expl.S.
23709 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
23710 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
23711 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23712 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
23713 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23714 USE_AS_EXP10L.
23715 (EXPL_FINITE): Likewise.
23716 (FLDLOG): Likewise.
23717 (c0): Likewise.
23718 (c1): Likewise.
23719 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
23720 Adjust comments for base varying.
23721 (__expl_finite): Change alias to EXPL_FINITE.
23722 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
23723 tests for bugs.
23724 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23725
6c23e11c
JM
23726 [BZ #14064]
23727 * math/libm-test.inc (check_float_internal): Correct ulp
23728 calculation for subnormal expected results.
23729
29ba805c
AJ
237302012-05-06 Andreas Jaeger <aj@suse.de>
23731
23732 * Makeconfig (+math-flags): New, set to -frounding-math.
23733 (+cflags): Add +math-flags so that all of glibc gets compiled with
23734 it.
23735
23736 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
23737
7b17aeda
JM
237382012-05-05 Joseph Myers <joseph@codesourcery.com>
23739
5779f134
JM
23740 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
23741 Disable one test.
23742
41498f4d
JM
23743 [BZ #13787]
23744 [BZ #13922]
23745 [BZ #14036]
23746 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
23747 (__ieee754_expl): Allow for and saturate large arguments.
23748 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
23749 (u_threshold): Likewise.
23750 (__exp): Call __ieee754_exp before checking for overflow and
23751 underflow.
23752 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
23753 (u_threshold): Likewise.
23754 (__expf): Call __ieee754_expf before checking for overflow and
23755 underflow.
23756 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
23757 (u_threshold): Likewise.
23758 (__expl): Call __ieee754_expl before checking for overflow and
23759 underflow.
23760 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
23761 (__ieee754_expl): Allow for and saturate large arguments.
23762 * math/libm-test.inc (exp_test): Add another test. Do not allow
23763 missing overflow exception on overflow.
23764 (expm1_test): Do not allow missing overflow exception on overflow.
23765
6698b8bf
JM
23766 * sysdeps/i386/fpu/e_expl.c: Move to ...
23767 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
23768 rather than using inline asm.
23769 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
23770 * sysdeps/x86_64/fpu/e_expl.S: Copy from
23771 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
23772
7b17aeda
JM
23773 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
23774 (nice): Likewise.
23775 (poll): Likewise.
23776 (signal): Likewise.
23777 (time): Likewise.
23778 (times): Likewise.
23779
f7c85819
JM
237802012-05-04 Joseph Myers <joseph@codesourcery.com>
23781
23782 * sysdeps/unix/syscalls.list (adjtime): Add entry from
23783 sysdeps/unix/common/syscalls.list.
23784 (fchmod): Likewise.
23785 (fchown): Likewise.
23786 (ftruncate): Likewise.
23787 (getrusage): Likewise.
23788 (gettimeofday): Likewise.
23789 (setpgid): Likewise.
23790 (setregid): Likewise.
23791 (setreuid): Likewise.
23792 (sigaction): Likewise.
23793 (truncate): Likewise.
23794 (vhangup): Likewise.
23795 * sysdeps/unix/common/syscalls.list: Remove file.
23796 * sysdeps/unix/bsd/Implies: Don't include unix/common.
23797 * sysdeps/unix/sysv/linux/Implies: Likewise.
23798
336270d0
L
237992012-05-04 H.J. Lu <hongjiu.lu@intel.com>
23800
23801 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
23802 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
23803 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
23804 Moved to ...
23805 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
23806 Here.
23807 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
23808 to ...
23809 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
23810 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
23811 to ...
23812 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
23813 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
23814 to ...
23815 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
23816 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
23817 to ...
23818 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
23819 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
23820 to ...
23821 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
23822 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
23823 to ...
23824 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
23825 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
23826 to ...
23827 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23828 Here.
23829 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
23830 to ...
23831 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
23832 Here.
23833 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
23834 to ...
23835 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
23836 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
23837 Moved to ...
23838 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
23839 Here.
23840 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
23841 to ...
23842 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
23843
d128e450
JM
238442012-05-04 Joseph Myers <joseph@codesourcery.com>
23845
fa8ee516
JM
23846 * sysdeps/unix/common/bits/dirent.h: Remove file.
23847 * sysdeps/unix/common/bits/fcntl.h: Likewise.
23848
d128e450
JM
23849 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
23850 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
23851 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
23852 * sysdeps/unix/bsd/isatty.c: Likewise.
23853 * sysdeps/unix/bsd/tcdrain.c: Likewise.
23854 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
23855 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
23856
ff8faaf0 238572012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 23858
62881be4 23859 [BZ #13563]
31dc8730
AZ
23860 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
23861 long double comparison inaccuracies.
23862 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23863 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23864
6fef930c
AS
238652012-05-04 Andreas Schwab <schwab@linux-m68k.org>
23866
23867 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
23868 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
23869
8f203e6c
JM
238702012-05-04 Joseph Myers <joseph@codesourcery.com>
23871
23872 [BZ #14049]
23873 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
23874 nonzero digits before rounding a hex value.
23875 * stdlib/tst-strtod.c (tests): Add another test.
23876
5197d9c2
AK
238772012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23878
23879 * sysdeps/s390/fpu/libm-test-ulps: Update.
23880
f0c1dedf
AJ
238812012-05-03 Andreas Jaeger <aj@suse.de>
23882
23883 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
23884 does not get optimized out.
23885 (malloc_opt_barrier): New.
23886
a65ef2ae 238872012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 23888 Roland McGrath <roland@hack.frob.com>
a65ef2ae 23889
2b942cb7 23890 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 23891 intermediate file deletion.
2b942cb7 23892 (generated): Add .symlist files.
a65ef2ae 23893
54b71e02
JM
238942012-05-03 Joseph Myers <joseph@codesourcery.com>
23895
23896 [BZ #13775]
23897 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
23898 Redirect under this condition.
23899 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
23900 [__USE_GNU] (__dprintf_chk): Not under this condition.
23901 [__USE_GNU] (__vdprintf_chk): Likewise.
23902 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
23903 under this condition.
23904 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
23905 [__USE_XOPEN2K8] (dprintf): Define under this condition.
23906 [__USE_XOPEN2K8] (vdprintf): Likewise.
23907 [__USE_GNU] (__dprintf_chk): Not under this condition.
23908 [__USE_GNU] (__vdprintf_chk): Likewise.
23909 [__USE_GNU] (dprintf): Likewise.
23910 [__USE_GNU] (vdprintf): Likewise.
23911
d3dfcc41
RM
239122012-05-03 Roland McGrath <roland@hack.frob.com>
23913
23914 * elf/Makefile (common-generated): Set this instead of generated for
23915 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
23916 $(all-built-dso)-derived lists.
23917
7ac30cc5
AJ
239182012-05-03 Andreas Jaeger <aj@suse.de>
23919
0c51e550
AJ
23920 * sysdeps/i386/fpu/libm-test-ulps: Update.
23921
7ac30cc5
AJ
23922 * FAQ: Removed.
23923 * FAQ.in: Likewise.
23924 * scripts/gen-FAQ.pl: Likewise.
23925 * manual/install.texi (Installation): Point to online location of
23926 FAQ.
23927 * Makefile (files-for-dist): Remove FAQ.
23928 (FAQ): Remove.
23929
d4c2917f
AM
239302012-05-02 Allan McRae <allan@archlinux.org>
23931
23932 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
23933 (LDFLAGS-reldepmod5.so): Likewise.
23934 (LDFLAGS-reldep6mod1.so): Likewise.
23935 (LDFLAGS-reldep6mod4.so): Likewise.
23936 (LDFLAGS-reldep8mod3.so): Likewise.
23937 (LDFLAGS-unload4mod1.so): Likewise.
23938 (LDFLAGS-unload4mod2.so): Likewise.
23939 (LDFLAGS-tst-initorder): Likewise.
23940 (LDFLAGS-tst-initordera2.so): Likewise.
23941 (LDFLAGS-tst-initordera3.so): Likewise.
23942 (LDFLAGS-tst-initordera4.so): Likewise.
23943 (LDFLAGS-tst-initorderb2.so): Likewise.
23944 (LDFLAGS-noload): Likewise.
23945 (LDFLAGS-next): Likewise.
23946 (LDFLAGS-order2mod1.so): Likewise.
23947 (LDFLAGS-order2mod2.so): Likewise.
23948 (LDFLAGS-tst-initorder2): Likewise.
23949 (LDFLAGS-tst-initorder2a.so): Likewise.
23950 (LDFLAGS-tst-initorder2b.so): Likewise.
23951 (LDFLAGS-tst-initorder2c.so): Likewise.
23952 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
23953
d77f993f
DM
239542012-05-02 David S. Miller <davem@davemloft.net>
23955
23956 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23957
171a70b4
PP
239582012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
23959
23960 [BZ #14055]
23961 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
23962
0be196ad
AJ
239632012-05-02 Andreas Jaeger <aj@suse.de>
23964
23965 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
23966 since we manipulate rounding mode.
23967 (CPPFLAGS-test-idouble.c): Likewise.
23968 (CPPFLAGS-test-ifloat.c): Likewise.
23969 (CFLAGS-test-ldouble.c): Likewise.
23970 (CFLAGS-test-double.c): Likewise.
23971 (CFLAGS-test-float.c): Likewise.
23972 (CFLAGS-test-misc.c): Likewise.
23973 (CFLAGS-test-test-fenv.c): Likewise.
23974
4f9d04aa
AZ
239752012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23976
2b942cb7
RM
23977 [BZ #2550]
23978 [BZ #2570]
23979 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
23980 comparisons to determine direction to adjust input.
4f9d04aa 23981
82a79e7d
RM
239822012-05-01 Roland McGrath <roland@hack.frob.com>
23983
f5a01ca9
RM
23984 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
23985 output to the target.
23986
90fe4186
RM
23987 * scripts/localplt.awk: New file.
23988 * elf/Makefile ($(objpfx)check-localplt): Target removed.
23989 (check-localplt-CFLAGS): Variable removed.
23990 ($(all-built-dso:=.jmprel)): New static pattern rule.
23991 (generated): Add those targets.
23992 (localplt-built-dso): New variable.
23993 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
23994
23995 * elf/check-localplt.c: File removed.
23996
82397ed6
RM
23997 * scripts/check-execstack.awk: New file.
23998 * elf/Makefile ($(objpfx)check-execstack): Target removed.
23999 (check-execstack-CFLAGS): Variable removed.
24000 ($(objpfx)check-execstack.h): Target removed.
24001 ($(objpfx)execstack-default): New target.
24002 (generated): Add that instead of check-execstack.h.
24003 ($(all-built-dso:=.phdr)): New static pattern rule.
24004 (generated): Add those targets.
24005 * elf/check-execstack.c: File removed.
24006
82a79e7d
RM
24007 * scripts/check-textrel.awk: New file.
24008 * elf/Makefile ($(objpfx)check-textrel): Target removed.
24009 (check-textrel-CFLAGS): Variable removed.
24010 (all-built-dso): Use := to define.o
24011 ($(all-built-dso:=.dyn)): New static pattern rule.
24012 (generated): Add those targets.
24013 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
24014 * config.make.in (READELF): New substituted variable.
24015 * elf/check-textrel.c: File removed.
24016
62fde54f 240172012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 24018
615605c9
JM
24019 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
24020 allow.
24021 * conform/data/ctype.h-data [C99-based standards] (isblank):
24022 Expect function.
24023 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
24024 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
24025 [ISO || ISO99 || ISO11] (*_t): Do not allow.
24026 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
24027 Specify type. Require positive value.
24028 (EILSEQ): Likewise.
24029 (ERANGE): Likewise.
24030 [ISO || POSIX] (EILSEQ): Do not expect.
24031 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
24032 Specify type. Require positive value.
24033 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
24034 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
24035 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
24036 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
24037 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
24038 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
24039 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
24040 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
24041 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
24042 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
24043 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
24044 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
24045 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
24046 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
24047 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
24048 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
24049 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
24050 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
24051 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
24052 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
24053 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
24054 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
24055 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
24056 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
24057 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
24058 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
24059 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
24060 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
24061 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
24062 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
24063 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
24064 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
24065 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
24066 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
24067 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
24068 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
24069 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
24070 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
24071 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
24072 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
24073 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
24074 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
24075 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
24076 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
24077 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
24078 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
24079 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
24080 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
24081 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
24082 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
24083 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
24084 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
24085 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
24086 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
24087 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
24088 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
24089 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
24090 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
24091 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
24092 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
24093 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
24094 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
24095 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
24096 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
24097 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
24098 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
24099 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
24100 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
24101 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
24102 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
24103 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
24104 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
24105 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
24106 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
24107 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
24108 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
24109 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
24110 Require >= 2.
24111 (FLT_ROUNDS): Expect as macro, not constant.
24112 (FLT_MANT_DIG): Use macro-int-constant.
24113 (DBL_MANT_DIG): Likewise.
24114 (LDBL_MANT_DIG): Likewise.
24115 (FLT_DIG): Likewise.
24116 (DBL_DIG): Likewise.
24117 (LDBL_DIG): Likewise.
24118 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
24119 (DBL_MIN_EXP): Likewise.
24120 (LDBL_MIN_EXP): Likewise.
24121 (FLT_MAX_EXP): Use macro-int-constant.
24122 (DBL_MAX_EXP): Likewise.
24123 (LDBL_MAX_EXP): Likewise.
24124 (FLT_MAX_10_EXP): Likewise.
24125 (DBL_MAX_10_EXP): Likewise.
24126 (LDBL_MAX_10_EXP): Likewise.
24127 (FLT_MAX): Use macro-constant.
24128 (DBL_MAX): Likewise.
24129 (LDBL_MAX): Likewise.
24130 (FLT_EPSILON): Use macro-constant. Give upper bound.
24131 (DBL_EPSILON): Likewise.
24132 (LDBL_EPSILON): Likewise.
24133 (FLT_MIN): Likewise.
24134 (DBL_MIN): Likewise.
24135 (LDBL_MIN): Likewise.
24136 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
24137 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
24138 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
24139 [ISO11] (FLT_HAS_SUBNORM): Likewise.
24140 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
24141 [ISO11] (DBL_DECIMAL_DIG): Likewise.
24142 [ISO11] (FLT_DECIMAL_DIG): Likewise.
24143 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
24144 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
24145 [ISO11] (FLT_TRUE_MIN): Likewise.
24146 [ISO11] (LDBL_TRUE_MIN): Likewise.
24147 [ISO || ISO99 || ISO11] (*_t): Do not allow.
24148 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
24149 (SCHAR_MIN): Use macro-int-constant. Specify type.
24150 (SCHAR_MAX): Likewise.
24151 (UCHAR_MAX): Likewise.
24152 (CHAR_MIN): Likewise.
24153 (CHAR_MAX): Likewise.
24154 (MB_LEN_MAX): Use macro-int-constant.
24155 (SHRT_MIN): Use macro-int-constant. Specify type.
24156 (SHRT_MAX): Likewise.
24157 (USHRT_MAX): Likewise.
24158 (INT_MAX): Likewise.
24159 (INT_MIN): Use macro-int-constant. Specify type. Make upper
24160 bound negative.
24161 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
24162 bound with "U".
24163 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
24164 bound with "L".
24165 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
24166 bound negative. Suffix upper bound with "L".
24167 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
24168 bound with "UL".
24169 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
24170 Specify type.
24171 [C99-based standards] (LLONG_MAX): Likewise.
24172 [C99-based standards] (ULLONG_MAX): Likewise.
24173 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
24174 == 0.
24175 [ISO11] (max_align_t): Require type.
24176 [ISO || ISO99 || ISO11] (*_t): Do not allow.
24177
c9140a62
JM
24178 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
24179 from $CFLAGS, without defining away __attribute__ calls.
24180 (checknamespace): Use $CFLAGS_namespace.
24181
9af0bf29
JM
24182 * conform/conformtest.pl (@keywords): Only include C99 keywords
24183 for standards based on C99 or C11.
24184
343222a2
JM
24185 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
24186 Disable tests.
24187 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
24188 UNIX98]: Likewise.
24189
661f8cf0
JM
24190 * conform/conformtest.pl: Handle "macro-int-constant" and test for
24191 usability of symbols in #if.
24192
ee74b9cb
JM
24193 * conform/conformtest.pl: If macro or constant types start
24194 "promoted:", expect the symbol to be of the following type
24195 promoted by the integer promotions.
62fde54f 24196
aafc49b3
JM
24197 * conform/conformtest.pl: Parse all "constant" and "macro" lines
24198 in one place. Also handle "macro-constant".
24199
fefdf574
JM
24200 * conform/conformtest.pl: Only accept expected macro values with
24201 "==". Parse all "macro" lines in one place.
24202 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
24203
f2d922fe
JM
24204 * conform/conformtest.pl: Handle braced types on "constant" lines
24205 instead of handling "typed-constant".
24206 * conform/data/signal.h-data: Use "constant" instead of
24207 "typed-constant".
24208
d22956c9
JM
24209 * conform/conformtest.pl: Handle "optional-" at start of lines in
24210 one place rather than duplicating several cases. Handle each
24211 format of "macro" line with initial "optional-".
24212
028e2e38
JM
24213 * conform/conformtest.pl: Only accept expected constant or
24214 optional-constant values with "==". Parse all "constant" lines in
24215 one place. Parse all "optional-constant" lines in one place.
24216 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
24217 * conform/data/fmtmsg.h-data: Likewise.
24218 * conform/data/netinet/in.h-data: Likewise.
24219 * conform/data/tar.h-data: Likewise.
24220 * conform/data/limits.h-data: Use "==" form on "constant" and
24221 "optional-constant" lines.
24222
1b8f2850
JM
24223 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
24224 Use -std=c99 for XOPEN2K.
24225 (@knownproblems): Remove.
24226 (newtoken): Don't check %isknown.
24227
a05a144b
JM
24228 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
24229 Do not expect macro.
24230 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
24231 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
24232 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
24233 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
24234 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
24235 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
24236 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
24237 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
24238 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
24239 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
24240 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
24241 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
24242 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
24243 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
24244 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
24245 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
24246 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
24247 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
24248 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
24249 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
24250 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
24251 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
24252 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
24253 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
24254 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
24255 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
24256 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
24257 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
24258 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
24259 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
24260 [XPG3] (acosh): Likewise.
24261 [XPG3] (asinh): Likewise.
24262 [XPG3] (atanh): Likewise.
24263 [XPG3] (cbrt): Likewise.
24264 [XPG3] (expm1): Likewise.
24265 [XPG3] (ilogb): Likewise.
24266 [XPG3] (log1p): Likewise.
24267 [XPG3] (logb): Likewise.
24268 [XPG3] (nextafter): Likewise.
24269 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
24270 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
24271 [XPG3] (remainder): Likewise.
24272 [XPG3] (rint): Likewise.
24273 [XPG3 || XPG4 || UNIX98] (round): Likewise.
24274 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
24275 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
24276 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
24277 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
24278 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
24279 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
24280 [UNIX98 || XOPEN2K] (scalb): Expect.
24281 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
24282 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
24283 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
24284 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
24285 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
24286 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
24287 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
24288 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
24289 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
24290 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
24291 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
24292 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
24293 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
24294 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
24295 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
24296 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
24297 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
24298 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
24299 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
24300 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
24301 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
24302 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
24303 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
24304 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
24305 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
24306 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
24307 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
24308 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
24309 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
24310 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
24311 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
24312 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
24313 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
24314 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
24315 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
24316 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
24317 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
24318 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
24319 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
24320 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
24321 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
24322 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
24323 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
24324 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
24325 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
24326 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
24327 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
24328 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
24329 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
24330 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
24331 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
24332 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
24333 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
24334 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
24335 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
24336 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
24337 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
24338 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
24339 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
24340 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
24341 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
24342 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
24343 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
24344 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
24345 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
24346 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
24347 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
24348 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
24349 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
24350 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
24351 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
24352 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
24353 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
24354 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
24355 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
24356 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
24357 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
24358 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
24359 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
24360 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
24361 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
24362 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
24363 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
24364 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
24365 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
24366 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
24367 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
24368 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
24369 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
24370 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
24371 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
24372 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
24373 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
24374 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
24375 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
24376 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
24377 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
24378 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
24379 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
24380 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
24381 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
24382 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
24383 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
24384 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
24385 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
24386 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
24387 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
24388 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
24389 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
24390 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
24391 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
24392 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
24393 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
24394 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
24395 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
24396 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
24397 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
24398 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
24399 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
24400 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
24401 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
24402 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
24403 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
24404 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
24405 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
24406 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
24407 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
24408 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
24409 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
24410 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
24411 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
24412 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
24413 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
24414 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
24415 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
24416 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
24417 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
24418
73c5ebe3
JM
24419 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
24420 _XOPEN_SOURCE_EXTENDED for XPG4.
24421
39c33b6c
JM
24422 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
24423
62fde54f
JM
24424 * Makeconfig (localtime): Remove variable.
24425 (inst_localtime-file): Likewise.
24426
0741d64c
AS
244272012-05-01 Andreas Schwab <schwab@linux-m68k.org>
24428
24429 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
24430 Update.
24431 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24432 Update.
24433 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
24434 Update.
24435 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24436 Update.
24437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
24438 Update.
24439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
24440 Update.
24441 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24442 Update.
24443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
24444 Update.
24445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24446 Update.
24447
7cb029ee
JM
244482012-05-01 Joseph Myers <joseph@codesourcery.com>
24449
24450 [BZ #2550]
24451 [BZ #2570]
24452 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
24453 comparisons to determine direction to adjust input.
24454 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
24455 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
24456 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
24457 Likewise.
24458 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
24459 Likewise.
24460 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24461 Likewise.
24462 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
24463 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
24464 Likewise.
24465 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
24466 Likewise.
24467 * math/libm-test.inc (nexttoward_test): Add more tests.
24468
412bd966
AS
244692012-05-01 Andreas Schwab <schwab@linux-m68k.org>
24470
24471 [BZ #14040]
24472 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
24473 in version GLIBC_2.1, not GLIBC_2.0.
24474 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
24475 Likewise.
24476
9568c0c2
JM
244772012-04-30 Joseph Myers <joseph@codesourcery.com>
24478
adfbc8ac
JM
24479 [BZ #13942]
24480 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
24481 (1 - x) * (1 + x).
24482 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
24483 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
24484 * math/libm-test.inc (acos_test): Add more tests.
24485 (asin_test): Likewise.
24486 * sysdeps/i386/fpu/libm-test-ulps: Update.
24487 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24488
5ba3cc69
JM
24489 [BZ #14034]
24490 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
24491 of square root.
24492 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
24493 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
24494 * math/libm-test.inc (acos_test_tonearest): New function.
24495 (acos_test_towardzero): Likewise.
24496 (acos_test_downward): Likewise.
24497 (acos_test_upward): Likewise.
24498 (asin_test_tonearest): Likewise.
24499 (asin_test_towardzero): Likewise.
24500 (asin_test_downward): Likewise.
24501 (asin_test_upward): Likewise.
24502 (main): Call the new functions.
24503 * sysdeps/i386/fpu/libm-test-ulps: Update.
24504 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24505
9568c0c2
JM
24506 [BZ #13884]
24507 [BZ #13924]
24508 * math/e_exp10.c: Include <float.h>.
24509 (__ieee754_exp10): Handle underflow here rather than multiplying
24510 large negative argument by M_LN10.
24511 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
24512 of __ieee754_expf.
24513 * math/e_exp10l.c: Include <float.h>.
24514 (__ieee754_exp10l): Handle underflow here rather than multiplying
24515 large negative argument by M_LN10l.
24516 * math/libm-test.inc (exp10_test): Add another test. Do not allow
24517 spurious overflow exception on underflow.
24518
5ac3ea17
MP
245192012-04-29 Marek Polacek <polacek@redhat.com>
24520
24521 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
24522 (__fortify_function): New macro.
24523 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
24524 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
24525 __extern_always_inline.
24526 * libio/bits/stdio2.h: Likewise.
24527 * libio/bits/stdio.h: Likewise.
24528 * string/string.h: Likewise.
24529 * string/bits/string3.h: Likewise.
24530 * include/stdio.h: Likewise.
24531 * stdlib/bits/stdlib.h: Likewise.
24532 * stdlib/stdlib.h: Likewise.
24533 * rt/bits/mqueue2.h: Likewise.
24534 * rt/mqueue.h: Likewise.
24535 * posix/bits/unistd.h: Likewise.
24536 * posix/unistd.h: Likewise.
24537 * io/bits/poll2.h: Likewise.
24538 * io/bits/fcntl2.h: Likewise.
24539 * io/fcntl.h: Likewise.
24540 * io/sys/poll.h: Likewise.
24541 * misc/bits/syslog.h: Likewise.
24542 * misc/bits/syslog-ldbl.h: Likewise.
24543 * misc/sys/syslog.h: Likewise.
24544 * socket/bits/socket2.h: Likewise.
24545 * socket/sys/socket.h: Likewise.
24546 * debug/tst-chk1.c: Likewise.
24547 * wcsmbs/bits/wchar2.h: Likewise.
24548 * wcsmbs/bits/wchar-ldbl.h: Likewise.
24549 * wcsmbs/wchar.h: Likewise.
24550
ecf0ebfb
AJ
245512012-04-29 Andreas Jaeger <aj@suse.de>
24552
24553 * Makerules (tests): Remove enable-check-abi protection.
24554 (check-abi-warn): Remove.
24555 (check-abi-%): Remove check-abi-warn usage.
24556
24557 * configure.in: Remove check-abi configure option.
24558 * configure: Regenerated.
24559 * config.make.in (enable-check-abi): Remove.
24560
6d5c57fa
AS
245612012-04-28 Andreas Schwab <schwab@linux-m68k.org>
24562
24c5d07e 24563 [BZ #14033]
ded5180a
AS
24564 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
24565 double functions to double *_finite functions.
24566
7e0d315d
AS
24567 [BZ #13941]
24568 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
24569 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
24570 LDBL_MIN_EXP.
24571 * stdio-common/Makefile (tests): Add tst-sprintf3.
24572 * stdio-common/tst-sprintf3.c: New file.
24573
6d5c57fa
AS
24574 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
24575 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
24576
0749ff8b
JM
245772012-04-28 Joseph Myers <joseph@codesourcery.com>
24578
24579 * conform/conformtest.pl: Remove duplicate typed-constant
24580 handling.
24581
8dbd5d7b
DM
245822012-04-28 David S. Miller <davem@davemloft.net>
24583
24584 * Makerules (%.abilist): Add vpath on sysdep_dirs.
24585 (check-abi-%): Remove AWK script prerequisite and explicit
24586 abilist directory.
24587 (check-abi): Rewrite to just diff the symlist with the abilist.
24588 (config-tls, config-abi-config): Delete, no longer used.
24589 (update-abi-%): Remove AWK script and explicit abilist directory.
24590 (update-abi): Rewrite to simply compare and conditionally copy the
24591 symlist and the sysdep abilist file. Remove update-abi-config
24592 checks.
24593 * abilist/ld.abilist: Remove.
24594 * abilist/libBrokenLocale.abilist: Remove.
24595 * abilist/libanl.abilist: Remove.
24596 * abilist/libcrypt.abilist: Remove.
24597 * abilist/libdl.abilist: Remove.
24598 * abilist/librt.abilist: Remove.
24599 * abilist/libthread_db.abilist: Remove.
24600 * abilist/libutil.abilist: Remove.
24601 * scripts/extract-abilist.awk: Remove.
24602 * scripts/merge-abilist.awk: Remove.
24603 * sysdeps/generic/libcidn.abilist: New file.
24604 * sysdeps/generic/libnss_compat.abilist: New file.
24605 * sysdeps/generic/libnss_db.abilist: New file.
24606 * sysdeps/generic/libnss_dns.abilist: New file.
24607 * sysdeps/generic/libnss_files.abilist: New file.
24608 * sysdeps/generic/libnss_hesiod.abilist: New file.
24609 * sysdeps/generic/libnss_nis.abilist: New file.
24610 * sysdeps/generic/libnss_nisplus.abilist: New file.
24611 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
24612 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
24613 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
24614 file.
24615 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
24616 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
24617 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
24618 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
24619 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
24620 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
24621 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
24622 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
24623 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
24624 file.
24625 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
24626 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
24627 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
24628 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
24629 file.
24630 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
24631 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
24632 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
24633 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
24634 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
24635 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
24636 file.
24637 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
24638 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
24639 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
24640 file.
24641 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
24642 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
24643 New file.
24644 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
24645 New file.
24646 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
24647 New file.
24648 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
24649 New file.
24650 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
24651 New file.
24652 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
24653 New file.
24654 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
24655 New file.
24656 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
24657 New file.
24658 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
24659 New file.
24660 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
24661 New file.
24662 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
24663 New file.
24664 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
24665 New file.
24666 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
24667 New file.
24668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
24669 file.
24670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
24671 New file.
24672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
24673 New file.
24674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
24675 file.
24676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
24677 New file.
24678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
24679 New file.
24680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
24681 file.
24682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
24683 New file.
24684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24685 New file.
24686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
24687 New file.
24688 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
24689 New file.
24690 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
24691 New file.
24692 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
24693 New file.
24694 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
24695 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
24696 file.
24697 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
24698 New file.
24699 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
24700 file.
24701 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
24702 file.
24703 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
24704 file.
24705 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
24706 file.
24707 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
24708 file.
24709 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24710 New file.
24711 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
24712 file.
24713 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
24714 file.
24715 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
24716 New file.
24717 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
24718 file.
24719 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
24720 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
24721 file.
24722 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
24723 New file.
24724 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
24725 file.
24726 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
24727 file.
24728 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
24729 file.
24730 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
24731 file.
24732 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
24733 file.
24734 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24735 New file.
24736 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
24737 file.
24738 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
24739 file.
24740 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
24741 New file.
24742 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
24743 file.
24744 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
24745 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
24746 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
24747 file.
24748 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
24749 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
24750 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
24751 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
24752 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
24753 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
24754 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
24755 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
24756 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
24757 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
24758 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
24759 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
24760 file.
24761 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
24762 New file.
24763 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
24764 file.
24765 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
24766 file.
24767 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
24768 file.
24769 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
24770 file.
24771 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
24772 file.
24773 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24774 New file.
24775 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
24776 New file.
24777 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
24778 file.
24779 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
24780 New file.
24781 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
24782 file.
24783 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
24784 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
24785 file.
24786 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
24787 New file.
24788 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
24789 file.
24790 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
24791 file.
24792 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
24793 file.
24794 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
24795 file.
24796 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
24797 file.
24798 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24799 New file.
24800 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
24801 New file.
24802 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
24803 file.
24804 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
24805 New file.
24806 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
24807 file.
24808
41d73a1b
JM
248092012-04-28 Joseph Myers <joseph@codesourcery.com>
24810
24811 * conform/conformtest.pl: Fix typo in handling typed-constant from
24812 allow-header.
24813
28aeeda4
JM
248142012-04-27 Joseph Myers <joseph@codesourcery.com>
24815
adae8f5e
JM
24816 * README: Cut down references to pre-2.6 Linux kernels and
24817 Linuxthreads. Update lists of configurations in libc and ports
24818 and sort alphabetically. Say "or newer" with Linux kernel version
24819 requirements.
24820
28aeeda4
JM
24821 * config.h.in [IS_IN_build]: Allow compiling without optimization.
24822
a462cb63
RA
248232012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24824
24825 [BZ #887]
24826 * math/libm-test.inc (logb_test_downward): New test to expose
24827 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
24828 rounding mode.
24829
6ad3493e
JM
248302012-04-27 Joseph Myers <joseph@codesourcery.com>
24831
24832 [BZ #14027]
24833 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
24834 to be done.
24835 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
24836 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
24837
2ce4f015
JM
248382012-04-26 Joseph Myers <joseph@codesourcery.com>
24839
5aeb141a
JM
24840 * sysdeps/unix/i386/brk.S: Remove file.
24841 * sysdeps/unix/i386/dl-brk.S: Likewise.
24842 * sysdeps/unix/i386/pipe.S: Likewise.
24843 * sysdeps/unix/i386/sigreturn.S: Likewise.
24844 * sysdeps/unix/i386/syscall.S: Likewise.
24845 * sysdeps/unix/i386/vfork.S: Likewise.
24846 * sysdeps/unix/i386/wait.S: Likewise.
24847
7143acae
JM
24848 * sysdeps/unix/common/tcsendbrk.c: Move to ...
24849 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
24850
2ce4f015
JM
24851 * configure.in (arm*-none*): Do not allow without
24852 --enable-hacker-mode.
24853 (netbsd*): Remove case setting base_os.
24854 (386bsd*): Likewise.
24855 (freebsd*): Likewise.
24856 (bsdi*): Likewise.
24857 (osf*): Likewise.
24858 (sunos*): Likewise.
24859 (ultrix*): Likewise.
24860 (newsos*): Likewise.
24861 (dynix*): Likewise.
24862 (*bsd*): Likewise.
24863 (sysv*): Likewise.
24864 (isc*): Likewise.
24865 (esix*): Likewise.
24866 (sco*): Likewise.
24867 (minix*): Likewise.
24868 (irix4*): Likewise.
24869 (irix6*): Likewise.
24870 (solaris[2-9]*): Likewise.
24871 (none): Likewise.
24872 * configure: Regenerated.
24873
0ac229c8
AZ
248742012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24875
24876 [BZ #11521]
24877 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
24878 overflow or cancellation in calculating denominator.
24879 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
24880 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
24881 down expression to avoid unexpected rounding in newer GCCs.
24882 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
24883
33f244f4
DM
248842012-04-26 David S. Miller <davem@davemloft.net>
24885
24886 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
24887 long-double compat symbols.
24888 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24889 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
24890 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
24891 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
24892 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
24893 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
24894 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
24895 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
24896 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
24897 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
24898 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
24899 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
24900 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
24901
cfa1f3e8
DM
249022012-04-25 David S. Miller <davem@davemloft.net>
24903
24904 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
24905 HWCAP_* values only after the memory barriers have been defined.
24906 (atomic_full_barrier): Define.
24907 (atomic_read_barrier): Define.
24908 (atomic_write_barrier): Define.
24909
6e236b92
SP
249102012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24911
24912 * shlib-versions: Add libgcc_s version information.
24913 * sysdeps/generic/libgcc_s.h: Remove.
24914 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
24915 libgcc_s.h.
24916 * sysdeps/gnu/unwind-resume.c: Likewise.
24917 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
24918
aab39a09
DM
249192012-04-25 David S. Miller <davem@davemloft.net>
24920
24921 * sysdeps/unix/sparc/brk.S: Delete.
24922 * sysdeps/unix/sparc/dl-brk.S: Delete.
24923 * sysdeps/unix/sparc/pipe.S: Delete.
24924 * sysdeps/unix/sparc/sysdep.S: Delete.
24925 * sysdeps/unix/sparc/sysdep.h: Delete.
24926 * sysdeps/unix/sparc/vfork.S: Delete.
24927 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
24928 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
24929 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
24930 ret_ERRVAL, r0, r1, MOVE): Define.
24931 (JUMPTARGET): Remove.
24932 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
24933 sysdeps/unix/sparc/sysdep.h
24934 (ENTRY, END): Remove.
24935 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
24936
a3cc4f48
JM
249372012-04-25 Joseph Myers <joseph@codesourcery.com>
24938
2ed8cda2
JM
24939 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
24940 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
24941 -DIS_IN_build.
24942
35d76d59
JM
24943 * timezone/README: Update upstream location and email address for
24944 tzcode and tzdata.
24945 * timezone/zdump.c: Update from tzcode 2012b.
24946 * timezone/zic.c: Likewise.
24947
a3cc4f48
JM
24948 * configure.in (libc_cv_as_needed): Remove test.
24949 * configure: Regenerated.
24950 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
24951 conditional definition.
24952 [$(have-as-needed) != yes] (no-as-needed): Likewise.
24953 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
24954 * config.make.in (have-as-needed): Remove variable.
24955
ceab42c3
SP
249562012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
24957 Paul Pluzhnikov <ppluzhnikov@google.com>
24958
24959 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
24960 strings correctly.
24961
3ce2865f
CLT
249622012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
24963
24964 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
24965 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
24966 * sysdeps/sh/strlen.S: Likewise.
24967
f37e0d68
JM
249682012-04-24 Joseph Myers <joseph@codesourcery.com>
24969
ae186e9a
JM
24970 * sysdeps/unix/fork.S: Remove file.
24971 * sysdeps/unix/i386/fork.S: Likewise.
24972 * sysdeps/unix/sparc/fork.S: Likewise.
24973
b96914af
JM
24974 * sysdeps/unix/system.c: Remove file.
24975 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
24976
f37e0d68
JM
24977 * sysdeps/unix/getegid.S: Remove file.
24978 * sysdeps/unix/geteuid.S: Likewise.
24979
87ef29ca
RM
249802012-04-24 Roland McGrath <roland@hack.frob.com>
24981
83bcd236
RM
24982 * scripts/check-localplt.awk: New file.
24983 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
24984 of diff.
24985 * scripts/data/localplt-generic.data: Add a comment.
24986
87ef29ca
RM
24987 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
24988 NODE when __dir_mkfile failed.
24989 * sysdeps/mach/hurd/symlinkat.c: Likewise.
24990 Reported by Ludovic Courtès <ludo@gnu.org>.
24991
e5a6e567
AJ
249922012-04-24 Andreas Jaeger <aj@suse.de>
24993
24994 * Makerules (common-clean): Also remove gen-as-const-headers
24995 files.
24996
c1820385
JM
249972012-04-24 Joseph Myers <joseph@codesourcery.com>
24998
24999 * Makerules (native-compile): Do not change working directory for
25000 build. Use $(OUTPUT_OPTION) in command.
25001 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
25002
94e02fc4
AZ
250032012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25004
25005 [BZ #13886]
25006 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
25007 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
25008 * math/libm-test.inc (floor_test): Add more tests.
25009 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
25010
3a533ca3
JM
250112012-04-24 Joseph Myers <joseph@codesourcery.com>
25012
940ab4b3
JM
25013 * sysdeps/unix/getdents.c: Remove file.
25014 * sysdeps/unix/sysv/getdents.c: Likewise.
25015 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
25016
90e037bd
JM
25017 * sysdeps/unix/syscalls.list (madvise): Add syscall from
25018 sysdeps/unix/mman/syscalls.list.
25019 (mmap): Likewise.
25020 (mprotect): Likewise.
25021 (msync): Likewise.
25022 (munmap): Likewise.
25023 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
25024 * sysdeps/unix/mman/syscalls.list: Remove.
25025 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
25026
3a533ca3
JM
25027 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
25028 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
25029 * configure: Regenerated.
25030 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
25031 $(libgcc_s_suffix).
25032 * config.make.in (libgcc_s_suffix): Remove variable.
25033
1ad743de
JM
250342012-04-23 Joseph Myers <joseph@codesourcery.com>
25035
4ad451e2
JM
25036 * sysdeps/unix/sysv/gethostname.c: Move to ...
25037 * sysdeps/posix/gethostname.c: ... here.
25038
5e37ce39
JM
25039 * sysdeps/unix/execve.S: Remove file.
25040
1ad743de
JM
25041 * sysdeps/unix/_exit.S: Remove file.
25042
4e681b5b
AJ
250432012-04-23 Andreas Jaeger <aj@suse.de>
25044
25045 [BZ #13739]
25046 * manual/Makefile: Remove make dist support, there's no
25047 need for a stand-alone documentation tar ball.
25048 (TEXI2DVI): Define always, it's not in Makeconfig.
25049 (dist): Removed.
25050 (tar-it): Removed.
25051 (edition): Removed.
25052 (glibc-doc-$(edition).tar): Removed
25053 (%.Z): Removed.
25054 (%.gz): Removed.
25055 (%.uu): Removed.
25056 (ETAGS): Remove, it's in Makeconfig.
25057 (move-if-change): Remove, it's in Makeconfig.
25058
38686a03 250592012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
25060
25061 [BZ #13970]
25062 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
25063 (strtod, strtof, strtold, strtol, strtoul, strtoq)
25064 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
25065 (strtod_l, strtof_l, strtold_l): Remove __wur.
25066 It is not necessarily an error to ignore strtol's return value.
25067 One can reliably look at the stored endptr to decide whether
25068 the number had valid syntax.
25069
7c0616fa
AJ
250702012-04-21 Andreas Jaeger <aj@suse.de>
25071
803cb6b7 25072 [BZ #13739]
7c0616fa
AJ
25073 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
25074
b0fe253f
JM
250752012-04-21 Joseph Myers <joseph@codesourcery.com>
25076
25077 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
25078 * sysdeps/unix/sysv/Versions: Remove file.
25079
8280f22d
MT
250802012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
25081
25082 [BZ #13927]
25083 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25084
75ce411f 250852012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
25086
25087 [BZ #7064]
25088 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
25089 version from __vm86.
25090
097d59fa
JM
250912012-04-20 Joseph Myers <joseph@codesourcery.com>
25092
a90f3bcb
JM
25093 * sysdeps/unix/common/lxstat.c: Remove file.
25094 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
25095
edc7ea78
JM
25096 * sysdeps/unix/sysv/Makefile: Remove file.
25097
cb78c221
JM
25098 * sysdeps/unix/sysv/direct.h: Remove file.
25099
efa6a45f
JM
25100 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
25101 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
25102 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
25103 * sysdeps/unix/sysv/bits/signum.h: Likewise.
25104 * sysdeps/unix/sysv/bits/stat.h: Likewise.
25105 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
25106 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
25107
9c9f2d0c
JM
25108 * sysdeps/unix/sysv/setrlimit.c: Remove file.
25109
4541c83b
JM
25110 * sysdeps/unix/xmknod.c: Remove file.
25111 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
25112
f5d153a0
JM
25113 * sysdeps/unix/sysv/settimeofday.c: Remove file.
25114
aa746595
JM
25115 * sysdeps/unix/sysv/i386/time.S: Remove file.
25116
cce5905e
JM
25117 * sysdeps/unix/fxstat.c: Remove file.
25118 * sysdeps/unix/xstat.c: Likewise.
25119 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
25120
37fa3841
JM
25121 * sysdeps/unix/sysv/sigaction.c: Remove file.
25122
ff1962a3
JM
25123 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
25124 (sysdep_headers): Remove variable.
25125 [termio.h not in sysdep_headers] (generated): Likewise.
25126 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
25127 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
25128 * sysdeps/unix/sysv/tcdrain.c: Likewise.
25129 * sysdeps/unix/sysv/tcflow.c: Likewise.
25130 * sysdeps/unix/sysv/tcflush.c: Likewise.
25131 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
25132 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
25133 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
25134 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
25135 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
25136
e7740d31
JM
25137 * sysdeps/unix/siglist.c: Remove file.
25138
ee06f18b
JM
25139 * sysdeps/unix/getppid.S: Remove file.
25140
097d59fa
JM
25141 * sysdeps/unix/mkdir.c: Remove file.
25142 * sysdeps/unix/rmdir.c: Likewise.
25143
ff3d51ec
AS
251442012-04-19 Andreas Schwab <schwab@linux-m68k.org>
25145
25146 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
25147 ERR_MAX value.
25148 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
25149 errlist-compat value.
25150
50f81fd7
DM
251512012-04-18 David S. Miller <davem@davemloft.net>
25152
25153 * sysdeps/generic/memcopy.h (reg_char): Delete.
25154 * debug/strcat_chk.c: Use char, not reg_char.
25155 * debug/strcpy_chk.c: Likewise.
25156 * debug/strncat_chk.c: Likewise.
25157 * debug/strncpy_chk.c: Likewise.
25158 * string/memchr.c: Likewise.
25159 * string/memrchr.c: Likewise.
25160 * string/rawmemchr.c: Likewise.
25161 * string/strcat.c: Likewise.
25162 * string/strchr.c: Likewise.
25163 * string/strchrnul.c: Likewise.
25164 * string/strcmp.c: Likewise.
25165 * string/strcpy.c: Likewise.
25166 * string/strncat.c: Likewise.
25167 * string/strncmp.c: Likewise.
25168 * string/strncpy.c: Likewise.
25169
8ff41c46
WS
251702012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
25171
25172 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
25173 __builtin_memcopy is called when src and dest ranges are known to not
25174 overlap.
25175
6b652f46
WS
251762012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
25177
25178 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
25179 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
25180 fwd_align_merge macro call.
25181 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
25182 bwd_align_merge macro call.
25183 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25184
b282631e
WS
251852012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
25186
25187 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
25188 bwd_align_merge macros.
25189 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
25190 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
25191 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25192
95aa737c
DM
251932012-04-18 David S. Miller <davem@davemloft.net>
25194
25195 * sysdeps/sparc/sparc64/memcopy.h: Delete.
25196
7a99a614
AJ
251972012-04-18 Andreas Jaeger <aj@suse.de>
25198
25199 [BZ# 6794]
25200 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
25201 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
25202 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
25203
25204 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
25205 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
25206 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
25207
25208 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
25209 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
25210 Adjust for changed ldbl-128 files.
25211
25212 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
25213 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
25214 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
25215
e5270c23
DM
252162012-04-17 David S. Miller <davem@davemloft.net>
25217
25218 * sysdeps/sparc/sparc32/memcopy.h: Delete.
25219
fb5e92c9
AS
252202012-04-17 Andreas Schwab <schwab@linux-m68k.org>
25221
25222 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
25223 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
25224 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
25225 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
25226 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
25227 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
25228
76da7265
AZ
252292012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25230
25231 [BZ #6794]
25232 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
25233 * math/libm-test.inc: Add ilogb errno and exception tests.
25234 * math/w_ilogb.c: New file: ilogb wrapper.
25235 * math/w_ilogbf.c: New file: ilogbf wrapper.
25236 * math/w_ilogbl.c: New file: ilogbl wrapper.
25237 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
25238 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
25239 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
25240 exception being thrown with 0.0 as argument.
25241 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
25242 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
25243 exception being thrown with 0.0 as argument.
25244 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
25245 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
25246 exception being thrown with 0.0 as argument.
25247 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
25248 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
25249 exception being thrown with 0.0 as argument.
25250 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
25251 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 25252 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
25253 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
25254 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
25255 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
25256 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
25257 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
25258 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
25259
0396e69d
PB
252602012-04-17 Petr Baudis <pasky@ucw.cz>
25261
25262 * include/sys/uio.h: Change __vector to __iovec to avoid clash
25263 with altivec.
25264
750b5926
MP
252652012-04-16 Marek Polacek <polacek@redhat.com>
25266
25267 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
25268
751728a1
MP
252692012-04-16 Marek Polacek <polacek@redhat.com>
25270
25271 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
25272 operands of fdivp instruction.
25273
34a27407
L
252742012-04-13 H.J. Lu <hongjiu.lu@intel.com>
25275
25276 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
25277 * elf/tst-auditmod3b.c: Likewise.
25278 * elf/tst-auditmod4b.c: Likewise.
25279 * elf/tst-auditmod5b.c: Likewise.
25280 * elf/tst-auditmod6b.c: Likewise.
25281 * elf/tst-auditmod6c.c: Likewise.
25282 * elf/tst-auditmod7b.c: Likewise.
25283 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
25284 * sysdeps/x86_64/preconfigure.in: Likewise.
25285 * sysdeps/x86_64/preconfigure: Regenerated.
25286
7e73e17d
L
252872012-04-13 H.J. Lu <hongjiu.lu@intel.com>
25288
25289 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
25290 __ILP32__.
25291
c7a6ab72
AB
252922012-04-13 Antoine Balestrat <merkil33@gmail.com>
25293
25294 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
25295 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
25296
a9e8e0e0
CL
252972012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
25298
25299 [BZ #13973]
25300 * locale/iso-639.def: Fix gl language name. Spotted by
25301 Yaron Shahrabani.
25302
ec98af7d
RM
253032012-04-12 Roland McGrath <roland@hack.frob.com>
25304
25305 [BZ #2074]
25306 * libio/libio.h (__io_write_fn): Update comment.
25307
247c3ede
PB
253082012-04-12 Petr Baudis <pasky@ucw.cz>
25309
25310 [BZ #2074]
25311 * stdio.texi (Hook Functions): The user provided writer function
25312 is not allowed to return -1.
25313
55939d6d
DM
253142012-04-11 David S. Miller <davem@davemloft.net>
25315
25316 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25317
90020f5a
MF
253182012-04-11 Mike Frysinger <vapier@gentoo.org>
25319
25320 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
25321 Add a leading slash to rtkaio.
25322
288f9098
JM
253232012-04-11 Jim Meyering <meyering@redhat.com>
25324
90020f5a
MF
25325 [BZ #11959]
25326 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
25327 It is not necessarily an error to ignore fwrite's return
25328 value. One can reliably use ferror to test for errors after
25329 the fact.
288f9098 25330
4be2b570
L
253312012-04-10 H.J. Lu <hongjiu.lu@intel.com>
25332
25333 * bits/types.h (__snseconds_t): New type.
25334 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
25335
25336 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
25337 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
25338 (__SNSECONDS_T_TYPE): Likewise.
25339 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
25340 (__SNSECONDS_T_TYPE): Likewise.
25341 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
25342 (__SNSECONDS_T_TYPE): Likewise.
25343
288f9098 253442012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
25345
25346 [BZ #2636]
25347 * manual/time.texi (Processor Time): Return type of times is
25348 elapsed real time since an arbitrary point in the past.
25349 (CPU Time): Move CLK_TCK from here...
25350 (Processor Time): ...to here. Correct description.
25351 * manual/conf.texi (Constants for Sysconf): Correct description of
25352 _SC_CLK_TCK.
25353
d7dd4413
DM
253542012-04-10 David S. Miller <davem@davemloft.net>
25355
25356 [BZ #13967]
25357 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
25358 where the is a gap between DT_REL(A) and DT_JMPREL.
25359
b46068fc
L
253602012-04-10 H.J. Lu <hongjiu.lu@intel.com>
25361
25362 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
25363 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
25364 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
25365
73d65cc3
SP
253662012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25367
25368 * elf/dl-support.c (_dl_inhibit_cache): New variable.
25369 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
25370 (dl_main): Handle --inhibit-cache.
25371 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
25372 _dl_inhibit_cache.
25373 * elf/dl-load.c (_dl_map_object): Use it.
25374 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
25375
bcc8d661
JM
253762012-04-09 Joseph Myers <joseph@codesourcery.com>
25377
8f9a2fae
JM
25378 [BZ #13872]
25379 * sysdeps/i386/fpu/e_powl.S (p78): New object.
25380 (__ieee754_powl): Saturate large exponents rather than testing for
25381 overflow of y*log2(x).
25382 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
25383 * math/libm-test.inc (pow_test): Do not permit spurious overflow
25384 exceptions.
25385
bcc8d661
JM
25386 [BZ #11521]
25387 * math/s_ctan.c: Include <float.h>.
25388 (__ctan): Avoid internal overflow or cancellation in calculating
25389 denominator.
25390 * math/s_ctanf.c: Likewise.
25391 * math/s_ctanl.c: Likewise.
25392 * math/s_ctanh.c: Likewise.
25393 * math/s_ctanhf.c: Likewise.
25394 * math/s_ctanhl.c: Likewise.
25395 * math/libm-test.inc (ctan_test): Add more tests.
25396 (ctanh_test): Likewise.
25397 * sysdeps/i386/fpu/libm-test-ulps: Update.
25398 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25399
823fbbb4
AJ
254002012-04-09 Andreas Jaeger <aj@suse.de>
25401
03879793
AJ
25402 [BZ #6894]
25403 * manual/filesys.texi (Directory Entries): Mention that d_namlen
25404 is an optional BSD extension.
25405
823fbbb4
AJ
25406 [BZ #10254]
25407 * manual/stdio.texi (Opening Streams): Document additional fopen
25408 parameters.
25409
8de131cb
RM
254102012-04-09 Roland McGrath <roland@hack.frob.com>
25411
25412 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
25413 %eax without telling the compiler.
25414
c0ed9d7d
CD
254152012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
25416
25417 [BZ # 13963]
25418 * manual/install.texi: Use sourceware.org.
25419
c483f6b4
JM
254202012-04-09 Joseph Myers <joseph@codesourcery.com>
25421
d7dd9453
JM
25422 [BZ #13873]
25423 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
25424 (__ieee754_pow): Generate overflow and underflow using huge*huge
25425 and tiny*tiny rather than just returning constant infinity or zero
25426 for large exponents.
25427 * math/libm-test.inc (pow_test): Require overflow exceptions for
25428 applicable cases of large exponents.
25429
c483f6b4
JM
25430 [BZ #706]
25431 * sysdeps/i386/fpu/e_pow.S (p10): New object.
25432 (__ieee754_pow): Use iterative multiplication algorithm only for
25433 integer exponents with absolute value below 1024. Check for odd
25434 integer exponents when using algorithm for real exponents.
25435 * math/libm-test.inc (pow_test): Add more tests.
25436 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25437
d2de7579
JM
254382012-04-08 Joseph Myers <joseph@codesourcery.com>
25439
25440 [BZ #13705]
25441 * math/libm-test.inc (exp_test): Do not allow overflow exception
25442 on underflow test.
25443
f77f1232
AJ
254442012-04-08 Aurelien Jarno <aurelien@aurel32.net>
25445
25446 [BZ #13705]
25447 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
25448 instead of __kernel_standard_f.
25449
3884932b
MF
254502012-04-08 Mike Frysinger <vapier@gentoo.org>
25451
25452 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
25453 * sysdeps/x86_64/memset_chk.S: Likewise.
25454
54472e9c
AJ
254552012-04-08 Andreas Jaeger <aj@suse.de>
25456
6ab0fbfc
AJ
25457 [BZ #10153]
25458 * manual/startup.texi (Environment Access): Describe return value
25459 for putenv and setenv.
25460
61efba8c
AJ
25461 [BZ #6895]
25462 * manual/filesys.texi (Directory Entries): Add description for
25463 DT_LNK.
25464
95c3f29a
AJ
25465 [BZ #6890]
25466 * manual/filesys.texi (Directory Entries): Clarify that it's file
25467 system not operating system in the description of DT_UNKNOWN.
25468
54472e9c
AJ
25469 [BZ #6578]
25470 * manual/syslog.texi (closelog): Fix reference, it's openlog.
25471
624254b1
SC
254722012-04-08 Stephen Compall <s11@member.fsf.org>
25473
25474 [BZ #6649]
25475 * manual/llio.texi (Opening and Closing Files): Add cross
25476 reference to explain mode argument.
25477
1e4920e0
MF
254782012-04-07 Mike Frysinger <vapier@gentoo.org>
25479
25480 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
25481 * sysdeps/x86_64/memset_chk.S: Likewise.
25482
5ed848f3
DM
254832012-04-07 David S. Miller <davem@davemloft.net>
25484
25485 * elf/elf.h (R_SPARC_WDISP10): Define.
25486 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
25487 R_SPARC_SIZE32.
25488 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
25489 R_SPARC_SIZE64 and R_SPARC_H34.
25490
96154cd8
CD
254912012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
25492
25493 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
25494 conditions and remove no longer applicable assertion.
25495
9904dc47
L
254962012-04-06 H.J. Lu <hongjiu.lu@intel.com>
25497
25498 * bits/byteswap.h: Include <features.h>.
25499 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
25500 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
25501
f8887d0a
L
255022012-04-06 H.J. Lu <hongjiu.lu@intel.com>
25503
25504 * bits/byteswap.h (__bswap_16): Removed.
25505 Include <bits/byteswap-16.h> to get __bswap_16.
25506 * sysdeps/i386/bits/byteswap.h: Likewise.
25507 * sysdeps/s390/bits/byteswap.h: Likewise.
25508 * sysdeps/x86_64/bits/byteswap.h: Likewise.
25509 * bits/byteswap-16.h: New file.
25510 * sysdeps/i386/bits/byteswap-16.h: Likewise.
25511 * sysdeps/s390/bits/byteswap-16.h: Likewise.
25512 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
25513 * string/Makefile (headers): Add bits/byteswap-16.h.
25514
62470f60
PP
255152012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
25516
25517 [BZ #13895]
25518 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
25519 extra indirection.
25520 * nss/Makefile (tests-static, tests): Add tst-nss-static.
25521 * nss/tst-nss-static.c: New.
25522
4dad7bab
RM
255232012-04-06 Robert Millan <rmh@gnu.org>
25524
25525 [BZ #6486]
25526 * manual/llio.texi (File Position Primitive): lseek
25527 refers to WHENCE when it really means OFFSET.
25528
e9142a17
AJ
255292012-04-06 Andreas Jaeger <aj@suse.de>
25530
2c040eff
AJ
25531 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
25532 strncmp declarations.
25533
e9142a17
AJ
25534 * abilist/libc.abilist: Add __poll and __ppoll.
25535
ff9f1c5f
DM
255362012-04-05 David S. Miller <davem@davemloft.net>
25537
dcd2ae90
DM
25538 * scripts/check-local-headers.sh: Accept a host triplet in the
25539 path matched by the exclude regexp.
25540
993eb054
DM
25541 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
25542 definition.
25543 * sysdeps/powerpc/powerpc32/dl-machine.h
25544 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
25545 * sysdeps/s390/s390-32/dl-machine.h
25546 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
25547 * sysdeps/sparc/sparc32/dl-machine.h
25548 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
25549 * sysdeps/sparc/sparc64/dl-machine.h
25550 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
25551
ff9f1c5f
DM
25552 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
25553 lazy binding.
48e2e132 25554 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
25555 undefined symbol errors.
25556
48e2e132 25557 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
25558 DT_NEEDED entries.
25559
e80d6f94
MM
255602012-04-05 Michael Matz <matz@suse.de>
25561
25562 [BZ #13592]
25563 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
25564
349fa79f
AJ
255652012-04-05 Andreas Jaeger <aj@suse.de>
25566
25567 [BZ #13908]
25568 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
25569 comment.
25570
f402708f
KK
255712012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25572
25573 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
25574 which ROUND is no valid rounding mode.
25575
2ecccfc9
KK
255762012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25577
25578 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
25579 read again.
25580 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
25581
8a53f50f
KK
255822012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25583
25584 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
25585 an exception using FPU order intentionally.
25586
255872012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25588
25589 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
25590 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
25591 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
25592 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
25593
d653abb7
SJ
255942012-04-05 Simon Josefsson <simon@josefsson.org>
25595
25596 [BZ #12340]
25597 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
25598 EINVAL when BUFLEN is too smal.
25599
c3b1bf7d
TS
256002012-04-05 Thomas Schwinge <thomas@codesourcery.com>
25601
25602 [BZ #13553]
25603 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
25604 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
25605
b1aa60f3
AJ
256062012-04-03 Andreas Jaeger <aj@suse.de>
25607
c3b1bf7d 25608 [BZ #13938]
67f60a26
AJ
25609 * manual/setjmp.texi (System V contexts): Fix sentence.
25610
b1aa60f3
AJ
25611 [BZ #13926]
25612 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
25613 New macro for this case.
25614 [!__GNUC__] (__bswap_64): New inline function for this case.
25615 * sysdeps/x86_64/bits/byteswap.h: Likewise.
25616 * bits/byteswap.h: Likewise.
25617 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
25618 ull, guard with __GLIBC_HAVE_LONG_LONG.
25619
25620 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
25621 __GLIBC_HAVE_LONG_LONG.
25622
25623 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
25624 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
25625
39c59c35
TMQMF
256262012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
25627
25628 [BZ #13691]
25629 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
25630 inptr and inend, rather than using last_ch.
25631
135ffda8
DM
256322012-04-02 David S. Miller <davem@davemloft.net>
25633
25634 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
25635 * stdio-common/printf-parse.h (read_int): Change return type to
25636 'int', return -1 on INT_MAX overflow.
25637 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
25638 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
25639 overflows INT_MAX. Check for overflow of in-format-string precision
25640 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
25641 SIZE_MAX not INT_MAX for integer overflow test.
25642 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
25643 skip the construct in the format string but do not record anything.
25644 * stdio-common/bug22.c: Adjust to test both width/prevision
25645 INT_MAX overflow as well as total length INT_MAX overflow. Check
25646 explicitly for proper errno values.
25647
228c019e
TS
256482012-04-02 Thomas Schwinge <thomas@codesourcery.com>
25649
302cadd3
TS
25650 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
25651 CHAR_MAX.
25652 * string/test-strcmp.c [! WIDE]: Likewise.
25653 * time/tst-mktime2.c: Likewise for INT_MAX.
25654 * string/test-string.h: #include <sys/param.h> for MIN.
25655
228c019e
TS
25656 * csu/init-first.c (__libc_init_first): Call __ctype_init.
25657 * sysdeps/i386/init-first.c (init): Likewise.
25658 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
25659 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
25660 * sysdeps/sh/init-first.c (init): Likewise.
25661
cfa633f5
UD
256622012-04-01 Ulrich Drepper <drepper@gmail.com>
25663
25664 * po/ru.po: Update from translation team.
d1635ef8 25665 * po/vi.po: Likewise.
cfa633f5 25666
6cd0a5ea
SP
256672012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
25668
25669 * resolv/nss_dns/dns-host.c: Merge copyright years.
25670
4b43400f
LD
256712012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25672
25673 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
25674 Optimize memcpy with prefetch if
25675 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
25676 src, dst pointers have unequal 16 byte alignments.
25677
48c41d04
SP
256782012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
25679
25680 [BZ #13928]
25681 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
25682 from a CNAME entry and return the minimum ttl for the query.
25683 (gaih_getanswer_slice): Likewise.
25684
b8dc394d
JL
256852012-03-30 Jeff Law <law@redhat.com>
25686
25687 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
25688 due to long keys.
25689 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
25690 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
25691
2f5a5ed0
JL
25692 * resolv/nss_dns/dns-host.c: Update copyright year.
25693
1d39e359
UD
256942012-03-30 Ulrich Drepper <drepper@gmail.com>
25695
c030f70c 25696 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 25697 requests to save a system call. Fix check that all bytes are sent.
c030f70c 25698
1d39e359
UD
25699 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
25700 comments for sendmmsg.
25701
257022012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
25703
25704 [BZ #13691]
25705 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
25706 with only 1 character between 0x0041 and 0x01b0.
25707 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
25708 * wcsmbs/tst-mbsnrtowcs.c: New file.
25709
20fde227
DM
257102012-03-29 David S. Miller <davem@davemloft.net>
25711
25712 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
25713 small copies by hand.
25714
984a4237
JL
257152012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25716
25717 [BZ #13761]
25718 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
25719 _nss_compat_initgroups_dyn): Fall back to malloc/free
25720 for large group memberships.
25721
18c9d62b
DM
257222012-03-28 David S. Miller <davem@davemloft.net>
25723
88d85d4f
DM
25724 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
25725 that branches into memcpy.
25726 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25727 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
25728 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
25729 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
25730 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
25731 bits.
25732 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
25733 implementation too.
25734 * sysdeps/sparc/mempcpy.S: New file.
25735
e5aa83e1
DM
25736 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
25737 the IFUNC routine in the libc case.
25738 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
25739
88570753
DM
25740 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
25741 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
25742 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
25743 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
25744 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
25745 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
25746 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
25747 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
25748
249d7567
DM
25749 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
25750 loop to 256 bytes instead of 64 bytes and fix test signedness.
25751
18c9d62b
DM
25752 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
25753 * sysdeps/sparc/sparc32/Makefile: rather than here...
25754 * sysdeps/sparc/sparc64/Makefile: and here.
25755
05f3d1f6
UD
257562012-03-28 Ulrich Drepper <drepper@gmail.com>
25757
25758 * malloc/mallocbug.c: Avoid warnings about unused variables.
25759
86ae07a8
JL
257602012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
25761
25762 [BZ #13760]
25763 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
25764 in the right place. Discard and retry query if response is
25765 larger than input buffer size.
25766
41bf21a1
JM
257672012-03-28 Joseph Myers <joseph@codesourcery.com>
25768
d6270972
JM
25769 [BZ #369]
25770 [BZ #2678]
25771 [BZ #3866]
25772 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
25773 x for large integer exponent.
25774 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
25775 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
25776 sign of result as needed afterwards.
25777 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
25778 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
25779 result for underflowing pow the same as for overflow.
25780 (__kernel_standard_l): Handle powl overflow and underflow here
25781 rather than calling __kernel_standard.
25782 * math/libm-test.inc (pow_test): Add more tests.
25783
414fca03 25784 [BZ #3868]
41bf21a1
JM
25785 [BZ #13879]
25786 [BZ #13910]
25787 [BZ #13911]
25788 [BZ #13912]
25789 [BZ #13913]
25790 [BZ #13915]
25791 [BZ #13916]
25792 [BZ #13917]
25793 [BZ #13918]
25794 [BZ #13919]
25795 [BZ #13920]
25796 [BZ #13921]
25797 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
25798 * sysdeps/ieee754/k_standard.c: Include <float.h>.
25799 (__kernel_standard_l): New function.
25800 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
25801 __kernel_standard.
25802 * math/w_acosl.c (__acosl): Likewise.
25803 * math/w_asinl.c (__asinl): Likewise.
25804 * math/w_atan2l.c (__atan2l): Likewise.
25805 * math/w_atanhl.c (__atanhl): Likewise.
25806 * math/w_coshl.c (__coshl): Likewise.
25807 * math/w_exp10l.c (__exp10l): Likewise.
25808 * math/w_exp2l.c (__exp2l): Likewise.
25809 * math/w_fmodl.c (__fmodl): Likewise.
25810 * math/w_hypotl.c (__hypotl): Likewise.
25811 * math/w_j0l.c (__j0l, __y0l): Likewise.
25812 * math/w_j1l.c (__j1l, __y1l): Likewise.
25813 * math/w_jnl.c (__jnl, __ynl): Likewise.
25814 * math/w_lgammal.c (__lgammal): Likewise.
25815 * math/w_log10l.c (__log10l): Likewise.
25816 * math/w_log2l.c (__log2l): Likewise.
25817 * math/w_logl.c (__logl): Likewise.
25818 * math/w_powl.c (__powl): Likewise.
25819 * math/w_remainderl.c (__remainderl): Likewise.
25820 * math/w_scalbl.c (sysv_scalbl): Likewise.
25821 * math/w_sinhl.c (__sinhl): Likewise.
25822 * math/w_sqrtl.c (__sqrtl): Likewise.
25823 * math/w_tgammal.c (__tgammal): Likewise.
25824 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
25825 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
25826 * math/libm-test.inc (acos_test): Add more tests.
25827 (acosh_test): Likewise.
25828 (asin_test): Likewise.
25829 (atanh_test): Likewise.
25830 (exp_test): Likewise.
25831 (exp10_test): Likewise.
25832 (exp2_test): Likewise.
25833 (expm1_test): Likewise.
25834 (lgamma_test): Likewise.
25835 (log_test): Likewise.
25836 (log10_test): Likewise.
25837 (log1p_test): Likewise.
25838 (log2_test): Likewise.
25839 (pow_test): Do not allow some spurious overflow exceptions.
25840 (sqrt_test): Add more tests.
25841 (tgamma_test): Likewise.
25842 (y0_test): Likewise.
25843 (y1_test): Likewise.
25844 (yn_test): Likewise.
25845
dd62fda6
AB
258462012-03-27 Anton Blanchard <anton@samba.org>
25847
25848 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
25849 MAP_HUGETLB.
25850 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
25851 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
25852 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
25853
1e3cdfda
AJ
258542012-03-27 David S. Miller <davem@davemloft.net>
25855
b855ab85
DM
25856 * conform/Makefile: Run run-conformtest.sh using $(BASH).
25857
1e3cdfda
AJ
25858 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
25859 have-as-vis3 check.
25860
258612012-03-27 Andreas Jaeger <aj@suse.de>
25862
25863 * sysdeps/x86_64/elf/configure.in: Moved to ...
25864 * sysdeps/x86_64/configure.in: ... here.
25865 * sysdeps/x86_64/elf/start.S: Moved to ...
25866 * sysdeps/x86_64/start.S: ... here.
25867 * sysdeps/x86_64/elf/configure: Delete.
25868
25869 * sysdeps/x86_64/configure.in: Merge contents from
25870 sysdeps/i386/configure.in (without i686 check).
25871
25872 * sysdeps/i386/elf/Versions: Merge into ...
25873 * sysdeps/i386/Versions: ... this.
25874 * sysdeps/i386/elf/Versions: Delete file.
25875 * sysdeps/i386/elf/start.S: Moved to ...
25876 * sysdeps/i386/start.S: ...here.
25877 * sysdeps/i386/elf/configure.in: Merge into...
25878 * sysdeps/i386/configure.in: ...here.
25879 * sysdeps/i386/elf/configure.in: Delete file.
25880 * sysdeps/i386/elf/configure: Delete file.
25881
25882 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
25883 * debug/backtracesyms.c: ... here.
25884 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
25885 * debug/backtracesymsfd.c: ... here.
25886 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
25887 * sysdeps/generic/ifunc-sel.h: ... here.
25888
25889 * sysdeps/unix/i386/start.c: Delete file.
25890 * sysdeps/unix/sparc/start.c: Delete file.
25891 * sysdeps/unix/start.c: Delete file.
25892
25893 * sysdeps/sh/elf/configure.in: Moved to ...
25894 * sysdeps/sh/configure.in: ... here.
25895 * sysdeps/sh/elf/start.S: Moved to ...
25896 * sysdeps/sh/start.S: ... here.
25897 * sysdeps/sh/elf/configure: Delete file.
25898
25899 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
25900 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
25901 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
25902 * sysdeps/powerpc/powerpc64/entry.h: ... here.
25903 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
25904 * sysdeps/powerpc/powerpc64/start.S: here.
25905 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
25906 * sysdeps/powerpc/powerpc64/Makefile: ... this.
25907 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
25908 * sysdeps/powerpc/powerpc64/configure.in: ... this.
25909 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
25910
25911 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
25912 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
25913 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
25914 * sysdeps/powerpc/powerpc32/start.S: ... here.
25915 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
25916 * sysdeps/powerpc/powerpc32/configure.in: ... this.
25917 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
25918
25919 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
25920 * sysdeps/powerpc/ifunc-sel.h: ... here.
25921 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
25922 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
25923
25924 * sysdeps/sparc/elf/configure.in: Moved to ...
25925 * sysdeps/sparc/configure.in: ... here.
25926 * sysdeps/sparc/elf/configure: Delete file.
25927 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
25928 * sysdeps/sparc/sparc32/start.S: ... here.
25929 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
25930 * sysdeps/sparc/sparc64/start.S: ... here.
25931 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
25932 * sysdeps/sparc/sparc32/Makefile: ... this.
25933 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
25934 * sysdeps/sparc/sparc64/Makefile: ... this.
25935
25936 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
25937 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
25938 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
25939 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
25940 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
25941 * sysdeps/s390/s390-32/setjmp.S: ... here.
25942 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
25943 * sysdeps/s390/s390-32/configure.in: ... here.
25944 * sysdeps/s390/s390-32/elf/configure: Delete file.
25945 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
25946 * sysdeps/s390/s390-32/start.S: ... here.
25947
25948 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
25949 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
25950 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
25951 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
25952 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
25953 * sysdeps/s390/s390-64/setjmp.S: ... here.
25954 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
25955 * sysdeps/s390/s390-64/configure.in: ... here
25956 * sysdeps/s390/s390-64/elf/configure: Delete file.
25957 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
25958 * sysdeps/s390/s390-64/start.S: ... here.
25959 * sysdeps/s390/s390-64/elf/configure: Delete.
25960
25961 * configure.in: Remove support for elf directories in sysdeps.
25962
25963 * configure: Regenerated.
25964 * sysdeps/i386/configure: Regenerated.
25965 * sysdeps/powerpc/powerpc32/configure: Regenerated.
25966 * sysdeps/powerpc/powerpc64/configure: Regenerated.
25967 * sysdeps/s390/s390-32/configure: Regenerated.
25968 * sysdeps/s390/s390-64/configure: Regenerated.
25969 * sysdeps/sh/configure: Regenerated.
25970 * sysdeps/sparc/configure: Regenerated.
25971 * sysdeps/x86_64/configure: Regenerated.
25972
a3f61311
AS
259732012-03-26 Andreas Schwab <schwab@linux-m68k.org>
25974
c876e002
AS
25975 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25976
a3f61311
AS
25977 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
25978 denormal result into account.
25979
ac4c54f0
RM
259802012-03-25 Roland McGrath <roland@hack.frob.com>
25981
25982 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
25983 Reported by Allan McRae <allan@archlinux.org>.
25984
6a9b9c02
JL
259852012-03-23 Jeff Law <law@redhat.com>
25986
25987 * nss/getnssent.c (__nss_getent): Fix typo.
25988
4c42a0c1
DM
259892012-03-23 David S. Miller <davem@davemloft.net>
25990
25991 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25992
1532c7ac
L
259932012-03-23 H.J. Lu <hongjiu.lu@intel.com>
25994
25995 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
25996 to pad to uint64_t for each field.
25997 (dl_tls_index): Replace unsigned long with uint64_t.
25998
3ff42526
PP
259992012-03-23 Daniel Jacobowitz <dmj@google.com>
26000 Paul Pluzhnikov <ppluzhnikov@google.com>
26001
26002 [BZ #6528]
26003 * grp/Makefile (otherlibs): Don't set it.
26004 * inet/Makefile (otherlibs): Likewise.
26005 * login/Makefile (otherlibs): Likewise.
26006 * nscd/Makefile (otherlibs): Likewise.
26007 * posix/Makefile (otherlibs): Likewise.
26008 * pwd/Makefile (otherlibs): Likewise.
26009 * rt/Makefile (otherlibs): Likewise.
26010 * sunrpc/Makefile (otherlibs): Likewise.
26011 * nss/Makefile (otherlibs): Likewise.
26012 Add libnss_files to routines and static-only-routines.
26013 ($(objpfx)getent): Remove rule.
26014 * resolv/Makefile: Add libnss_dns and libresolv to routines and
26015 static-only-routines.
26016
7c69cd14
JM
260172012-03-22 Joseph Myers <joseph@codesourcery.com>
26018
26019 [BZ #13892]
26020 * math/s_cexp.c: Include <float.h>.
26021 (__cexp): Handle exp result overflowing not necessarily
26022 overflowing both real and imaginary parts of result.
26023 * math/s_cexpf.c: Likewise.
26024 * math/s_cexpl.c: Likewise.
26025 * math/libm-test.inc (cexp_test): Add more tests.
26026 * sysdeps/i386/fpu/libm-test-ulps: Update.
26027 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26028
81b035fe
L
260292012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26030
26031 * include/link.h (ELFW): New macro.
26032 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
26033 Replace ELF64_R_TYPE with ELFW(R_TYPE).
26034
1da7940c
L
260352012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26036
26037 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
26038 with uint64_t.
26039
b749dbb9
L
260402012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26041
26042 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
26043 declaration.
26044 (struct La_x32_retval): Likewise.
26045
2ff87f3f
L
260462012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26047
26048 * sysdeps/x86_64/preconfigure.in: New file.
26049 * sysdeps/x86_64/preconfigure: New generated file.
26050
c0df8e69
JM
260512012-03-22 Joseph Myers <joseph@codesourcery.com>
26052
48e44791
JM
26053 [BZ #13824]
26054 * math/e_exp2l.c: Include <float.h>.
26055 (__ieee754_exp2l): Handle overflow and underflow cases
26056 separately. Only pass fractional part of argument to
26057 __ieee754_expl.
26058 * math/libm-test.inc (exp2_test): Add more tests.
26059
c0df8e69
JM
26060 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
26061 negating x to take absolute value.
26062 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
26063 Likewise.
26064 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
26065 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
26066 Likewise.
26067 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
26068 computing low part if x was negated.
26069 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
26070
c8e43ba7
L
260712012-03-21 H.J. Lu <hongjiu.lu@intel.com>
26072
26073 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
26074 la_x32_gnu_pltexit.
26075 (pltexit): Cast int_retval to ptrdiff_t.
26076 * elf/tst-auditmod3b.c: Likewise.
26077 * elf/tst-auditmod4b.c: Likewise.
26078 * elf/tst-auditmod5b.c: Likewise.
26079 * elf/tst-auditmod6b.c: Likewise.
26080 * elf/tst-auditmod6c.c: Likewise.
26081 * elf/tst-auditmod7b.c: Likewise.
26082
26083 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
26084 and x32_gnu_pltexit.
26085
26086 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
26087 __ELF_NATIVE_CLASS.
26088 (La_x32_regs): New macro.
26089 (La_x32_retval): Likewise.
26090 (la_x32_gnu_pltenter): New function prototype.
26091 (la_x32_gnu_pltexit): Likewise.
26092
7998fa78
AS
260932012-03-21 Andreas Schwab <schwab@linux-m68k.org>
26094
dcb33988
AS
26095 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
26096 exponent.
26097
233fc563
AS
26098 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26099
7998fa78
AS
26100 * configure.in (libc_cv_cc_nofma): Check for option to disable
26101 generation of FMA instructions.
26102 * configure: Regenerate.
26103 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
26104 * sysdeps/ieee754/dbl-64/Makefile: New file.
26105 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
26106 Remove brandred-fma4.
26107 (CFLAGS-brandred-fma4.c): Remove.
26108 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
26109 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
26110 define.
26111 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
26112 define.
26113
8e95c99a
L
261142012-03-21 H.J. Lu <hongjiu.lu@intel.com>
26115
26116 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
26117 LLONG_MAX != LONG_MAX.
26118 (_itoa_word): Use _ITOA_WORD_TYPE on value.
26119 (_fitoa_word): Likewise.
26120 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
26121 LLONG_MAX != LONG_MAX.
26122 * stdio-common/_itowa.h: Include <_itoa.h>.
26123 (_itowa_word): Use _ITOA_WORD_TYPE on value.
26124 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
26125 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
26126 only if not defined.
26127 (_ITOA_WORD_TYPE): Likewise.
26128 (_itoa_word): Use _ITOA_WORD_TYPE on value.
26129 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
26130
6f4db457
DM
261312012-03-21 David S. Miller <davem@davemloft.net>
26132
26133 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26134
7785fe5a
L
261352012-03-21 H.J. Lu <hongjiu.lu@intel.com>
26136
26137 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
26138 of x86_64 when setting libc_cv_slibdir, libdir and
26139 libc_cv_localedir.
26140 * sysdeps/unix/sysv/linux/configure: Regenerated.
26141
4535cd55
JM
261422012-03-21 Joseph Myers <joseph@codesourcery.com>
26143
26144 * manual/lang.texi (Old Varargs): Remove section.
26145 (How Variadic): Update menu.
26146 (va_start): Do not mention varargs.h.
26147
17228132
TS
261482012-03-21 Thomas Schwinge <thomas@codesourcery.com>
26149 Joseph Myers <joseph@codesourcery.com>
26150
26151 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
26152 link test.
26153 * configure: Regenerated.
26154
8149f976
TS
261552012-03-21 Thomas Schwinge <thomas@codesourcery.com>
26156
05f3d1f6
UD
26157 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
26158 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
26159 conformtest.pl
8149f976 26160
1a4ac776
JM
261612012-03-21 Joseph Myers <joseph@codesourcery.com>
26162
be22ce65
JM
26163 * NOTES: Remove.
26164 * Makefile (files-for-dist): Remove NOTES.
26165 (NOTES): Remove rule.
26166 * README: Don't refer to NOTES.
26167 * manual/creature.texi: Don't include macros.texi.
26168 * manual/intro.texi (creature.texi): Remove comment referring to
26169 NOTES.
26170
40b601fb
JM
26171 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
26172 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
26173 * configure: Regenerated.
26174 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
26175 LIBC_TRY_CC_OPTION.
26176 (libc_cv_as_i686): Likewise.
26177 (libc_cv_cc_avx): Likewise.
26178 (libc_cv_cc_sse2avx): Likewise.
26179 (libc_cv_cc_fma4): Likewise.
26180 (libc_cv_cc_novzeroupper): Likewise.
26181 * sysdeps/i386/configure: Regenerated.
26182
1a4ac776
JM
26183 [BZ #13883]
26184 * sysdeps/i386/fpu/s_cexp.S: Remove.
26185 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
26186 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
26187 * math/libm-test.inc (cexp_test): Add more tests.
26188 * sysdeps/i386/fpu/libm-test-ulps: Update.
26189 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26190
a458e7fe
AM
261912012-03-21 Allan McRae <allan@archlinux.org>
26192
26193 * timezone/Makefile: Do not install iso3166.tab and zone.tab
26194
0cb7efc5
JM
261952012-03-21 Joseph Myers <joseph@codesourcery.com>
26196
26197 [BZ #13871]
26198 * math/w_exp2.c: Do not include <float.h>.
26199 (o_threshold, u_threshold): Remove.
26200 (__exp2): Calculate result before checking finiteness and calling
26201 __kernel_standard.
26202 * math/w_exp2f.c: Likewise.
26203 * math/w_exp2l.c: Likewise.
26204 * math/libm-test.inc (exp2_test): Require overflow exception for
26205 1e6 input.
2460d3aa
JM
26206
26207 [BZ #3866]
26208 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
26209 range of signed 64-bit integers before using fistpll. Remove
26210 checks for whether integers fit in mantissa bits.
26211 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
26212 the range of signed 32-bit integers before using fistpl. Remove
26213 checks for whether integers fit in mantissa bits.
26214 * sysdeps/i386/fpu/e_powl.S (p64): New object.
26215 (__ieee754_powl): Test for y outside the range of signed 64-bit
26216 integers before using fistpll. Reduce 64-bit values to 63-bit
26217 ones as needed.
26218 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
26219 divide-by-zero is raised for zero to large negative powers.
26220 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
26221 (__ieee754_powl): Test for y outside the range of signed 64-bit
26222 integers before using fistpll. Reduce 64-bit values to 63-bit
26223 ones as needed.
26224 * math/libm-test.inc (pow_test): Add more tests.
26225
eb96ffb0
L
262262012-03-20 H.J. Lu <hongjiu.lu@intel.com>
26227
26228 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
26229 <stdio-common/_itoa.h>.
26230 * debug/segfault.c: Likewise.
26231 * elf/dl-cache.c: Likewise.
26232 * elf/dl-minimal.c: Likewise.
26233 * elf/dl-misc.c: Likewise.
26234 * elf/dl-sysdep.c: Likewise.
26235 * elf/dl-version.c: Likewise.
26236 * elf/rtld.c: Likewise.
26237 * hurd/hurdsock.c: Likewise.
26238 * hurd/lookup-retry.c: Likewise.
26239 * malloc/malloc.c: Likewise.
26240 * malloc/mtrace.c: Likewise.
26241 * nscd/nscd_getgr_r.c: Likewise.
26242 * nscd/nscd_getpw_r.c: Likewise.
26243 * nscd/nscd_getserv_r.c: Likewise.
26244 * posix/getopt_init.c: Likewise.
26245 * posix/wordexp.c: Likewise.
26246 * stdio-common/_itoa.c: Likewise.
26247 * stdio-common/printf_fphex.c: Likewise.
26248 * stdio-common/vfprintf.c: Likewise.
26249 * string/_strerror.c: Likewise.
26250 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
26251 * sysdeps/i386/i686/hp-timing.h: Likewise.
26252 * sysdeps/mach/_strerror.c: Likewise.
26253 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
26254 * sysdeps/mach/hurd/sethostid.c: Likewise.
26255 * sysdeps/mach/hurd/xmknodat.c: Likewise.
26256 * sysdeps/mach/xpg-strerror.c: Likewise.
26257 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26258 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26259 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
26260 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
26261 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26262 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
26263 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
26264 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
26265 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
26266 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
26267 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
26268 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26269 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
26270 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26271 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26272 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
26273 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
26274 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
26275 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
26276 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
26277 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
26278
26279 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
26280
26281 * stdio-common/_itoa.h: Moved to ...
26282 * sysdeps/generic/_itoa.h: Here.
26283
26284 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
26285
26286 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
26287 instead of "_itoa.h" and "_itowa.h".
26288 * stdio-common/vfprintf.: Likewise.
26289
d1af992d
L
262902012-03-20 H.J. Lu <hongjiu.lu@intel.com>
26291
26292 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
26293 <bits/wordsize.h>.
26294 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
26295 (__signbit): Likwise.
26296 (llrintf): Likwise.
26297 (llrint): Likwise.
26298
114883e0
L
262992012-03-20 H.J. Lu <hongjiu.lu@intel.com>
26300
26301 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
26302 __WORDSIZE != 64.
26303
c135cc1b
JM
263042012-03-20 Joseph Myers <joseph@codesourcery.com>
26305
26306 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
26307 OVERFLOW_EXCEPTION_OK.
26308 * math/libm-test.inc ("Philosophy"): Update comment about
26309 exception testing.
26310 (OVERFLOW_EXCEPTION): Define.
26311 (OVERFLOW_EXCEPTION_OK): Likewise.
26312 (INVALID_EXCEPTION_OK): Renumber.
26313 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26314 (IGNORE_ZERO_INF_SIGN): Likewise.
26315 (test_exceptions): Handle FE_OVERFLOW.
26316 (exp10_test): Expect overflow exceptions.
26317 (exp2_test): Likewise.
26318 (expm1_test): Likewise.
26319 (nextafter_test): Likewise.
26320 (pow_test): Likewise.
26321 (scalbn_test): Likewise.
26322 (scalbln_test): Likewise.
26323
95443d88
L
263242012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26325
26326 * sysdeps/x86_64/bits/atomic.h
26327 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
26328 64bit integer.
26329 (atomic_exchange_acq): Likewise.
26330 (__arch_exchange_and_add_body): Likewise.
26331 (__arch_add_body): Likewise.
26332 (atomic_add_negative): Likewise.
26333 (atomic_add_zero): Likewise.
26334
490df6c4
L
263352012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26336
c2722551 26337 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
26338 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
26339
5e52b189
L
263402012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26341
26342 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
26343 Check __x86_64__ instead of __WORDSIZE.
26344
a9879d4c
L
263452012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26346
26347 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
26348
5df98260
DM
263492012-03-19 David S. Miller <davem@davemloft.net>
26350
e1497744
DM
26351 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26352
5df98260
DM
26353 * sysdeps/sparc/fpu/fenv_private.h: New file.
26354 * sysdeps/sparc/fpu/math_private.h: Use it.
26355 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
26356 Remove.
26357 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
26358 (libc_feholdexcept_setroundl): Remove.
26359 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
26360 Remove.
26361 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
26362 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
26363
b4c35121
L
263642012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26365
26366 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
26367 int64_t instead of long int.
26368 (INSERT_WORDS64): Likwise.
26369
56965fd7
L
263702012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26371
26372 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
26373 _Unwind_GetCFA return to _Unwind_Ptr first.
26374
83d1aec8
JM
263752012-03-19 Joseph Myers <joseph@codesourcery.com>
26376
1897ad44
JM
26377 [BZ #13629]
26378 * math/s_clog.c: Include <float.h>.
26379 (__clog): Scale large or subnormal inputs.
26380 * math/s_clogf.c: Likewise.
26381 * math/s_clogl.c: Likewise.
26382 * math/s_clog10.c: Include <float.h>.
26383 (M_LOG10_2): Define.
26384 (__clog10): Scale large or subnormal inputs.
26385 * math/s_clog10f.c: Likewise.
26386 * math/s_clog10l.c: Likewise.
26387 * math/libm-test.inc (clog_test): Add more tests.
26388 (clog10_test): Likewise.
26389 * sysdeps/i386/fpu/libm-test-ulps: Update.
26390 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26391
7726d6a9
JM
26392 [BZ #11451]
26393 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
26394 x and y.
26395 * math/libm-test.inc (atan2_test): Add another test.
26396
83d1aec8
JM
26397 * Makerules (common-objdir-compile): Remove.
26398 * sysdeps/unix/Makefile (config-generated): Do not add
26399 $(unix-generated) to variable.
26400 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
26401 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
26402 Remove rule.
26403 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
26404 Likewise.
26405 [generic bits/local_lim.h] (before-compile): Do not append to
26406 variable.
26407 [generic bits/local_lim.h] (common-generated): Likewise.
26408 [generic sys/param.h] (before-compile): Do not append to variable.
26409 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
26410 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
26411 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
26412 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
26413 include.
26414 [generic sys/param.h] (sys/param.h-includes): Remove variable.
26415 [generic sys/param.h] (sys/param.h-includes): Remove rule.
26416 [generic sys/param.h] ($(addprefix
26417 $(common-objpfx),$(sys/param.h-includes))): Likewise.
26418 [generic sys/param.h] (common-generated): Do not append to
26419 variable.
26420 [generic sys/param.h] (sysdep_headers): Likewise.
26421 [generic bits/errno.h] (before-compile): Do not append to
26422 variable.
26423 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
26424 rule.
26425 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
26426 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
26427 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
26428 [generic bits/errno.h] (common-generated): Do not append to
26429 variable.
26430 [generic bits/ioctls.h] (before-compile): Do not append to
26431 variable.
26432 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
26433 rule.
26434 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
26435 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
26436 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
26437 rule.
26438 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
26439 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
26440 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
26441 [generic bits/ioctls.h] (common-generated): Do not append to
26442 variable.
26443 [generic sys/syscall.h] (syscall.h): Remove variable.
26444 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
26445 rule.
26446 [generic sys/syscall.h] (before-compile): Do not append to
26447 variable.
26448 [generic sys/syscall.h] (common-generated): Likewise.
26449 * sysdeps/unix/errnos-tmpl.c: Remove file.
26450 * sysdeps/unix/errnos.awk: Likewise.
26451 * sysdeps/unix/ioctls-tmpl.c: Likewise.
26452 * sysdeps/unix/ioctls.awk: Likewise.
26453 * sysdeps/unix/mk-local_lim.c: Likewise.
26454 * sysdeps/unix/snarf-ioctls: Likewise.
26455
4851a949
RH
264562012-03-19 Richard Henderson <rth@twiddle.net>
26457
bd37f2ee
RH
26458 * sysdeps/i386/fpu/fenv_private.h: New file.
26459 * sysdeps/i386/fpu/math_private.h: Use it.
26460 (math_opt_barrier, math_force_eval): Remove.
26461 (libc_feholdexcept_setround_53bit): Remove.
26462 (libc_feupdateenv_53bit): Remove.
26463 * sysdeps/x86_64/fpu/math_private.h: Likewise.
26464 (math_opt_barrier, math_force_eval): Remove.
26465 (libc_feholdexcept): Remove.
26466 (libc_feholdexcept_setround): Remove.
26467 (libc_fetestexcept, libc_fesetenv): Remove.
26468 (libc_feupdateenv_test): Remove.
26469 (libc_feupdateenv, libc_feholdsetround): Remove.
26470 (libc_feresetround): Remove.
26471
d0adc922
RH
26472 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
26473 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
26474
0fe0f1f8
RH
26475 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
26476 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
26477 (libc_feupdateenv_testl): New.
26478 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
26479 (libc_feupdateenv_testf): New.
26480 (libc_feupdateenv): Use libc_feupdateenv_test.
26481 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
26482 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
26483
eb92c487
RH
26484 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
26485 (libc_feholdsetroundf, libc_feholdsetroundl): New.
26486 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
26487 (libc_feresetround_noex): New.
26488 (libc_feresetround_noexf): New.
26489 (libc_feresetround_noexl): New.
26490 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
26491 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
26492 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
26493 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
26494 SET_RESTORE_ROUND.
26495 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26496 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
26497 (__cos): Likewise.
26498 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
26499 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
26500 SET_RESTORE_ROUND_NOEX.
26501 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
26502 SET_RESTORE_ROUND_NOEXF.
26503 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
26504 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
26505 (libc_feholdsetroundf): New.
26506 (libc_feresetround, libc_feresetroundf): New.
26507
7d2e8012
RH
26508 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
26509 (libc_feholdexcept_setround_53bit): Convert from macro to function.
26510 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
26511
b4dabbb4
RH
26512 * sysdeps/generic/math_private.h: Include <fenv.h>.
26513 (default_libc_feholdexcept): New.
26514 (default_libc_feholdexcept_setround): New.
26515 (default_libc_fesetenv, default_libc_feupdateenv): New.
26516 (libc_feholdexcept): Only define if undefined.
26517 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
26518 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
26519 (libc_feholdexcept_setroundl): Likewise.
26520 (libc_feholdexcept_setround_53bit): Likewise.
26521 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
26522 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
26523 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
26524 (libc_feupdateenv_53bit): Likewise.
26525 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
26526 (libc_feholdexcept): Convert from macro to inline function.
26527 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
26528 (libc_fesetenv, libc_feupdateenv): Likewise.
26529
4851a949
RH
26530 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
26531 not previously defined.
26532 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
26533 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
26534 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
26535 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
26536 * sysdeps/ieee754/flt-32/math_private.h: New file.
26537 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
26538 math_private.h below SET_FLOAT_WORD.
26539 (__isnan, __isinf_ns, __finite): Remove.
26540 (__isnanf, __isinf_nsf, __finitef): Remove.
26541
e79d442e
AS
265422012-03-18 Andreas Schwab <schwab@linux-m68k.org>
26543
26544 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26545
90b80344
DM
265462012-03-17 David S. Miller <davem@davemloft.net>
26547
26548 [BZ #6471]
26549 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
26550 for 2.16.
26551
edc21804
DM
265522012-03-16 David S. Miller <davem@davemloft.net>
26553
77e927af
DM
26554 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
26555 warnings.
26556
374976dd
DM
26557 [BZ #6471]
26558 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
26559 properly.
26560 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
26561 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
26562 sysdep_routines when subdir is sysvipc.
26563 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
26564 __getshmlba helper.
26565
edc21804
DM
26566 * sysdeps/sparc/fpu/libm-test/ulps: Update.
26567
473c3ef3
L
265682012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26569
26570 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
26571 [__LP64__].
26572
eb0f39b6
L
265732012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26574
26575 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
26576 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
26577 (__lround): Renamed to ...
26578 (__llround): This. Replace long int with long long int.
26579 Define lround functions as aliases of llround functions.
26580 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
26581
6b6cd74b
L
265822012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26583
26584 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
26585 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
26586 adresses to uintptr_t. Replace "long int" and "unsigned long
26587 int" with "greg_t" on va_arg.
26588
f1a77b01
L
265892012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26590
26591 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
26592 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
26593
26594 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
26595 Move e_machine check before EI_CLASS check. Handle x32
26596 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
26597 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
26598 SKIP_EM_IA_64 and include
26599 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
26600
26601 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
26602 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
26603 (add_system_dir): New macro.
26604
26605 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
26606 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
26607
11b90b9f
JM
266082012-03-16 Joseph Myers <joseph@codesourcery.com>
26609
c36e1d23
JM
26610 [BZ #2551]
26611 [BZ #2552]
26612 [BZ #2553]
26613 [BZ #2554]
26614 [BZ #2562]
26615 [BZ #2563]
26616 [BZ #2565]
26617 [BZ #2566]
26618 [BZ #2576]
26619 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
26620 (y0): Likewise.
26621 * math/w_j0f.c (j0f): Likewise.
26622 (y0f): Likewise.
26623 * math/w_j0l.c (__j0l): Likewise.
26624 (__y0l): Likewise.
26625 * math/w_j1.c (j1): Likewise.
26626 (y1): Likewise.
26627 * math/w_j1f.c (j1f): Likewise.
26628 (y1f): Likewise.
26629 * math/w_j1l.c (__j1l): Likewise.
26630 (__y1l): Likewise.
26631 * math/w_jn.c (jn): Likewise.
26632 (yn): Likewise.
26633 * math/w_jnf.c (jnf): Likewise.
26634 (ynf): Likewise.
26635 * math/w_jnl.c (__jnl): Likewise.
26636 (__ynl): Likewise.
26637 * math/libm-test.inc (j0_test): Add more tests.
26638 (j1_test): Likewise.
26639 (jn_test): Likewise. Add trailing semicolon to existing test.
26640 (y0_test): Likewise.
26641 (y1_test): Likewise.
26642 * sysdeps/i386/fpu/libm-test-ulps: Update.
26643 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26644
11b90b9f
JM
26645 [BZ #13851]
26646 [BZ #13854]
26647 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
26648 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
26649 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
26650 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
26651 (__tanl): Set errno for infinite argument.
26652 * sysdeps/i386/fpu/mptan.c: Remove.
26653 * sysdeps/i386/fpu/s_tan.S: Likewise.
26654 * sysdeps/i386/fpu/s_tanl.S: Likewise.
26655 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
26656 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
26657 * math/libm-test.inc (tan_test): Add more tests and enable more
26658 tests for double and long double.
26659 * sysdeps/i386/fpu/libm-test-ulps: Update.
26660 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26661
6a1bd2a1
JK
266622012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
26663
26664 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
26665 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
26666
10a803e0
RM
266672012-03-16 Roland McGrath <roland@hack.frob.com>
26668
26669 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
26670 * configure.in: Use it for both main tree and add-ons.
26671 * configure: Regenerated.
26672
f196c7f7
L
266732012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26674
26675 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
26676
8848d99d
JM
266772012-03-16 Joseph Myers <joseph@codesourcery.com>
26678
96cbe7f4
JM
26679 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
26680 in comment.
26681
8848d99d
JM
26682 [BZ #13851]
26683 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
26684 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
26685 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
26686 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
26687 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
26688 infinite argument.
26689 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
26690 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
26691 != 0 for prec == 2.
26692 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
26693 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
26694 * sysdeps/i386/fpu/s_cosl.S: Likewise.
26695 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
26696 * sysdeps/i386/fpu/s_sinl.S: Likewise.
26697 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
26698 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
26699 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
26700 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
26701 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
26702 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
26703 * math/libm-test.inc (cos_test): Add more tests and enable more
26704 tests for long double.
26705 (sin_test): Likewise.
26706 (sincos_test): Likewise.
26707 * sysdeps/i386/fpu/libm-test-ulps: Update.
26708 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26709
dd7f4703
DM
267102012-03-16 David S. Miller <davem@davemloft.net>
26711
26712 * sysdeps/sparc/fpu/math_private.h: New file.
26713
006f1daa
DM
267142012-03-15 David S. Miller <davem@davemloft.net>
26715
c0c83bc8
DM
26716 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
26717 file.
e6a62e18 26718 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
26719 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
26720 file.
e6a62e18
DM
26721 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
26722 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
26723 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
26724 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
26725 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
26726 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
26727 sysdep routines.
26728 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
26729
88cb87d9
DM
26730 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
26731 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
26732
006f1daa 26733 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
26734 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
26735 sparc-ifunc.h
006f1daa 26736 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
26737 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
26738 Likewise.
26739 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
26740 Likewise.
006f1daa
DM
26741 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
26742 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
26743 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
26744 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26745 Likewise.
006f1daa
DM
26746 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
26747 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
26748 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
26749 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
26750 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
26751 Likewise.
26752 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
26753 Likewise.
006f1daa
DM
26754 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
26755 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
26756 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
26757 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
26758 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26759 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26760 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
26761 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
26762 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26763 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26764 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
26765 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
26766 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
26767 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
26768 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
26769 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
26770 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
26771 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
26772 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
26773 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
26774 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
26775 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
26776 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
26777 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
26778
11e0098e
AS
267792012-03-15 Andreas Schwab <schwab@linux-m68k.org>
26780
26781 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
26782 scaling.
26783 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26784
e85b09d0
AJ
267852012-03-15 Andreas Jaeger <aj@suse.de>
26786
26787 [BZ #13852]
26788 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
26789 ieee754/flt-32 implementation for sin, cos and sincos.
26790 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
26791 * sysdeps/i386/fpu/s_cosf.S: Likewise.
26792 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
26793 * sysdeps/i386/fpu/s_sinf.S: Likewise.
26794 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
26795 ieee754/flt-32 implementation for tan.
26796
26797 * math/libm-test.inc (cos_test): Enable some large input tests for
26798 float as well
26799 (sin_test): Likewise.
26800 (sincos_test): Likewise.
26801 (tan_test): Add tests for large input.
26802
26803 * sysdeps/i386/fpu/libm-test-ulps: Update.
26804
81c64153
AJ
268052012-03-15 Andreas Jaeger <aj@suse.de>
26806
26807 [BZ #13658]
26808 * math/libm-test.inc (cos_test): Add more test cases.
26809 (sin_test): Likewise.
26810 (sincos_test): Likewise.
26811
7bbfa5c6
AJ
268122012-03-15 Andreas Jaeger <aj@suse.de>
26813
26814 [BZ #13837]
26815 * math/libm-test.inc (cos_test): Add a test case for large input
26816 value.
26817 (sin_test): Likewise.
26818 (sincos_test): Likewise.
26819
268202012-03-15 Andreas Jaeger <aj@suse.de>,
26821 Joseph Myers <joseph@codesourcery.com>
26822
26823 [BZ #13658]
0671f479 26824 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
26825 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
26826 * sysdeps/i386/fpu/branred.c: Likewise.
26827 * sysdeps/i386/fpu/dosincos.c: Likewise.
26828 * sysdeps/i386/fpu/mpa.c: Likewise.
26829 * sysdeps/i386/fpu/s_cos.S: Likewise.
26830 * sysdeps/i386/fpu/s_sin.S: Likewise.
26831 * sysdeps/i386/fpu/s_sincos.S: Likewise.
26832 * sysdeps/i386/fpu/sincos32.c: Likewise.
26833
26834 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
26835 Define.
26836 (libc_feupdateenv_53bit): Define.
26837 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
26838 Define.
26839 (libc_feupdateenv_53bit): Define.
26840
26841 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
26842 53 bit (without extend i386 double precision).
26843
26844 * math/libm-test.inc (sincos_test): Add tests for large input.
26845 (sin): Likewise.
26846 (cos): Likewise.
26847
26848 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
26849
9cad04ea
AS
268502012-03-15 Andreas Schwab <schwab@linux-m68k.org>
26851
26852 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26853
f7062b9a
DM
268542012-03-15 David S. Miller <davem@davemloft.net>
26855
26856 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
26857 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
26858 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
26859 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
26860 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
26861 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
26862 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
26863 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
26864 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
26865 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
26866 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
26867 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
26868 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
26869 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
26870 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
26871 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
26872 file.
f7062b9a 26873 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
26874 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
26875 file.
f7062b9a 26876 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
26877 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
26878 file.
f7062b9a 26879 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
26880 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
26881 file.
f7062b9a
DM
26882 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
26883 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
26884 fmin/fmax sysdep routines.
26885 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
26886
7bd951ff
DM
268872012-03-14 David S. Miller <davem@davemloft.net>
26888
559398ab
DM
26889 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
26890 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
26891 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
26892 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
26893 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
26894 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
26895 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
26896 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
26897 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
26898 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
26899 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
26900 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
26901 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
26902 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
26903 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
26904 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
26905 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
26906 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
26907 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
26908 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
26909 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
26910 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
26911 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
26912 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
26913 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
26914 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
26915 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
26916 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
26917 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
26918 routines.
26919 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
26920 file.
559398ab 26921 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
26922 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
26923 file.
559398ab 26924 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
26925 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
26926 file.
559398ab 26927 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
26928 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
26929 file.
559398ab 26930 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
26931 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
26932 file.
559398ab 26933 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
26934 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
26935 file.
26936 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
26937 file.
26938 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
26939 file.
26940 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
26941 file.
26942 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
26943 New file.
26944 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
26945 file.
26946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
26947 file.
559398ab 26948 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
26949 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
26950 file.
559398ab 26951 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
26952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
26953 file.
559398ab 26954 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
26955 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
26956 file.
559398ab 26957 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
26958 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
26959 VIS3 routines.
559398ab
DM
26960
26961 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26962 New file.
26963
5a1c1e32
DM
26964 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26965
eae47a36
DM
26966 * sysdeps/sparc/configure.in: New file.
26967 * sysdeps/sparc/configure: Generate.
26968 * configure.in (libc_cv_sparc_as_vis3): Substitute.
26969 * configure: Regenerate.
26970 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
26971 * config.make.in (have-as-vis3): New.
26972 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
26973 available use -Av9d instead of -Av9a.
26974 * sysdeps/sparc/sparc64/Makefile: Likewise.
26975 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
26976 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
26977 New file.
26978 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
26979 file.
26980 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
26981 New file.
26982 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
26983 file.
eae47a36
DM
26984 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
26985 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
26986 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
26987 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
26988 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
26989
c0c83bc8
DM
26990 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
26991 fzeros/fnegs to load 0x80000000 into a float register instead of
26992 using the stack.
7bd951ff
DM
26993 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
26994
bd951ccb
JM
269952012-03-14 Joseph Myers <joseph@codesourcery.com>
26996
26997 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26998 bits/syscall.h.
26999 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
27000 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
27001 ($(inst_includedir)/bits/syscall.h): Remove rule.
27002 ($(objpfx)bits/syscall.d): Include instead of
27003 $(objpfx)syscall-list.d.
27004 (generated): Change syscall-list.h and syscall-list.d to
27005 bits/syscall.h and bits/syscall.d.
27006
bb4e6db2
RM
270072012-03-14 Roland McGrath <roland@hack.frob.com>
27008
27009 [BZ #13846]
27010 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
27011
aa4a2ae1
JM
270122012-03-14 Joseph Myers <joseph@codesourcery.com>
27013
e456826d
JM
27014 [BZ #13841]
27015 * math/s_csqrt.c: Include <float.h>.
27016 (__csqrt): Scale large or subnormal inputs.
27017 * math/s_csqrtf.c: Likewise.
27018 * math/s_csqrtl.c: Likewise.
27019 * math/libm-test.inc (csqrt_test): Add more tests.
27020 * sysdeps/i386/fpu/libm-test-ulps: Update.
27021 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27022
aa4a2ae1
JM
27023 [BZ #13840]
27024 * math/libm-test.inc (hypot_test): Add more tests.
27025
7c10fd35
DM
270262012-03-13 David S. Miller <davem@davemloft.net>
27027
27028 [BZ #13840]
27029 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
27030 double-precision for the calculation instead of scaling.
27031
f453b98b
JM
270322012-03-13 Joseph Myers <joseph@codesourcery.com>
27033
27034 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
27035 manipulate bits before adding and subtracting TWO52[sx].
27036 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
27037 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
27038 Likewise.
27039 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
27040
09a3453f
DM
270412012-03-13 David S. Miller <davem@davemloft.net>
27042
8e59da90
DM
27043 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
27044 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
27045 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
27046 rtld-global-offsets.h
27047 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
27048
2a8ab7f2
DM
27049 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
27050 large parameters.
27051
10f62770
DM
27052 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
27053
5f0bdb18
DM
27054 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
27055 'err' in the ifdef scope in which it is actually used.
27056
09a3453f
DM
27057 * nss/nss_db/db-init.c: Include string.h
27058
b4b2eb5e
DM
270592012-03-12 David S. Miller <davem@davemloft.net>
27060
98bb2f1c
DM
27061 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
27062 masking out of the most significant byte of random value used.
27063 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
27064 Fix coding style in previous change.
27065
b4b2eb5e
DM
27066 * sysdeps/unix/sysv/linux/kernel-features.h
27067 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
27068 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
27069 expression.
27070 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
27071 later.
27072
6e226b09
DM
270732012-03-11 David S. Miller <davem@davemloft.net>
27074
a1bcbd40
DM
27075 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27076 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
27077 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
27078 for 'resultvar' otherwise things get truncated on 64-bit.
27079
cb9d6174
DM
27080 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
27081 Fix masking out of the most significant byte of random value used.
27082
6e226b09
DM
27083 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27084
058c132d
AS
270852012-03-10 Andreas Schwab <schwab@linux-m68k.org>
27086
27087 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27088
2d2cd515
DM
270892012-03-09 David S. Miller <davem@davemloft.net>
27090
27091 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
27092 variables with appropriate CPP guards.
27093 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
27094 frame pointer, not the stack pointer. Correct layout comments. Fix test
27095 on resulting framesize and the management of the outregs buffer for pltexit.
27096 Preserve floating point return values across _dl_call_pltexit call.
27097 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
27098 framesize and the management of the outregs buffer for pltexit.
27099 Preserve floating point return values across _dl_call_pltexit
27100 call.
27101 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
27102 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
27103 (print_exit): Fix format string for return register value.
27104
9a07f9d0
JM
271052012-03-10 Joseph Myers <joseph@codesourcery.com>
27106
27107 * sunrpc/Makefile (others): Add rpcgen.
27108 ($(objpfx)rpcgen): Remove special build rule and dependency on
27109 libc.
27110 * sunrpc/rpcgen.c: New file.
27111
547b5e30
PE
271122012-03-09 Paul Eggert <eggert@cs.ucla.edu>
27113
c524201a
PE
27114 [BZ #13673]
27115 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
27116 * stdio-common/bug-vfprintf-nargs.c: Likewise.
27117 * sysdeps/i386/crti.S: Likewise.
27118 * sysdeps/i386/crtn.S: Likewise.
27119 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
27120 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
27121 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
27122 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
27123 * sysdeps/sh/crti.S: Likewise.
27124 * sysdeps/sh/crtn.S: Likewise.
27125 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
27126
7b6235f2
PE
27127 [BZ #13673]
27128 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
27129 with URL.
27130 * locale/programs/locfile-kw.gperf: Likewise.
27131 * locale/programs/charmap-kw.h: Regenerated.
27132 * locale/programs/locfile-kw.h: Likewise.
27133
547b5e30
PE
27134 [BZ #13673]
27135 * intl/plural.y: Replace FSF snail mail address with URL.
27136 * intl/plural.c: Regenerated.
27137
5f0a5dae
RH
271382012-03-09 Richard Henderson <rth@twiddle.net>
27139
27140 * include/math_private.h: Remove file.
27141 * math/math_private.h: Move file ...
27142 * sysdeps/generic/math_private.h: ... here.
27143
b8c03620
RH
27144 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
27145 * sysdeps/powerpc/fpu/math_private.h: Likewise.
27146 * sysdeps/x86_64/fpu/math_private.h: Likewise.
27147
4e234f5d 27148 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
27149 and <math_private.h>.
27150 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
27151 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
27152 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
27153 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
27154 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
27155 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
27156 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27157 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27158 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
27159 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27160 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27161 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
27162 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
27163 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27164 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
27165 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
27166 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
27167 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
27168 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
27169 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
27170 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27171 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
27172 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
27173 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27174 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
27175 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27176 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
27177 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27178 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27179 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27180 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
27181 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27182 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
27183 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
27184 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
27185 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
27186 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
27187 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
27188 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
27189 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
27190 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
27191 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
27192 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
27193 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
27194 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
27195 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
27196 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
27197 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
27198 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
27199 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
27200 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
27201 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
27202 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
27203 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
27204 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
27205 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
27206 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
27207 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
27208 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
27209 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
27210 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27211 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
27212 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27213 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
27214 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
27215 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27216 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27217 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27218 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
27219 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
27220 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27221 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
27222 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27223 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27224 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
27225 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
27226 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
27227 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27228 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
27229 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
27230 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27231 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
27232 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27233 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
27234 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27235 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
27236 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
27237 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
27238 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
27239 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
27240 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
27241 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
27242 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
27243 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
27244 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
27245 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
27246 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
27247 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
27248 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
27249 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
27250 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
27251 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
27252 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
27253 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
27254 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27255 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
27256 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
27257 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
27258 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27259 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27260 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27261 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27262 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
27263 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27264 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
27265 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
27266 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27267 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
27268 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27269 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
27270 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27271 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
27272 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
27273 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
27274 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27275 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
27276 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
27277 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
27278 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
27279 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
27280 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
27281 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
27282 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27283 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
27284 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
27285 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
27286 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
27287 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
27288 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
27289 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
27290 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
27291 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
27292 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
27293 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
27294 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
27295 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
27296 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
27297 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
27298 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
27299 * sysdeps/ieee754/k_standard.c: Likewise.
27300 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
27301 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
27302 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
27303 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
27304 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
27305 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
27306 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
27307 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
27308 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
27309 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
27310 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
27311 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
27312 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
27313 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
27314 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
27315 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
27316 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27317 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
27318 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
27319 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
27320 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
27321 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
27322 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27323 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
27324 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27325 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
27326 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
27327 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
27328 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
27329 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27330 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27331 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
27332 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
27333 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
27334 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27335 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
27336 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
27337 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
27338 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
27339 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
27340 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27341 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27342 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27343 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
27344 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27345 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27346 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
27347 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
27348 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
27349 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27350 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27351 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27352 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
27353 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
27354 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27355 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27356 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
27357 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
27358 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
27359 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
27360 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27361 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27362 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
27363 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
27364 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
27365 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
27366 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
27367 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
27368 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
27369 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
27370 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
27371 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
27372 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
27373 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
27374 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
27375 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
27376 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
27377 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
27378 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
27379 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27380 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27381 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27382 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
27383 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
27384 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
27385 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
27386 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
27387 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
27388 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
27389 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
27390 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
27391 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
27392 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
27393 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27394 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
27395 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
27396 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
27397 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
27398 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
27399 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
27400 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
27401 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
27402 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27403 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
27404 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
27405 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27406 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27407 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
27408 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
27409 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
27410 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
27411 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
27412 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
27413 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
27414 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
27415 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
27416 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
27417 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
27418 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
27419 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
27420 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
27421 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
27422 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
27423 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
27424 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
27425 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
27426 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
27427 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
27428 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
27429 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27430 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
27431 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
27432 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
27433 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
27434 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
27435 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
27436 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
27437 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
27438 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
27439 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
27440 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
27441 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
27442 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
27443 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
27444 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
27445 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
27446 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
27447 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
27448 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
27449 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
27450 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
27451 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
27452 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
27453 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
27454 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
27455 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
27456 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
27457 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
27458 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
27459 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
27460 * sysdeps/ieee754/s_lib_version.c: Likewise.
27461 * sysdeps/ieee754/s_matherr.c: Likewise.
27462 * sysdeps/ieee754/s_signgam.c: Likewise.
27463 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27464 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27465 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
27466 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
27467 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
27468 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
27469 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
27470 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
27471 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
27472 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
27473 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27474 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
27475 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
27476 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
27477 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
27478 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27479 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27480 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27481 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27482 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27483 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 27484
1991fa03
JM
274852012-03-09 Joseph Myers <joseph@codesourcery.com>
27486
27487 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
27488 * sunrpc/rpc_main.c: Likewise.
27489 * sunrpc/rpc_svcout.c: Likewise.
27490
60d6f5a6
DM
274912012-03-09 David S. Miller <davem@davemloft.net>
27492
27493 * include/math_private.h: New file.
27494
4962050e
JM
274952012-03-09 Joseph Myers <joseph@codesourcery.com>
27496
02a6f887
JM
27497 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
27498 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
27499 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
27500 from <bits/socket_type.h>.
27501 (enum __socket_type): Don't define here.
27502 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
27503 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27504 bits/socket_type.h.
27505
c6e013c1
JM
27506 [BZ #13566]
27507 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
27508 checking __USE_GNU.
27509
4962050e
JM
27510 * Makerules ($(inst_includedir)/%.h): New rule.
27511 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
27512 (install-others): Remove variable setting.
27513 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
27514
38842f45
RH
275152012-03-08 Richard Henderson <rth@twiddle.net>
27516
67bb6da6
RH
27517 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
27518 from macro to inline function; merge with the
27519 !__LIBC_INTERNAL_MATH_INLINES version.
27520 (__ieee754_sqrtf): Likewise.
27521
15194b4b
RH
27522 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
27523 to inline function.
27524 (__rintf, __floor, __floorf): Likewise.
27525
64e21ede
RH
27526 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
27527 macro to inline function.
27528 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
27529
38842f45
RH
27530 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
27531 not <math/math_private.h>.
27532
c64bf5fe
DM
275332012-03-08 David S. Miller <davem@davemloft.net>
27534
27535 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
27536 copyright year.
27537 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
27538
82d86f28
TS
275392012-03-08 Thomas Schwinge <thomas@codesourcery.com>
27540
27541 * resolv/gai_misc.c (handle_requests): Fix struct timespec
27542 normalization.
27543 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
27544 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
27545
aea5d727
UD
275462012-03-08 Ulrich Drepper <drepper@gmail.com>
27547
27548 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
27549 be defined individually, they must be defined as a block. Define
27550 S for printing a string instead of hidint the different by using a
27551 macro for adding the 'l'.
27552 * stdio-common/tst-fphex-wide.c: Adjust.
27553
70bca0a3
MP
275542012-03-07 Marek Polacek <polacek@redhat.com>
27555
27556 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
27557
65b81130
MP
275582012-03-08 Marek Polacek <polacek@redhat.com>
27559
27560 [BZ #13806]
27561 * stdio-common/Makefile (tests): Add tst-fphex-wide.
27562 * stdio-common/tst-fphex.c: Define a few macros to make the
27563 test reusable. Use them.
27564 * stdio-common/tst-fphex-wide.c: New file.
27565
07037eeb
JM
275662012-03-08 Joseph Myers <joseph@codesourcery.com>
27567
a7a93d50
JM
27568 [BZ #6911]
27569 * manual/macros.texi (gnusystems): New macro.
27570 (nongnusystems): Likewise.
27571 (gnulinuxhurdsystems): Likewise.
27572 (gnuhurdsystems): Likewise..
27573 (gnulinuxsystems): Likewise.
27574 * manual/charset.texi: Use new macros or @theglibc{} to refer to
27575 variants of the GNU system, not "GNU system".
27576 * manual/conf.texi: Likewise.
27577 * manual/errno.texi: Likewise. Update example of errno macro
27578 expansion.
27579 * manual/filesys.texi: Likewise.
27580 (getumask): Document as specific to GNU/Hurd.
27581 * manual/install.texi: Likewise. Reword some references to
27582 GNU/Linux.
27583 * manual/intro.texi: Likewise.
27584 * manual/io.texi: Likewise.
27585 (File Name Portability): Detail which constraints are inapplicable
27586 to all GNU systems and which are only inapplicable to GNU/Hurd.
27587 * manual/job.texi: Likewise.
27588 * manual/llio.texi: Likewise.
27589 (O_NOCTTY): Document as present on GNU/Linux.
27590 * manual/maint.texi: Likewise.
27591 * manual/memory.texi: Likewise.
27592 * manual/pattern.texi: Likewise.
27593 * manual/pipe.texi: Likewise.
27594 * manual/process.texi: Likewise.
27595 * manual/resource.texi: Likewise.
27596 (RUSAGE_CHILDREN): Remove statement about specifying a particular
27597 child on GNU/Hurd.
27598 * manual/setjmp.texi: Likewise.
27599 * manual/signal.texi: Likewise.
27600 * manual/startup.texi: Likewise.
27601 * manual/stdio.texi: Likewise.
27602 * manual/terminal.texi: Likewise.
27603 (ONLCR): Document as POSIX.
27604 (OXTABS): Document availability on GNU/Linux as XTABS.
27605 (ONOEOT): Document availability separately from other bits.
27606 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
27607 * manual/time.texi: Likewise.
27608 * manual/users.texi: Likewise.
27609 * INSTALL: Regenerated.
27610 * sysdeps/gnu/errlist.c: Regenerated.
27611
07037eeb
JM
27612 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
27613 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
27614 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
27615 puts.
27616 * configure: Regenerated.
27617
d1d3431a
JM
276182012-03-07 Joseph Myers <joseph@codesourcery.com>
27619
af6a1e37
JM
27620 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
27621 default includes instead of AC_HEADER_CHECK.
27622 * sysdeps/i386/configure: Regenerated.
27623
d1d3431a
JM
27624 [BZ #10716]
27625 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
27626 * math/s_cacoshf.c (__cacoshf): Likewise.
27627 * math/s_cacoshl.c (__cacoshl): Likewise.
27628 * math/s_casinh.c (__casinh): Set signs of result from argument.
27629 * math/s_casinhf.c (__casinhf): Likewise.
27630 * math/s_casinhl.c (__casinhl): Likewise.
27631 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
27632 (casinh_test): Add more tests.
27633 * sysdeps/i386/fpu/libm-test-ulps: Update.
27634 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27635
482ff4da
UD
276362012-03-07 Ulrich Drepper <drepper@gmail.com>
27637
872fda05
UD
27638 * po/zh_TW.po: Update from translation team.
27639
a4300c7a
UD
27640 * login/Makefile (distribute): Remove variable.
27641 * catgets/Makefile: Likewise.
27642 * mach/Makefile: Likewise.
27643 * malloc/Makefile: Likewise.
27644 * misc/Makefile: Likewise.
27645 * iconv/Makefile: Likewise.
27646 * nscd/Makefile: Likewise.
27647 * hurd/Makefile: Likewise.
27648 * manual/Makefile: Likewise.
27649 * locale/Makefile: Likewise.
27650 * intl/Makefile: Likewise.
27651 * conform/Makefile: Likewise.
27652 * nss/Makefile: Likewise.
27653 * time/Makefile: Likewise.
27654 * soft-fp/Makefile: Likewise.
27655 * dirent/Makefile: Likewise.
27656 * gmon/Makefile: Likewise.
27657 * po/Makefile: Likewise.
27658 * rt/Makefile: Likewise.
27659 * socket/Makefile: Likewise.
27660 * math/Makefile: Likewise.
27661 * signal/Makefile: Likewise.
27662 * debug/Makefile: Likewise.
27663 * elf/Makefile: Likewise.
27664 * timezone/Makefile: Likewise.
27665 * stdlib/Makefile: Likewise.
27666 * iconvdata/Makefile: Likewise.
27667 * sunrpc/Makefile: Likewise.
27668 * io/Makefile: Likewise.
27669 * argp/Makefile: Likewise.
27670 * inet/Makefile: Likewise.
27671 * hesiod/Makefile: Likewise.
27672 * grp/Makefile: Likewise.
27673 * csu/Makefile: Likewise.
27674 * wctype/Makefile: Likewise.
27675 * crypt/Makefile: Likewise.
27676 * libio/Makefile: Likewise.
27677 * string/Makefile: Likewise.
27678 * nis/Makefile: Likewise.
27679 * resolv/Makefile: Likewise.
27680 * stdio-common/Makefile: Likewise.
27681 * wcsmbs/Makefile: Likewise.
27682 * dlfcn/Makefile: Likewise.
27683 * posix/Makefile: Likewise.
27684
3b7c4e74 27685 [BZ #6959]
482ff4da
UD
27686 * timezone/Makefile: Don't install timezone files, just the programs
27687 and scripts.
27688
f72ed77d
UD
276892012-03-06 Ulrich Drepper <drepper@gmail.com>
27690
a000466f
UD
27691 * nss/databases.def: Add missing gshadow entry.
27692
f72ed77d
UD
27693 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
27694
a53b7a4e
MP
276952012-03-06 Marek Polacek <polacek@redhat.com>
27696
27697 [BZ #13726]
27698 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
27699 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
27700 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
27701 * stdio-common/tst-long-dbl-fphex.c: New file.
27702
e9258400
DM
277032012-03-06 David S. Miller <davem@davemloft.net>
27704
27705 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
27706 (set_obp_int): New function.
27707 (get_obp_int): New function.
27708 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
27709 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
27710 Avoid unused variable warnings on 'val' and use builtin_expect.
27711 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
27712 __builtin_expect.
e9258400
DM
27713 (INLINE_CLONE_SYSCALL): Likewise.
27714
3bd2c723
DM
277152012-03-05 David S. Miller <davem@davemloft.net>
27716
27717 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27718
bbb78d03
AS
277192012-03-05 Andreas Schwab <schwab@linux-m68k.org>
27720
884c5db4
AS
27721 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27722
bbb78d03
AS
27723 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
27724 only for |x| >= 40.
27725 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
27726
1c9f702a 277272012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
27728
27729 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
27730 Replace gettimeofday with __vdso_gettimeofday.
27731
7be16f82
RM
27732 * sysdeps/unix/sysv/linux/x86_64/init-first.c
27733 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
27734 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
27735
27736 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
27737 time with __vdso_time.
27738
ed58a00f
JM
277392012-03-05 Joseph Myers <joseph@codesourcery.com>
27740
27741 * manual/lang.texi (size_t): Note types to which size_t may be
27742 equivalent with the GNU C Library, but do not describe when
27743 differences between them are significant.
27744
30ee4ced
AJ
277452012-03-05 Andreas Jaeger <aj@suse.de>
27746
27747 * sysdeps/i386/fpu/libm-test-ulps: Update.
27748
b7cd39e8
JM
277492012-03-05 Joseph Myers <joseph@codesourcery.com>
27750
27751 [BZ #3976]
27752 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
27753 (__ieee754_pow): Save and restore rounding mode and use
27754 round-to-nearest for main computations.
27755 * math/libm-test.inc (pow_test_tonearest): New function.
27756 (pow_test_towardzero): Likewise.
27757 (pow_test_downward): Likewise.
27758 (pow_test_upward): Likewise.
27759 (main): Call the new functions.
27760 * sysdeps/i386/fpu/libm-test-ulps: Update.
27761 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
27762
27763 [BZ #3976]
27764 * math/libm-test.inc (cosh_test_tonearest): New function.
27765 (cosh_test_towardzero): Likewise.
27766 (cosh_test_downward): Likewise.
27767 (cosh_test_upward): Likewise.
27768 (sinh_test_tonearest): Likewise.
27769 (sinh_test_towardzero): Likewise.
27770 (sinh_test_downward): Likewise.
27771 (sinh_test_upward): Likewise.
27772 (main): Call the new functions.
27773 * sysdeps/i386/fpu/libm-test-ulps: Update.
27774 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27775
6c6a98c9
TV
277762012-03-05 Tom de Vries <tom@codesourcery.com>
27777
27778 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
27779 default stack guard is set in last bytes.
27780 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
27781
21bb2d2e 277822012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 27783
21bb2d2e 27784 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 27785
21bb2d2e
AJ
27786 [BZ #13656]
27787 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
27788 possibly allocate from heap instead of stack.
27789 * stdio-common/bug-vfprintf-nargs.c: New file.
27790 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 27791
c6922934
AS
277922012-03-03 Andreas Schwab <schwab@linux-m68k.org>
27793
27794 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27795
bc957d53
MP
277962012-03-03 Marek Polacek <polacek@redhat.com>
27797
27798 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
27799 * math/math_private.h: Likewise.
27800 * stdlib/tst-strtod.c: Likewise.
27801 * sysdeps/i386/i486/bits/atomic.h: Likewise.
27802 * sysdeps/x86_64/bits/atomic.h: Likewise.
27803
6358490d
DM
278042012-03-02 David S. Miller <davem@davemloft.net>
27805
27806 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
27807 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
27808 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
27809 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
27810 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
27811 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
27812 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
27813 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
27814
01ae168d
RM
278152012-03-02 Roland McGrath <roland@hack.frob.com>
27816
d9a17c07
RM
27817 [BZ #13792]
27818 * manual/examples/README: New file, says the example source files
27819 can be used under GPL>=2.
27820 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
27821 line containing just "*/".
27822 * manual/examples/add.c: Add copyright header (GPL>=2).
27823 * manual/examples/argp-ex1.c: Likewise.
27824 * manual/examples/argp-ex2.c: Likewise.
27825 * manual/examples/argp-ex3.c: Likewise.
27826 * manual/examples/argp-ex4.c: Likewise.
27827 * manual/examples/atexit.c: Likewise.
27828 * manual/examples/db.c: Likewise.
27829 * manual/examples/dir.c: Likewise.
27830 * manual/examples/dir2.c: Likewise.
27831 * manual/examples/execinfo.c: Likewise.
27832 * manual/examples/filecli.c: Likewise.
27833 * manual/examples/filesrv.c: Likewise.
27834 * manual/examples/fmtmsgexpl.c: Likewise.
27835 * manual/examples/genpass.c: Likewise.
27836 * manual/examples/inetcli.c: Likewise.
27837 * manual/examples/inetsrv.c: Likewise.
27838 * manual/examples/isockad.c: Likewise.
27839 * manual/examples/longopt.c: Likewise.
27840 * manual/examples/memopen.c: Likewise.
27841 * manual/examples/memstrm.c: Likewise.
27842 * manual/examples/mkfsock.c: Likewise.
27843 * manual/examples/mkisock.c: Likewise.
27844 * manual/examples/mygetpass.c: Likewise.
27845 * manual/examples/pipe.c: Likewise.
27846 * manual/examples/popen.c: Likewise.
27847 * manual/examples/rprintf.c: Likewise.
27848 * manual/examples/search.c: Likewise.
27849 * manual/examples/select.c: Likewise.
27850 * manual/examples/setjmp.c: Likewise.
27851 * manual/examples/sigh1.c: Likewise.
27852 * manual/examples/sigusr.c: Likewise.
27853 * manual/examples/stpcpy.c: Likewise.
27854 * manual/examples/strdupa.c: Likewise.
27855 * manual/examples/strftim.c: Likewise.
27856 * manual/examples/strncat.c: Likewise.
27857 * manual/examples/subopt.c: Likewise.
27858 * manual/examples/swapcontext.c: Likewise.
27859 * manual/examples/termios.c: Likewise.
27860 * manual/examples/testopt.c: Likewise.
27861 * manual/examples/testpass.c: Likewise.
27862 * manual/examples/timeval_subtract.c: Likewise.
27863
01ae168d
RM
27864 [BZ #13792]
27865 * manual/time.texi (Elapsed Time): Move timeval_subtract example
27866 function to ...
27867 * manual/timeval_subtract.c.texi: ... here, new file.
27868
49efa33d
DM
278692012-03-02 David S. Miller <davem@davemloft.net>
27870
27871 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
27872
28afd92d
JM
278732012-03-02 Joseph Myers <joseph@codesourcery.com>
27874
804360ed
JM
27875 [BZ #3976]
27876 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
27877 (__sin): Save and restore rounding mode and use round-to-nearest
27878 for all computations.
27879 (__cos): Save and restore rounding mode and use round-to-nearest
27880 for all computations.
27881 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
27882 <fenv.h>.
27883 (tan): Save and restore rounding mode and use round-to-nearest for
27884 all computations.
27885 * math/libm-test.inc (cos_test_tonearest): New function.
27886 (cos_test_towardzero): Likewise.
27887 (cos_test_downward): Likewise.
27888 (cos_test_upward): Likewise.
27889 (sin_test_tonearest): Likewise.
27890 (sin_test_towardzero): Likewise.
27891 (sin_test_downward): Likewise.
27892 (sin_test_upward): Likewise.
27893 (tan_test_tonearest): Likewise.
27894 (tan_test_towardzero): Likewise.
27895 (tan_test_downward): Likewise.
27896 (tan_test_upward): Likewise.
27897 (main): Call the new functions.
27898 * sysdeps/i386/fpu/libm-test-ulps: Update.
27899 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27900
a6d06d7b
JM
27901 [BZ #10135]
27902 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
27903 small n, then large n, before computing and testing k+n.
27904 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
27905 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
27906 Likewise.
27907 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
27908 Likewise.
27909 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
27910 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
27911 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
27912 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
27913 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
27914 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
27915 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
27916 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
27917 * math/libm-test.inc (scalbn_test): Add more tests.
27918 (scalbln_test): Likewise.
27919
07e12bb3
JM
27920 * manual/filesys.texi (mode_t): Describe constraints on size and
27921 signedness, not exact equivalence to a particular type.
27922 (ino_t): Likewise.
27923 (ino64_t): Likewise.
27924 (dev_t): Likewise.
27925 (nlink_t): Likewise.
27926 (blkcnt_t): Likewise.
27927 (blkcnt64_t): Likewise.
27928 * manual/llio.texi (off_t): Likewise.
27929
28afd92d
JM
27930 [BZ #3976]
27931 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
27932 (__ieee754_exp): Save and restore rounding mode and use
27933 round-to-nearest for all computations.
27934 * math/libm-test.inc (exp_test_tonearest): New function.
27935 (exp_test_towardzero): Likewise.
27936 (exp_test_downward): Likewise.
27937 (exp_test_upward): Likewise.
27938 (main): Call the new functions.
27939 * sysdeps/i386/fpu/libm-test-ulps: Update.
27940 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27941
b1eeb65d
CD
279422012-03-01 Chris Demetriou <cgd@google.com>
27943
27944 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
27945 have predictable order.
27946
53362a4b
DM
279472012-03-01 David S. Miller <davem@davemloft.net>
27948
3c969083
DM
27949 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
27950
759707de
DM
27951 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
27952 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
27953 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
27954 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
27955
dfdb8ff2
DM
27956 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
27957 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
27958 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
27959 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
27960 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
27961 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
27962 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
27963 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
27964 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
27965
ead89f96
DM
27966 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27967
7f66bd07
DM
27968 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
27969 * sysdeps/sparc/fpu/libm-test-ulps: to here.
27970 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
27971
53362a4b
DM
27972 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
27973 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
27974 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
27975 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
27976 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
27977 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
27978 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
27979 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
27980 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
27981 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
27982 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
27983 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
27984 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
27985 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
27986 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27987 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
27988 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
27989 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
27990 * sysdeps/sparc/elf/configure: Regenerated.
27991
7b1902cb
JM
279922012-03-01 Joseph Myers <joseph@codesourcery.com>
27993
bec039bc
JM
27994 * configure.in (AS, LD): Require binutils 2.20 or later.
27995 * configure: Regenerated.
27996 * manual/install.texi (Tools for Compilation): Give binutils 2.20
27997 as required minimum version.
27998 * INSTALL: Regenerated.
27999
7b1902cb
JM
28000 [BZ #2541]
28001 [BZ #4108]
28002 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
28003 before squaring exponent.
28004 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
28005 bottom long double and 27 bits of top long double before squaring
28006 exponent.
28007 * math/libm-test.inc (erfc_test): Add more tests.
28008 * sysdeps/i386/fpu/libm-test-ulps: Update.
28009 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28010 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28011
f775c276
KT
280122012-03-01 Kai Tietz <ktietz@redhat.com>
28013
28014 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
28015 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
28016 containing bit-fields.
28017 * soft-fp/extended.h (_FP_UNION_E): Likewise.
28018 * soft-fp/single.h (_FP_UNION_S): Likewise.
28019 * soft-fp/double.h (_FP_UNION_D): Likewise.
28020
5b8a4d4a
JM
280212012-02-29 Joseph Myers <joseph@codesourcery.com>
28022
0bab47b6
JM
28023 [BZ #13786]
28024 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
28025 not include ../strcmp.S.
28026 [USE_AS_STRNCASECMP_L]: Likewise.
28027 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
28028 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
28029 * sysdeps/i386/i686/multiarch/strncase_l-c.c
28030 (__strncasecmp_l_ia32): Define as alias to
28031 __strncasecmp_l_nonascii.
28032
0fcad3e2
JM
28033 [BZ #5794]
28034 * math/libm-test.inc (expm1_test): Add test for bug 5794.
28035 * sysdeps/i386/fpu/libm-test-ulps: Update.
28036 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28037
5b8a4d4a
JM
28038 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
28039 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28040
8fdceb2e
JL
280412012-02-29 Jeff Law <law@redhat.com>
28042
28043 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
28044 out of bounds read.
28045
1f393a11
MP
280462012-02-29 Marek Polacek <polacek@redhat.com>
28047
28048 [BZ #13706]
28049 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
28050 * elf/Makefile: Add rules to run tst-unused-dep.out.
28051
8847f037
DM
280522012-02-28 David S. Miller <davem@davemloft.net>
28053
28054 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
28055 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
28056 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
28057 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
28058 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
28059 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
28060
169d7f11
JM
280612012-02-29 Joseph Myers <joseph@codesourcery.com>
28062
28063 * math/libm-test.inc (llround_test): Move one test from
28064 lround_test. Use TEST_f_L in moved test.
28065 (lround_test): Move misplaced test to llround_test. Add testcase
28066 from bug 2561.
28067
39adf059
UD
280682012-02-28 Ulrich Drepper <drepper@gmail.com>
28069
28070 * sysdeps/x86_64/fpu/e_expf.S: New file.
28071 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
28072
71b5d1c5
SB
280732012-02-28 Stanislav Brabec <sbrabec@suse.cz>
28074
28075 [BZ #13637]
28076 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
28077 of remain_len that may cause incomplete multi-byte character and
28078 false match.
28079 * posix/bug-regex33.c: New file.
28080 * posix/Makefile (tests): Add bug-regex33.
28081
1f77f049
JM
280822012-02-28 Joseph Myers <joseph@codesourcery.com>
28083
28084 * manual/macros.texi: New file.
28085 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
28086 * manual/libc.texinfo: Include macros.texi.
28087 * manual/creatute.texi: Likewise.
28088 * manual/install.texi: Likewise.
28089 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
28090 @glibcadj{} in references to the GNU C Library.
28091 * manual/charset.texi: Likewise.
28092 * manual/conf.texi: Likewise.
28093 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
28094 when not using those macros.
28095 * manual/creature.texi: Likewise.
28096 * manual/crypt.texi: Likewise.
28097 * manual/errno.texi: Likewise.
28098 * manual/filesys.texi: Likewise.
28099 * manual/header.texi: Likewise.
28100 * manual/install.texi: Likewise.
28101 * manual/intro.texi: Likewise.
28102 * manual/io.texi: Likewise.
28103 * manual/job.texi: Likewise.
28104 * manual/lang.texi: Likewise.
28105 * manual/libc.texiinfo: Likewise.
28106 * manual/llio.texi: Likewise.
28107 * manual/locale.texi: Likewise.
28108 * manual/maint.texi: Likewise.
28109 * manual/math.texi: Likewise.
28110 * manual/memory.texi: Likewise.
28111 * manual/message.texi: Likewise.
28112 * manual/nss.texi: Likewise.
28113 * manual/pattern.texi: Likewise.
28114 * manual/process.texi: Likewise.
28115 * manual/resource.texi: Likewise.
28116 * manual/search.texi: Likewise.
28117 * manual/setjmp.texi: Likewise.
28118 * manual/signal.texi: Likewise.
28119 * manual/socket.texi: Likewise.
28120 * manual/startup.texi: Likewise.
28121 * manual/stdio.texi: Likewise.
28122 * manual/string.texi: Likewise.
28123 * manual/sysinfo.texi: Likewise.
28124 * manual/syslog.texi: Likewise.
28125 * manual/terminal.texi: Likewise.
28126 * manual/time.texi: Likewise.
28127 * manual/users.texi: Likewise.
28128 * INSTALL: Regenerated.
28129 * NOTES: Regenerated.
d40c5d54 28130 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 28131
450bf206
AS
281322012-02-28 Andreas Schwab <schwab@linux-m68k.org>
28133
28134 * include/dirent.h: Include <dirstream.h> before
28135 <dirent/dirent.h>.
28136
741a235b
DM
281372012-02-28 David S. Miller <davem@davemloft.net>
28138
28139 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
28140 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
28141 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
28142 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
28143
d6b5aa58
DM
281442012-02-27 David S. Miller <davem@davemloft.net>
28145
1aff59a3
DM
28146 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
28147 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
28148 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
28149 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
28150
d6b5aa58
DM
28151 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
28152 frame pointer instead of stack pointer relative arg slot.
28153 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
28154 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
28155 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
28156
433f48bf
CD
281572012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
28158
28159 [BZ #3992]
28160 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
28161
d674b76d
DM
281622012-02-27 David S. Miller <davem@davemloft.net>
28163
28164 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
28165 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
28166 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
28167 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
28168 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
28169 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
28170 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
28171 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
28172
0e7727f7
JM
281732012-02-27 Joseph Myers <joseph@codesourcery.com>
28174
28175 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
28176 later. Allow versions 5-9.
43be4ca2 28177 * configure: Regenerated.
0e7727f7
JM
28178 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
28179 required minimum version and 4.6 as recommended version. Do not
28180 mention bugs in GCC 2.7 and 2.8.
43be4ca2 28181 * INSTALL: Regenerated.
0e7727f7 28182
a78bc654
DM
281832012-02-27 David S. Miller <davem@davemloft.net>
28184
428d5830
DM
28185 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
28186 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
28187 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
28188 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
28189 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
28190 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
28191 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
28192 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
28193
a78bc654
DM
28194 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
28195 manipulate bits before adding and subtracting TWO112[sx].
28196 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28197
4579f81c
RM
281982012-02-27 Roland McGrath <roland@hack.frob.com>
28199
36c8acb4
RM
28200 [BZ #13775]
28201 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
28202 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
28203 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
28204 being in POSIX, because they are in 1003.1-2008.
28205
84ad622b
RM
28206 * rt/tst-aio.c: Include <fcntl.h>.
28207 * rt/tst-aio7.c: Likewise.
28208 * rt/tst-aio64.c: Likewise.
28209
4579f81c
RM
28210 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
28211
abd923db
JM
282122012-02-27 Joseph Myers <joseph@codesourcery.com>
28213
28214 * manual/install.texi (--with-headers): Describe headers as
28215 interface headers, not private headers.
28216 (Specific advice for GNU/Linux systems): Describe use of headers
28217 from "make headers_install", not private headers from older
28218 kernels.
43be4ca2 28219 * INSTALL: Regenerated.
abd923db
JM
28220 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
28221 Change to 2.6.19.
28222 * sysdeps/unix/sysv/linux/configure: Regenerated.
28223
6664049b
JM
28224 * manual/llio.texi (fclean): Remove documentation.
28225
bb8b6697
JM
28226 * manual/Makefile (libc-texi-generated): New variable. Include
28227 version.texi.
28228 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
28229 $(libc-texi-generated), not duplicated list of files.
28230 (version.texi, stamp-version): New rules.
28231 (realclean): Remove $(libc-texi-generated), not individual files
28232 from that list. Do not remove dir-add.texinfo.
28233 * manual/libc.texinfo: Comment out uses of edition numbers and
28234 references to printed manual. Remove last-updated dates.
28235 (EDITION): Comment out.
28236 (ISBN): Likewise.
28237 (VERSION, UPDATED): Remove.
28238 (version.texi): Include.
28239
12e5c3b9
AS
282402012-02-27 Andreas Schwab <schwab@linux-m68k.org>
28241
28242 * sysdeps/posix/spawni.c: Include <signal.h>.
28243 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
28244 * sysdeps/pthread/aio_fsync.c: Likewise.
28245
4efeffc1 282462012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 28247
ba63ba08
UD
28248 * conform/Makefile (tests): Run only when not cross-compiling and
28249 when fast-check is not defined.
28250
d94a4670
UD
28251 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
28252 * conform/data/limits.h-data: Fixes for POSIX2008.
28253 * conform/run-conformtest.sh: Run all tests.
28254 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
28255 headers.
28256 * include/bits/dlfcn.h: Likewise.
28257 * include/langinfo.h: Likewise.
28258 * include/monetary.h: Likewise.
28259 * include/sys/poll.h: Likewise.
28260
28261 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
28262 for __USE_GNU.
28263 * posix/spawn.h: Define __need_sigset_t.
28264 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
28265 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
28266 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
28267 to get sigevent_t only.
28268 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
28269 only for __USE_GNU.
28270 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
28271 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
28272 process_vm_writev only for __USE_GNU.
28273 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
28274
28275 * conform/Makefile: For now ignore errors from run-conformtest.
28276 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
28277 POSIX to avoid namespace pollution. Don't prepend headers.
28278 * conform/data/aio.h-data: Fixes for POSIX testing.
28279 * conform/data/fcntl.h-data: Likewise.
28280 * conform/data/glob.h-data: Likewise.
28281 * conform/data/grp.h-data: Likewise.
28282 * conform/data/pthread.h-data: Likewise.
28283 * conform/data/pwd.h-data: Likewise.
28284 * conform/data/signal.h-data: Likewise.
28285 * conform/data/spawn.h-data: Likewise.
28286 * conform/data/stdio.h-data: Likewise.
28287 * conform/data/stdlib.h-data: Likewise.
28288 * conform/data/stropts.h-data: Likewise.
28289 * conform/data/sys/mman.h-data: Likewise.
28290 * conform/data/sys/stat.h-data: Likewise.
28291 * conform/data/sys/types.h-data: Likewise.
28292 * conform/data/sys/wait.h-data: Likewise.
28293 * conform/data/time.h-data: Likewise.
28294 * conform/data/unistd.h-data: Likewise.
28295 * conform/data/utime.h-data: Likewise.
28296
28297 * io/sys/stat.h: fchmod was always in POSIX.
28298 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
28299 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
28300 * rt/aio.h: Define __need_timespec before including <time.h>.
28301 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
28302 struct. Add forward declaration of pthread_attr_t and use it in
28303 sigevent.
28304 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
28305 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28306 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
28307 always remove CLK_TCK definition.
28308
c20105c3
AS
283092012-02-26 Andreas Schwab <schwab@linux-m68k.org>
28310
28311 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
28312
7a270350
UD
283132012-02-25 Ulrich Drepper <drepper@gmail.com>
28314
31341567
UD
28315 * conform/run-conformtest.sh: New file.
28316 * conform/Makefile: Run run-conformtest for tests.
28317 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
28318 support.
28319
28320 * conform/data/uchar.h-data: New file.
28321 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
28322 * conform/data/arpa/inet.h-data: Likewise.
28323 * conform/data/assert.h-data: Likewise.
28324 * conform/data/complex.h-data: Likewise.
28325 * conform/data/cpio.h-data: Likewise.
28326 * conform/data/ctype.h-data: Likewise.
28327 * conform/data/dirent.h-data: Likewise.
28328 * conform/data/dlfcn.h-data: Likewise.
28329 * conform/data/errno.h-data: Likewise.
28330 * conform/data/fcntl.h-data: Likewise.
28331 * conform/data/float.h-data: Likewise.
28332 * conform/data/fmtmsg.h-data: Likewise.
28333 * conform/data/fnmatch.h-data: Likewise.
28334 * conform/data/ftw.h-data: Likewise.
28335 * conform/data/glob.h-data: Likewise.
28336 * conform/data/grp.h-data: Likewise.
28337 * conform/data/iconv.h-data: Likewise.
28338 * conform/data/inttypes.h-data: Likewise.
28339 * conform/data/langinfo.h-data: Likewise.
28340 * conform/data/libgen.h-data: Likewise.
28341 * conform/data/limits.h-data: Likewise.
28342 * conform/data/locale.h-data: Likewise.
28343 * conform/data/math.h-data: Likewise.
28344 * conform/data/monetary.h-data: Likewise.
28345 * conform/data/mqueue.h-data: Likewise.
28346 * conform/data/ndbm.h-data: Likewise.
28347 * conform/data/net/if.h-data: Likewise.
28348 * conform/data/netdb.h-data: Likewise.
28349 * conform/data/netinet/in.h-data: Likewise.
28350 * conform/data/nl_types.h-data: Likewise.
28351 * conform/data/poll.h-data: Likewise.
28352 * conform/data/pthread.h-data: Likewise.
28353 * conform/data/pwd.h-data: Likewise.
28354 * conform/data/regex.h-data: Likewise.
28355 * conform/data/sched.h-data: Likewise.
28356 * conform/data/search.h-data: Likewise.
28357 * conform/data/semaphore.h-data: Likewise.
28358 * conform/data/setjmp.h-data: Likewise.
28359 * conform/data/signal.h-data: Likewise.
28360 * conform/data/spawn.h-data: Likewise.
28361 * conform/data/stdarg.h-data: Likewise.
28362 * conform/data/stdio.h-data: Likewise.
28363 * conform/data/stdlib.h-data: Likewise.
28364 * conform/data/string.h-data: Likewise.
28365 * conform/data/strings.h-data: Likewise.
28366 * conform/data/stropts.h-data: Likewise.
28367 * conform/data/sys/ipc.h-data: Likewise.
28368 * conform/data/sys/mman.h-data: Likewise.
28369 * conform/data/sys/msg.h-data: Likewise.
28370 * conform/data/sys/resource.h-data: Likewise.
28371 * conform/data/sys/select.h-data: Likewise.
28372 * conform/data/sys/sem.h-data: Likewise.
28373 * conform/data/sys/shm.h-data: Likewise.
28374 * conform/data/sys/socket.h-data: Likewise.
28375 * conform/data/sys/stat.h-data: Likewise.
28376 * conform/data/sys/statvfs.h-data: Likewise.
28377 * conform/data/sys/time.h-data: Likewise.
28378 * conform/data/sys/timeb.h-data: Likewise.
28379 * conform/data/sys/times.h-data: Likewise.
28380 * conform/data/sys/types.h-data: Likewise.
28381 * conform/data/sys/uio.h-data: Likewise.
28382 * conform/data/sys/un.h-data: Likewise.
28383 * conform/data/sys/utsname.h-data: Likewise.
28384 * conform/data/sys/wait.h-data: Likewise.
28385 * conform/data/syslog.h-data: Likewise.
28386 * conform/data/tar.h-data: Likewise.
28387 * conform/data/termios.h-data: Likewise.
28388 * conform/data/utime.h-data: Likewise.
28389 * conform/data/utmpx.h-data: Likewise.
28390 * conform/data/varargs.h-data: Likewise.
28391 * conform/data/wchar.h-data: Likewise.
28392 * conform/data/wctype.h-data: Likewise.
28393 * conform/data/wordexp.h-data: Likewise.
28394
28395 * include/stropts.h: New file.
28396 * include/uchar.h: New file.
28397 * include/aio.h: Changes to allow conformtest.pl to use the headers.
28398 * include/assert.h: Likewise.
28399 * include/ctype.h: Likewise.
28400 * include/dirent.h: Likewise.
28401 * include/dlfcn.h: Likewise.
28402 * include/fcntl.h: Likewise.
28403 * include/fnmatch.h: Likewise.
28404 * include/glob.h: Likewise.
28405 * include/grp.h: Likewise.
28406 * include/libio.h: Likewise.
28407 * include/locale.h: Likewise.
28408 * include/math.h: Likewise.
28409 * include/net/if.h: Likewise.
28410 * include/netdb.h: Likewise.
28411 * include/netinet/in.h: Likewise.
28412 * include/pthread.h: Likewise.
28413 * include/pwd.h: Likewise.
28414 * include/regex.h: Likewise.
28415 * include/sched.h: Likewise.
28416 * include/search.h: Likewise.
28417 * include/setjmp.h: Likewise.
28418 * include/signal.h: Likewise.
28419 * include/stdio.h: Likewise.
28420 * include/stdlib.h: Likewise.
28421 * include/string.h: Likewise.
28422 * include/sys/cdefs.h: Likewise.
28423 * include/sys/mman.h: Likewise.
28424 * include/sys/msg.h: Likewise.
28425 * include/sys/resource.h: Likewise.
28426 * include/sys/select.h: Likewise.
28427 * include/sys/socket.h: Likewise.
28428 * include/sys/stat.h: Likewise.
28429 * include/sys/statvfs.h: Likewise.
28430 * include/sys/time.h: Likewise.
28431 * include/sys/times.h: Likewise.
28432 * include/sys/uio.h: Likewise.
28433 * include/sys/utsname.h: Likewise.
28434 * include/sys/wait.h: Likewise.
28435 * include/termios.h: Likewise.
28436 * include/time.h: Likewise.
28437 * include/ulimit.h: Likewise.
28438 * include/unistd.h: Likewise.
28439 * include/utime.h: Likewise.
28440 * include/wchar.h: Likewise.
28441 * include/wctype.h: Likewise.
28442 * include/wordexp.h: Likewise.
28443
28444 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
28445
7a270350
UD
28446 * time/time.h: TIME_UTC must be a macro.
28447 Make timespec_get available for ISO C11 only as well.
28448
7724defc
UD
284492012-02-24 Ulrich Drepper <drepper@gmail.com>
28450
28451 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
28452 Reported by Peng Haitao <penght@cn.fujitsu.com>.
28453
6b1d1d46
JM
284542012-02-24 Joseph Myers <joseph@codesourcery.com>
28455
28456 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 28457
0f8bbd69
JM
284582012-02-24 Joseph Myers <joseph@codesourcery.com>
28459
28460 * manual/texinfo.tex: Update to version 2012-01-19.16.
28461
66ab80bc
JM
284622012-02-24 Joseph Myers <joseph@codesourcery.com>
28463
28464 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
28465
74981cc5
RM
284662012-02-24 Roland McGrath <roland@hack.frob.com>
28467
ee968201
RM
28468 [BZ #13738]
28469 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
28470 * manual/fdl-1.3.texi: New file.
28471 * manual/fdl-1.1.texi: File removed.
28472
74981cc5
RM
28473 [BZ #13738]
28474 * manual/libc.texinfo (FDL_VERSION): New @set.
28475 Use it for mention of FDL in cover text.
28476 (Documentation License): Use it in @include file name.
28477
7bb764bc
JM
284782012-02-22 Joseph Myers <joseph@codesourcery.com>
28479 Roland McGrath <roland@hack.frob.com>
28480
28481 [BZ #5461]
28482 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
28483 not LONG_LONG_MAX and LONG_LONG_MIN.
28484 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
28485 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
28486 name.
28487 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
28488
6cbeae47
JM
284892012-02-22 Joseph Myers <joseph@codesourcery.com>
28490
28491 [BZ #2547]
28492 [BZ #11365]
28493 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
28494 manipulate bits before adding and subtracting TWO23[sx].
28495 * math/libm-test.inc (nearbyint_test): Add more tests.
28496
fe45ce09
JM
284972012-02-22 Joseph Myers <joseph@codesourcery.com>
28498
28499 [BZ #2548]
28500 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
28501 bits before adding and subtracting TWO23[sx].
28502 * math/libm-test.inc (rint_test): Add more tests.
28503 (rint_test_tonearest): Likewise.
28504 (rint_test_towardzero): Likewise.
28505 (rint_test_downward): Likewise.
28506 (rint_test_upward: Likewise.
28507
ff3b3d82
JM
285082012-02-22 Joseph Myers <joseph@codesourcery.com>
28509
28510 [BZ #10110]
28511 * include/stdc-predef.h: New file. Extracted from features.h.
28512 * include/features.h: Include stdc-predef.h.
28513 * Makefile (headers): Add stdc-predef.h.
28514 * CONFORMANCE (Compiler limitations): Update.
28515
ef0aab35
JM
285162012-02-22 Joseph Myers <joseph@codesourcery.com>
28517
28518 * manual/libc.texinfo (VERSION, UPDATED): Revert.
28519
58639409
DM
285202012-02-21 David S. Miller <davem@davemloft.net>
28521
28522 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
28523 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
28524
c0e70b25
DM
285252012-02-20 David S. Miller <davem@davemloft.net>
28526
28527 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
28528 using a normal save/restore sequence, rather than allocating a
28529 dummy stack frame just to store a frame pointer and restore.
28530 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
28531
fb06851d
JM
285322012-02-21 Joseph Myers <joseph@codesourcery.com>
28533
28534 * manual/install.texi: Fix stray word in line-wrapped comment.
28535
7a8b71c3
DM
285362012-02-20 David S. Miller <davem@davemloft.net>
28537
d510c123
DM
28538 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
28539 both binutils and gcc support GOTDATA.
28540
0722d7c2
DM
28541 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
28542 "rd %pc" in the PIC register setup sequences.
28543
3d2b3019
DM
28544 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
28545 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
28546 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
28547 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
28548 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
28549 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
28550 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28551 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
28552 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
28553 (SYSCALL_ERROR_HANDLER): Likewise.
28554 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
28555 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28556 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
28557 (SYSCALL_ERROR_HANDLER): Likewise.
28558
c80098a9
DM
28559 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
28560 (HAVE_GCC_GOTDATA): New.
28561 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
28562 relocation support in both binutils and gcc.
28563 * sysdeps/sparc/elf/configure: Regenerate.
28564
3a2545a0
DM
28565 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
28566 * sysdeps/sparc/sparc32/elf/configure: Delete.
28567 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
28568 * sysdeps/sparc/sparc64/elf/configure: Delete.
28569 * sysdeps/sparc/elf/configure.in: New file.
28570 * sysdeps/sparc/elf/configure: Generate.
28571
7a8b71c3
DM
28572 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
28573 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
28574 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
28575 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
28576 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
28577
f1e86fca
JM
285782012-02-21 Joseph Myers <joseph@codesourcery.com>
28579
28580 * manual/install.texi: Do not mention specific glibc version
28581 numbers.
28582 * manual/libc.texinfo (VERSION, UPDATED): Update.
28583 (@copying): Use @copyright{} and range of years.
28584
0e7dfaef
JM
285852012-02-21 Joseph Myers <joseph@codesourcery.com>
28586
28587 [BZ #13695]
28588 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
28589 [crti.S not in sysdirs] (generated): Do not append.
28590 [crti.S not in sysdirs] (omit-deps): Likewise.
28591 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
28592 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
28593 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
28594 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
28595 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
28596 Likewise.
28597 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
28598 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
28599 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
28600 * csu/defs.awk: Remove file.
28601 * sysdeps/generic/initfini.c: Likewise.
28602 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
28603 variable.
28604 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
28605 Likewise.
28606
599af3ca
JM
286072012-02-20 Joseph Myers <joseph@codesourcery.com>
28608
28609 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
28610 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
28611 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
28612 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
28613 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
28614 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
28615 <bits/epoll.h>.
28616 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
28617 (__EPOLL_PACKED): Define to empty if not defined by
28618 <bits/epoll.h>.
28619 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
28620 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28621 bits/epoll.h.
28622
0e499750
JM
286232012-02-20 Joseph Myers <joseph@codesourcery.com>
28624
28625 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
28626 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
28627 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
28628 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
28629 <bits/timerfd.h>.
28630 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
28631 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28632 bits/timerfd.h.
28633
5ad91f6e
JM
286342012-02-20 Joseph Myers <joseph@codesourcery.com>
28635
28636 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
28637 in C locale.
28638 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28639 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28640 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
28641 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28642
06b99b02
AJ
286432012-02-20 Aurelien Jarno <aurelien@aurel32.net>
28644
28645 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
28646 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
28647
7638c0fd
AS
286482012-02-19 Andreas Schwab <schwab@linux-m68k.org>
28649
28650 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
28651 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
28652 defined.
28653 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
28654 Likewise.
28655 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
28656 entry for 2.16.
28657
92221550
AJ
286582012-02-19 Aurelien Jarno <aurelien@aurel32.net>
28659
28660 * math/w_acos.c: Use non-signaling floating-point comparisons.
28661 * math/w_acosf.c: Likewise.
28662 * math/w_acosh.c: Likewise.
28663 * math/w_acoshf.c: Likewise.
28664 * math/w_acoshl.c: Likewise.
28665 * math/w_acosl.c: Likewise.
28666 * math/w_asin.c: Likewise.
28667 * math/w_asinf.c: Likewise.
28668 * math/w_asinl.c: Likewise.
28669 * math/w_atanh.c: Likewise.
28670 * math/w_atanhf.c: Likewise.
28671 * math/w_atanhl.c: Likewise.
28672 * math/w_exp2.c: Likewise.
28673 * math/w_exp2f.c: Likewise.
28674 * math/w_exp2l.c: Likewise.
28675 * math/w_j0.c: Likewise.
28676 * math/w_j0f.c: Likewise.
28677 * math/w_j0l.c: Likewise.
28678 * math/w_j1.c: Likewise.
28679 * math/w_j1f.c: Likewise.
28680 * math/w_j1l.c: Likewise.
28681 * math/w_jn.c: Likewise.
28682 * math/w_jnf.c: Likewise.
28683 * math/w_log.c: Likewise.
28684 * math/w_log10.c: Likewise.
28685 * math/w_log10f.c: Likewise.
28686 * math/w_log10l.c: Likewise.
28687 * math/w_log2.c: Likewise.
28688 * math/w_log2f.c: Likewise.
28689 * math/w_log2l.c: Likewise.
28690 * math/w_logf.c: Likewise.
28691 * math/w_logl.c: Likewise.
28692 * math/w_sqrt.c: Likewise.
28693 * math/w_sqrtf.c: Likewise.
28694 * math/w_sqrtl.c: Likewise.
28695 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
28696 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
28697 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
28698 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
28699 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
28700
ebaf36eb
JM
287012012-02-19 Joseph Myers <joseph@codesourcery.com>
28702
28703 [BZ #9739]
28704 * manual/string.texi (strnlen): Use correct parameter name in
28705 equivalent expression.
28706
71c254a6
JM
287072012-02-19 Joseph Myers <joseph@codesourcery.com>
28708
28709 [BZ #11174]
28710 * manual/users.texi (seteuid): Consistently use neweuid for
28711 argument name.
28712
16d2c631
JM
287132012-02-19 Joseph Myers <joseph@codesourcery.com>
28714
28715 [BZ #13704]
28716 * manual/nss.texi (Services in the NSS configuration): Correct
28717 list of services in example configuration file.
28718
cd837b09
NB
287192012-02-19 Nick Bowler <nbowler@draconx.ca>
28720
28721 [BZ #11322]
28722 * manual/arith.texi: Remove statements about negative zero
28723 behaving identically to zero.
28724
02c4bbad
JM
287252012-02-18 Joseph Myers <joseph@codesourcery.com>
28726
28727 [BZ #5993]
28728 * manual/install.texi: Do not document upgrading from libc5.
28729
366842e7
JM
287302012-02-18 Joseph Myers <joseph@codesourcery.com>
28731
28732 [BZ #4596]
28733 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
28734
dd54084d
DM
287352012-02-18 David S. Miller <davem@davemloft.net>
28736
28737 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
28738 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
28739 %o7 across the call.
28740 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
28741 instead.
28742 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
28743 SETUP_PIC_REG_LEAF.
28744 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
28745 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
28746 * sysdeps/sparc/crtn.S: Likewise.
28747
2bcc53a3
UD
287482012-02-17 Ulrich Drepper <drepper@gmail.com>
28749
28750 * aout/Makefile: Remove.
28751
09c093b5
RK
287522012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
28753
28754 [BZ #13058]
28755 * manual/examples/argp-ex1.c (main): Format definition in GNU
28756 style.
28757 * manual/examples/argp-ex2.c (main): Likewise.
28758 * manual/examples/argp-ex3.c (main): Likewise.
28759 * manual/examples/argp-ex4.c (main): Likewise.
28760 * manual/examples/longopt.c (main): Use new-style prototype
28761 definition.
28762 * manual/examples/strncat.c (main): Specify return type and use
28763 (void) for arguments.
28764 * manual/examples/subopt.c (main): Use char **argv argument.
28765
2ee633a2
JM
287662012-02-17 Joseph Myers <joseph@codesourcery.com>
28767
28768 [BZ #5077]
28769 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
28770 rounding modes.
28771
0520adde
FB
287722012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
28773
28774 [BZ #6907]
28775 * manual/string.texi (strchr): Change when strchrnul is
28776 recommended.
28777
3f4081cd
DGM
287782012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
28779
28780 [BZ #174]
28781 * manual/locale.texi (setlocale): Document LOCPATH.
28782
d1b10e78
JM
287832012-02-17 Joseph Myers <joseph@codesourcery.com>
28784
28785 [BZ #10210]
28786 * manual/process.texi (execle): Move @dots{} before last argument.
28787
79c6869c
PB
287882012-02-17 Paul Bolle <pebolle@tiscali.nl>
28789
28790 [BZ #12047]
28791 * manual/charset.texi (Generic Charset Conversion): Fix typo
28792 (LC_TYPE -> LC_CTYPE).
28793
cc6e48bc
NB
287942012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
28795
28796 [BZ #5805]
28797 * manual/arith.texi (scalbn): Use @var{} on parameter names.
28798 (scalbnf): Likewise.
28799 (scalbnl): Likewise.
28800 (scalbln): Likewise.
28801 (scalblnf): Likewise.
28802 (scalblnl): Likewise.
28803 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
28804 (vwarnx): Likewise.
28805 (verr): Likewise.
28806 (verrx): Likewise.
28807 * manual/filesys.texi (telldir): Use braces around return type.
28808 * manual/llio.texi (mmap): Add space after comma.
28809 (mmap64): Likewise.
28810 * manual/math.texi (jn): Use @var{} on parameter names.
28811 (jnf): Likewise.
28812 (jnl): Likewise.
28813 (yn): Likewise.
28814 (ynf): Likewise.
28815 (ynl): Likewise.
28816 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
28817 line.
28818 * manual/resource.texi (ulimit): Use @dots{} instead of literal
28819 "...".
28820 (sched_get_priority_min): Remove semicolon on @deftypefun line.
28821 (sched_get_priority_max): Likewise.
28822 * manual/signal.texi (sigvec): Add space after comma.
28823 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
28824 names.
28825 (if_indextoname): Likewise.
28826 (if_freenameindex): Likewise.
28827 (sendto): Use ',' instead of '.' in prototype.
28828 * manual/startup.texi (syscall): Use @dots{} instead of literal
28829 "...".
28830 * manual/stdio.texi (__fpending): Separate initial words of
28831 paragraph from @deftypefun line.
28832 * manual/syslog.texi (syslog): Use @dots{} instead of literal
28833 "...".
28834 (vsyslog): Use @var{} on parameter names.
28835 * manual/terminal.texi (stty): Use @var{} on parameter names.
28836 * manual/users.texi (getutmp): Use @var{} on parameter names.
28837 (getutmpx): Likewise.
28838
5b23062f
JM
288392012-02-17 Joseph Myers <joseph@codesourcery.com>
28840
28841 [BZ #6884]
28842 * manual/stdio.texi (fopen): Fix typos in description of
28843 ",ccs=STRING".
28844
8dee4833
AJ
288452012-02-17 Aurelien Jarno <aurelien@aurel32.net>
28846
28847 [BZ #4026]
28848 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
28849 get clock_id definition.
28850
9078ce93
TS
288512012-02-17 Thomas Schwinge <thomas@schwinge.name>
28852
28853 [BZ #4822]
28854 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
28855 (madvise): Cast every argument to void on its own.
28856
3835c55f
JM
288572012-02-17 Joseph Myers <joseph@codesourcery.com>
28858
28859 [BZ #9902]
28860 * manual/startup.texi (Exit Status): Fix typo.
28861
35c47e37
JM
288622012-02-17 Joseph Myers <joseph@codesourcery.com>
28863
28864 [BZ #10140]
28865 * manual/examples/argp-ex1.c: Include <stdlib.h>.
28866 * manual/examples/argp-ex2.c: Likewise.
28867 * manual/examples/argp-ex3.c: Likewise.
28868
e3b69ca7
RH
288692012-02-16 Richard Henderson <rth@redhat.com>
28870
28871 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
28872 * sysdeps/s390/s390-32/initfini.c: Remove.
28873 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
28874 * sysdeps/s390/s390-64/initfini.c: Remove.
28875
df83af67
KK
288762012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
28877
28878 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
28879 compiler output for sysdeps/generic/initfini.c.
28880 * sysdeps/sh/elf/initfini.c: Remove file.
28881
f63f3380
DM
288822012-02-16 David S. Miller <davem@davemloft.net>
28883
fb59b3a4
DM
28884 [BZ #11494]
28885 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
28886
f63f3380
DM
28887 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
28888 * sysdeps/sparc/crti.S: New file.
28889 * sysdeps/sparc/crtn.S: New file.
28890 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
28891 * sysdeps/sparc/sparc64/Makefile: Likewise.
28892
df6a4a4a
MF
288932012-02-15 Mike Frysinger <vapier@gentoo.org>
28894
6dd8f3dc 28895 [BZ #3335]
df6a4a4a
MF
28896 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
28897
1cac7236
RM
288982012-02-15 Roland McGrath <roland@hack.frob.com>
28899
d2c736f8
RM
28900 [BZ #4822]
28901 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
28902
1cac7236
RM
28903 * mach/devstream.c (cookie_io_functions_t): Macro removed.
28904 (write, read, close): Likewise.
28905 Patch by Aurelien Jarno <aurelien@aurel32.net>.
28906
8e475601
JM
289072012-02-15 Joseph Myers <joseph@codesourcery.com>
28908
28909 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
28910 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
28911 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
28912 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
28913 <bits/signalfd.h>.
28914 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
28915 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28916 bits/signalfd.h.
28917
ed656b40
MP
289182012-02-14 Marek Polacek <polacek@redhat.com>
28919
28920 * sysdeps/x86_64/crti.S: New file.
28921 * sysdeps/x86_64/crtn.S: New file.
28922 * sysdeps/x86_64/elf/initfini.c: Remove file.
28923
2a979d3a
JM
289242012-02-13 Joseph Myers <joseph@codesourcery.com>
28925
28926 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
28927 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
28928 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
28929 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
28930 <bits/inotify.h>.
28931 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
28932 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28933 bits/inotify.h.
28934
2a418ac3
JM
289352012-02-13 Joseph Myers <joseph@codesourcery.com>
28936
28937 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
28938 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
28939 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
28940 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
28941 <bits/eventfd.h>.
28942 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
28943 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28944 bits/eventfd.h.
28945
fb779be7
TS
289462012-02-10 Thomas Schwinge <thomas@codesourcery.com>
28947
e19e83c5
RM
28948 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
28949 __feraiseexcept instead of feraiseexcept.
7c35ffed 28950
fb779be7
TS
28951 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
28952 nanosleep invocations.
28953 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
28954 strings, and add error checking for a nanosleep invocations.
28955
59ba27a6
PE
289562012-02-09 Paul Eggert <eggert@cs.ucla.edu>
28957
28958 Replace FSF snail mail address with URLs, as per GNU coding standards.
28959 Most of the snail mail addresses were wrong anyway, and omitting
28960 them makes the source code easier to maintain. Almost all of the
28961 changes are to license notices and to locale LC_IDENTIFICATION
28962 addresses, except for this one:
28963 * manual/libc.texinfo: In "Published by", give the FSF's URL,
28964 not its snail mail address.
28965
57b957eb
RH
289662012-02-09 Richard Henderson <rth@twiddle.net>
28967
af850b1c
RH
28968 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
28969 of kernel-features.h.
28970
57b957eb
RH
28971 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
28972
6b73181a
MP
289732012-02-08 Marek Polacek <polacek@redhat.com>
28974
28975 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
28976 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
28977 * sysdeps/gnu/_G_config.h: Likewise.
28978 * sysdeps/generic/_G_config.h: Likewise.
28979
26ecc33a
AS
289802012-02-08 Andreas Schwab <schwab@linux-m68k.org>
28981
6c6dbc63
AS
28982 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
28983 tests.
28984 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28985
e216c012
AS
28986 * sysdeps/powerpc/powerpc32/crti.S: New file.
28987 * sysdeps/powerpc/powerpc32/crtn.S: New file.
28988 * sysdeps/powerpc/powerpc64/crti.S: New file.
28989 * sysdeps/powerpc/powerpc64/crtn.S: New file.
28990
26ecc33a
AS
28991 * Makeconfig (have-initfini): Don't set.
28992 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
28993 * configure.in (nopic_initfini): Don't substitute.
28994 * config.h.in (HAVE_INITFINI): Don't #undef.
28995 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
28996 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
28997
3add8e13
JM
289982012-02-08 Joseph Myers <joseph@codesourcery.com>
28999
29000 Support crti.S and crtn.S provided directly by architectures.
29001 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
29002 [crti.S in sysdirs] (omit-deps): Likewise.
29003 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
29004 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
29005 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
29006 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
29007 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
29008 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
29009 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
29010 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
29011 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
29012 compiler output for sysdeps/generic/initfini.c.
29013 * sysdeps/i386/elf/Makefile: Remove file.
29014 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
29015
a22f12b4
MP
290162012-02-07 Marek Polacek <polacek@redhat.com>
29017
29018 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
29019 * sysdeps/gnu/_G_config.h: Likewise.
29020 * sysdeps/mach/hurd/_G_config.h: Likewise.
29021
148cf100
MP
290222012-02-07 Marek Polacek <polacek@redhat.com>
29023
29024 * math/Makefile (tests): Add tst-CMPLX2.
29025 * math/tst-CMPLX2.c: New file.
29026
cfdc0dd7
AS
290272012-02-07 Andreas Schwab <schwab@linux-m68k.org>
29028
84ba42c4
AS
29029 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
29030
cfdc0dd7
AS
29031 * math/libm-test.inc (jn_test): Add missing L suffix.
29032
622c86f4
MP
290332012-02-06 Marek Polacek <polacek@redhat.com>
29034
29035 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
29036 * sysdeps/i386/fpu/e_powf.S: Likewise.
29037 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
29038 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
29039 * sysdeps/i386/fpu/e_acosh.S: Likewise.
29040 * sysdeps/i386/fpu/e_pow.S: Likewise.
29041 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
29042 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
29043 * sysdeps/i386/fpu/s_expm1.S: Likewise.
29044 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
29045 * sysdeps/i386/fpu/e_log2.S: Likewise.
29046 * sysdeps/i386/fpu/e_log2l.S: Likewise.
29047 * sysdeps/i386/fpu/e_scalb.S: Likewise.
29048 * sysdeps/i386/fpu/e_powl.S: Likewise.
29049 * sysdeps/i386/fpu/s_log1p.S: Likewise.
29050 * sysdeps/i386/fpu/e_log10f.S: Likewise.
29051 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
29052 * sysdeps/i386/fpu/e_logl.S: Likewise.
29053 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
29054 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
29055 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
29056 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
29057 * sysdeps/i386/fpu/e_log2f.S: Likewise.
29058 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
29059 * sysdeps/i386/fpu/e_log.S: Likewise.
29060 * sysdeps/i386/fpu/s_cexp.S: Likewise.
29061 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
29062 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
29063 * sysdeps/i386/fpu/e_logf.S: Likewise.
29064 * sysdeps/i386/fpu/e_log10l.S: Likewise.
29065 * sysdeps/i386/fpu/e_atanh.S: Likewise.
29066 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
29067 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
29068 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
29069 * sysdeps/i386/fpu/e_log10.S: Likewise.
29070 * sysdeps/i386/fpu/s_frexp.S: Likewise.
29071 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
29072 * sysdeps/i386/fpu/s_asinh.S: Likewise.
29073 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
29074 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
29075 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
29076 * sysdeps/i386/asm-syntax.h: Likewise.
29077 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
29078 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
29079 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
29080 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
29081 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
29082 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
29083 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
29084 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
29085 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
29086 * sysdeps/powerpc/sysdep.h: Likewise.
29087 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
29088 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
29089
d4a54ac6
JM
290902012-02-06 Joseph Myers <joseph@codesourcery.com>
29091
29092 [BZ #411]
29093 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
29094
314054ea
JM
290952012-02-06 Joseph Myers <joseph@codesourcery.com>
29096
29097 * sysdeps/i386/sysdep.h: Include <features.h>.
29098 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
29099 version.
29100
d8e0ca50
JM
291012012-02-05 Joseph Myers <joseph@codesourcery.com>
29102
29103 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
29104 Define.
29105 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
29106 LOAD_PIC_REG_STR.
29107
b1da7dd9
JM
291082012-02-03 Joseph Myers <joseph@codesourcery.com>
29109
29110 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
29111 (SETUP_PIC_REG): Use GET_PC_THUNK.
29112 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
29113 macro.
29114
9a1d9254
JM
291152012-02-03 Joseph Myers <joseph@codesourcery.com>
29116
29117 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
29118 for non-PIC compilation.
29119 (SETUP_PIC_REG): Add .p2align directive.
29120 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
29121 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
29122 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29123 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29124 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
29125 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29126 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
29127 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
29128 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29129 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29130 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29131 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29132 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29133 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29134 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29135 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
29136 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
29137 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29138 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29139 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29140 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29141 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
29142 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29143 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29144 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
29145 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
29146 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29147 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
29148 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29149 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29150 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29151 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29152 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29153 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29154 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29155 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29156 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29157 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29158 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29159 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29160 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29161
65dc3b75
JM
291622012-02-03 Joseph Myers <joseph@codesourcery.com>
29163
29164 * math/tst-CMPLX.c: Include <stdio.h>.
29165
d55bf177
JM
291662012-01-31 Joseph Myers <joseph@codesourcery.com>
29167
29168 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
29169 float.
29170 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
29171 * sysdeps/sparc/bits/mathdef.h: Likewise.
29172
69db4f8f
MP
291732012-01-31 Marek Polacek <polacek@redhat.com>
29174
29175 * libio/libio.h: Don't define _PARAMS.
29176 * locale/programs/config.h: Don't define PARAMS.
29177 * stdlib/strtol_l.c: Likewise.
29178 (__strtol_l): Remove PARAMS from the prototype.
29179
41b81892
UD
291802012-01-31 Ulrich Drepper <drepper@gmail.com>
29181
3b49edc0
UD
29182 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
29183 names. Just use the correct names. Remove unnecessary wrapper
29184 functions.
29185 * malloc/arena.c: Likewise.
29186 * malloc/hooks.c: Likewise.
29187
41b81892
UD
29188 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
29189 ARENA_TEST says not to. Simplify test for creation of a new arena.
29190 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
29191
27a25b6e
UD
291922012-01-30 Ulrich Drepper <drepper@gmail.com>
29193
29194 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
29195 into tail calls.
29196 (update_get_addr): New function.
29197 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
29198 GET_ADDR_MODULE parameter.
29199
c8a89e7d
JM
292002012-01-30 Joseph Myers <joseph@codesourcery.com>
29201
29202 * crypt/cert.c: Remove __STDC__ conditionals.
29203 * crypt/crypt-entry.c: Likewise.
29204 * crypt/crypt_util.c: Likewise.
29205 * libio/filedoalloc.c: Likewise.
29206 * libio/fileops.c: Likewise.
29207 * libio/genops.c: Likewise.
29208 * libio/iofclose.c: Likewise.
29209 * libio/iofdopen.c: Likewise.
29210 * libio/iofopen.c: Likewise.
29211 * libio/iofopen64.c: Likewise.
29212 * libio/iogetdelim.c: Likewise.
29213 * libio/iopopen.c: Likewise.
29214 * libio/obprintf.c: Likewise.
29215 * libio/oldfileops.c: Likewise.
29216 * libio/oldiofclose.c: Likewise.
29217 * libio/oldiofdopen.c: Likewise.
29218 * libio/oldiofopen.c: Likewise.
29219 * libio/oldiopopen.c: Likewise.
29220 * libio/wfiledoalloc.c: Likewise.
29221 * libio/wgenops.c: Likewise.
29222 * locale/programs/xmalloc.c: Likewise.
29223 * misc/syslog.c: Likewise.
29224 * stdio-common/xbug.c: Likewise.
29225 * string/memchr.c: Likewise.
29226 * string/memcmp.c: Likewise.
29227 * string/memrchr.c: Likewise.
29228 * string/rawmemchr.c: Likewise.
29229 * sysdeps/posix/getcwd.c: Likewise.
29230 * time/strftime_l.c: Likewise.
29231
3b100462
JM
292322012-01-30 Joseph Myers <joseph@codesourcery.com>
29233
29234 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
29235 * config.make.in (config-cflags-sse2avx): Define.
29236 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
29237 Fix typo.
29238
607998af
CM
292392012-01-29 Chris Metcalf <cmetcalf@tilera.com>
29240
29241 * scripts/config.guess: Update from upstream config git repository.
29242 * scripts/config.sub: Likewise.
29243
3601428f
CM
292442012-01-28 Chris Metcalf <cmetcalf@tilera.com>
29245
3ac8b282
CM
29246 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
29247 (EM_NUM): Update.
29248 (R_TILEPRO_*, R_TILEGX_*): New macros.
29249
e034841e
CM
29250 * scripts/firstversions.awk: Fix bug in version range handling.
29251
540d7568
CM
29252 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
29253
3601428f
CM
29254 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
29255
463de862
CM
29256 * include/sys/epoll.h: New file.
29257 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
29258 libc_hidden_def.
29259
73139a76
UD
292602012-01-28 Ulrich Drepper <drepper@gmail.com>
29261
96bc5b45
UD
29262 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
29263 Avoid unnecessary __WORDSIZE == 64 test.
29264 (fmaxf): Use VEX format if possible.
29265 (fmax): Likewise.
29266 (fminf): Likewise.
29267 (fmin): Likewise.
29268
56f6f6a2
UD
29269 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
29270 * math/math_private.h: Remove libc_fegetround* and
29271 libc_fesetround*.
29272 * sysdeps/i386/configure.in: Check for -msse2avx.
29273 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
29274 also if SSE2AVX is defined.
29275 Remove libc_fegetround* and libc_fesetround*.
29276 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
29277 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
29278 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
29279 of HAS_YMM_USABLE.
29280 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29281 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29282 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29283 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29284 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
29285
73139a76
UD
29286 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
29287
d73f93a4
AZ
292882012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29289
29290 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
29291 size is not set.
29292 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
29293
6ee65ed6
UD
292942012-01-27 Ulrich Drepper <drepper@gmail.com>
29295
29296 [BZ #13618]
29297 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
29298 relocation.
29299 * Makeconfig (libm): Define.
29300 * elf/Makefile: Add rules to build and run tst-relsort1.
29301 * elf/tst-relsort1.c: New file.
29302 * elf/tst-relsort1mod1.c: New file.
29303 * elf/tst-relsort1mod2.c: New file.
29304
8db21882
JM
293052012-01-27 Joseph Myers <joseph@codesourcery.com>
29306
29307 * math/s_ldexp.c: Remove __STDC__ conditionals.
29308 * math/s_ldexpf.c: Likewise.
29309 * math/s_ldexpl.c: Likewise.
29310 * math/s_nextafter.c: Likewise.
29311 * math/s_nexttowardf.c: Likewise.
29312 * math/s_significand.c: Likewise.
29313 * math/s_significandf.c: Likewise.
29314 * math/s_significandl.c: Likewise.
29315 * math/w_jnl.c: Likewise.
29316 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
29317 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
29318 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
29319 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
29320 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
29321 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
29322 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
29323 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
29324 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
29325 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
29326 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
29327 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29328 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
29329 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
29330 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
29331 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
29332 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
29333 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
29334 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29335 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
29336 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
29337 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
29338 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
29339 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
29340 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
29341 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
29342 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
29343 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
29344 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
29345 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
29346 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
29347 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
29348 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
29349 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
29350 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
29351 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
29352 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
29353 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
29354 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
29355 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
29356 * sysdeps/ieee754/k_standard.c: Likewise.
29357 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
29358 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
29359 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
29360 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
29361 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
29362 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
29363 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
29364 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
29365 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
29366 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
29367 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
29368 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
29369 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
29370 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
29371 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
29372 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
29373 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
29374 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
29375 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
29376 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
29377 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
29378 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
29379 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
29380 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
29381 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
29382 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
29383 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
29384 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
29385 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
29386 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
29387 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
29388 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
29389 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
29390 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
29391 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
29392 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
29393 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
29394 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
29395 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
29396 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
29397 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
29398 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
29399 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
29400 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
29401 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
29402 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
29403 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
29404 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
29405 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
29406 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
29407 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
29408 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
29409 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
29410 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
29411 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
29412 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
29413 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
29414 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
29415 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
29416 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
29417 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
29418 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
29419 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
29420 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
29421 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
29422 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
29423 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
29424 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
29425 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
29426 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
29427 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
29428 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
29429 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
29430 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
29431 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
29432 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
29433 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
29434 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
29435 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
29436 * sysdeps/ieee754/s_matherr.c: Likewise.
29437 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
29438 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
29439 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
29440 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
29441
965a54a4
JM
294422012-01-26 Joseph Myers <joseph@codesourcery.com>
29443
29444 * crypt/md5.h: Remove __STDC__ conditionals.
29445 * libio/libioP.h: Likewise.
29446 * locale/programs/config.h: Likewise.
29447 * sysdeps/generic/sysdep.h: Likewise.
29448 * sysdeps/i386/asm-syntax.h: Likewise.
29449 * sysdeps/s390/asm-syntax.h: Likewise.
29450 * sysdeps/unix/sysdep.h: Likewise.
29451 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
29452 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29453
7071ad79
JM
294542012-01-26 Joseph Myers <joseph@codesourcery.com>
29455
29456 * libio/libio.h: Remove __STDC__ conditionals.
29457 * malloc/obstack.h: Likewise.
29458 * math/complex.h: Likewise.
29459 * math/math.h: Likewise.
29460 * sysdeps/generic/_G_config.h: Likewise.
29461 * sysdeps/gnu/_G_config.h: Likewise.
29462 * sysdeps/mach/hurd/_G_config.h: Likewise.
29463 * sysdeps/powerpc/bits/mathdef.h: Likewise.
29464 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
29465 * sysdeps/sparc/bits/mathdef.h: Likewise.
29466
afc5ed09
UD
294672012-01-26 Ulrich Drepper <drepper@gmail.com>
29468
29469 [BZ #13583]
29470 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 29471 Clean up HAS_* macros.
afc5ed09 29472 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
29473 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
29474 possible.
29475 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
29476 HAS_AVX.
29477 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29478 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29479 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29480 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29481 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 29482
bdb6de1d
JM
294832012-01-25 Joseph Myers <joseph@codesourcery.com>
29484
29485 * elf/tst-unique3.cc (gets): Remove declaration.
29486 * elf/tst-unique3lib.cc (gets): Likewise.
29487 * elf/tst-unique3lib2.cc (gets): Likewise.
29488 * elf/tst-unique4.cc (gets): Likewise.
29489
b15549e6
UD
294902012-01-24 Ulrich Drepper <drepper@gmail.com>
29491
29492 * include/stdio.h: Add C++ protection. Add gets declarations and
29493 definitions.
29494 * debug/tst-chk1.c: Don't declare gets here.
29495 * stdio-common/tst-gets.c: Likewise.
29496
a037381f
JM
294972012-01-24 Joseph Myers <joseph@codesourcery.com>
29498
29499 * posix/glob: Remove directory.
29500
f1d4aa75
JM
295012012-01-24 Joseph Myers <joseph@codesourcery.com>
29502
29503 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
29504
81c0c964
PT
295052012-01-22 Pino Toscano <toscano.pino@tiscali.it>
29506
29507 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
29508 of the non-standard EPFNOSUPPORT.
29509
0ea698ae
ST
295102011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
29511
29512 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
29513 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
29514 ANYWHERE set to 1 only on KERN_NO_SPACE error.
29515
d220b117
UD
295162012-01-21 Ulrich Drepper <drepper@gmail.com>
29517
29518 * wcsmbs/uchar.h: Test __STDC_VERSION__.
29519
3e1aa84e
UD
295202012-01-20 Ulrich Drepper <drepper@gmail.com>
29521
29522 * nscd/aicache.c (addhstaiX): Do not cache negative results of
29523 transient errors.
29524 * nscd/grpcache.c (cache_addgr): Likewise.
29525 * nscd/hstcache.c (cache_addhst): Likewise.
29526 * nscd/initgrcache.c (addinitgroupsX): Likewise.
29527 * nscd/pwdcache.c (cache_addpw): Likewise.
29528 * nscd/servicescache.c (cache_addserv): Likewise.
29529
400aa020
UD
295302012-01-16 Ulrich Drepper <drepper@gmail.com>
29531
d77e7869
UD
29532 * malloc/malloc.c: Various cleanups.
29533 * malloc/hooks.c: Likewise.
29534
400aa020
UD
29535 * stdlib/Makefile (tests): Add bug-fmtmsg1.
29536 * stdlib/bug-fmtmsg1.c: New file.
29537
29538 * stdlib/fmtmsg.c (init): Add missing unlock.
29539 Patch by Peng Haitao <penght@cn.fujitsu.com>.
29540
e0a309cf
MP
295412012-01-12 Marek Polacek <polacek@redhat.com>
29542
29543 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
29544 and _GNU_SOURCE.
29545
929d11c7
WS
295462012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
29547
29548 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
29549 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
29550 macro to ensure uniqueness of label name.
29551 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
29552 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
29553
41d0e869
UD
295542012-01-11 Ulrich Drepper <drepper@gmail.com>
29555
0cc5ed3b
UD
29556 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
29557
41d0e869
UD
29558 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
29559 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
29560 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
29561 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
29562
a47a831a
UD
295632012-01-10 Ulrich Drepper <drepper@gmail.com>
29564
daa891c0
UD
29565 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
29566
29567 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
29568 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
29569 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
29570
e58ef0f2
UD
29571 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
29572
a47a831a 29573 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
29574 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
29575 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 29576 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
29577
29578 * math/bits/math-finite.h: Add ldexp support.
29579
a0bfc9c7
MP
295802012-01-10 Marek Polacek <polacek@redhat.com>
29581
29582 * locale/programs/localedef.h (show_archive_content): Add noreturn
29583 attribute.
29584
d6e97a1d
UD
295852012-01-09 Ulrich Drepper <drepper@gmail.com>
29586
29587 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
29588
d5835c26
UD
295892012-01-08 Ulrich Drepper <drepper@gmail.com>
29590
e5f484c6
UD
29591 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
29592
d5835c26
UD
29593 * io/Makefile (headers): Add bits/poll2.h.
29594
d1f741e9
WS
295952011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
29596
29597 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
29598 typo #include statement.
29599
ec09c1c4
UD
296002012-01-08 Ulrich Drepper <drepper@gmail.com>
29601
29602 * include/sys/cdefs.h: Define __attribute_alloc_size.
29603 * catgets/gencat.c: Add alloc_size attribute and apply consistently
29604 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
29605 * elf/pldd.c: Likewise.
29606 * iconv/iconv_charmap.c: Likewise.
29607 * iconv/iconvconfig.c: Likewise.
29608 * iconv/strtab.c: Likewise.
29609 * locale/programs/locale.c: Likewise.
29610 * locale/programs/localedef.h: Likewise.
29611 * locale/programs/simple-hash.c: Likewise.
29612 * nscd/nscd.h: Likewise.
29613 * nss/makedb.c: Likewise.
29614 * sysdeps/generic/ldconfig.h: Likewise.
29615 * locale/programs/localedef.c: Remove xmalloc prototype.
29616 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
29617
20b38e03
PP
296182012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
29619
29620 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
29621 appropriate.
29622
a0da5fe1
UD
296232012-01-08 Ulrich Drepper <drepper@gmail.com>
29624
1d5a644a 29625 * math/Makefile (tests): Add tst-CMPLX.
669704fd 29626 * math/tst-CMPLX.c: New file.
1d5a644a 29627
8784a6db
UD
29628 * math/complex.h (CMPLXL): Fix typo.
29629
d9a216c0
UD
29630 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
29631 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
29632 GLIBC_2.16.
29633 * debug/tst-chk1.c: Add poll and ppoll tests.
29634 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
29635 * include/sys/poll.h: Add hidden proto for ppoll.
29636 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
29637 * sysdeps/mach/hurd/ppoll.c: Likewise.
29638 * io/ppoll.c: Likewise.
29639 * debug/poll_chk.c: New file.
29640 * debug/ppoll_chk.c: New file.
29641 * include/bits/poll2.h: New file.
29642 * io/bits/poll2.h: New file.
29643
ac097f5c
UD
29644 [BZ #1350]
29645 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
29646
2119dcfa
UD
29647 * configure.in: static is always set to yes. Remove.
29648 * config.make.in: Don't set build-static.
29649 * Makeconfig: Remove use of build-static.
29650 * dlfcn/Makefile: Likewise.
29651 * elf/Makefile: Likewise.
29652 * math/Makefile: Likewise.
29653 * misc/Makefile: Likewise.
29654 * nptl/Makefile: Likewise.
29655 * sysdeps/mach/hurd/Makefile: Likewise.
29656
121766a9
UD
29657 * configure.in: PWD_P is not used anymore.
29658 * config.make.in: Remove PWD_P entry.
29659
51a1d39c 29660 * configure.in: Remove last remnants of RANLIB.
8720d066 29661 No need to check for signed size_t anymore.
215f4bdc
UD
29662 Don't set libc_commonpagesize and libc_relro_required here for Alpha
29663 and IA-64.
3857022a 29664 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
29665 * aclocal.m4: Likewise.
29666
d3ed7225
UD
29667 * wcsmbs/mbrtoc16.c: Implement using towc function.
29668 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
29669 * wcsmbs/wcsmbsload.c: Likewise.
29670 * iconv/gconv_simple.c: Likewise.
29671 * iconv/gconv_int.h: Likewise.
29672 * iconv/gconv_builtin.h: Likewise.
29673 * iconv/iconv_prog.c: Remove CHAR16 handling.
29674
29675 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
29676
29677 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
29678
a0da5fe1
UD
29679 * configure.in: Remove --with-elf and --enable-bounded options.
29680 Dont set base_machine for ia64. More non-ELF conditions removed.
29681 Remove testing and setting of leading underscore information.
29682 * config.make.in (build-bounded): Set to no.
29683 * config.h.in: Remove NO_UNDERSCORES entry.
29684 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
29685 them.
29686 * csu/start.c: Remove !NO_UNDERSCORE code.
29687 * locale/localeinfo.h: Likewise.
29688 * sysdeps/generic/machine-gmon.h: Likewise.
29689 * sysdeps/generic/sysdep.h: Likewise.
29690 * sysdeps/i386/sysdep.h: Likewise.
29691 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
29692 * sysdeps/mach/sysdep.h: Likewise.
29693 * sysdeps/s390/s390-32/sysdep.h: Likewise.
29694 * sysdeps/s390/s390-64/sysdep.h: Likewise.
29695 * sysdeps/sh/sysdep.h: Likewise.
29696 * sysdeps/sparc/sparc32/alloca.S: Likewise.
29697 * sysdeps/unix/i386/sysdep.S: Likewise.
29698 * sysdeps/unix/sparc/start.c: Likewise.
29699 * sysdeps/unix/sparc/sysdep.S: Likewise.
29700 * sysdeps/unix/sparc/sysdep.h: Likewise.
29701 * sysdeps/unix/start.c: Likewise.
29702 * sysdeps/unix/x86_64/sysdep.S: Likewise.
29703 * sysdeps/x86_64/sysdep.h: Likewise.
29704
df78418a
UD
297052012-01-07 Ulrich Drepper <drepper@gmail.com>
29706
a784e502
UD
29707 [BZ #13553]
29708 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
29709 for non-gcc.
29710 * argp/argp-fmtstream.h: Use const instead __const.
29711 * argp/argp.h: Likewise.
29712 * assert/assert.h: Likewise.
29713 * bits/fenv.h: Likewise.
29714 * bits/sched.h: Likewise.
29715 * bits/sigset.h: Likewise.
29716 * bits/sigthread.h: Likewise.
29717 * catgets/nl_types.h: Likewise.
29718 * conform/data/pthread.h-data: Likewise.
29719 * crypt/crypt-private.h: Likewise.
29720 * crypt/crypt.h: Likewise.
29721 * crypt/crypt_util.c: Likewise.
29722 * ctype/ctype.h: Likewise.
29723 * debug/execinfo.h: Likewise.
29724 * debug/mbsnrtowcs_chk.c: Likewise.
29725 * debug/mbsrtowcs_chk.c: Likewise.
29726 * debug/wcsnrtombs_chk.c: Likewise.
29727 * debug/wcsrtombs_chk.c: Likewise.
29728 * debug/wcstombs_chk.c: Likewise.
29729 * dirent/dirent.h: Likewise.
29730 * dlfcn/dlfcn.h: Likewise.
29731 * elf/neededtest4.c: Likewise.
29732 * grp/grp.h: Likewise.
29733 * gshadow/gshadow.h: Likewise.
29734 * iconv/gconv.h: Likewise.
29735 * iconv/gconv_int.h: Likewise.
29736 * iconv/gconv_simple.c: Likewise.
29737 * iconv/iconv.h: Likewise.
29738 * iconv/loop.c: Likewise.
29739 * iconv/skeleton.c: Likewise.
29740 * include/aio.h: Likewise.
29741 * include/aliases.h: Likewise.
29742 * include/argz.h: Likewise.
29743 * include/arpa/inet.h: Likewise.
29744 * include/assert.h: Likewise.
29745 * include/dirent.h: Likewise.
29746 * include/dlfcn.h: Likewise.
29747 * include/execinfo.h: Likewise.
29748 * include/fcntl.h: Likewise.
29749 * include/fenv.h: Likewise.
29750 * include/glob.h: Likewise.
29751 * include/grp.h: Likewise.
29752 * include/libintl.h: Likewise.
29753 * include/mntent.h: Likewise.
29754 * include/netdb.h: Likewise.
29755 * include/pwd.h: Likewise.
29756 * include/rpc/netdb.h: Likewise.
29757 * include/sched.h: Likewise.
29758 * include/search.h: Likewise.
29759 * include/shadow.h: Likewise.
29760 * include/signal.h: Likewise.
29761 * include/stdio.h: Likewise.
29762 * include/stdlib.h: Likewise.
29763 * include/string.h: Likewise.
29764 * include/sys/socket.h: Likewise.
29765 * include/sys/stat.h: Likewise.
29766 * include/sys/statfs.h: Likewise.
29767 * include/sys/statvfs.h: Likewise.
29768 * include/sys/syslog.h: Likewise.
29769 * include/sys/time.h: Likewise.
29770 * include/sys/uio.h: Likewise.
29771 * include/time.h: Likewise.
29772 * include/unistd.h: Likewise.
29773 * include/utmp.h: Likewise.
29774 * include/wchar.h: Likewise.
29775 * include/wctype.h: Likewise.
29776 * inet/aliases.h: Likewise.
29777 * inet/arpa/inet.h: Likewise.
29778 * inet/netinet/ether.h: Likewise.
29779 * inet/netinet/in.h: Likewise.
29780 * intl/libintl.h: Likewise.
29781 * io/bits/fcntl2.h: Likewise.
29782 * io/fcntl.h: Likewise.
29783 * io/ftw.h: Likewise.
29784 * io/sys/poll.h: Likewise.
29785 * io/sys/stat.h: Likewise.
29786 * io/sys/statfs.h: Likewise.
29787 * io/sys/statvfs.h: Likewise.
29788 * io/utime.h: Likewise.
29789 * libio/bits/stdio.h: Likewise.
29790 * libio/bits/stdio2.h: Likewise.
29791 * libio/libio.h: Likewise.
29792 * libio/libioP.h: Likewise.
29793 * libio/stdio.h: Likewise.
29794 * locale/lc-ctype.c: Likewise.
29795 * locale/locale.h: Likewise.
29796 * login/utmp.h: Likewise.
29797 * malloc/arena.c: Likewise.
29798 * malloc/malloc.c: Likewise.
29799 * malloc/malloc.h: Likewise.
29800 * malloc/mcheck.c: Likewise.
29801 * malloc/mtrace.c: Likewise.
29802 * math/bits/mathcalls.h: Likewise.
29803 * math/fenv.h: Likewise.
29804 * math/math_private.h: Likewise.
29805 * misc/bits/error.h: Likewise.
29806 * misc/bits/syslog.h: Likewise.
29807 * misc/err.h: Likewise.
29808 * misc/error.h: Likewise.
29809 * misc/fstab.h: Likewise.
29810 * misc/mntent.h: Likewise.
29811 * misc/regexp.h: Likewise.
29812 * misc/search.h: Likewise.
29813 * misc/sgtty.h: Likewise.
29814 * misc/sys/mman.h: Likewise.
29815 * misc/sys/syslog.h: Likewise.
29816 * misc/sys/uio.h: Likewise.
29817 * misc/sys/xattr.h: Likewise.
29818 * misc/ttyent.h: Likewise.
29819 * nis/rpcsvc/ypclnt.h: Likewise.
29820 * nss/nss.h: Likewise.
29821 * posix/bits/unistd.h: Likewise.
29822 * posix/fnmatch.h: Likewise.
29823 * posix/glob.h: Likewise.
29824 * posix/sched.h: Likewise.
29825 * posix/spawn.h: Likewise.
29826 * posix/sys/wait.h: Likewise.
29827 * posix/unistd.h: Likewise.
29828 * posix/wordexp.h: Likewise.
29829 * pwd/pwd.h: Likewise.
29830 * resolv/netdb.h: Likewise.
29831 * resource/sys/resource.h: Likewise.
29832 * rt/aio.h: Likewise.
29833 * rt/bits/mqueue2.h: Likewise.
29834 * rt/mqueue.h: Likewise.
29835 * shadow/shadow.h: Likewise.
29836 * signal/signal.h: Likewise.
29837 * socket/send.c: Likewise.
29838 * socket/sendto.c: Likewise.
29839 * socket/sys/socket.h: Likewise.
29840 * stdio-common/printf.h: Likewise.
29841 * stdlib/bits/stdlib.h: Likewise.
29842 * stdlib/fmtmsg.h: Likewise.
29843 * stdlib/monetary.h: Likewise.
29844 * stdlib/stdlib.h: Likewise.
29845 * stdlib/ucontext.h: Likewise.
29846 * streams/stropts.h: Likewise.
29847 * string/argz.h: Likewise.
29848 * string/bits/string2.h: Likewise.
29849 * string/string.h: Likewise.
29850 * string/strings.h: Likewise.
29851 * sunrpc/rpc/auth.h: Likewise.
29852 * sunrpc/rpc/auth_des.h: Likewise.
29853 * sunrpc/rpc/clnt.h: Likewise.
29854 * sunrpc/rpc/netdb.h: Likewise.
29855 * sunrpc/rpc/pmap_clnt.h: Likewise.
29856 * sunrpc/rpc/xdr.h: Likewise.
29857 * sysdeps/generic/inttypes.h: Likewise.
29858 * sysdeps/generic/net/if.h: Likewise.
29859 * sysdeps/generic/sys/swap.h: Likewise.
29860 * sysdeps/gnu/net/if.h: Likewise.
29861 * sysdeps/gnu/utmpx.h: Likewise.
29862 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
29863 * sysdeps/i386/i486/bits/string.h: Likewise.
29864 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
29865 * sysdeps/s390/bits/string.h: Likewise.
29866 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
29867 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
29868 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
29869 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
29870 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
29871 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
29872 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
29873 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
29874 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
29875 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
29876 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
29877 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29878 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
29879 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29880 * sysdeps/unix/sysv/linux/readv.c: Likewise.
29881 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
29882 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
29883 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
29884 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
29885 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
29886 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
29887 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
29888 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
29889 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
29890 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
29891 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
29892 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
29893 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
29894 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
29895 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
29896 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
29897 * sysvipc/sys/ipc.h: Likewise.
29898 * sysvipc/sys/msg.h: Likewise.
29899 * sysvipc/sys/sem.h: Likewise.
29900 * sysvipc/sys/shm.h: Likewise.
29901 * termios/termios.h: Likewise.
29902 * time/sys/time.h: Likewise.
29903 * time/time.h: Likewise.
29904 * wcsmbs/bits/wchar2.h: Likewise.
29905 * wcsmbs/uchar.h: Likewise.
29906 * wcsmbs/wchar.h: Likewise.
29907 * wctype/wctype.h: Likewise.
29908
0269750c
UD
29909 [BZ #13551]
29910 * Makeconfig: Remove all but ELF support including AIX support.
29911 * Makerules: Likewise.
29912 * config.h.in: Likewise.
29913 * config.make.in: Likewise.
29914 * configure: Likewise.
29915 * configure.in: Likewise.
29916 * csu/Makefile: Likewise.
29917 * csu/version.c: Likewise.
29918 * debug/Makefile: Likewise.
29919 * dlfcn/Makefile: Likewise.
29920 * elf/Makefile: Likewise.
29921 * extra-lib.mk: Likewise.
29922 * iconv/Makefile: Likewise.
29923 * include/libc-symbols.h: Likewise.
29924 * include/shlib-compat.h: Likewise.
29925 * resolv/Makefile: Likewise.
29926 * resolv/res_libc.c: Likewise.
29927 * rt/Makefile: Likewise.
29928 * sysdeps/i386/asm-syntax.h: Likewise.
29929 * sysdeps/i386/sysdep.h: Likewise.
29930 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
29931 * sysdeps/mach/sysdep.h: Likewise.
29932 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
29933 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
29934 * sysdeps/s390/asm-syntax.h: Likewise.
29935 * sysdeps/s390/s390-32/sysdep.h: Likewise.
29936 * sysdeps/s390/s390-64/sysdep.h: Likewise.
29937 * sysdeps/sh/sysdep.h: Likewise.
29938 * sysdeps/unix/sparc/sysdep.h: Likewise.
29939 * sysdeps/wordsize-32/divdi3.c: Likewise.
29940 * sysdeps/x86_64/sysdep.h: Likewise.
29941
00bbd29b
UD
29942 * argp/Versions: Remove _argp_unlock_xxx.
29943
29944 [BZ #13559]
29945 * abilist/ld.abilist: Update. Adjust for removal of tls option.
29946 * abilist/libBrokenLocale.abilist: Likewise.
29947 * abilist/libanl.abilist: Likewise.
29948 * abilist/libc.abilist: Likewise.
29949 * abilist/libcrypt.abilist: Likewise.
29950 * abilist/libdl.abilist: Likewise.
29951 * abilist/libm.abilist: Likewise.
29952 * abilist/libnsl.abilist: Likewise.
29953 * abilist/libpthread.abilist: Likewise.
29954 * abilist/libresolv.abilist: Likewise.
29955 * abilist/librt.abilist: Likewise.
29956 * abilist/libthread_db.abilist: Likewise.
29957 * abilist/libutil.abilist: Likewise.
29958 * abilist/libnss_db.abilist: New file.
29959
29960 * scripts/abilist.awk: Add support for indirect functions.
29961
a2693a0e
UD
29962 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
29963
3f05895f
UD
29964 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
29965
ecb6fb48
UD
29966 * shlib-versions: Remove entries for ports architectures.
29967
664f8cb9
UD
29968 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
29969 files in ports.
29970 * elf/stackguard-macros.h: Remove support for IA-64.
29971 * elf/tst-auditmod1.c: Likewise.
29972 * sysdeps/generic/ldsodefs.h: Likewise.
29973
7ae81d88
UD
29974 * sysdeps/unix/sysv/linux/configure.in: Ports should define
29975 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
29976 configure files.
29977
bdeba135
UD
29978 [BZ #13552]
29979 * configure.in: Remove --enable-omitfp support.
29980 * FAQ.in: Adjust.
29981 * config.make.in: Likewise.
29982 * Makeconfig: Likewise.
29983 * manual/install.texi: Likewise.
29984
d75a0a62
UD
29985 In case anyone cares, the IA-64 architecture could move to ports.
29986 * sysdeps/ia64/*: Removed.
29987 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 29988 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 29989
dcc9756b
UD
29990 [BZ #13555]
29991 * configure.in: Remove entries for unsupported architectures.
29992
d3761ebc 29993 [BZ #13533]
9954432e
UD
29994 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
29995 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
29996 routines.
29997 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
29998 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
29999 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
30000 fall back to using wcrtomb.
30001 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
30002 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
30003 renaming.
30004 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
30005 * wcsmbs/tst-c16c32-1.c: New file.
30006
30007 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
30008 local variable.
30009
c3a87236
UD
30010 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
30011
28926a1b
UD
30012 * elf/tst-unique3.cc: Add explicit declaration of gets.
30013 * elf/tst-unique3lib.cc: Likewise.
30014 * elf/tst-unique3lib2.cc: Likewise.
30015 * elf/tst-unique4.cc: Likewise.
30016
df78418a
UD
30017 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
30018
8ecd6b2a
JM
300192012-01-06 Joseph Myers <joseph@codesourcery.com>
30020
30021 [BZ #13566]
30022 * assert/assert.h (static_assert): Don't define for C++.
30023 * libio/stdio.h (gets): Do declare for C++ <= C++11.
30024 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
30025
9f115170
UD
300262012-01-03 Ulrich Drepper <drepper@gmail.com>
30027
5e0d0300
UD
30028 * iconv/loop.c (single loop): Fix assertion in storing of
30029 remaining bytes.
30030
9f115170
UD
30031 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
30032
81fb02b0
UD
300332012-01-01 Ulrich Drepper <drepper@gmail.com>
30034
30035 * posix/getconf.c: Update copyright year.
30036 * nss/getent.c: Likewise.
a316c1f6 30037 * nss/makedb.c: Likewise.
81fb02b0
UD
30038 * iconv/iconvconfig.c: Likewise.
30039 * iconv/iconv_prog.c: Likewise.
30040 * elf/ldconfig.c: Likewise.
a316c1f6
UD
30041 * elf/pldd.c: Likewise.
30042 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
30043 * catgets/gencat.c: Likewise.
30044 * csu/version.c: Likewise.
30045 * elf/ldd.bash.in: Likewise.
30046 * elf/sprof.c (print_version): Likewise.
30047 * locale/programs/locale.c: Likewise.
30048 * locale/programs/localedef.c: Likewise.
a316c1f6 30049 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
30050 * nscd/nscd.c (print_version): Likewise.
30051 * debug/xtrace.sh: Likewise.
30052 * malloc/memusage.sh: Likewise.
30053 * malloc/mtrace.pl: Likewise.
30054 * debug/catchsegv.sh: Likewise.
30055
2ba92745
JJ
300562011-12-30 Jakub Jelinek <jakub@redhat.com>
30057
30058 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
30059 pure attribute.
30060
dadebdae
UD
300612011-12-24 Ulrich Drepper <drepper@gmail.com>
30062
d3761ebc 30063 [BZ #13533]
db6af3eb
UD
30064 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
30065 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
30066 transformations.
30067 * iconv/gconv_int.h: Likewise.
30068 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
30069 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
30070 from libc for GLIBC_2.16.
30071 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
30072 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
30073 * wcsmbs/uchar.h: Really define mbstate_t.
30074 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
30075 * wcsmbs/c16rtomb.c: New file.
30076 * wcsmbs/mbrtoc16.c: New file.
30077 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
30078 for C/POSIX locale.
30079 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
30080 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
30081
dadebdae
UD
30082 * wcsmbs/wchar.h: Add missing __restrict.
30083
67371b56
UD
300842011-12-23 Ulrich Drepper <drepper@gmail.com>
30085
74033a25
UD
30086 [BZ #13532]
30087 * time/Makefile (routines): Add timespec_get.
30088 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
30089 * time/time.h: Define TIME_UTC and declare timespec_get. Define
30090 timespec for ISO C11.
30091 * time/timespec_get.c: New file.
30092 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
30093 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
30094
380d7e87
UD
30095 [BZ #13531]
30096 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
30097 * stdlib/stdlib.h: Declare aligned_alloc.
30098 * Versions.def: Add GLIBC_2.16 for libc.
30099 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
30100
4e9e7a35
UD
30101 [BZ 13527]
30102 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
30103 ISO C11.
30104
380d7e87 30105 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
30106 code.
30107
03a71829
UD
30108 [BZ #13528]
30109 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
30110
839e283e
UD
30111 [BZ #13529]
30112 * assert/assert.h (static_assert): Define.
30113
ce5294e2 30114 * version.h: Update for 2.16 development version.
90fa7312 30115
8d44e150 30116 [BZ #13526]
d7809905
UD
30117 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
30118 _ISOC11_SOURCE.
30119
c0da14cd
UD
30120 * version.h (RELEASE): Bump for 2.15 release.
30121 * include/features.h (__GLIBC_MINOR__): Bump to 15.
30122
530a3249
MP
30123 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
30124 Patch by Marek Polacek <mpolacek@redhat.com>.
30125
67371b56
UD
30126 * bits/byteswap.h: Protect long long constants with __extension__.
30127 * sysdeps/i386/bits/byteswap.h: Likewise.
30128 * sysdeps/ia64/bits/byteswap.h: Likewise.
30129 * sysdeps/s390/bits/byteswap.h: Likewise.
30130 * sysdeps/x86_64/bits/byteswap.h: Likewise.
30131
15db4de1
LD
301322011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30133
30134 [BZ #13540]
bbe315ea
LD
30135 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
30136 destination buffer.
15db4de1
LD
30137 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
30138
2b2596b1
MP
301392011-12-23 Marek Polacek <polacek@redhat.com>
30140
30141 * elf/dl-addr.c (determine_info): Add inline keyword.
30142 * elf/tst-auditmod4b.c (check_avx): Likewise.
30143 * elf/tst-auditmod6b.c (check_avx): Likewise.
30144 * elf/tst-auditmod6c.c (check_avx): Likewise.
30145 * elf/tst-auditmod7b.c (check_avx): Likewise.
30146
70c6c246
UD
301472011-12-23 Ulrich Drepper <drepper@gmail.com>
30148
30149 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
30150 !__SSE_MATH__.
30151
c044cf14
LD
301522011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30153
15db4de1 30154 [BZ #13540]
c044cf14
LD
30155 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
30156 processing for last bytes.
30157
6b13d9d9
BH
301582011-08-06 Bruno Haible <bruno@clisp.org>
30159
d455f537
BH
30160 [BZ #13061]
30161 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
30162 U+0385, not to U+1FEE.
30163
6b13d9d9
BH
30164 [BZ #13062]
30165 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
30166 entry for U+00A5 U+0301.
30167
db910efd
UD
301682011-12-22 Ulrich Drepper <drepper@gmail.com>
30169
27deeafc
UD
30170 [BZ #13166]
30171 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
30172 buffer for the output is too small.
30173
aed9d171
UD
30174 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
30175 optimization.
30176
db910efd
UD
30177 [BZ #13185]
30178 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
30179 SSE flags if possible.
30180
2bd779ae
LD
301812011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30182
e7f9dac3 30183 [BZ #13540]
2bd779ae
LD
30184 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
30185 processing for last bytes.
30186
154bfc16
JM
301872011-12-22 Joseph Myers <joseph@codesourcery.com>
30188
30189 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
30190 (syscall-list-default-options, syscall-list-default-condition)
30191 (syscall-list-includes): Define.
30192 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
30193 list of ABIs and options and #if conditions for each ABI. Do not
30194 handle common syscalls between ABIs specially.
30195 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
30196 Remove.
30197 (syscall-list-variants, syscall-list-32bit-options)
30198 (syscall-list-32bit-condition, syscall-list-64bit-options)
30199 (syscall-list-64bit-condition): Define.
30200 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
30201 (syscall-list-variants, syscall-list-32bit-options)
30202 (syscall-list-32bit-condition, syscall-list-64bit-options)
30203 (syscall-list-64bit-condition): Define.
30204 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
30205 Remove.
30206 (syscall-list-variants, syscall-list-32bit-options)
30207 (syscall-list-32bit-condition, syscall-list-64bit-options)
30208 (syscall-list-64bit-condition): Define.
30209 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
30210 Remove.
30211 (syscall-list-variants, syscall-list-32bit-options)
30212 (syscall-list-32bit-condition, syscall-list-64bit-options)
30213 (syscall-list-64bit-condition): Define.
30214
21eaf3a5
UD
302152011-12-22 Ulrich Drepper <drepper@gmail.com>
30216
16c6f992
UD
30217 * locale/iso-639.def: Add brx entry.
30218
41043168
UD
30219 [BZ #13328]
30220 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
30221 Proposed by Mariusz_Cukr <marcukr@op.pl>.
30222
21eaf3a5
UD
30223 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
30224 __feraiseexcept_renamed.
30225
e3a851a2
UD
302262011-12-21 Ulrich Drepper <drepper@gmail.com>
30227
4920765e
UD
30228 [BZ #13538]
30229 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
30230 EPOLLET with unsigned values.
30231 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
30232 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
30233
e3a851a2
UD
30234 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
30235 to large cancellation.
30236 * math/s_cacoshf.c: Likewise.
30237 * math/s_cacoshl.c: Likewise.
30238
b27e24b8
RK
302392011-11-18 Richard B. Kreckel <kreckel@ginac.de>
30240
30241 [BZ #13305]
aebefeee 30242 [BZ #12786]
b27e24b8
RK
30243 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
30244 * math/s_cacoshf.c: Likewise.
30245 * math/s_cacoshl.c: Likewise.
30246
ee190f67
UD
302472011-12-21 Ulrich Drepper <drepper@gmail.com>
30248
30249 [BZ #13439]
30250 * iconv/gconv.h: Define __GCONV_SWAP.
30251 * iconvdata/unicode.c: The swap bit must be stored in __flags.
30252 * iconvdata/utf-16.c: Likewise.
30253 * iconvdata/utf-32.c: Likewise.
30254
707f25df
AS
302552011-12-21 Andreas Schwab <schwab@linux-m68k.org>
30256
30257 [BZ #13524]
30258 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
30259 numerator after shifting it by one limb.
30260
d2daaa1e
RÁE
302612011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
30262
30263 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
30264 under [__USE_EXTERN_INLINES].
30265
a4647e72
UD
302662011-12-17 Ulrich Drepper <drepper@gmail.com>
30267
30268 [BZ #13446]
30269 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
30270
f0b264f1
AZ
302712011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30272
30273 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
30274 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
30275 optimized code.
30276 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
30277 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
30278 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
30279 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
30280 for strncasecmp/strncasecmp_l compilation.
30281 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
30282 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
30283
8ef4f244
MP
302842011-12-08 Marek Polacek <mpolacek@redhat.com>
30285
30286 [BZ #13484]
30287 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
30288 of __asm__.
30289
97ac2654
UD
302902011-12-17 Ulrich Drepper <drepper@gmail.com>
30291
30292 [BZ #13506]
30293 * time/tzfile.c (__tzfile_read): Check values from file header.
30294
91d2a845
WS
302952011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
30296
30297 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
30298 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
30299 * powerpc/powerpc32/dl-start.S: Likewise.
30300 * powerpc/powerpc32/elf/start.S: Likewise.
30301 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
30302 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
30303 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
30304 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
30305 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
30306 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
30307 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
30308 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30309 * powerpc/powerpc32/fpu/s_round.S: Likewise.
30310 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
30311 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
30312 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
30313 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
30314 * powerpc/powerpc32/memset.S: Likewise.
30315 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
30316 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30317 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30318 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30319 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30320 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
30321 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
30322 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
30323 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
30324 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
30325 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
30326 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
30327 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
30328
a1267ba1
AZ
303292011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30330
30331 * math/libm-test.inc: Added more nearbyint tests.
30332 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
30333 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
30334 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
30335 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
30336
ad8ac1bd
RL
303372011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
30338
30339 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
30340 FD_CLOEXEC.
30341
1d3e4b61
UD
303422011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30343
30344 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
30345 Add wcscpy-ssse3 wcscpy-c.
30346 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
30347 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
30348 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
30349 * sysdeps/x86_64/wcschr.S: New file.
30350 * sysdeps/x86_64/wcsrchr.S: New file.
30351 * string/test-strcmp.c: Remove checking of wcscmp function for
30352 wrong alignments.
30353 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
30354 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
30355 wcsrchr-sse2 wcsrchr-c.
30356 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
30357 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
30358 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
30359 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
30360 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
30361 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
30362 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
30363 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
30364 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
30365 * wcsmbc/wcschr.c (WCSCHR): New macro.
30366
5b330a2d
UD
303672011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30368
30369 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
30370 * wcsmbs/test-wcsrchr.c: New file.
30371 * string/test-strrchr.c: Add wcsrchr support.
30372 (WIDE): New macro.
30373 * wcsmbs/test-wcscpy.c: New file.
30374 * string/test-strcpy.c: Add wcscpy support.
30375 (WIDE): New macro.
26428b7c 30376
f039c043
UD
303772011-12-10 Ulrich Drepper <drepper@gmail.com>
30378
30379 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
30380 the inner loop.
30381
850fb039
AS
303822011-12-06 Andreas Schwab <schwab@linux-m68k.org>
30383
30384 [BZ #13472]
30385 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
30386
4efbd5cb
UD
303872011-12-04 Ulrich Drepper <drepper@gmail.com>
30388
52ff5dd0 30389 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 30390 Minor optimizations.
52ff5dd0 30391
4efbd5cb
UD
30392 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
30393 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
30394 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
30395
8a426e12
UD
303962011-12-03 Ulrich Drepper <drepper@gmail.com>
30397
aff2453d
UD
30398 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
30399 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
30400 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
30401 for gcc to avoid warnings.
30402 * inet/Makefile (tests): Add tst-checks.
30403 * inet/tst-checks.c: New file.
30404
30405 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
30406 warning.
30407
30408 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
30409 __wmemcmp_sse2.
30410
30411 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
30412 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
30413
8a426e12
UD
30414 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
30415
9bea3473
UD
304162011-12-02 Ulrich Drepper <drepper@gmail.com>
30417
3a965496
UD
30418 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
30419 problem.
30420
9bea3473
UD
30421 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
30422
f101631b
UD
304232011-11-29 Joseph Myers <joseph@codesourcery.com>
30424
30425 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
30426 conditional on GCC version.
30427 (__arch_compare_and_exchange_val_8_acq)
30428 (__arch_compare_and_exchange_val_16_acq)
30429 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
30430 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
30431 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
30432
a98275aa
UD
304332011-12-02 Joseph Myers <joseph@codesourcery.com>
30434
30435 * sysdeps/sh/backtrace.c: New file.
30436
d4cc29a2
AS
304372011-12-02 Andreas Schwab <schwab@redhat.com>
30438
30439 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
30440 parenthesis.
30441
6257af2d
AS
304422011-12-01 Andreas Schwab <schwab@redhat.com>
30443
30444 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
30445 falling back to utime.
30446
b5f44c1a
AS
304472011-11-30 Andreas Schwab <schwab@redhat.com>
30448
30449 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
30450 expectations for float.
30451
f3a6cc0a
AS
304522011-11-29 Andreas Schwab <schwab@redhat.com>
30453
30454 * locale/weight.h (findidx): Add parameter len.
30455 * locale/weightwc.h (findidx): Likewise.
30456 * posix/fnmatch_loop.c (FCT): Adjust caller.
30457 * posix/regcomp.c (build_equiv_class): Likewise.
30458 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
30459 * posix/regexec.c (check_node_accept_bytes): Likewise.
30460 * string/strcoll_l.c (STRCOLL): Likewise.
30461 * string/strxfrm_l.c (STRXFRM): Likewise.
30462
9d65ea3a
UD
304632011-11-17 Ulrich Drepper <drepper@gmail.com>
30464
30465 * Makefile.in: Remove CVSOPT handling.
30466 * configure.in: Remove use of AC_REVISION.
30467 * iconvdata/Makefile (distribute): No need to filter out CVS.
30468 * scripts/list-sources.sh: Remove CVS, subversion and monotone
30469 handling.
30470
5583a086
AS
304712011-11-16 Andreas Schwab <schwab@redhat.com>
30472
30473 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
30474 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
30475 [USE_AS_STRNCASECMP_L]: Likewise.
30476 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
30477 NO_TLS_DIRECT_SEG_REFS.
30478 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
30479 Fix argument offsets for non-PIC.
30480 [USE_AS_STRNCASECMP_L]: Likewise.
30481 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
30482 NO_TLS_DIRECT_SEG_REFS.
30483
d62a8200
UD
304842011-11-15 Ulrich Drepper <drepper@gmail.com>
30485
9d65ea3a 30486 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
30487 O_CLOEXEC.
30488 * locale/loadlocale.c (_nl_load_locale): Likewise.
30489
09f93bd3
AS
304902011-11-15 Andreas Schwab <schwab@redhat.com>
30491
446514f9
AS
30492 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
30493 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
30494 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
30495 (SYSCALL_GETTIME): Set errno on error.
30496
09f93bd3
AS
30497 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
30498 count references to noai6ai_cached.
30499
312be3f9
UD
305002011-11-15 Ulrich Drepper <drepper@gmail.com>
30501
30502 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
30503
30504 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
30505 FD_CLOEXEC for /proc/self/maps.
30506
30507 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
30508 FD_CLOEXEC for /proc/meminfo.
30509
30510 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
30511 gai.conf.
30512
30513 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
30514 FD_CLOEXEC for given file.
30515
30516 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
30517
30518 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
30519 FD_CLOEXEC for /etc/hosts.
30520 (_gethtent): Likewise.
30521
30522 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
30523
30524 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
30525 cancellation and set FD_CLOEXEC for /etc/netgroup.
30526
30527 * nss/nss_files/files-key.c (search): Don't allow cancellation when
30528 reading /etc/publickey.
30529
30530 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
30531 allow cancellation when reading /etc/group.
30532
30533 * nss/nss_files/files-alias.c (internal_setent): Don't allow
30534 cancellation.
30535 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
30536
30537 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
30538 when using data file.
30539
30540 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
30541
30542 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
30543 (write_nis_obj): Use "c" and "e" in fopen.
30544
30545 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
30546
30547 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
30548
30549 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
30550
30551 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
30552
30553 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
30554 locale.alias.
30555
30556 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
30557
30558 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
30559
30560 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
30561
30562 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
30563 file parsing and set FD_CLOEXEC.
30564
82af0fa8
UD
305652011-11-14 Ulrich Drepper <drepper@gmail.com>
30566
30567 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
30568
a5fb313c
AS
305692011-11-14 Andreas Schwab <schwab@redhat.com>
30570
30571 * malloc/arena.c (arena_get2): Don't call reused_arena when
30572 _int_new_arena failed.
30573
6abf3465
UD
305742011-11-14 Ulrich Drepper <drepper@gmail.com>
30575
30576 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
30577 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
30578 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
30579 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30580 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30581 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
30582 to compile strcasecmp and strncasecmp.
30583 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
30584 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
30585
30586 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
30587
76e3966e
UD
305882011-11-13 Ulrich Drepper <drepper@gmail.com>
30589
30590 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
30591 locale-defines.sym to gen-as-const-headers.
30592 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
30593 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
30594 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
30595 to compile strcasecmp and strncasecmp.
30596 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
30597 strcasecmp_l and strncasecmp_l.
30598 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
30599 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
30600 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
30601 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
30602 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
30603 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
30604 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
30605 * sysdeps/i386/i686/multiarch/strncase.S: New file.
30606 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
30607 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
30608 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
30609
ab26144e
UD
306102011-11-12 Ulrich Drepper <drepper@gmail.com>
30611
7edb22ef
UD
30612 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
30613 result of SYSDEP_GETTIME_CPU to retval.
30614 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
30615 parameter list to macro. Remove trailing semicolon. Adjust users.
30616
9694fc44
UD
30617 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
30618 variable.
30619
8ad89ef8
UD
30620 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
30621 mantissa words.
30622 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
30623
0c822ef9
UD
30624 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
30625 from unused variable.
30626
874e0564
UD
30627 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
30628 DWARF definitions.
30629 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
30630 for assembling.
30631
3a2edc79
UD
30632 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
30633 over namespaces.
30634
f3c2577f
UD
30635 * sunrpc/rpc_prot.c (rejected): Fix case value.
30636
294ce126
UD
30637 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
30638 unsigned long long int to avoid warnings in shift.
30639
5e2b63c6
UD
30640 * posix/regex_internal.c (re_string_reconstruct): Actually use result
30641 of use of trans.
30642 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
30643 variable tmp.
30644
e7f4b08e
UD
30645 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
30646 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
30647 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
30648
ab26144e
UD
30649 * nis/nis_table.c (nis_list): Use variable of correct type for
30650 result of __follow_path call.
30651
8a6d5255
AZ
306522011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30653
30654 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
30655 of math functions ceil, trunc, floor, round, and sqrt, when
30656 avaliable on the platform.
30657 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
30658 name clash.
30659 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30660 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
30661 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
30662
aaddc98c
MP
306632011-10-30 Marek Polacek <mpolacek@redhat.com>
30664
30665 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
30666 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30667
95b7042b
RM
306682011-11-11 Roland McGrath <roland@hack.frob.com>
30669
30670 * include/unistd.h: Fix __readlink return type.
30671 Reported by Chris Metcalf <cmetcalf@tilera.com>.
30672
57769839
UD
306732011-11-11 Ulrich Drepper <drepper@gmail.com>
30674
30675 * stdlib/ucontext.h: Undo last change for makecontext.
30676
edc5984d
AS
306772011-11-11 Andreas Schwab <schwab@redhat.com>
30678
98591e58
AS
30679 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
30680
edc5984d
AS
30681 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
30682 * setjmp/setjmp.h: Mark functions as non-leaf.
30683 * setjmp/bits/setjmp2.h: Likewise.
30684 * stdlib/ucontext.h: Likewise.
30685
77cdc054
AS
306862011-11-10 Andreas Schwab <schwab@redhat.com>
30687
30688 * malloc/arena.c (_int_new_arena): Don't increment narenas.
30689 (reused_arena): Don't check arena limit.
30690 (arena_get2): Atomically check arena limit.
30691
fe72eebd
UD
306922011-11-08 Ulrich Drepper <drepper@gmail.com>
30693
5f078c32
UD
30694 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
30695 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
30696
fe72eebd
UD
30697 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
30698 instructions.
30699
ae1bc2fa
AS
307002011-11-07 Andreas Schwab <schwab@redhat.com>
30701
7583a88d
AS
30702 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
30703 handler when locking.
30704
ae1bc2fa
AS
30705 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
30706 Fix size of allocated buffer.
30707
10fb0bfa
AS
307082011-11-04 Andreas Schwab <schwab@redhat.com>
30709
998832a4
AS
30710 [BZ #10103]
30711 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
30712 declarations for long double functions.
30713 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
30714
10fb0bfa
AS
30715 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
30716
3d7ba52b
AS
307172011-11-03 Andreas Schwab <schwab@redhat.com>
30718
a9ae54a1
AS
30719 * nscd/nscd.c (main): Don't start AVC thread until credentials are
30720 installed.
30721
3d7ba52b
AS
30722 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
30723 is disabled.
30724
bc8db248
ST
307252011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
30726
30727 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
30728
45b96dd6
AS
307292011-11-01 Andreas Schwab <schwab@linux-m68k.org>
30730
647776f6
AS
30731 * include/alloca.h (stackinfo_alloca_round): Define.
30732 (extend_alloca): Use it.
30733 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
30734 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
30735 here.
30736
d91a8b93
AS
30737 * scripts/check-local-headers.sh: Ignore libaudit.h.
30738
45b96dd6
AS
30739 * nscd/Makefile (extra-objs): Make recursively expanded.
30740
432d41ce
UD
307412011-11-01 Ulrich Drepper <drepper@gmail.com>
30742
34372fc6
UD
30743 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
30744 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
30745
fadb59f8
UD
30746 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
30747 * posix/tst-rfc3484-2.c: Likewise.
30748 * posix/tst-rfc3484-3.c: Likewise.
30749
78239589
UD
30750 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
30751 process_vm_writev.
30752 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
30753 process_vm_writev.
30754 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
30755 process_vm_writev from libc using GLIBC_2.15 version.
30756
432d41ce
UD
30757 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
30758
02f9c6cf
PP
307592011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
30760
30761 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
30762 stack usage.
30763
3a2c0242
UD
307642011-10-31 Ulrich Drepper <drepper@gmail.com>
30765
f4ec4833
UD
30766 [BZ #13367]
30767 * nss/getent.c (initgroups_keys): Show error message in case no group
30768 names are given.
30769
3a2c0242
UD
30770 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
30771 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
30772 __bump_nl_timestamp.
30773 * nscd/connections (nscd_init): When host database is served open
30774 netlink socket and request notification about configuration changes.
30775 (main_loop_poll): Track netlink file descriptor and bump timestamp
30776 in case data becomes available.
30777 (main_loop_epoll): Likewise.
30778 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
30779 (database_pers_head): Add extra_data fileds.
30780 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
30781 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
30782 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
30783 Adjust caller.
30784 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
30785 in6ai data, call __free_in6ai.
30786 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
30787 Add -DHAVE_NETLINK.
30788 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
30789 interface information. Reuse previous data if netlink timestamp
30790 is not changed.
30791 (__bump_nl_timestamp): New function.
30792 (__free_in6ai): New function.
30793
636064eb
UD
307942011-10-30 Ulrich Drepper <drepper@gmail.com>
30795
30796 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
30797 close_not_cancel_no_status here.
30798 (__check_pf): Reorganize code a bit to not call close twice if OOM.
30799
9beb2334
UD
308002011-10-29 Ulrich Drepper <drepper@gmail.com>
30801
6ef76f3b
UD
30802 [BZ #13276]
30803 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
30804 return value.
30805
0ffc4f3e 30806 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
30807 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
30808 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
30809
cb95113e
UD
308102011-07-03 Andreas Jaeger <aj@suse.de>
30811
30812 [BZ #10709]
30813 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
30814 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
30815 * math/libm-test.inc (sin_test): Add test case.
30816
a1b560ff
UD
308172011-10-29 Ulrich Drepper <drepper@gmail.com>
30818
c9aaface
UD
30819 [BZ #13337]
30820 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
30821 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
30822
d272e7f1
UD
30823 * elf/chroot_canon.c (chroot_canon): Cleanups.
30824
1bc33071
UD
30825 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
30826
1760874d
TJ
30827 [BZ #13335]
30828 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
30829 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
30830
51d91b18
UD
30831 * string/test-strchr.c: Make usable for strchrnul testing.
30832 * string/test-strchrnul.c: New file.
30833 * string/Makefile (strop-tests): Add strchrnul.
30834
a1b560ff 30835 * po/it.po: Update from translation team.
b611fb81 30836 * po/es.po: Likewise.
a1b560ff 30837
a5b81e1f
UD
308382011-10-28 Ulrich Drepper <drepper@gmail.com>
30839
fd52bc6d
UD
30840 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
30841 the three constants needed as parameters. Drop the others.
30842 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
30843 __m128i_strloadu_tolower.
52e4b9eb
UD
30844 Create and initialize variable zero and use it in all the places
30845 where _mm_setzero_si128 was used.
fd52bc6d 30846
a5b81e1f
UD
30847 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
30848 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
30849 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
30850 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
30851 anymore.
30852 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
30853 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
30854 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
30855 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
30856 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
30857 __mpranred, __mptan.
30858 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
30859 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
30860 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
30861 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
30862 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
30863 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
30864 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
30865 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
30866 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
30867
b4343346
AS
308682011-10-28 Andreas Schwab <schwab@redhat.com>
30869
0c92d8a8
AS
30870 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
30871 redefine if SHARED.
30872 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
30873
b4343346
AS
30874 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
30875 wide char related routines to wcsmbs subdir.
30876
3871f58f
AS
308772011-10-27 Andreas Schwab <schwab@redhat.com>
30878
30879 [BZ #13344]
30880 * misc/sys/cdefs.h (__THROWNL): Define.
30881 * posix/unistd.h: Use __THREADNL instead of __THREAD
30882 for memory synchronization functions.
30883
94d44d9f
RM
308842011-10-26 Roland McGrath <roland@hack.frob.com>
30885
21b64b15 30886 [BZ #13349]
94d44d9f
RM
30887 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
30888 doesn't exist.
30889 * manual/stdio.texi (Obstack Streams): Node removed.
30890
f6ce9294
AS
308912011-10-26 Andreas Schwab <schwab@redhat.com>
30892
80479147
AS
30893 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
30894 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
30895 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
30896
f6ce9294
AS
30897 * math/math_private.h (math_force_eval): Allow non-addressable
30898 arguments.
30899 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
30900
618280a1
UD
309012011-10-25 Ulrich Drepper <drepper@gmail.com>
30902
e0016b11
UD
30903 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
30904 file is not needed.
30905
30906 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
30907 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
30908 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
30909 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
30910 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
30911 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
30912 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
30913 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
30914 Add AVX variants.
30915 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
30916 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
30917 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
30918 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
30919 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
30920 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
30921 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
30922 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
30923 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
30924 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
30925 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
30926 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
30927 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
30928 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
30929 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
30930 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
30931 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
30932 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
30933 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
30934
30935 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
30936 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
30937
618280a1
UD
30938 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
30939 place. Use VEX encoding when compiling for AVX.
30940
37822576
AS
309412011-10-25 Andreas Schwab <schwab@redhat.com>
30942
1f1e1947
AS
30943 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
30944 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
30945
37822576
AS
30946 * string/test-strchr.c (do_test): Don't generate NUL bytes.
30947
31ea014d
UD
309482011-10-25 Ulrich Drepper <drepper@gmail.com>
30949
d7826aa1 30950 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 30951 useless if() expression.
d7826aa1
UD
30952 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
30953 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
30954 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
30955 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
30956 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
30957 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
30958 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
30959 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30960 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
30961 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
30962 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
30963 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
30964 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
30965 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
30966 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
30967 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
30968 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
30969 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
30970 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
30971
31ea014d
UD
30972 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
30973
16437fec
AS
309742011-10-25 Andreas Schwab <schwab@redhat.com>
30975
30976 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
30977 condition.
30978 * elf/dl-fini.c (_dl_sort_fini): Likewise.
30979
31d3cc00
UD
309802011-10-25 Ulrich Drepper <drepper@gmail.com>
30981
30982 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
30983 .text section. Avoid duplicate constants.
30984 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30985 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30986 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30987 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30988 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30989 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30990 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30991 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30992 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30993 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
30994 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30995 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30996 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30997 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30998 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30999 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31000 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31001 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31002 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31003 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31004 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31005 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31006 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31007 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
31008 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
31009 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
31010 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
31011 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
31012 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
31013 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
31014 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
31015 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
31016 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31017 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
31018 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
31019 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
31020 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
31021 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
31022 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
31023 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
31024 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
31025 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
31026 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
31027 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
31028 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
31029
58985aa9
UD
310302011-10-24 Ulrich Drepper <drepper@gmail.com>
31031
202c9deb
UD
31032 * sysdeps/x86_64/dla.h: Move to ...
31033 * sysdeps/x86_64/fpu/dla.h: ...here.
31034 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
31035 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 31036
af968f62
UD
31037 * config.make.in: Add have-mfma4 entry.
31038 * configure.in: Substitute libc_cv_cc_fma4.
31039 * math/Makefile (dbl-only-routines): Add sincostab.
31040 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
31041 Use __sincostab not sincos.
31042 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
31043 name is a macro.
31044 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31045 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31046 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31047 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
31048 using __copysign.
31049 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
31050 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
31051 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
31052 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
31053 and __inv.
31054 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
31055 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
31056 __copysign.
31057 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
31058 define aliases when function name is a macro.
31059 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
31060 sysdeps/ieee754/dbl-64/sincos.tbl.
31061 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
31062 fma4-enabled routines.
31063 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
31064 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
31065 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
31066 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
31067 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
31068 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
31069 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
31070 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
31071 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
31072 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
31073 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
31074 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
31075 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
31076 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
31077 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
31078 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
31079 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
31080 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
31081 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
31082 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
31083 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
31084 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
31085 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
31086 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
31087 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
31088 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
31089 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
31090 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
31091 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
31092 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
31093
58985aa9
UD
31094 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
31095 rename.
31096 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31097 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31098 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31099 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31100 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31101 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31102 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31103 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31104
a201fbcf
AS
311052011-10-24 Andreas Schwab <schwab@redhat.com>
31106
31107 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
31108
fc2ee42a
LD
311092011-10-23 Ulrich Drepper <drepper@gmail.com>
31110
bb3129bd
UD
31111 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
31112
0275fff8
UD
31113 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
31114 prediction.
31115 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
31116
2fa2ae85
UD
31117 * string/strnlen.c: Don't define STRNLEN, reverse logic.
31118 Remove unused variable magic_bits.
31119 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
31120
fc2ee42a
LD
31121 * string/strnlen.c: Define and use STRNLEN macro.
31122 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
31123 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
31124 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
31125 * wcsmbs/wcslen.c: Define and use WCSLEN.
31126 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
31127 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
31128 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
31129 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
31130 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
31131 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
31132 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
31133
ce7dd29f
LD
311342011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31135
31136 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31137 strnlen-sse2-no-bsf.
31138 Rename strlen-no-bsf to strlen-sse2-no-bsf.
31139 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
31140 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
31141 Add strnlen support.
31142 (USE_AS_STRNLEN): New macro.
31143 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
31144 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
31145 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
31146 * sysdeps/x86_64/wcslen.S: New file.
31147
979c70a3
MZ
311482011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
31149
31150 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
31151 XMM-moves are used for copying on small sizes.
31152
2d09f82f
LD
311532011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31154
31155 * wcsmbs/Makefile (strop-tests): Add wcschr.
31156 * wcsmbs/test-wcschr.c: New file.
31157 * string/test-strchr.c: Update.
31158 Add wcschr support.
31159 (WIDE): New macro.
31160
619fccca
LD
311612011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31162
2d09f82f 31163 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
31164 * wcsmbs/test-wcslen.c: New file.
31165 * string/test-strlen.c: Update.
31166 Add wcslen support.
31167 (WIDE): New macro.
31168
09f699ea
UD
311692011-10-23 Ulrich Drepper <drepper@gmail.com>
31170
31171 * po/it.po: Update from translation team.
31172
95584d3b
LD
311732011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31174
31175 * sysdeps/x86_64/wcscmp.S: Update.
31176 Fix wrong comparison semantics.
31177 wcscmp shall use signed comparison not unsigned.
31178 Don't use substraction to avoid overflow bug.
31179 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
31180 * wcsmbc/wcscmp.c: Likewise.
31181 * string/test-strcmp.c: Likewise.
31182 Add new tests to check cases with negative values.
31183
c8b3296b
UD
311842011-10-23 Ulrich Drepper <drepper@gmail.com>
31185
31186 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
31187 * sysdeps/x86_64/dla.h: ...here. New file.
31188 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
31189 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31190 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31191 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31192 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31193 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31194 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31195 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31196 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31197
246ad57a
AS
311982011-10-23 Andreas Schwab <schwab@linux-m68k.org>
31199
31200 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
31201 __ynl_finite aliases.
31202
a1a87169
UD
312032011-10-22 Ulrich Drepper <drepper@gmail.com>
31204
0d355eb7
UD
31205 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31206
a1a87169
UD
31207 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
31208 define DLA_FMA.
31209 [DLA_FMA] (EMULV): Use DLA_FMA.
31210 [DLA_FMA] (MUL12): Use EMULV.
31211 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
31212 that are not needed.
31213 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31214 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31215 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31216 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31217 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31218 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31219 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31220
ee2aafe0
AS
312212011-10-22 Andreas Schwab <schwab@linux-m68k.org>
31222
31223 * math/s_nan.c: Undef __nan.
31224 * math/s_nanf.c: Undef __nanf.
31225 * math/s_nanl.c: Undef __nanl.
31226 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
31227 "math_private.h".
31228
bc62c2fb
UD
312292011-10-22 Ulrich Drepper <drepper@gmail.com>
31230
77425c63
UD
31231 * math/s_catan.c: Add branch predictions.
31232 * math/s_catanf.c: Likewise.
31233 * math/s_catanh.c: Likewise.
31234 * math/s_catanhf.c: Likewise.
31235 * math/s_catanhl.c: Likewise.
31236 * math/s_catanl.c: Likewise.
31237 * math/s_cexp.c: Likewise.
31238 * math/s_cexpf.c: Likewise.
31239 * math/s_cexpl.c: Likewise.
31240 * math/s_clog.c: Likewise.
31241 * math/s_clog10.c: Likewise.
31242 * math/s_clog10f.c: Likewise.
31243 * math/s_clog10l.c: Likewise.
31244 * math/s_clogf.c: Likewise.
31245 * math/s_clogl.c: Likewise.
31246 * math/s_csqrt.c: Likewise.
31247 * math/s_csqrtf.c: Likewise.
31248 * math/s_csqrtl.c: Likewise.
31249 * math/s_ctanf.c: Likewise.
31250 * math/s_ctanh.c: Likewise.
31251 * math/s_ctanhf.c: Likewise.
31252 * math/s_ctanhl.c: Likewise.
31253 * math/s_ctanl.c: Likewise.
31254
bc62c2fb
UD
31255 * math/math_private.h: Define __nan, __nanf, __nanl.
31256 * math/s_cacosh.c: Include <math_private.h>.
31257 * math/s_cacoshl.c: Likewise.
31258 * math/s_casinh.c: Likewise.
31259 * math/s_casinhf.c: Likewise.
31260 * math/s_casinhl.c: Likewise.
31261 * math/s_ccos.c: Rely entire on ccosh.
31262 * math/s_ccosf.c: Rely entire on ccoshf.
31263 * math/s_ccosl.c: Rely entirely on ccoshl.
31264 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
31265 Remove tests for FE_INVALID.
31266 * math/s_ccoshf.c: Likewise.
31267 * math/s_ccoshl.c: Likewise.
31268 * math/s_csin.c: Likewise.
31269 * math/s_csinf.c: Likewise.
31270 * math/s_csinh.c Likewise.
31271 * math/s_csinhf.c: Likewise.
31272 * math/s_csinhl.c: Likewise.
31273 * math/s_csinl.c: Likewise.
31274 * math/s_ctan.c: Likewise.
31275 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
31276 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
31277 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
31278
8ec250a4
UD
312792011-10-21 Ulrich Drepper <drepper@gmail.com>
31280
c196fed8
UD
31281 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
31282 compilation problems.
31283
8ec250a4
UD
31284 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
31285 __builtin_expect.
31286
8d4f46c6
UD
312872011-10-20 Ulrich Drepper <drepper@gmail.com>
31288
ed72b654
UD
31289 * sysdeps/i386/configure.in: Test for -mfma4 option.
31290 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
31291 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
31292 COMMON_CPUID_INDEX_80000001.
31293 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
31294 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
31295 use it if FMA3 is not supported.
31296 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
31297
8d4f46c6
UD
31298 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
31299 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
31300
d45c60c2
AS
313012011-10-20 Andreas Schwab <schwab@redhat.com>
31302
31303 [BZ #12892]
31304 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
31305 it would create a cycle with a link time dependency.
31306
d9a4d2ab
UD
313072011-10-19 Ulrich Drepper <drepper@gmail.com>
31308
855d1560
UD
31309 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
31310 instruction.
31311 * string/Makefile (strop-tests): Add rawmemchr.
31312 * string/test-rawmemchr.c: New file.
31313
d9a4d2ab
UD
31314 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
31315 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
31316 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
31317 when compiling str{,n}casecmp and when AVX is available. Hook up
31318 new optimized code in initializers.
31319
8f3b1ffe
AS
313202011-10-19 Andreas Schwab <schwab@redhat.com>
31321
31322 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
31323 __feraiseexcept instead of feraiseexcept.
31324
d38f1dba
UD
313252011-10-18 Ulrich Drepper <drepper@gmail.com>
31326
d9a8d0ab
UD
31327 * math/math_private.h: Define defaults for libc_fetestexcept and
31328 libc_feupdateenv.
31329 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
31330 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
31331 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
31332 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
31333 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
31334 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
31335 libc_fetestexcept and libc_feupdateenv.
31336
4855e3dd
UD
31337 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
31338 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
31339 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
31340 * sysdeps/x86_64/fpu/math_private.h: Define special version of
31341 libc_feholdexcept_setround.
31342
581d30e3
UD
31343 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
31344 Add s_nearbyint-c and s_nearbyintf-c.
31345 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
31346 nearbyintf inlines.
31347 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
31348 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
31349 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
31350 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
31351
d38f1dba
UD
31352 * math/math_private.h: Define defaults for libc_fegetround,
31353 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
31354 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
31355 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
31356 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
31357 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
31358 standard functions.
31359 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
31360 Remove comments and hacks for old compiler versions.
31361 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
31362 libc_fegetround, libc_fesetround, libc_feholdexcept, and
31363 libc_feholdexceptl.
31364
caa6c9d8
AS
313652011-10-18 Andreas Schwab <schwab@redhat.com>
31366
31367 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
31368 (__feraiseexcept_renamed): Add __NTH.
31369 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
31370 namespace violations.
31371
97c066e6
UD
313722011-10-17 Ulrich Drepper <drepper@gmail.com>
31373
99ce7b04
UD
31374 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
31375
1004d182
UD
31376 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
31377
228a984d
UD
31378 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
31379 recently added interfaces.
31380 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
31381
c8553a6a
UD
31382 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
31383 about macro parameter expansion.
31384
ed22dcf6
UD
31385 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
31386 __NO_MATH_INLINES is defined. Cleanups.
31387
31388 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
31389 and __floorf is target has SSE4.1.
31390 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
31391 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
31392 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
31393 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
31394
b171c137
UD
31395 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
31396 name.
31397 (floorf): Likewise.
31398
97c066e6
UD
31399 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
31400
629f62ef
AS
314012011-10-17 Andreas Schwab <schwab@redhat.com>
31402
49a43d80
AS
31403 * misc/sys/cdefs.h: Fix last change.
31404
629f62ef
AS
31405 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
31406 database lookup.
31407
e453f6cd
UD
314082011-10-16 Ulrich Drepper <drepper@gmail.com>
31409
aa78043a
UD
31410 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
31411
ad0f5cad
UD
31412 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
31413 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
31414 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
31415 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
31416 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
31417 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
31418 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
31419 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
31420 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
31421 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
31422 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
31423 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
31424 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
31425 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
31426 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
31427 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
31428 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
31429 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
31430 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
31431 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
31432 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
31433 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
31434
31435 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
31436 ceil, ceilf, floor, floorf.
31437
31438 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
31439 Perform IRELATIVE relocations last.
31440
e453f6cd
UD
31441 * elf/do-rel.h: Add another parameter nrelative, replacing the
31442 local variable with the same name. Change name of the function
31443 to end in Rel or Rela (uppercase).
31444 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
31445 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
31446 elf_dynamic_do_##reloc function.
31447
fd5bdc09
UD
314482011-10-15 Ulrich Drepper <drepper@gmail.com>
31449
79b195b5
UD
31450 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
31451 is sufficient, at least on modern CPUs.
31452
d4a28569
UD
31453 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
31454
b61099b5
UD
31455 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
31456 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
31457
bcf01e6d
UD
31458 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
31459 __expl_finite.
31460 * math/bits/math-finite.h: Add entries for exp.
31461 * math/e_expl.c: Add __*_finite alias.
31462 * sysdeps/i386/fpu/e_exp.S: Likewise.
31463 * sysdeps/i386/fpu/e_expf.S: Likewise.
31464 * sysdeps/i386/fpu/e_expl.c: Likewise.
31465 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31466 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
31467 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
31468 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
31469 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
31470 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
31471 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
31472
ba1a0d59
UD
31473 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
31474 is sufficient, at least on modern CPUs.
31475
fd5bdc09
UD
31476 * ctype/ctype-info.c (__ctype_init): Define.
31477 * include/ctype.h (__ctype_init): Declare.
31478 (__ctype_b_loc): The variable is always initialized.
31479 (__ctype_toupper_loc): Likewise.
31480 (__ctype_tolower_loc): Likewise.
31481 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
31482 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
31483
7872cfb0
AS
314842011-10-15 Andreas Schwab <schwab@linux-m68k.org>
31485
b468825a
AS
31486 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
31487
7872cfb0
AS
31488 * configure.in: Also look in $cxxmachine/include for C++ system
31489 headers.
31490
be13f7bf
LD
314912011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31492
31493 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
31494 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
31495 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
31496 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
31497 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
31498 (USE_AS_WMEMCMP): New macro.
31499 Fixing indents.
31500 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
31501 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
31502 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
31503 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
31504 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31505 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
31506 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
31507 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
31508 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
31509 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
31510 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
31511 (USE_AS_WMEMCMP): New macro.
31512 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
31513 * sysdeps/string/test-memcmp.c: Update.
31514 Fix simple_wmemcmp.
31515 Add new tests.
31516 * wcsmbs/wmemcmp.c: Update.
31517 (WMEMCMP): New macro.
31518 Fix overflow bug.
31519
556a2007
AJ
315202011-10-12 Andreas Jaeger <aj@suse.de>
31521
31522 [BZ #13268]
31523 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
31524
538faaa7
UD
315252011-10-15 Ulrich Drepper <drepper@gmail.com>
31526
ab6737ff
UD
31527 * libio/iofwide.c (do_length): Avoid warning.
31528
538faaa7
UD
31529 * ctype/ctype.h (__isctype_f): Add missing __THROW.
31530
396a21b1
UD
315312011-10-14 Ulrich Drepper <drepper@gmail.com>
31532
cdf2901f
UD
31533 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
31534
38ad40ce
UD
31535 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
31536 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
31537 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
31538 * sysdeps/i386/i686/fpu/e_log.S: New file.
31539 * sysdeps/i386/i686/fpu/e_logf.S: New file.
31540 * sysdeps/i386/i686/fpu/e_logl.S: New file.
31541
396a21b1
UD
31542 * ctype/ctype.h: Add support for inlined isXXX functions when
31543 compiling C++ code.
31544
6b1f68c9
AS
315452011-10-14 Andreas Schwab <schwab@redhat.com>
31546
349290c0
AS
31547 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
31548
6b1f68c9
AS
31549 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
31550
f2282d42
RM
315512011-10-13 Roland McGrath <roland@hack.frob.com>
31552
31553 [BZ #13291]
31554 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
31555
5298ffa8
AS
315562011-10-13 Andreas Schwab <schwab@redhat.com>
31557
714fad23
AS
31558 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
31559 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
31560 feraiseexcept.
31561
81dcc7fb
AS
31562 * sysdeps/x86_64/memrchr.S: Check for zero size.
31563
5298ffa8
AS
31564 * string/stratcliff.c: Add memrchr tests.
31565
951fbcec
LD
315662011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31567
31568 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31569 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
31570 rawmemchr-sse2 rawmemchr-sse2-bsf.
31571 * sysdeps/i386/i686/multiarch/memchr.S: New file.
31572 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
31573 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
31574 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
31575 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
31576 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
31577 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
31578 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
31579 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
31580 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
31581 * string/memrchr.c (MEMRCHR): New macro.
31582
0ac5ae23
UD
315832011-10-12 Ulrich Drepper <drepper@gmail.com>
31584
31585 Add integration with gcc's -ffinite-math-only and optimize wrapper
31586 functions in libm.
31587 * Versions.def: Define GLIBC_2.15 version for libm.
31588 * math/Makefile (headers): Add bits/math-finite.h.
31589 * math/bits/math-finite.h: New file.
31590 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
31591 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
31592 * math/e_acoshl.c: Add __*_finite alias.
31593 * math/e_acosl.c: Likewise.
31594 * math/e_asinl.c: Likewise.
31595 * math/e_atan2l.c: Likewise.
31596 * math/e_atanhl.c: Likewise.
31597 * math/e_coshl.c: Likewise.
31598 * math/e_exp10.c: Likewise.
31599 * math/e_exp10f.c: Likewise.
31600 * math/e_exp10l.c: Likewise.
31601 * math/e_exp2l.c: Likewise.
31602 * math/e_fmodl.c: Likewise.
31603 * math/e_gammal_r.c: Likewise.
31604 * math/e_hypotl.c: Likewise.
31605 * math/e_j0l.c: Likewise.
31606 * math/e_j1l.c: Likewise.
31607 * math/e_jnl.c: Likewise.
31608 * math/e_lgammal_r.c: Likewise.
31609 * math/e_log10l.c: Likewise.
31610 * math/e_log2l.c: Likewise.
31611 * math/e_logl.c: Likewise.
31612 * math/e_powl.c: Likewise.
31613 * math/e_sinhl.c: Likewise.
31614 * math/e_sqrtl.c: Likewise.
31615 * math/e_scalb.c: Completely rewritten and optimized.
31616 * math/e_scalbf.c: Likewise.
31617 * math/e_scalbl.c: Likewise.
31618 * math/w_acos.c: Likewise.
31619 * math/w_acosf.c: Likewise.
31620 * math/w_acosl.c: Likewise.
31621 * math/w_acosh.c: Likewise.
31622 * math/w_acoshf.c: Likewise.
31623 * math/w_acoshl.c: Likewise.
31624 * math/w_asin.c: Likewise.
31625 * math/w_asinf.c: Likewise.
31626 * math/w_asinl.c: Likewise.
31627 * math/w_atan2.c: Likewise.
31628 * math/w_atan2f.c: Likewise.
31629 * math/w_atan2l.c: Likewise.
31630 * math/w_atanh.c: Likewise.
31631 * math/w_atanhf.c: Likewise.
31632 * math/w_atanhl.c: Likewise.
31633 * math/w_exp10.c: Likewise.
31634 * math/w_exp10f.c: Likewise.
31635 * math/w_exp10l.c: Likewise.
31636 * math/w_fmod.c: Likewise.
31637 * math/w_fmodf.c: Likewise.
31638 * math/w_fmodl.c: Likewise.
31639 * math/w_j0.c: Likewise.
31640 * math/w_j0f.c: Likewise.
31641 * math/w_j0l.c: Likewise.
31642 * math/w_j1.c: Likewise.
31643 * math/w_j1f.c: Likewise.
31644 * math/w_j1l.c: Likewise.
31645 * math/w_jn.c: Likewise.
31646 * math/w_jnf.c: Likewise.
31647 * math/w_log.c: Likewise.
31648 * math/w_logf.c: Likewise.
31649 * math/w_logl.c: Likewise.
31650 * math/w_log10.c: Likewise.
31651 * math/w_log10f.c: Likewise.
31652 * math/w_log10l.c: Likewise.
31653 * math/w_log2.c: Likewise.
31654 * math/w_log2f.c: Likewise.
31655 * math/w_log2l.c: Likewise.
31656 * math/w_pow.c: Likewise.
31657 * math/w_powf.c: Likewise.
31658 * math/w_powl.c: Likewise.
31659 * math/w_remainder.c: Likewise.
31660 * math/w_remainderf.c: Likewise.
31661 * math/w_remainderl.c: Likewise.
31662 * math/w_scalb.c: Likewise.
31663 * math/w_scalbf.c: Likewise.
31664 * math/w_scalbl.c: Likewise.
31665 * math/w_sqrt.c: Likewise.
31666 * math/w_sqrtf.c: Likewise.
31667 * math/w_sqrtl.c: Likewise.
31668 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
31669 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
31670 used.
31671 * math/math_private.h: Declare __kernel_standard_f.
31672 * math/w_cosh.c: Remove cruft and optimize a bit.
31673 * math/w_coshf.c: Likewise.
31674 * math/w_coshl.c: Likewise.
31675 * math/w_exp2.c: Likewise.
31676 * math/w_exp2f.c: Likewise.
31677 * math/w_exp2l.c: Likewise.
31678 * math/w_hypot.c: Likewise.
31679 * math/w_hypotf.c: Likewise.
31680 * math/w_hypotl.c: Likewise.
31681 * math/w_lgamma.c: Likewise.
31682 * math/w_lgamma_r.c: Likewise.
31683 * math/w_lgammaf.c: Likewise.
31684 * math/w_lgammaf_r.c: Likewise.
31685 * math/w_lgammal.c: Likewise.
31686 * math/w_lgammal_r.c: Likewise.
31687 * math/w_sinh.c: Likewise.
31688 * math/w_sinhf.c: Likewise.
31689 * math/w_sinhl.c: Likewise.
31690 * math/w_tgamma.c: Likewise.
31691 * math/w_tgammaf.c: Likewise.
31692 * math/w_tgammal.c: Likewise.
31693 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
31694 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
31695 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
31696 Minor optimizations. Pretty printing. Remove cruft.
31697 * sysdeps/i386/fpu/e_acosf.S: Likewise.
31698 * sysdeps/i386/fpu/e_acosh.S: Likewise.
31699 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31700 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31701 * sysdeps/i386/fpu/e_acosl.c: Likewise.
31702 * sysdeps/i386/fpu/e_asin.S: Likewise.
31703 * sysdeps/i386/fpu/e_asinf.S: Likewise.
31704 * sysdeps/i386/fpu/e_atan2.S: Likewise.
31705 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
31706 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
31707 * sysdeps/i386/fpu/e_atanh.S: Likewise.
31708 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31709 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31710 * sysdeps/i386/fpu/e_exp10.S: Likewise.
31711 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
31712 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
31713 * sysdeps/i386/fpu/e_exp2.S: Likewise.
31714 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
31715 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
31716 * sysdeps/i386/fpu/e_fmod.S: Likewise.
31717 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
31718 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
31719 * sysdeps/i386/fpu/e_hypot.S: Likewise.
31720 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
31721 * sysdeps/i386/fpu/e_log.S: Likewise.
31722 * sysdeps/i386/fpu/e_log10.S: Likewise.
31723 * sysdeps/i386/fpu/e_log10f.S: Likewise.
31724 * sysdeps/i386/fpu/e_log10l.S: Likewise.
31725 * sysdeps/i386/fpu/e_log2.S: Likewise.
31726 * sysdeps/i386/fpu/e_log2f.S: Likewise.
31727 * sysdeps/i386/fpu/e_log2l.S: Likewise.
31728 * sysdeps/i386/fpu/e_logf.S: Likewise.
31729 * sysdeps/i386/fpu/e_logl.S: Likewise.
31730 * sysdeps/i386/fpu/e_pow.S: Likewise.
31731 * sysdeps/i386/fpu/e_powf.S: Likewise.
31732 * sysdeps/i386/fpu/e_powl.S: Likewise.
31733 * sysdeps/i386/fpu/e_remainder.S: Likewise.
31734 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
31735 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
31736 * sysdeps/i386/fpu/e_scalb.S: Likewise.
31737 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31738 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31739 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
31740 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
31741 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
31742 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
31743 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31744 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31745 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
31746 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
31747 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
31748 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
31749 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
31750 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
31751 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
31752 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
31753 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
31754 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31755 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
31756 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
31757 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31758 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31759 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
31760 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31761 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31762 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
31763 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
31764 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
31765 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
31766 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
31767 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
31768 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
31769 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
31770 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
31771 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
31772 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
31773 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
31774 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
31775 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
31776 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
31777 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
31778 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
31779 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
31780 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
31781 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
31782 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
31783 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
31784 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
31785 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
31786 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
31787 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
31788 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
31789 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
31790 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
31791 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
31792 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
31793 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
31794 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
31795 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
31796 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
31797 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
31798 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
31799 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
31800 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
31801 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
31802 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
31803 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
31804 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
31805 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
31806 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
31807 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
31808 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
31809 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
31810 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
31811 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
31812 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
31813 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
31814 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
31815 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
31816 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
31817 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
31818 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31819 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
31820 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
31821 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
31822 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
31823 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
31824 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
31825 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
31826 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
31827 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
31828 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
31829 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
31830 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
31831 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
31832 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
31833 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
31834 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
31835 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
31836 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
31837 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
31838 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
31839 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
31840 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
31841 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
31842 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
31843 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
31844 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
31845 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
31846 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31847 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31848 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31849 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31850 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
31851 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31852 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
31853 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
31854 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
31855 (__isnanf): Likewise.
31856 (__isinf_ns): Likewise.
31857 (__isinf_nsf): Likewise.
31858 (__finite): Likewise.
31859 (__finitef): Likewise.
31860 (__ieee754_sqrt): Define as macro.
31861 (__ieee754_sqrtf): Define as macro.
31862 (__ieee754_sqrtl): Define as macro.
31863 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
31864 inlined copy.
31865 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
31866 __FINITE_MATH_ONLY__ consistent.
31867 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
31868
12cc2fcd
AS
318692011-10-10 Andreas Schwab <schwab@linux-m68k.org>
31870
a843a204
AS
31871 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
31872 of rawmemchr.
31873
12cc2fcd
AS
31874 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
31875
c853acd5
UD
318762011-10-09 Ulrich Drepper <drepper@gmail.com>
31877
31878 * po/ja.po: Update from translation team.
31879
c658d255
RM
318802011-10-08 Roland McGrath <roland@hack.frob.com>
31881
110946e4
RM
31882 * locale/programs/locarchive.c (prepare_address_space): New function.
31883 (create_archive, enlarge_archive, open_archive): Use it.
31884
50604220
RM
31885 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
31886 inside [SHARED], where it is used.
31887
c658d255
RM
31888 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
31889
31890 * nss/getent.c (netgroup_keys): Remove unused variable.
31891 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
31892
6a621eb7
UD
318932011-10-08 Ulrich Drepper <drepper@gmail.com>
31894
7edb55ce
UD
31895 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
31896 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
31897 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
31898 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
31899 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
31900 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
31901 * math/Makefile (libm-calls): Add s_isinf_ns.
31902 * math/divtc3.c: Use __isinf_nsl instead of isinf.
31903 * math/multc3.c: Likewise.
31904 * math/s_casin.c: Likewise.
31905 * math/s_casinf.c: Likewise.
31906 * math/s_casinl.c: Likewise.
31907 * math/s_ccos.c: Likewise.
31908 * math/s_ccosf.c: Likewise.
31909 * math/s_ccosl.c: Likewise.
31910 * math/s_ctan.c: Likewise.
31911 * math/s_ctanf.c: Likewise.
31912 * math/s_ctanh.c: Likewise.
31913 * math/s_ctanhf.c: Likewise.
31914 * math/s_ctanhl.c: Likewise.
31915 * math/s_ctanl.c: Likewise.
31916 * math/w_fmod.c: Likewise.
31917 * math/w_fmodf.c: Likewise.
31918 * math/w_fmodl.c: Likewise.
31919 * math/w_remainder.c: Likewise.
31920 * math/w_remainderf.c: Likewise.
31921 * math/w_remainderl.c: Likewise.
31922 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
31923 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
31924 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
31925 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
31926 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
31927 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
31928 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
31929 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
31930
187da0ae
UD
31931 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
31932 of the number.
31933 * stdio-common/printf_fphex.c: Likewise.
31934 * stdio-common/printf_size.c: Likewise.
31935
9277c064
UD
31936 * math/e_exp10.c: Include math_private.h using <...> not "...".
31937 * math/e_exp10f.c: Likewise.
31938 * math/e_exp10l.c: Likewise.
31939 * math/e_exp2l.c: Likewise.
31940 * math/e_j0l.c: Likewise.
31941 * math/e_j1l.c: Likewise.
31942 * math/e_jnl.c: Likewise.
31943 * math/e_lgammal_r.c: Likewise.
31944 * math/e_rem_pio2l.c: Likewise.
31945 * math/e_scalb.c: Likewise.
31946 * math/e_scalbf.c: Likewise.
31947 * math/e_scalbl.c: Likewise.
31948 * math/k_cosl.c: Likewise.
31949 * math/k_sinl.c: Likewise.
31950 * math/k_tanl.c: Likewise.
31951 * math/s_cacoshf.c: Likewise.
31952 * math/s_catan.c: Likewise.
31953 * math/s_catanf.c: Likewise.
31954 * math/s_catanh.c: Likewise.
31955 * math/s_catanhf.c: Likewise.
31956 * math/s_catanhl.c: Likewise.
31957 * math/s_catanl.c: Likewise.
31958 * math/s_ccosh.c: Likewise.
31959 * math/s_ccoshf.c: Likewise.
31960 * math/s_ccoshl.c: Likewise.
31961 * math/s_cexp.c: Likewise.
31962 * math/s_cexpf.c: Likewise.
31963 * math/s_cexpl.c: Likewise.
31964 * math/s_clog.c: Likewise.
31965 * math/s_clog10.c: Likewise.
31966 * math/s_clog10f.c: Likewise.
31967 * math/s_clog10l.c: Likewise.
31968 * math/s_clogf.c: Likewise.
31969 * math/s_clogl.c: Likewise.
31970 * math/s_csin.c: Likewise.
31971 * math/s_csinf.c: Likewise.
31972 * math/s_csinh.c: Likewise.
31973 * math/s_csinhf.c: Likewise.
31974 * math/s_csinhl.c: Likewise.
31975 * math/s_csinl.c: Likewise.
31976 * math/s_csqrt.c: Likewise.
31977 * math/s_csqrtf.c: Likewise.
31978 * math/s_csqrtl.c: Likewise.
31979 * math/s_ctan.c: Likewise.
31980 * math/s_ctanf.c: Likewise.
31981 * math/s_ctanh.c: Likewise.
31982 * math/s_ctanhf.c: Likewise.
31983 * math/s_ctanhl.c: Likewise.
31984 * math/s_ctanl.c: Likewise.
31985 * math/s_ldexp.c: Likewise.
31986 * math/s_ldexpf.c: Likewise.
31987 * math/s_ldexpl.c: Likewise.
31988 * math/s_significand.c: Likewise.
31989 * math/s_significandf.c: Likewise.
31990 * math/s_significandl.c: Likewise.
31991 * math/w_acos.c: Likewise.
31992 * math/w_acosf.c: Likewise.
31993 * math/w_acosh.c: Likewise.
31994 * math/w_acoshf.c: Likewise.
31995 * math/w_acoshl.c: Likewise.
31996 * math/w_acosl.c: Likewise.
31997 * math/w_asin.c: Likewise.
31998 * math/w_asinf.c: Likewise.
31999 * math/w_asinl.c: Likewise.
32000 * math/w_atan2.c: Likewise.
32001 * math/w_atan2f.c: Likewise.
32002 * math/w_atan2l.c: Likewise.
32003 * math/w_atanh.c: Likewise.
32004 * math/w_atanhf.c: Likewise.
32005 * math/w_atanhl.c: Likewise.
32006 * math/w_cosh.c: Likewise.
32007 * math/w_coshf.c: Likewise.
32008 * math/w_coshl.c: Likewise.
32009 * math/w_dremf.c: Likewise.
32010 * math/w_exp10.c: Likewise.
32011 * math/w_exp10f.c: Likewise.
32012 * math/w_exp10l.c: Likewise.
32013 * math/w_exp2.c: Likewise.
32014 * math/w_exp2f.c: Likewise.
32015 * math/w_fmod.c: Likewise.
32016 * math/w_fmodf.c: Likewise.
32017 * math/w_fmodl.c: Likewise.
32018 * math/w_hypot.c: Likewise.
32019 * math/w_hypotf.c: Likewise.
32020 * math/w_hypotl.c: Likewise.
32021 * math/w_j0.c: Likewise.
32022 * math/w_j0f.c: Likewise.
32023 * math/w_j0l.c: Likewise.
32024 * math/w_j1.c: Likewise.
32025 * math/w_j1f.c: Likewise.
32026 * math/w_j1l.c: Likewise.
32027 * math/w_jn.c: Likewise.
32028 * math/w_jnf.c: Likewise.
32029 * math/w_jnl.c: Likewise.
32030 * math/w_lgamma.c: Likewise.
32031 * math/w_lgamma_r.c: Likewise.
32032 * math/w_lgammaf.c: Likewise.
32033 * math/w_lgammaf_r.c: Likewise.
32034 * math/w_lgammal.c: Likewise.
32035 * math/w_lgammal_r.c: Likewise.
32036 * math/w_log.c: Likewise.
32037 * math/w_log10.c: Likewise.
32038 * math/w_log10f.c: Likewise.
32039 * math/w_log10l.c: Likewise.
32040 * math/w_log2.c: Likewise.
32041 * math/w_log2f.c: Likewise.
32042 * math/w_log2l.c: Likewise.
32043 * math/w_logf.c: Likewise.
32044 * math/w_logl.c: Likewise.
32045 * math/w_pow.c: Likewise.
32046 * math/w_powf.c: Likewise.
32047 * math/w_powl.c: Likewise.
32048 * math/w_remainder.c: Likewise.
32049 * math/w_remainderf.c: Likewise.
32050 * math/w_remainderl.c: Likewise.
32051 * math/w_scalb.c: Likewise.
32052 * math/w_scalbf.c: Likewise.
32053 * math/w_scalbl.c: Likewise.
32054 * math/w_sinh.c: Likewise.
32055 * math/w_sinhf.c: Likewise.
32056 * math/w_sinhl.c: Likewise.
32057 * math/w_sqrt.c: Likewise.
32058 * math/w_sqrtf.c: Likewise.
32059 * math/w_sqrtl.c: Likewise.
32060 * math/w_tgamma.c: Likewise.
32061 * math/w_tgammaf.c: Likewise.
32062 * math/w_tgammal.c: Likewise.
32063
6a621eb7
UD
32064 * po/ja.po: Update from translation team.
32065
bf582445
AJ
320662011-09-29 Andreas Jaeger <aj@suse.de>
32067
f9efbf3a
AJ
32068 [BZ #13179]
32069 * sunrpc/netname.c (netname2host): Fix logic.
32070
bf582445
AJ
32071 [BZ #6779]
32072 [BZ #6783]
32073 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
32074 correctly.
32075 * math/w_remainder.c (__remainder): Likewise.
32076 * math/w_remainderf.c (__remainderf): Likewise.
32077 * math/libm-test.inc (remainder_test): Add test cases.
32078
48693bea
AK
320792011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32080
32081 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
32082 sdiv_qrnnd.
32083
42622229
LD
320842011-10-07 Ulrich Drepper <drepper@gmail.com>
32085
32086 * string/test-memcmp.c: Avoid unncessary #defines.
32087 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
32088
093ecf92
LD
320892011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32090
32091 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
32092 Use new sse2 version for core i3 - i7 as it's faster
32093 than sse42 version.
32094 (bit_Prefer_PMINUB_for_stringop): New.
32095 * sysdeps/x86_64/rawmemchr.S: Update.
32096 Replace with faster SSE2 version.
32097 * sysdeps/x86_64/memrchr.S: New file.
32098 * sysdeps/x86_64/memchr.S: Update.
32099 Replace with faster SSE2 version.
32100
fde56e5c
MP
321012011-09-12 Marek Polacek <mpolacek@redhat.com>
32102
32103 * elf/dl-load.c (lose): Add cast to avoid warning.
32104
21fd49a9
UD
321052011-10-07 Ulrich Drepper <drepper@gmail.com>
32106
5a06e643
UD
32107 * po/ca.po: Update from translation team.
32108
684ae515
UD
32109 * inet/getnetgrent_r.c: Hook up nscd.
32110 * nscd/Makefile (routines): Add nscd_netgroup.
32111 (nscd-modules): Add netgroupcache.
32112 (CFLAGS-netgroupcache.c): Define.
32113 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
32114 (cache_search): Add const to second parameter.
32115 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
32116 INNETGR.
32117 (dbs): Add netgrdb entry.
32118 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
32119 (verify_persistent_db): Handle netgrdb.
32120 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
32121 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
32122 GETFDNETGR.
32123 (netgroup_response_header): Define.
32124 (innetgroup_response_header): Define.
32125 (datahead): Add netgroup_response_header and innetgroup_response_header
32126 elements.
32127 * nscd/nscd.conf: Add entries for netgroup cache.
32128 * nscd/nscd.h (dbtype): Add netgrdb.
32129 (_PATH_NSCD_NETGROUP_DB): Define.
32130 (netgroup_iov_disabled): Declare.
32131 (xmalloc, xcalloc, xrealloc): Move declarations here.
32132 (cache_search): Adjust prototype.
32133 Add netgroup-related prototypes.
32134 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
32135 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
32136 (__nscd_innetgr): Declare.
32137 * nscd/selinux.c (perms): Use access_vector_t as element type and
32138 add netgroup-related initializers.
32139 * nscd/netgroupcache.c: New file.
32140 * nscd/nscd_netgroup.c: New file.
32141 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
32142 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
32143 For four parameters use innetgr.
32144 * nss/nss_files/files-init.c: Add definition and callback for netgr.
32145 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
32146 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
32147 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
32148
21fd49a9
UD
32149 * nscd/connections.c (register_traced_file): Don't register file
32150 for disabled databases.
32151
054c0457
UD
321522011-10-06 Ulrich Drepper <drepper@gmail.com>
32153
32b63198
UD
32154 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
32155
054c0457
UD
32156 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
32157 from tree and freeing node.
32158
64031225
JO
321592011-09-25 Jiri Olsa <jolsa@redhat.com>
32160
32161 * nss/nsswitch.c (__nss_database_lookup): Handle
32162 nss_parse_service_list out of memory case.
32163
0490345c
JO
321642011-09-15 Jiri Olsa <jolsa@redhat.com>
32165
32166 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
32167 out of memory case.
32168
3a62d00d
AS
321692011-10-04 Andreas Schwab <schwab@redhat.com>
32170
32171 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
32172 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
32173 pass it down.
32174 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
32175 elf_machine_rela, elf_machine_lazy_rel.
32176 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
32177 (ELF_DYNAMIC_DO_REL): Likewise.
32178 (ELF_DYNAMIC_DO_RELA): Likewise.
32179 (ELF_DYNAMIC_RELOCATE): Likewise.
32180 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
32181 to ELF_DYNAMIC_DO_REL.
32182 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
32183 (dl_main): In trace mode always set __RTLD_NOIFUNC.
32184 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
32185 elf_machine_rela.
32186 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
32187 skip_ifunc, don't call ifunc function if non-zero.
32188 (elf_machine_rela): Likewise.
32189 (elf_machine_lazy_rel): Likewise.
32190 (elf_machine_lazy_rela): Likewise.
32191 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
32192 (elf_machine_lazy_rel): Likewise.
32193 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
32194 Likewise.
32195 (elf_machine_lazy_rel): Likewise.
32196 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
32197 Likewise.
32198 (elf_machine_lazy_rel): Likewise.
32199 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
32200 (elf_machine_lazy_rel): Likewise.
32201 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
32202 (elf_machine_lazy_rel): Likewise.
32203 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
32204 (elf_machine_lazy_rel): Likewise.
32205 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
32206 (elf_machine_lazy_rel): Likewise.
32207 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
32208 (elf_machine_lazy_rel): Likewise.
32209 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
32210 (elf_machine_lazy_rel): Likewise.
32211
68577918
UD
322122011-09-28 Ulrich Drepper <drepper@gmail.com>
32213
32214 * nss/nss_files/files-init.c (_nss_files_init): Use static
32215 initialization for all the *_traced_file variables.
32216
68822d74
AS
322172011-09-28 Andreas Schwab <schwab@redhat.com>
32218
32219 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
32220
2056100b
RM
322212011-09-27 Roland McGrath <roland@hack.frob.com>
32222
32223 [BZ #13226]
32224 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
32225
32c76b63
AS
322262011-09-27 Andreas Schwab <schwab@redhat.com>
32227
32228 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
32229 Reread the line before reparsing it.
32230
bf972c9d
AS
322312011-09-26 Andreas Schwab <schwab@redhat.com>
32232
32233 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
32234
e057a1b5
JM
322352011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
32236 Maxim Kuvyrkov <maxim@codesourcery.com>
32237 Joseph Myers <joseph@codesourcery.com>
32238
32239 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
32240 if needed for __stack_chk_guard.
32241
bc7e1c36
RM
322422011-09-19 Roland McGrath <roland@hack.frob.com>
32243
ecb1482f
RM
32244 * sysdeps/posix/spawni.c (script_execute): Always define it.
32245 It will be optimized away if unused.
32246 (maybe_script_execute): New function.
32247 (__spawni): Call it.
32248
bc7e1c36
RM
32249 * Makerules: Don't include tls.make.
32250 (config-tls): Always set to thread.
32251 * tls.make.c: File removed.
32252
1c3b002b
MF
322532011-09-19 Mike Frysinger <vapier@gentoo.org>
32254
32255 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
32256 * config.make.in (CPPFLAGS-config): New substituted variable.
32257
2840865d
UD
322582011-09-15 Ulrich Drepper <drepper@gmail.com>
32259
88738eb6
UD
32260 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
32261
cbf645a6 32262 [BZ #13192]
2840865d
UD
32263 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
32264 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
32265
b402e91a
RM
322662011-09-15 Roland McGrath <roland@hack.frob.com>
32267
32268 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
32269 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
32270 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
32271 (CALL_FAIL): Likewise.
32272 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
32273 (CALL_FAIL): Macro removed.
32274 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
32275
4c1a1f71
UD
322762011-09-15 Ulrich Drepper <drepper@gmail.com>
32277
32278 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
32279 for __FINITE_MATH_ONLY__ == 1.
32280
edc121be
AS
322812011-09-15 Andreas Schwab <schwab@redhat.com>
32282
32283 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
32284 __ieee754_sqrt instead of sqrt.
32285 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
32286 __ieee754_sqrtf instead of sqrtf.
32287 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
32288 __floorf instead of floorf.
32289 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
32290 __floorf, __truncf instead of floorf, truncf.
32291
cd205654
UD
322922011-09-14 Ulrich Drepper <drepper@gmail.com>
32293
ee4d0315
UD
32294 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
32295
cd205654
UD
32296 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
32297 __extern_always_inline.
32298 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
32299 32-bit.
32300
48b67d71
AS
323012011-09-14 Andreas Schwab <schwab@redhat.com>
32302
32303 * elf/rtld.c (dl_main): Also relocate in dependency order when
32304 doing symbol dependency testing.
32305
1ae12c75
AS
323062011-09-13 Andreas Schwab <schwab@linux-m68k.org>
32307
32308 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
32309 Always define `refsym'.
32310
995a80df
AS
323112011-09-13 Andreas Schwab <schwab@redhat.com>
32312
e529793b
AS
32313 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
32314 (__FD_ELT): Renamed from __FDELT.
32315 * misc/bits/select2.h (__FD_ELT): Likewise.
32316 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
32317 __FD_MASK instead of __FDELT, __FDMASK.
32318 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
32319 Likewise.
32320 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
32321 Likewise.
32322
52d4fef8
AS
32323 * elf/Makefile (gen-ldd): Fix pattern.
32324
995a80df
AS
32325 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
32326 (init_tls): Likewise.
32327
8682f8b0
UD
323282011-09-12 Ulrich Drepper <drepper@gmail.com>
32329
32330 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
32331
de82006d
AS
323322011-09-12 Andreas Schwab <schwab@redhat.com>
32333
a7c8e6a1
AS
32334 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
32335 `struct cmsghdr *' instead of `void *'.
32336 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
32337 Likewise.
32338
0f31fe77
AS
323392011-09-11 Andreas Schwab <schwab@linux-m68k.org>
32340
32341 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
32342 if non-absolute.
32343 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
32344 ldd_rewrite_script.
0f31fe77 32345
32b4c839
UD
323462011-09-11 Ulrich Drepper <drepper@gmail.com>
32347
83cd1420
UD
32348 * configure.in: Remove --with-tls option.
32349 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
32350 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
32351 out in case it is missing.
32352 * sysdeps/ia64/elf/configure.in: Likewise.
32353 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
32354 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
32355 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
32356 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
32357 * sysdeps/sh/elf/configure.in: Likewise.
32358 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
32359 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
32360 * sysdeps/x86_64/elf/configure.in: Likewise.
32361 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
32362 * sysdeps/mach/hurd/tls.h: Likewise.
32363
633f745d
UD
32364 [BZ #13067]
32365 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
32366
f318beb8
UD
32367 [BZ #13090]
32368 * configure.in: Fix use of AC_INIT.
32369
32b4c839
UD
32370 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
32371
3ce1f295
UD
323722011-09-10 Ulrich Drepper <drepper@gmail.com>
32373
bb016596
UD
32374 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
32375 __set_errno.
8e58439c
UD
32376 * malloc/hooks.c: Likewise.
32377
aebae053 32378 [BZ #11929]
02d46fc4
UD
32379 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
32380 variables statically.
32381 (narenas): Initialize.
32382 (list_lock): Initialize.
bb016596
UD
32383 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
32384 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
32385 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
32386 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
32387 Add initializers to main_arena and mp_.
32388 (malloc_state): Remove pagesize member. Change all users to use
32389 GLRO(dl_pagesize).
32390
32391 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
32392 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
32393 is always initialized.
32394
22a89187
UD
32395 * malloc/malloc.c: Removed unused configurations and dead code.
32396 * malloc/arena.c: Likewise.
32397 * malloc/hooks.c: Likewise.
02d46fc4 32398 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 32399
d063d164
UD
32400 * include/tls.h: Removed. USE___THREAD must always be defined.
32401 * bits/libc-tsd.h: Don't handle !USE___THREAD.
32402 * elf/dl-libc.c: Likewise.
32403 * elf/dl-tsd.c: Likewise.
32404 * include/errno.h: Likewise.
32405 * include/netdb.h: Likewise.
32406 * include/resolv.h: Likewise.
32407 * inet/herrno-loc.c: Likewise.
32408 * inet/herrno.c: Likewise.
32409 * malloc/arena.c: Likewise.
32410 * malloc/hooks.c: Likewise.
32411 * malloc/malloc.c: Likewise.
32412 * resolv/res-state.c: Likewise.
32413 * resolv/res_libc.c: Likewise.
32414 * sysdeps/i386/dl-machine.h: Likewise.
32415 * sysdeps/ia64/dl-machine.h: Likewise.
32416 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
32417 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32418 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
32419 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
32420 * sysdeps/sh/dl-machine.h: Likewise.
32421 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
32422 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
32423 * sysdeps/unix/i386/sysdep.S: Likewise.
32424 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
32425 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
32426 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
32427 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
32428 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
32429 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
32430 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
32431 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
32432 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
32433 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
32434 * sysdeps/unix/x86_64/sysdep.S: Likewise.
32435 * sysdeps/x86_64/dl-machine.h: Likewise.
32436 * tls.make.c: Likewise.
32437
3ce1f295
UD
32438 * configure.in: Remove --with-__thread option. Make tests for
32439 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
32440 tls_model attribute fail if no support is available. Remove
32441 USE_IN_LIBIO.
32442 * Makeconfig: Adjust for dropped configure option. All features are
32443 now mandatory.
32444 * Makerules: Likewise.
32445 * Versions.def: Likewise.
32446 * argp/argp-fmtstream.c: Likewise.
32447 * argp/argp-fmtstream.h: Likewise.
32448 * argp/argp-help.c: Likewise.
32449 * assert/assert.c: Likewise.
32450 * config.h.in: Likewise.
32451 * config.make.in: Likewise.
32452 * configure: Likewise.
32453 * configure.in: Likewise.
32454 * csu/Versions: Likewise.
32455 * csu/init.c: Likewise.
32456 * elf/tst-audit2.c: Likewise.
32457 * elf/tst-tls10.c: Likewise.
32458 * elf/tst-tls10.h: Likewise.
32459 * elf/tst-tls11.c: Likewise.
32460 * elf/tst-tls12.c: Likewise.
32461 * elf/tst-tls14.c: Likewise.
32462 * elf/tst-tlsmod11.c: Likewise.
32463 * elf/tst-tlsmod12.c: Likewise.
32464 * elf/tst-tlsmod13.c: Likewise.
32465 * elf/tst-tlsmod13a.c: Likewise.
32466 * elf/tst-tlsmod14a.c: Likewise.
32467 * elf/tst-tlsmod15b.c: Likewise.
32468 * elf/tst-tlsmod16a.c: Likewise.
32469 * elf/tst-tlsmod16b.c: Likewise.
32470 * elf/tst-tlsmod7.c: Likewise.
32471 * elf/tst-tlsmod8.c: Likewise.
32472 * elf/tst-tlsmod9.c: Likewise.
32473 * gmon/gmon.c: Likewise.
32474 * grp/fgetgrent_r.c: Likewise.
32475 * grp/putgrent.c: Likewise.
32476 * hurd/fopenport.c: Likewise.
32477 * include/libc-symbols.h: Likewise.
32478 * include/tls.h: Likewise.
32479 * intl/gettextP.h: Likewise.
32480 * intl/loadinfo.h: Likewise.
32481 * locale/global-locale.c: Likewise.
32482 * locale/localeinfo.h: Likewise.
32483 * mach/devstream.c: Likewise.
32484 * malloc/arena.c: Likewise.
32485 * malloc/set-freeres.c: Likewise.
32486 * misc/err.c: Likewise.
32487 * misc/getttyent.c: Likewise.
32488 * misc/mntent_r.c: Likewise.
32489 * posix/getopt.c: Likewise.
32490 * posix/wordexp.c: Likewise.
32491 * pwd/fgetpwent_r.c: Likewise.
32492 * resolv/Versions: Likewise.
32493 * resolv/res_hconf.c: Likewise.
32494 * shadow/fgetspent_r.c: Likewise.
32495 * shadow/putspent.c: Likewise.
32496 * stdio-common/printf_fphex.c: Likewise.
32497 * stdio-common/tmpfile.c: Likewise.
32498 * stdlib/abort.c: Likewise.
32499 * stdlib/fmtmsg.c: Likewise.
32500 * sunrpc/auth_unix.c: Likewise.
32501 * sunrpc/clnt_perr.c: Likewise.
32502 * sunrpc/clnt_tcp.c: Likewise.
32503 * sunrpc/clnt_udp.c: Likewise.
32504 * sunrpc/clnt_unix.c: Likewise.
32505 * sunrpc/openchild.c: Likewise.
32506 * sunrpc/svc_simple.c: Likewise.
32507 * sunrpc/svc_tcp.c: Likewise.
32508 * sunrpc/svc_udp.c: Likewise.
32509 * sunrpc/svc_unix.c: Likewise.
32510 * sunrpc/xdr.c: Likewise.
32511 * sunrpc/xdr_array.c: Likewise.
32512 * sunrpc/xdr_rec.c: Likewise.
32513 * sunrpc/xdr_ref.c: Likewise.
32514 * sunrpc/xdr_stdio.c: Likewise.
32515
1248c1c4
PB
325162011-09-09 Ulrich Drepper <drepper@gmail.com>
32517
32518 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
32519
325202011-07-03 Andreas Jaeger <aj@suse.de>
32521
32522 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
32523 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
32524 regenerate with gen-libm-tests.pl.
32525
325262010-05-12 Petr Baudis <pasky@suse.cz>
32527
32528 [BZ #11589]
32529 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
32530 around j0() zero points by switching to j1().
32531 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
32532 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
32533 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
32534 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
32535
f22e1074
UD
325362011-09-09 Ulrich Drepper <drepper@gmail.com>
32537
f19009c1
UD
32538 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
32539 instead of 0.
32540 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 32541 instead of 0.
f19009c1
UD
32542 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
32543 Patch in part by Pavel Roskin <proski@gnu.org>.
32544
3f8cc204
UD
32545 [BZ #13138]
32546 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
32547 realloc.
32548 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
32549 Free memory block if necessary.
32550
f22e1074
UD
32551 [BZ #12847]
32552 * libio/genops.c (INTDEF): For string streams the _lock pointer can
32553 be NULL. Don't lock in this case.
32554
0a2349f9
RM
325552011-09-09 Roland McGrath <roland@hack.frob.com>
32556
32557 * elf/elf.h (ELFOSABI_GNU): New macro.
32558 (ELFOSABI_LINUX): Define to that.
32559
f3cdd467
DZ
325602011-07-29 Denis Zaitceff <zaitceff@gmail.com>
32561
32562 * string/strncat.c (strncat): Undef the symbol in case it has been
32563 defined in bits/string.h.
32564
74718d13
UD
325652011-09-09 Ulrich Drepper <drepper@gmail.com>
32566
633e9e0f
UD
32567 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
32568
0a2349f9 32569 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
32570 link map.
32571
f9924780
AJ
325722011-08-17 Andreas Jaeger <aj@suse.de>
32573
32574 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
32575
7f5517aa
PP
325762011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
32577 Ian Lance Taylor <iant@google.com>
32578
32579 * math/libm-test.inc (lround_test): New testcase.
32580 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
32581
762011fe
UD
325822011-09-08 Ulrich Drepper <drepper@gmail.com>
32583
92963737
UD
32584 * Makefile: Remove support for automatic cvs check-ins.
32585 * Makerules: Likewise.
32586 * config.make.in: Likewise.
32587 * configure.in: Likewise.
32588 * intl/Makefile: Likewise.
32589 * locale/Makefile: Likewise.
32590 * po/Makefile: Likewise.
32591 * posix/Makefile: Likewise.
32592 * sysdeps/gnu/Makefile: Likewise.
32593 * sysdeps/mach/hurd/Makefile: Likewise.
32594 * sysdeps/sparc/sparc32/Makefile: Likewise.
32595
b0727fd8
JS
32596 [BZ #13118]
32597 * posix/Makefile (bug-regex32-ENV): Define.
32598 Patch by John Stanley <jpsinthemix@verizon.net>.
32599
a0f33f99
UD
32600 * misc/Makefile (headers): Add bits/select2.h.
32601 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
32602 * misc/bits/select2.h: New file.
32603 * include/bits/select2.h: New file.
32604 * debug/Makefile (routines): Add fdelt_chk.
32605 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
32606 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
32607 FD_ISSET.
32608 * debug/fdelt_chk.c: New file.
32609
762011fe
UD
32610 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
32611 * wcsmbs/test-wmemcmp.c: Likewise.
32612 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 32613 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
32614
326152011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32616
32617 * string/Makefile (strop-tests): Add memcmp.
32618 * string/test-wmemcmp.c: New file.
32619 * string/test-memcmp.c: Add wmemcmp support.
32620
7f513ec8
RM
326212011-09-08 Roland McGrath <roland@hack.frob.com>
32622
0442afb4
RM
32623 [BZ #13153]
32624 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
32625 2011-07-19 change.
32626
7f513ec8
RM
32627 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
32628 garbage value in a __mach_port_mod_refs call in the cases of the
32629 task-self and thread-self ports.
32630
a12b2239
ST
326312011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
32632
32633 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
32634
610f9ab4
AS
326352011-09-08 Andreas Schwab <schwab@redhat.com>
32636
7f513ec8 32637 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 32638
48882a1a
LD
326392011-09-07 Ulrich Drepper <drepper@gmail.com>
32640
b49865be
UD
32641 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
32642
fdc86bc9
UD
32643 * elf/dl-libc.c (dlerror_run): Pass back error code from
32644 dl_catch_error.
32645
c966526a
UD
32646 [BZ #13123]
32647 * elf/dl-load.c (lose): Free l_origin if it is valid.
32648
48882a1a
LD
32649 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
32650 names.
32651 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
32652 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
32653 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
32654 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
32655 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
32656 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
32657
77a2a8b4
AZ
326582011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
32659
32660 * sysdeps/powerpc/fpu/e_hypot.c: New file.
32661 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
32662 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
32663 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
32664 * sysdeps/powerpc/fpu/k_cosf.c: New file.
32665 * sysdeps/powerpc/fpu/k_sinf.c: New file.
32666 * sysdeps/powerpc/fpu/s_cosf.c: New file.
32667 * sysdeps/powerpc/fpu/s_sinf.c: New file.
32668 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
32669 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
32670
24f579d8
AM
326712011-08-15 Alan Modra <amodra@gmail.com>
32672
32673 [BZ #13092]
32674 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
32675 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
32676 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
32677 ppc_mcount to static-only-routines.
32678 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
32679 __mcount_internal.
32680 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
32681 __mcount_internal with usual JUMPTARGET. Remove useless nop.
32682
3d4837df
UD
326832011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
32684
32685 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
32686 for finite and infinity parameters.
32687
22700377
WS
326882011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
32689
32690 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
32691 and add nop instructions for throughput optimization.
32692 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32693
5025581e
WS
326942011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
32695
32696 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
32697 aligned copy for power7 with vector-scalar instructions.
32698 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
32699
08a300c9
L
327002011-07-24 H.J. Lu <hongjiu.lu@intel.com>
32701
32702 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
32703 AVX check.
32704
59178ef9
AS
327052011-09-07 Andreas Schwab <schwab@redhat.com>
32706
32707 [BZ #13144]
32708 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
32709 last change.
32710
e38ba7ab
UD
327112011-09-07 Ulrich Drepper <drepper@gmail.com>
32712
32713 * sysdeps/unix/sysv/linux/x86_64/init-first.c
32714 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
32715 syscall wrapper around clock_gettime in __vdso_clock_gettime.
32716 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
32717 clock_gettime.
32718
d53a73ac
UD
327192011-09-06 Ulrich Drepper <drepper@gmail.com>
32720
fc8bffcc
UD
32721 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
32722 Forgot to demangle the pointer.
32723
ceaa0c5d
UD
32724 * sysdeps/i386/sysdep.h: Define atom_text_section.
32725 * sysdeps/x86_64/sysdep.h: Likewise.
32726 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
32727 section with atom_text_section.
32728 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
32729 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
32730 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
32731 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
32732 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
32733
a77d3c17
UD
32734 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
32735 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
32736 already be defined. Change to take two parameters and don't assign
32737 result to variable. Adjust all users.
32738 Define INTERNAL_GETTIME if not already defined.
32739 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
32740 call.
32741 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
32742 HAVE_CLOCK_GETTIME_VSYSCALL.
32743 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
32744
d53a73ac
UD
32745 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
32746 gettimeofday vsyscall, just use time.
32747
a8f84144
AS
327482011-09-06 Andreas Schwab <schwab@redhat.com>
32749
32750 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
32751 <errno.h>.
32752
ef606249
UD
327532011-09-06 Ulrich Drepper <drepper@gmail.com>
32754
32755 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
32756 syscall on x86-64.
32757 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
32758 syscall.
32759 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
32760 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
32761 syscall if possible.
32762
6585cb60
UD
327632011-09-05 Ulrich Drepper <drepper@gmail.com>
32764
32765 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
32766 e_ident. Don't pass to find_mapsXX.
32767 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
32768
a5f524e4
LD
327692011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32770
32771 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32772 strchr-sse2-no-bsf strrchr-sse2-no-bsf
32773 * sysdeps/x86_64/multiarch/strchr.S: Update.
32774 Check bit_slow_BSF bit.
32775 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
32776 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
32777 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
32778
554881ef
UD
327792011-09-05 Ulrich Drepper <drepper@gmail.com>
32780
d96de963
UD
32781 [BZ #13134]
32782 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
32783 before glibc 2.15.
32784 (tryshell): Define.
32785 (__spawni): Change last parameter to be flag. Test
32786 SPAWN_XFLAGS_USE_PATH flag to use path or not.
32787 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
32788 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
32789 * posix/spawni.c: Likewise.
32790 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
32791 * posix/spawnp.c: Likewise. Change normal version to use
32792 SPAWN_XFLAGS_USE_PATH.
32793 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
32794 SPAWN_XFLAGS_TRY_SHELL.
32795
d48e5868
UD
32796 [BZ #13150]
32797 * posix/glob.h: Remove gcc 1.x support.
32798
554881ef
UD
32799 [BZ #13068]
32800 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
32801
693fb948
LD
328022011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32803
32804 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32805 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
32806 strrchr-sse2-bsf
32807 * sysdeps/i386/i686/multiarch/strchr.S: New file.
32808 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
32809 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
32810 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
32811 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
32812 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
32813
1b48c537
UD
328142011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32815
49d42c37
UD
32816 * sysdeps/x86_64/wcscmp.S: New file.
32817
1b48c537
UD
32818 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
32819 wcscmp-c wcscmp-sse2
32820 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
32821 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
32822 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
32823 * wcsmbs/wcscmp.c: Allow renaming.
32824
15c95c5d
DM
328252011-09-05 David S. Miller <davem@davemloft.net>
32826
32827 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
32828 stack slot, rather than the struct return pointer slot.
32829 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
32830 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
32831 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
32832 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
32833
2f0ad8f3
UD
328342011-09-05 Ulrich Drepper <drepper@gmail.com>
32835
d88ae418
UD
32836 * po/ja.po: Update from translation team.
32837
2f0ad8f3
UD
32838 [BZ #13144]
32839 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
32840 kernel in 64-bit binaries.
32841
5f4318d1
DM
328422011-09-01 David S. Miller <davem@davemloft.net>
32843
32844 * elf/elf.h (HWCAP_SPARC_*): Move to..
32845 * sysdeps/sparc/sysdep.h: this new file and add new values.
32846 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
32847 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
32848 _DL_HWCAP_COUNT to 24.
32849 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32850 entries.
32851 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
32852 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
32853 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
32854 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
32855 instead of magic constants.
32856 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32857
3ba57516
DM
328582011-08-31 David S. Miller <davem@davemloft.net>
32859
32860 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
32861 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
32862 Reimplement to do errno handling inline.
32863 (SYSCALL_ERROR_HANDLER): New macro.
32864 (__SYSCALL_STRING): Do not do errno handling in asm.
32865 (__CLONE_SYSCALL_STRING): Delete.
32866 (__INTERNAL_SYSCALL_STRING): Delete.
32867 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
32868 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
32869 (PSEUDO): Reimplement to do errno handling inline.
32870 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
32871 (SYSCALL_ERROR_HANDLER): New macro.
32872 (__SYSCALL_STRING): Do not do errno handling in asm.
32873 (__CLONE_SYSCALL_STRING): Delete.
32874 (__INTERNAL_SYSCALL_STRING): Delete.
32875 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
32876 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
32877 i386.
32878 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
32879 (inline_syscall*): Add 'err' argument.
32880 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
32881 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
32882 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
32883 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
32884
32885 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
32886 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
32887
2bc17433
AS
328882011-08-30 Andreas Schwab <schwab@redhat.com>
32889
32890 * elf/rtld.c (dl_main): Relocate objects in dependency order.
32891
fbeb5f4d
JO
328922011-08-29 Jiri Olsa <jolsa@redhat.com>
32893
32894 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
32895 directive.
32896
ad69cc26
DM
328972011-08-24 David S. Miller <davem@davemloft.net>
32898
32899 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
32900
39dd69df
AS
329012011-08-24 Andreas Schwab <schwab@redhat.com>
32902
32903 * elf/Makefile: Add rules to build and run unload8 test.
32904 * elf/unload8.c: New file.
32905 * elf/unload8mod1.c: New file.
32906 * elf/unload8mod1x.c: New file.
32907 * elf/unload8mod2.c: New file.
32908 * elf/unload8mod3.c: New file.
32909
32910 * elf/dl-close.c (_dl_close_worker): Reset private search list if
32911 it wasn't used.
32912
2c0b250a
DM
329132011-08-23 David S. Miller <davem@davemloft.net>
32914
32915 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
32916 subtract stack bias.
32917 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
32918 %sp not %fp in calculations.
32919 (_JMPBUF_UNWINDS_ADJ): Likewise.
32920
22044b48
DM
32921 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
32922 (aio_suspend): Call it to force an exception region around the
32923 AIO_MISC_WAIT() invocation.
32924
2cae4995
AS
329252011-08-23 Andreas Schwab <schwab@redhat.com>
32926
32927 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
32928 backslash.
32929
873a772e
AJ
329302011-07-04 Aurelien Jarno <aurelien@aurel32.net>
32931
32932 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
32933 protection macro.
32934 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
32935 and <dl-machine.h>.
32936 (Elf64_FuncDesc): Remove.
32937
25ad0df1
DM
329382011-08-22 David S. Miller <davem@davemloft.net>
32939
32940 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
32941 sigaltstack check, add missing cfi directives.
32942 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
32943 missing cfi directives, and sigaltstack handling.
32944
e888bcbe
AS
329452011-08-16 Andreas Schwab <schwab@redhat.com>
32946
32947 [BZ #11724]
32948 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
32949 object is seen twice.
32950 * elf/dl-fini.c (_dl_sort_fini): Likewise.
32951
32952 * elf/Makefile (distribute): Add tst-initorder2.c.
32953 (tests): Add tst-initorder2.
32954 (modules-names): Add tst-initorder2a tst-initorder2b
32955 tst-initorder2c tst-initorder2d. Add rules to build them.
32956 ($(objpfx)tst-initorder2.out): New rule.
32957 * elf/tst-initorder2.c: New file.
32958 * elf/tst-initorder2.exp: New file.
32959
87162f46
AS
329602011-08-22 Andreas Schwab <schwab@redhat.com>
32961
70538b7f
AS
32962 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
32963
f55ffe58
AS
32964 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
32965 dependencies back to end of function.
32966
87162f46
AS
32967 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
32968 $(elfobjdir)/ld.so.
32969
91b392a4
UD
329702011-08-21 Ulrich Drepper <drepper@gmail.com>
32971
32972 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
32973 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
32974 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
32975 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
32976 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
32977 of __vdso_gettimeofday.
32978 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
32979 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
32980 attribute_hidden.
32981 (_libc_vdso_platform_setup): Remove initialization of
32982 __vdso_gettimeofday and __vdso_time.
32983
5c43483f
UD
329842011-08-20 Ulrich Drepper <drepper@gmail.com>
32985
775a77e7
UD
32986 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
32987 and fgetc_unlocked.
32988 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
32989 getc_unlocked.
89f447ed 32990
49c74ba9
UD
32991 * elf/dl-open.c (add_to_global): Report additions to the global scope
32992 for LD_DEBUG=scopes.
32993 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 32994 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 32995
5c43483f
UD
32996 [BZ #13114]
32997 * stdio-common/Makefile (tests): Add bug24.
32998 * stdio-common/bug24.c: New file.
32999
a101b025
AJ
330002011-08-19 Andreas Jaeger <aj@suse.de>
33001
33002 [BZ #13114]
33003 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
33004 non-existant file when using close-on-exec mode.
33005
c88f1766
UD
330062011-08-20 Ulrich Drepper <drepper@gmail.com>
33007
0276a718
UD
33008 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
33009 the very first instruction.
33010
c88f1766
UD
33011 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
33012 the CFI state in the end.
33013 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
33014 inclusion of dl-trampoline.h.
33015 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
33016
51ccffa0
AS
330172011-08-19 Andreas Schwab <schwab@redhat.com>
33018
94d7165f
AS
33019 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
33020 expectations for long double.
33021
51ccffa0
AS
33022 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
33023 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
33024
fd708658 330252011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
33026
33027 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
33028 artificual limit depends upon the system page size.
33029
44f0a71e
UD
330302011-08-17 Ulrich Drepper <drepper@gmail.com>
33031
33032 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
33033 * resolv/Makefile: Define CFLAGS-libresolv.
33034
8de79a24
AS
330352011-08-17 Andreas Schwab <schwab@redhat.com>
33036
33037 * nss/makedb.c (compute_tables): Make variables used in nested
33038 function static.
33039
27724598
UD
330402011-08-17 Ulrich Drepper <drepper@gmail.com>
33041
c5305d88
UD
33042 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
33043 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
33044 if buffer was too small.
33045
27724598
UD
33046 * elf/pldd.c (main): Attach to all threads in the process.
33047 Rewrite /proc handling to use *at functions.
33048
076fe015
UD
330492011-08-16 Ulrich Drepper <drepper@gmail.com>
33050
174baab3
UD
33051 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
33052 specifies first scope to show.
33053 (dl_open_worker): Update callers. Move printing scope of new
33054 object to before the relocation.
44f0a71e 33055 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
33056 * sysdeps/generic/ldsodefs.h: Update declaration.
33057
076fe015
UD
33058 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
33059 string for the scope number.
33060
a60df2c3
UD
330612011-08-14 Ulrich Drepper <drepper@gmail.com>
33062
33063 * nscd/servicescache.c (cache_addserv): Make sure written is always
33064 initialized.
33065
5e4287d1
RM
330662011-08-14 Roland McGrath <roland@hack.frob.com>
33067
85ae0589
RM
33068 * sysdeps/i386/i486/bits/atomic.h
33069 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
33070 statement expression, so as to suppress "set but not used" warning.
33071 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
33072
69f63097
RM
33073 * string/strncat.c (STRNCAT): Use prototype definition.
33074
675456ef
RM
33075 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
33076 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
33077 -Iprograms here.
33078 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
33079 (localedef-modules): Add localedef.
33080 (locale-modules): Add locale.
33081
5e4287d1
RM
33082 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
33083 * elf/rtld.c (dl_main): Invert order of assignment in last change,
33084 to avoid a warning.
33085
9c96ff23
DM
330862011-08-14 David S. Miller <davem@davemloft.net>
33087
33088 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
33089 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
33090
f9ddf089
UD
330912011-08-13 Ulrich Drepper <drepper@gmail.com>
33092
44f0a71e 33093 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
33094 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
33095 * elf/rtld.c (dl_main): Set l_name of vDSO.
33096 Call _dl_show_scope when DL_DEBUG_SCOPES.
33097 (process_dl_debug): Recognize scopes flag and also set it for all.
33098 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
33099 Declare _dl_show_scope.
33100
1dc27704
UD
33101 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
33102 (do_dlopen): Pass caller_dlopen to dl_open.
33103 (__libc_dlopen_mode): Initialize caller_dlopen.
33104
f9ddf089
UD
33105 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
33106 of libc. Make tolower call locale-independent. Optimize a bit by
33107 using isdigit instead of isalnum.
33108 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
33109
9ac533d3
UD
331102011-08-12 Ulrich Drepper <drepper@gmail.com>
33111
33112 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
33113 was a dependency or dynamically loaded.
33114
89edf2e9
UD
331152011-08-11 Ulrich Drepper <drepper@gmail.com>
33116
8e999d29
UD
33117 * intl/l10nflist.c: Allow architecture-specific pop function.
33118 * sysdeps/x86_64/l10nflist.c: New file.
33119
89edf2e9
UD
33120 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
33121 classification.
33122
14d96785
AS
331232011-08-10 Andreas Schwab <schwab@redhat.com>
33124
33125 * include/dirent.h: Add libc_hidden_proto for scandirat and
33126 scandirat64. Don't declare __scandirat64.
33127 * dirent/scandirat.c: Add libc_hidden_def.
33128 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
33129 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
33130
6761ac04
DM
331312011-08-10 David S. Miller <davem@davemloft.net>
33132
33133 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
33134 enum.
33135 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
33136 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
33137 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
33138
c55fbd1e
UD
331392011-08-09 Ulrich Drepper <drepper@gmail.com>
33140
33141 * Versions.def [libc]: Add GLIBC_2.15.
33142 * dirent/Makefile (routines): Add scandirat and scandirat64.
33143 * dirent/Versions [libc]: Export scandirat and scandirat64 for
33144 GLIBC_2.15.
33145 * dirent/dirent.h: Declare scandirat and scandirat64.
33146 * dirent/scandirat.c: New file.
33147 * dirent/scandirat64.c: New file.
33148 * sysdeps/wordsize-64/scandirat.c: New file.
33149 * sysdeps/wordsize-64/scandirat64.c: New file.
33150 * dirent/opendir.c: Define opendirat.
33151 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
33152 using scandirat.
33153 * dirent/scandir64.c: Adjust for scandir.c change.
33154 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
33155 __scandirat64, and __scandir_cancel_handler.
33156 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
33157 additional parameter and use openat instead of open (outside of ld.so).
33158 Add new __opendir as wrapper around __opendirat.
33159 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
33160 here without requiring old scandirat implementation.
33161
879165f2
UD
331622011-08-08 Ulrich Drepper <drepper@gmail.com>
33163
33164 * dirent/scandir.c (cancel_handler): Renamed to
33165 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
33166 defined. Adjust users.
33167 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
33168 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
33169
cb7e923b
UD
331702011-08-04 Ulrich Drepper <drepper@gmail.com>
33171
16292edd
UD
33172 * string/test-string.h (IMPL): Use __STRING to expand name and then
33173 stringify it.
33174
cb7e923b
UD
33175 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
33176 of cleanups.
33177
cff82933
LD
331782011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33179
33180 * string/Makefile: Update.
33181 (strop-tests): Append strncat.
33182 * string/test-wcscmp.c: New file.
33183 New comprehensive test for wcscmp.
33184 * string/test-strcmp.c: Update.
33185 (WIDE): New define.
33186
9be9bfcc
AS
331872011-07-22 Andreas Schwab <schwab@redhat.com>
33188
33189 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
33190 line.
33191
2e96f1c7
AS
331922011-07-26 Andreas Schwab <schwab@redhat.com>
33193
33194 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
33195 encoding to ACE if AI_IDN.
33196
85188888
JJ
331972011-08-01 Jakub Jelinek <jakub@redhat.com>
33198
33199 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
33200 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
33201
5fa16e9b
LD
332022011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
33203
33204 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
33205 Fix overflow bug in strncat.
33206 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
33207
33208 * string/test-strncat.c: Update.
33209 Add new tests for checking overflow bugs.
33210
332112011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
33212
33213 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33214 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
33215 * sysdeps/i386/i686/multiarch/strcat.S: New file.
33216 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
33217 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
33218 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
33219 * sysdeps/i386/i686/multiarch/strncat.S: New file.
33220 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
33221 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
33222
33223 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
33224 (USE_AS_STRCAT): Define.
33225 Add strcat and strncat support.
33226 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
33227
8c1a459f
AS
332282011-07-25 Andreas Schwab <schwab@redhat.com>
33229
33230 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
33231 __n bigger than INT_MAX+1.
33232 (__strncmp_g): Likewise.
33233
bba33c28
UD
332342011-07-23 Ulrich Drepper <drepper@gmail.com>
33235
798be72d
UD
33236 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
33237 * libio/stido.h: Likewise.
33238
8accd4dc
UD
33239 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
33240 (AF_NFC): Define.
33241 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
33242 (AF_NFC): Define.
33243
cbff0d96
UD
33244 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
33245 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
33246 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
33247 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
33248 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
33249
9191c04a
UD
33250 [BZ #13021]
33251 * scripts/test-installation.pl: Don't expect libnss_test1 to be
33252 installed.
33253
bba33c28
UD
33254 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
33255 typo.
33256 (_dl_x86_64_save_sse): Likewise.
33257
90f139dd
UD
332582011-07-22 Ulrich Drepper <drepper@gmail.com>
33259
1aae088a
UD
33260 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
33261 OSXSAVE.
33262 (_dl_x86_64_save_sse): Likewise.
33263
8e2045f5
UD
33264 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
33265
90f139dd
UD
33266 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
33267
1d002f25
AS
332682011-07-21 Andreas Schwab <schwab@redhat.com>
33269
33270 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
33271 change.
33272 (_dl_x86_64_save_sse): Use correct AVX check.
33273
21137f89
UD
332742011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33275
33276 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
33277 bug in strncpy/strncat.
33278 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
33279
a65c0b7a
UD
332802011-07-21 Ulrich Drepper <drepper@gmail.com>
33281
33282 * string/tester.c (test_strcat): Add tests for different alignments
33283 of source and destination.
33284 (test_strncat): Likewise.
33285
6986b98a
UD
332862011-07-20 Ulrich Drepper <drepper@gmail.com>
33287
90bb2039
UD
33288 [BZ #12852]
33289 * posix/glob.c (glob): Check passed in values before using them in
33290 expressions to avoid some overflows.
33291 (glob_in_dir): Likewise.
33292
5644ef54
UD
33293 [BZ #13007]
33294 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
33295 check for AVX enablement so that we don't crash with old kernels and
33296 new hardware.
33297 * elf/tst-audit4.c: Add same checks here.
33298 * elf/tst-audit6.c: Likewise.
33299
33300 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 33301
bfc9dc9b
AS
333022011-07-09 Andreas Schwab <schwab@linux-m68k.org>
33303
33304 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
33305
702e64bb
UD
333062011-07-20 Ulrich Drepper <drepper@gmail.com>
33307
33308 * po/cs.po: Update from translation team.
33309 * po/bg.po: Likewise.
33310
295e904f
MP
333112011-07-12 Marek Polacek <mpolacek@redhat.com>
33312
33313 * misc/sys/cdefs.h: Add support for const attribute.
33314 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
33315 to gnu_dev_{major,minor,makedev} functions.
33316
3ff94596
MP
333172011-07-20 Marek Polacek <mpolacek@redhat.com>
33318
33319 * intl/dcigettext.c (get_output_charset): Add missing bracket.
33320
28b59fca
AS
333212011-07-20 Andreas Schwab <schwab@redhat.com>
33322
33323 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
33324 strlen results.
33325
19df733e
AK
333262011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33327
33328 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
33329 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
33330 register in order to avoid conflicts with the soft frame pointer
33331 being held in r11 when necessary.
33332 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
33333 (INTERNAL_VSYSCALL_NCS): Likewise.
33334
c8835729
MP
333352011-07-14 Marek Polacek <mpolacek@redhat.com>
33336
33337 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
33338 * elf/dl-fini.c (_dl_fini): Adjust caller.
33339 * elf/dl-close.c (_dl_close_worker): Likewise.
33340 * sysdeps/generic/ldsodefs.h: Adjust declaration.
33341
b902330c
MP
333422011-07-15 Marek Polacek <mpolacek@redhat.com>
33343
8991e135
MP
33344 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
33345 "aux_cache->nlibs < 0".
33346
b902330c
MP
33347 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
33348 in the reload-count case.
33349
99710781
LD
333502011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
33351
33352 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33353 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
33354 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
33355 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
33356 * sysdeps/x86_64/multiarch/strcat.S: New file.
33357 * sysdeps/x86_64/multiarch/strncat.S: New file.
33358 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
33359 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
33360 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
33361 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
33362 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
33363 (USE_AS_STRCAT): Define.
33364 Add strcat and strncat support.
33365 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
33366 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
33367 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
33368 * string/strncat.c: Update.
33369 (USE_AS_STRNCAT): Define.
33370 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33371 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
33372 and i7.
33373 * sysdeps/x86_64/multiarch/init-arch.h
33374 (bit_Prefer_PMINUB_for_stringop): New.
33375 (index_Prefer_PMINUB_for_stringop): Likewise.
33376 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
33377 bit_Prefer_PMINUB_for_stringop.
33378
7dc6bd90
UD
333792011-07-19 Ulrich Drepper <drepper@gmail.com>
33380
33381 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
33382 buffer64.
33383 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
33384 of casting of buffer.
33385 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
33386 buffer32 and buffer64.
33387 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
33388 writes instead of casting of buffer.
33389 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
33390 buffer32.
33391 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
33392 casting of buffer.
33393
e0e72284
AS
333942011-07-19 Andreas Schwab <schwab@redhat.com>
33395
33396 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
33397
feb1eb0b
UD
333982011-07-19 Ulrich Drepper <drepper@gmail.com>
33399
33400 * nscd/nscd.c (termination_handler): Don't do anything for a database
33401 if it has not yet been initialized.
33402
298711ff
UD
334032011-07-18 Ulrich Drepper <drepper@gmail.com>
33404
33405 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
33406
334072011-07-15 Marek Polacek <mpolacek@redhat.com>
33408
33409 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
33410
f9d68389
UD
334112011-07-18 Ulrich Drepper <drepper@gmail.com>
33412
33413 * po/nl.po: Update from translation team.
33414 * po/sv.po: Likewise.
33415
db290cf5
RM
334162011-07-16 Roland McGrath <roland@hack.frob.com>
33417
33418 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
33419 now disallowed by GCC.
5c550700 33420
fd5e21c7
RM
33421 * configure.in (use-default-link): Default to yes if a test -shared
33422 link meets our qualifications.
33423 * configure: Regenerated.
33424
5c550700
RM
33425 * config.make.in (output-format): New variable.
33426 * configure.in: Check for ld --print-output-format support.
33427 * configure: Regenerated.
33428 * Makerules ($(common-objpfx)format.lds)
33429 [$(output-format) != unknown]: Just use $(output-format),
33430 instead of the linker-script munging.
33431
9fa2c032
RM
334322011-07-14 Roland McGrath <roland@hack.frob.com>
33433
a6928d51
RM
33434 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
33435 of $(common-objpfx)shlib.lds.
33436 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
33437
661607b3
RM
33438 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
33439 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
33440
9fa2c032
RM
33441 * configure.in (-z relro check): Adjust test code to add a large
33442 writable data section after it.
33443 * configure: Regenerated.
33444
defe9061
RM
334452011-07-11 Roland McGrath <roland@hack.frob.com>
33446
33447 * configure.in (-z relro check): Fix test code to make the variable
33448 truly const.
33449 * configure: Regenerated.
33450
319b9ad4
UD
334512011-07-11 Ulrich Drepper <drepper@gmail.com>
33452
33453 * nscd/nscd.h (struct traced_file): Define.
33454 (struct database_dyn): Remove inotify_descr, reset_res, and filename
33455 elements. Add traced_files.
33456 (inotify_fd): Declare.
33457 (register_traced_file): Declare.
33458 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
33459 (inotify_fd): Export.
33460 (resolv_conf_descr): Remove.
33461 (nscd_init): Move inotify descriptor creation to main.
33462 Don't register files for notification here.
33463 (register_traced_file): New function.
33464 (invalidate_cache): Don't use reset_res to determine whether to call
33465 res_init, go through the list of registered files.
33466 (main_loop_poll): The inotify descriptors are now stored in the
33467 structures for the traced files.
33468 (main_loop_epoll): Likewise
33469 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
33470 to __nss_disable_nscd.
33471 * nscd/cache.c (prune_cache): There is no single inotify descriptor
33472 for a database anymore. Check the records for all the registered
33473 files instead.
33474 * nss/Makefile (libnss_files-routines): Add files-init.
33475 (libnss_db-routines): Add db-init.
33476 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
33477 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
33478 * nss/nss_db/db-init.c: New file.
33479 * nss/nss_files/files-init.c: New file.
33480 * nss/nsswitch.c (nss_load_library): New function. Broken out of
33481 __nss_lookup_function.
33482 (__nss_lookup_function): Call nss_load_library.
33483 (nss_load_all_libraries): New function.
33484 (__nss_disable_nscd): Take parameter with callback function for files
33485 to register. Set is_nscd. Load all the DSOs for the NSS modules
33486 used for the cached services.
33487 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
33488 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
33489 options for features to all the files in nscd.
33490
33491 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
33492
23bee3e8
RM
334932011-07-10 Roland McGrath <roland@hack.frob.com>
33494
33495 * csu/elf-init.c (__libc_csu_init): Comment typo.
33496
46a5b7f0
UD
334972011-07-09 Ulrich Drepper <drepper@gmail.com>
33498
33499 * po/pl.po: Update from translation team.
33500 * po/ja.po: Likewise.
33501 * po/ru.po: Likewise.
33502 * po/ko.po: Likewise.
33503 * po/fr.po: Likewise.
33504
d30cf5bb
RM
335052011-07-09 Roland McGrath <roland@hack.frob.com>
33506
113ddea4
RM
33507 * configure.in (.ctors/.dtors header and trailer check):
33508 Use an empirical test on a built program.
33509 * configure: Regenerated.
33510
574920b4
RM
33511 * configure.in (-z relro check): Use an empirical test on a built DSO.
33512 Detect, but do not require, on ia64.
33513 * configure: Regenerated.
33514
d30cf5bb
RM
33515 * configure.in (READELF): Find it with AC_CHECK_TOOL.
33516 Update tests that use readelf to use $READELF instead.
33517 * configure: Regenerated.
33518
8538fdb3
UD
335192011-07-08 Ulrich Drepper <drepper@gmail.com>
33520
33521 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
33522 if the result is not used.
33523
04d08991
AJ
335242011-07-05 Andreas Jaeger <aj@suse.de>
33525
33526 [BZ#9696]
33527 * stdlib/tst-strtod.c: Add testcase.
33528
de283087
AD
335292011-07-07 Ulrich Drepper <drepper@gmail.com>
33530
4e5f31c8 33531 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 33532 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
33533 The latter has a higher limit. Take additional parameter to pass to
33534 the new function.
33535 (__pathconf): Pass file to __statfs_link_max.
33536 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
33537 __statfs_link_max.
33538 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
33539 __statfs_link_max.
33540
de283087
AD
33541 [BZ #12868]
33542 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
33543 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
33544 Handle Lustre.
33545 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
33546 (__statfs_filesize_max): Likewise.
33547 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
33548
c75fa153
AJ
335492011-07-05 Andreas Jaeger <aj@suse.de>
33550
33551 * resolv/res_comp.c (dn_skipname): Remove unused variable.
33552
1a544854
UD
335532011-07-06 Marek Polacek <mpolacek@redhat.com>
33554
33555 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
33556 `status' variable.
33557 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
33558 Likewise.
33559
6f0eec67
UD
335602011-07-04 H.J. Lu <hongjiu.lu@intel.com>
33561
33562 * Makefile (strop-tests): Add strncat.
33563 * string/test-strncat.c: New file.
33564
aae30307
UD
335652011-06-30 Marek Polacek <mpolacek@redhat.com>
33566
33567 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
33568
c0cfb5eb
UD
335692011-06-21 Andreas Jaeger <aj@suse.de>
33570
33571 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
33572 Copy rule from iconvdata/Makefile.
33573
01636b21
UD
335742011-07-06 Ulrich Drepper <drepper@gmail.com>
33575
33576 [BZ #12922]
33577 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
33578 but no long options are defined, just return 'W'.
33579
9895c8bc
UD
335802011-06-22 Marek Polacek <mpolacek@redhat.com>
33581
33582 [BZ #9696]
33583 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
33584
5d4cf042
UD
335852011-07-06 Ulrich Drepper <drepper@gmail.com>
33586
33587 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
33588 netgroups to read.
960e5535 33589 (innetgr): Likewise.
5d4cf042 33590
751eb97e
RM
335912011-07-05 Roland McGrath <roland@hack.frob.com>
33592
33593 * config.make.in (install_root): Default to $(DESTDIR).
33594
f15f1e45
UD
335952011-07-05 Ulrich Drepper <drepper@gmail.com>
33596
33597 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
33598
4e34ac6a
RM
335992011-07-02 Roland McGrath <roland@hack.frob.com>
33600
5e9b6af4
RM
33601 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
33602
84f9ea0f
RM
33603 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
33604 containing directory rather than embedding absolute directory names.
33605
ea5ee9f7
RM
33606 * scripts/check-local-headers.sh: Rewritten using awk.
33607 Match by word, not by line. Print error messages for matches.
33608 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
33609
1b74661a
RM
33610 * Makerules [shlib-lds-flags empty]:
33611 ($(common-objpfx)libc_pic.opts): New target.
33612 ($(common-objpfx)libc_pic.os.clean): New target.
33613 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
33614
33615 * config.make.in (OBJCOPY): New variable.
33616 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
33617 * configure: Regenerated.
33618
f781ef40
RM
33619 * config.make.in (use-default-link): New variable.
33620 * configure.in (use_default_link): Grok --with-default-link to set it.
33621 * configure: Regenerated.
33622 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
33623 (shlib-lds, shlib-lds-flags): Define to empty.
33624
2d4fa81e
RM
33625 * Makerules (shlib-lds): New variable.
33626 (shlib-lds-flags): New variable.
33627 (build-shlib, build-moduile, build-module-asneeded): Use it.
33628 ($(common-objpfx)libc.so): Use $(shlib-lds).
33629 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
33630 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
33631
31fffa6b
RM
33632 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
33633 DT_FLAGS/DT_FLAGS_1 with zero flags.
33634
4e34ac6a
RM
33635 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
33636 linker script munging.
33637
fcfc776b
UD
336382011-07-02 Ulrich Drepper <drepper@gmail.com>
33639
33640 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
33641 as 128-bit value.
33642 * crypt/sha512.c (sha512_process_block): Perform total addition using
33643 128-bit if possible.
33644 (__sha512_finish_ctx): Likewise.
33645 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
33646 as 64-bit value.
33647 * crypt/sha256.c (SWAP64): Define.
33648 (sha256_process_block): Perform total addition using 64-bit if
33649 possible.
33650 (__sha256_finish_ctx): Likewise.
33651
99231d9a
UD
336522011-07-01 Ulrich Drepper <drepper@gmail.com>
33653
33654 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
33655 * nscd/initgrcache.c (addinitgroupsX): Likewise.
33656 * nscd/hstcache.c (cache_addhst): Likewise.
33657 * nscd/grpcache.c (cache_addgr): Likewise.
33658 * nscd/aicache.c (addhstaiX): Likewise
33659 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
33660
445b4a53
TK
336612011-07-01 Thorsten Kukuk <kukuk@suse.de>
33662
33663 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
33664 * nscd/initgrcache.c (addinitgroupsX): Likewise.
33665 * nscd/hstcache.c (cache_addhst): Likewise.
33666 * nscd/grpcache.c (cache_addgr): Likewise.
33667 * nscd/aicache.c (addhstaiX): Likewise
33668
6d4d8e8e
AS
336692011-07-01 Andreas Schwab <schwab@redhat.com>
33670
33671 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
33672 domain only when needed.
33673
89f654c5
AS
336742011-06-30 Andreas Schwab <schwab@redhat.com>
33675
33676 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
33677 is always restored.
33678
cf3b23ff
UD
336792011-06-29 Ulrich Drepper <drepper@gmail.com>
33680
33681 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
33682 are re-adding the entry.
33683 * nscd/servicescache.c (cache_addserv): Likewise.
33684
751626f9
AJ
336852011-06-30 Aurelien Jarno <aurelien@aurel32.net>
33686
33687 * sysdeps/generic/dl-irel.h: fix protection against multiple
33688 inclusions.
33689 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
33690
9113ea1f
UD
336912011-06-28 Ulrich Drepper <drepper@gmail.com>
33692
5c0b8d90
UD
33693 [BZ #12935]
33694 * malloc/memusage.sh: Fix quoting in message.
33695 * debug/xtrace.sh: Likewise.
33696
9113ea1f
UD
33697 * configure.in: Remove support for --experimental-malloc option, make
33698 it the default.
33699 * config.make.in: Likewise.
33700 * malloc/Makefile: Likewise.
33701
a4172181
AS
337022011-06-27 Andreas Schwab <schwab@redhat.com>
33703
33704 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
33705 two-byte characters.
33706
78a7eee7
RM
337072011-06-27 Roland McGrath <roland@hack.frob.com>
33708
62bede13
RM
33709 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
33710 AC_CACHE_CHECK invocation.
33711 * configure: Regenerated.
33712
78a7eee7
RM
33713 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
33714
5ce33a62
UD
337152011-06-27 Ulrich Drepper <drepper@gmail.com>
33716
034807a9
UD
33717 [BZ #12350]
33718 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
33719 bit from old_res_options.
33720
4902da17
UD
33721 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
33722
5ce33a62
UD
33723 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
33724 value type for setfct.
33725
c2344f56
L
337262011-06-23 H.J. Lu <hongjiu.lu@intel.com>
33727
33728 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
33729 __gettimeofday instead of gettimeofday.
33730
68468076
UD
337312011-06-26 Ulrich Drepper <drepper@gmail.com>
33732
33733 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
33734
acb0d739
L
337352011-06-24 H.J. Lu <hongjiu.lu@intel.com>
33736
33737 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
33738
33739 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
33740 info.
33741
8912479f
L
337422011-06-22 H.J. Lu <hongjiu.lu@intel.com>
33743
33744 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33745 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
33746 strcpy-sse2-unaligned strncpy-sse2-unaligned
33747 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
33748 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
33749 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
33750 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
33751 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
33752 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
33753 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
33754 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
33755 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
33756 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
33757 (STRCPY): Support SSE2 and SSSE3 versions.
33758
d5495a11
UD
337592011-06-24 Ulrich Drepper <drepper@gmail.com>
33760
33761 [BZ #12874]
33762 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
33763 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
33764 kernels which artificially limit size of requests.
33765
0b1cbaae
L
337662011-06-22 H.J. Lu <hongjiu.lu@intel.com>
33767
33768 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33769 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
33770 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
33771 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
33772 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
33773 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
33774 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
33775 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
33776 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
33777 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
33778 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
33779 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
33780 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
33781 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
33782 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
33783 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33784 Enable unaligned load optimization for Intel Core i3, i5 and i7
33785 processors.
33786 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
33787 Define.
33788 (index_Fast_Unaligned_Load): Define.
33789 (HAS_FAST_UNALIGNED_LOAD): Define.
33790
07f494a0
MP
337912011-06-23 Marek Polacek <mpolacek@redhat.com>
33792
33793 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
33794
fa3fc0fe
UD
337952011-06-22 Ulrich Drepper <drepper@gmail.com>
33796
33797 [BZ #12907]
33798 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
33799 until it is clear that the information is realy needed.
33800 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
33801
e12df166
AS
338022011-06-22 Andreas Schwab <schwab@redhat.com>
33803
33804 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
33805
852eb34d
UD
338062011-06-22 Ulrich Drepper <drepper@gmail.com>
33807
84e2a551
UD
33808 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
33809 /sys/devices/system/cpu/online if it is usable.
33810
852eb34d
UD
33811 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
33812 reading the information from the /proc filesystem to once a second.
33813
6e502e19
UD
338142011-06-21 Andreas Jaeger <aj@suse.de>
33815
33816 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
33817 NULL after inclusion of kernel headers.
33818
75d39ff2
UD
338192011-06-21 Ulrich Drepper <drepper@gmail.com>
33820
51f9aa6a
UD
33821 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
33822 calls to internal_setent.
33823
c0244a9d
UD
33824 [BZ #12885]
33825 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
33826 addresses using gethostbyname4_r ignore IPv4 addresses.
33827
c5e3c2ae
UD
33828 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
33829 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
33830
75d39ff2
UD
33831 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
33832
42675c6f
DM
338332011-06-20 David S. Miller <davem@davemloft.net>
33834
33835 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
33836 inclusions.
33837 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
33838
33839 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
33840 (elf_irel): Use it.
33841 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
33842 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
33843 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
33844 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
33845 * sysdeps/x86_64/dl-irel.h: Likewise.
33846
33847 * elf/dl-runtime.c: Use elf_ifunc_invoke.
33848 * elf/dl-sym.c: Likewise.
33849
57912a71
UD
338502011-06-15 Ulrich Drepper <drepper@gmail.com>
33851
33852 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
33853 need to dereference resplen2.
33854
ee22793d
AS
338552011-06-14 Andreas Schwab <schwab@redhat.com>
33856
33857 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
33858
a9e836b0
UD
338592011-06-15 Ulrich Drepper <drepper@gmail.com>
33860
77fb9117
UD
33861 * Makeconfig: Define vardbdir and inst_vardbdir.
33862 * nss/Makefile: Add rules to install db-Makefile.
33863
40c1b22c
UD
33864 * nss/nss_db/db-XXX.c: Cleanup.
33865
9f2da732
UD
33866 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
33867 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
33868 GLIBC_PRIVATE.
33869 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
33870 * nss/makedb.c: Implement -g option to specify that value strings
33871 are generated and should not be added to table iterated over for
33872 get*ent calls.
33873 * nss/nss_db/db-initgroups.c: New file.
33874
82e9a1f7
UD
33875 * nss/getent.c: Add support for initgroups lookups through getgrouplist
33876 interface.
33877
c41af17e
UD
33878 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
33879 (internal_getgrouplist): Adjust to name change.
33880 Update use_initgroups_entry if this is not the first call.
33881 * nss/databases.def: Add initgroups entry.
33882
a9e836b0
UD
33883 * nss/makedb.c (compute_tables): Check result of multiple hash table
33884 sizes to minimize maximum chain length.
33885
2666d441
UD
338862011-06-14 Ulrich Drepper <drepper@gmail.com>
33887
33888 * Versions.def: Add entry for libnss_db.
33889 * shlib-versions: Likewise.
33890 * nss/Makefile: Add rules to build libnss_db.
33891 * nss/Versions: Add libnss_db information. Organize libnss_files
33892 entries better.
33893 * nss/db-Makefile: Add gshadow support. Change rules for the new
33894 makedb progra. Some minor improvements to generate smaller files.
33895 * nss/nss_db/nss_db.h: Move NSS database header data structures to
33896 here from...
33897 * nss/makedb.c: ...here.
33898 Improve database format to be smaller and require less memory at
33899 runtime.
33900 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
33901 db anymore.
33902 * nss/nss_db/db-netgrp.c: Likewise.
33903 * nss/nss_db/db-open.c: Likewise.
33904 * nss/nss_files/flies-XXX.x: Adjust comments.
33905 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
33906 * nss/nss_files/files-grp.c: Likewise.
33907 * nss/nss_files/files-hosts.c: Likewise.
33908 * nss/nss_files/files-network.c: Likewise.
33909 * nss/nss_files/files-proto.c: Likewise.
33910 * nss/nss_files/files-pwd.c: Likewise.
33911 * nss/nss_files/files-rpc.c: Likewise.
33912 * nss/nss_files/files-service.c: Likewise.
33913 * nss/nss_files/files-sgrp.c: Likewise.
33914 * nss/nss_files/files-spwd.c: Likewise.
33915 * nss/nss_db/db-alias.c: Removed.
33916 * nss/nss_db/dummy-db.h: Removed.
33917
9ee76b5a
UD
339182011-06-02 Ulrich Drepper <drepper@gmail.com>
33919
33920 * nss/makedb.c: Rewritten to not use database library.
33921 * nss/Makefile: Update to build new makedb program.
33922
c71ca1f8
AJ
339232011-06-14 Andreas Jaeger <aj@suse.de>
33924
33925 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
33926 memset declaration.
33927
3154bfb8
UD
339282011-06-10 Andreas Schwab <schwab@redhat.com>
33929
33930 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
33931 tmpbuf.
33932
b350afab
RM
339332011-06-10 Roland McGrath <roland@hack.frob.com>
33934
decd4e50
RM
33935 * Makerules (shlib.lds): Fail if the linker script comes out empty.
33936 * elf/Makefile ($(objpfx)ld.so): Likewise.
33937
5615eaf2
RM
33938 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
33939 Don't list ld.so twice in dependencies.
33940
33941 * posix/bug-regex31.c: Include <stdlib.h>.
33942
33943 * nscd/hstcache.c (cache_addhst): Remove unused variable.
33944
33945 * nis/nss_compat/compat-spwd.c
33946 (getspent_next_nss_netgr): Remove unused variable.
33947 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
33948
33949 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
33950 nonmembers" output to use the right array.
33951
33952 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
33953
33954 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
33955
33956 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
33957 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
33958 * catgets/gencat.c (read_input_file): Likewise.
33959 * locale/programs/locarchive.c (enlarge_archive): Likewise.
33960
33961 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
33962 variable definition inside #if's controlling its use.
33963
33964 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
33965
33966 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
33967
33968 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
33969
33970 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
33971 unreachable code.
33972
33973 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
33974
b68e08db
RM
33975 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
33976 * configure: Regenerated.
33977
b350afab
RM
33978 * Makerules: Revert last change.
33979 * elf/Makefile: Likewise.
33980
28368601
RM
339812011-06-09 Roland McGrath <roland@hack.frob.com>
33982
33983 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
33984 * elf/Makefile ($(objpfx)librtld.os): Likewise.
33985 (reloc-link): Likewise.
33986
11988f8f
UD
339872011-06-09 Ulrich Drepper <drepper@gmail.com>
33988
33989 * elf/Makefile: Add rules to build pldd.
33990 * elf/pldd.c: New file.
33991 * elf/pldd-xx.c: New file.
33992
e80fab37
UD
339932011-06-07 Ulrich Drepper <drepper@gmail.com>
33994
33995 * version.h: Update for 2.15 development version.
33996
9b849836
DM
339972011-06-07 David S. Miller <davem@davemloft.net>
33998
33999 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
34000 ifuncs.
34001 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
34002 elf_machine_lazy_rel): Likewise.
34003 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
34004 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
34005 elf_machine_lazy_rel): Likewise.
34006 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
34007 dl_hwcap via passed in argument.
34008 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
34009 Likewise.
34010
5a31b283
AK
340112011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34012
34013 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
34014
069e52f8
RM
340152011-06-06 Roland McGrath <roland@hack.frob.com>
34016
34017 [BZ #12849]
34018 * manual/fdl-1.1.texi: New file, verbatim from:
34019 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
34020 * manual/lgpl-2.1.texi: New file, verbatim from:
34021 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
34022 * manual/Makefile (licenses): New variable, list those new file names.
34023 (texis): Use it.
34024 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
34025
34026 * manual/fdl.texi: File removed.
34027 * manual/lesser.texi: File removed.
34028 * manual/libc.texinfo (Copying, Documentation License):
34029 Use new @include file names, put @appendix directive before @include.
34030
f16846a5
JJ
340312011-06-04 Jakub Jelinek <jakub@redhat.com>
34032
34033 [BZ #12841]
34034 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
34035 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
34036 (mq_open): Add __NTH.
34037
3d29045b
L
340382011-06-02 H.J. Lu <hongjiu.lu@intel.com>
34039
34040 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34041 Assume Intel Core i3/i5/i7 processor if AVX is available.
34042
8c297311
UD
340432011-05-31 Ulrich Drepper <drepper@gmail.com>
34044
34045 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
34046 typo.
34047
c8fc0c91
UD
340482011-05-31 Andreas Schwab <schwab@redhat.com>
34049
34050 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
34051 memory. Use alloca_account. Fix memory leak when retrying.
34052
5b27a807
UD
340532011-05-31 Ulrich Drepper <drepper@gmail.com>
34054
356f8bc6
UD
34055 * version.h (RELEASE): Bump for 2.14 release.
34056 * include/features.h (__GLIBC_MINOR__): Bump to 14.
34057
5b27a807
UD
34058 * config.make.in (RANLIB): Remove entry.
34059
01f16ab0
UD
340602011-05-30 Ulrich Drepper <drepper@gmail.com>
34061
41fce8bd
UD
34062 * po/Makefile (po-sed-cmd): Add ksh to extensions.
34063 (libc.pot): Work around missing support for .ksh extension in xgettext.
34064
4769ae77
UD
34065 [BZ #12684]
34066 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
34067 if both request failed.
34068 (send_dg): In case of server errors clear resplen or *resplen2.
34069
6b1e7d19
UD
34070 [BZ #12454]
34071 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
34072 when there are multiple maps.
34073 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
34074 (_dl_fini): Remove test here.
34075
01f16ab0
UD
34076 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
34077
b1ebd700
UD
340782011-05-29 Ulrich Drepper <drepper@gmail.com>
34079
7ae22829
UD
34080 [BZ #12350]
34081 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
34082 bit from old_res_options.
34083 (gaih_inet): Likewise.
34084
553149f6 34085 [BZ #11099]
18a84741 34086 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
34087 as signed.
34088
652ffab1
UD
34089 * resolv/res_init.c (res_setoptions): Make the code more compact.
34090
16985fd0
UD
34091 [BZ #11558]
34092 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
34093 set RES_USEVC.
34094
0464f746
UD
34095 [BZ #11634]
34096 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
34097
7d17596c
UD
34098 * malloc/malloc.h: Mark malloc hook variables as deprecated.
34099
cf6bbbd7
UD
34100 [BZ #11781]
34101 * malloc/malloc.h: Declare malloc hook variables as volatile.
34102
13f1ab36
UD
34103 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
34104 in last patch.
34105
b1ebd700
UD
34106 [BZ #11799]
34107 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 34108 raise in the comment.
80e2212d
UD
34109 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
34110 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
34111 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 34112
ce67228d
UD
341132011-05-28 Ulrich Drepper <drepper@gmail.com>
34114
8887a920
UD
34115 [BZ #12811]
34116 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
34117 grow the buffers more if it already has to be sufficient.
34118 (build_wcs_upper_buffer): Likewise.
34119 * posix/regexec.c (check_matching): Likewise.
34120 (clean_state_log_if_needed): Likewise.
34121 (extend_buffers): Don't enlarge buffers beyond size of the input
34122 buffer.
34123 Patches mostly by Emil Wojak <emil@wojak.eu>.
34124 * posix/bug-regex32.c: New file.
34125 * posix/Makefile (tests): Add bug-regex32.
34126
4f031072
UD
34127 * locale/findlocale.c (_nl_find_locale): Return right away if
34128 _nl_explode_name failed.
34129 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
34130
d0478f0c
UD
34131 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
34132
de81b246
UD
34133 * debug/xtrace.sh: Unify messages.
34134 * malloc/memusage.sh: Likewise.
34135
c738465a
UD
34136 [BZ #12813]
34137 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
34138 time symbol from vDSO. Substitute with vsyscall if not available.
34139 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
34140 __vdso_time.
34141
f1f929d7
UD
34142 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
34143 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
34144 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
34145 Add sendmmsg and internal_sendmmsg.
34146 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
34147 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
34148 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
34149
ce67228d
UD
34150 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
34151 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
34152 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
34153
e57420c6
UD
341542011-05-27 Ulrich Drepper <drepper@gmail.com>
34155
a8509ca5
UD
34156 [BZ #12813]
34157 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
34158 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
34159 available.
34160 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
34161 __vdso_getcpu.
34162
e57420c6
UD
34163 [BZ #12814]
34164 * iconvdata/Makefile (tests): Add bug-iconv9.
34165 * iconvdata/bug-iconv9.c: New file.
34166
4d07db15
AS
341672011-05-27 Andreas Schwab <schwab@redhat.com>
34168
34169 [BZ #12814]
34170 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
34171
ea486f69
JJ
341722011-05-25 Jakub Jelinek <jakub@redhat.com>
34173
34174 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
34175 (struct user_regs_struct): Change intcs field back to cs.
34176
6f038433
UD
341772011-05-25 Ulrich Drepper <drepper@gmail.com>
34178
34179 * po/ja.po: Update from translation team.
34180
67f86a25
UD
341812011-05-23 Ulrich Drepper <drepper@gmail.com>
34182
34183 [BZ #12795]
34184 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
34185 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
34186
def7fbd6
AS
341872011-05-20 Andreas Schwab <schwab@redhat.com>
34188
34189 * stdlib/longlong.h: Update from GCC.
34190
f50ef8f1
AS
341912011-05-23 Andreas Schwab <schwab@redhat.com>
34192
34193 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
34194 parameter name.
34195 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
34196 Add parameter name.
34197 (__sysconf): Pass it down.
34198
de7ce8f1
UD
341992011-05-22 Ulrich Drepper <drepper@gmail.com>
34200
f2962a71
UD
34201 [BZ #12671]
34202 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
34203 some situations.
34204 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
34205 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
34206 add in in __libc_use_alloca calls. Adjust callers.
34207 (glob): Use malloc in some situations.
34208
de7ce8f1
UD
34209 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
34210 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
34211 pltexit.
34212
aec84f53
UD
342132011-05-21 Ulrich Drepper <drepper@gmail.com>
34214
05bb4a68
UD
34215 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
34216 and CLOCK_BOOTTIME_ALARM.
34217
7ea72f99
UD
34218 [BZ #12782]
34219 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
34220 is returned.
34221
7e4afad5
UD
34222 * string/_strerror.c (__strerror_r): Print negative errors as signed
34223 numbers.
34224
8e211fec
UD
34225 [BZ #12777]
34226 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
34227 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
34228 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
34229
f7d82dc9
UD
34230 * configure.in: Fix typo in redirection and correct removal of test
34231 files in two cases.
34232
cc9e536d
UD
34233 [BZ #12788]
34234 * locale/setlocale.c (new_composite_name): Fix test to check for
34235 identical name of all categories.
34236
aec84f53
UD
34237 [BZ #12792]
34238 * libio/filedoalloc.c (local_isatty): New function.
34239 (_IO_file_doallocate): Use local_isatty.
34240 * stdio-common/perror.c (perror): In case a new stream is used
34241 forward the stream error.
34242 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
34243 error flag.
34244
78e64fdc
RT
342452011-05-20 Ulrich Drepper <drepper@gmail.com>
34246
34a9094f
UD
34247 [BZ #11869]
34248 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
34249 alloca.
34250 * include/alloca.h (extend_alloca_account): Define.
34251
78e64fdc
RT
34252 [BZ #11857]
34253 * posix/regex.h: Fix comments with documentation of user-accessible
34254 fields after compilation and describe correct free'ing of pattern
34255 after re_compile_pattern.
34256 Patch by Reuben Thomas <rrt@sc3d.org>.
34257
457bddfc
RA
342582011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
34259
34260 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
34261 and -mno-altivec to prevent the compiler from using Altivec and/or
34262 VSX instructions when the corresponding registers are not available.
34263
a4527b51
AS
342642011-05-19 Andreas Schwab <schwab@redhat.com>
34265
34266 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
34267
ed690b2f
UD
342682011-05-19 Ulrich Drepper <drepper@gmail.com>
34269
34270 * libio/freopen.c (freopen): Use __dup2, not dup2.
34271 * libio/freopen64.c (freopen64): Likewise.
34272
8db73634
L
342732011-05-17 H.J. Lu <hongjiu.lu@intel.com>
34274
34275 [BZ #12775]
34276 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
34277 * math/Makefile (tests): Add test-powl.
34278 (CFLAGS-test-powl.c): Define.
34279 * math/test-powl.c: New file.
34280
0a197a9d
L
342812011-05-16 H.J. Lu <hongjiu.lu@intel.com>
34282
34283 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
34284
ee30c380
UD
342852011-05-17 Ulrich Drepper <drepper@gmail.com>
34286
34287 [BZ #11837]
34288 * iconvdata/gb18030.c: Update to GB18020-2005.
34289
6ce75379
UD
342902011-05-16 Ulrich Drepper <drepper@gmail.com>
34291
a4b89fd8
AR
34292 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
34293 RE_SYNTAX_POSIX_AWK): Update to match recent development.
34294 Patch by Aharon Robbins <arnold@skeeve.com>.
34295
ea389b12
UD
34296 [BZ #11892]
34297 * stdlib/putenv.c (putenv): Don't always create copy of the variable
34298 on the stack.
34299
68a3f91f
UD
34300 [BZ #11895]
34301 * misc/pselect.c (__pselect): Handle timeout value errors hidden
34302 through underflows.
34303
15cc7dd1
UD
34304 [BZ #12766]
34305 * misc/error.c (error_at_line): Ensure file_name and old_file_name
34306 point to strings before performing equality test for error_one_per_line
34307 mode.
34308
f3799213
UD
34309 [BZ #11697]
34310 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
34311
d79a9c94
UD
34312 [BZ #11820]
34313 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
34314 (struct user_fpregs_struct): Avoid __uint*_t types.
34315
56e5eb46
UD
34316 [BZ #6420]
34317 * malloc/mtrace.c (tr_where): Add additional parameter to point to
34318 symbol info. Use it instead of calling _dl_addr locally.
34319 (lock_and_info): New function.
34320 (tr_freehook): Call lock_and_info and pass symbol info as additional
34321 parameter to tr_where.
34322 (tr_mallochook): Likewise.
34323 (tr_reallochook): Likewise.
34324 (tr_memalignhook): Likewise.
34325
6ce75379
UD
34326 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
34327 used and couldn't be at all thread-safe.
34328
f8a3b5bf
UD
343292011-05-15 Ulrich Drepper <drepper@gmail.com>
34330
94b7cc37
UD
34331 * libio/freopen.c (freopen): Don't close old file descriptor
34332 before the new one is opened. Instead dup the new file descriptor
34333 to the old one after the new stream is created.
34334 * libio/freopen64.c (freopen64): Likewise.
34335 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
34336 * libio/fileops.c (_IO_new_file_close_it): Handle new
34337 _IO_FLAGS2_NOCLOSE flag.
34338 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
34339 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
34340 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
34341 _IO_FLAGS2_NOCLOSE flag.
34342 * include/unistd.h: Add hidden_proto for dup3.
34343 Define __have_dup3.
34344 * io/dup3.c: Define hidden symbol.
34345 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
34346
bd25564e
UD
34347 [BZ #7101]
34348 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
34349 when an incomplete long option is used.
34350 * posix/tst-getopt_long1.c: New file.
34351 * posix/Makefile (tests): Add tst-getopt_long1.
34352
c84cfef4
UD
34353 [BZ #10138]
34354 * scripts/config.guess: Update from autoconf-2.68.
34355 * scripts/config.sub: Likewise.
34356
3b85df27
UD
34357 [BZ #10157]
34358 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
34359 tests into ...
34360 (has_cpuclock): ...this. New function.
34361 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
34362 macro here based on has_cpuclock code.
34363
15a856b1
UD
34364 [BZ #10149]
34365 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
34366 First byte (not low byte) is now always NUL.
34367 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
34368
05f399e6
UD
34369 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
34370 Use non-cancelable interfaces.
34371
10a52685 34372 [BZ #9809]
94ecc67d
UD
34373 * locale/iso-639.def: Add entry for Sorani.
34374
f8a3b5bf
UD
34375 [BZ #11901]
34376 * include/stdlib.h: Move include protection to the right place.
34377 Define abort_msg_s. Declare __abort_msg with it.
34378 * stdlib/abort.c (__abort_msg): Adjust type.
34379 * assert/assert.c (__assert_fail_base): New function. Majority
34380 of code from __assert_fail. Allocate memory for __abort_msg with
34381 mmap.
34382 (__assert_fail): Now call __assert_fail_base.
34383 * assert/assert-perr.c: Remove bulk of implementation. Use
34384 __assert_fail_base.
34385 * include/assert.hL Declare __assert_fail_base.
34386 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
34387 mmap.
34388 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
34389
1af4e298
UD
343902011-05-14 Ulrich Drepper <drepper@gmail.com>
34391
f8a3b5bf 34392 [BZ #11952]
d26dfc60
MG
34393 [BZ #12453]
34394 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
34395 until all modules are registered in the DTV.
34396 * elf/Makefile: Add rules to build and run tst-tls19.
34397 * elf/tst-tls19.c: New file.
34398 * elf/tst-tls19mod1.c: New file.
34399 * elf/tst-tls19mod2.c: New file.
34400 * elf/tst-tls19mod3.c: New file.
34401 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
34402
2fc54d6f
UD
34403 [BZ #12083]
34404 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
34405 correctly.
34406
98d76b46
UD
34407 [BZ #12601]
34408 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
34409 two-byte sequence errors.
34410 * iconvdata/Makefile (tests): Add bug-iconv8.
34411 * iconvdata/bug-iconv8.c: New file.
34412
da3c19ef
UD
34413 [BZ #12626]
34414 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
34415 buf2 definition.
34416
ca408c15
UD
34417 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
34418
d6f67f7d
UD
34419 [BZ #12432]
34420 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
34421 (dummy_getcfa): New function.
34422 (init): Get _Unwind_GetCFA address, use dummy if not found.
34423 (backtrace_helper): In recursion check, also check whether CFA changes.
34424 (__backtrace): Completely initialize arg.
34425
1af4e298 34426 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
34427 storing incomplete byte sequence in state object. Avoid testing for
34428 guaranteed too small input if we know there is enough data available.
1af4e298 34429
da62f81b
AS
344302011-05-11 Andreas Schwab <schwab@redhat.com>
34431
34432 * Makeconfig (+link-pie): Indent.
34433 * Rules (binaries-pie): Define if $(have-fpie) and
34434 $(build-shared).
34435 (binaries-shared): Also filter out $(binaries-pie).
34436 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
34437 * nscd/Makefile (others-pie): Add nscd.
34438 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
34439 ($(objpfx)nscd): Remove command override.
34440 * login/Makefile (others-pie): Add pt_chown.
34441 ($(objpfx)pt_chown): Remove command override.
34442 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
34443 remove command overrides.
34444
fcabc0f8
UD
344452011-05-13 Ulrich Drepper <drepper@gmail.com>
34446
20030ae6
UD
34447 * libio/tst_putwc.c: Fix error messages.
34448
fcabc0f8
UD
34449 [BZ #12724]
34450 * libio/fileops.c (_IO_new_file_close_it): Always flush when
34451 currently writing and seek to current position when not.
34452 * libio/Makefile (tests): Add bug-fclose1.
34453 * libio/bug-fclose1.c: New file.
34454
320a5dc0
PB
344552011-05-12 Ulrich Drepper <drepper@gmail.com>
34456
34457 [BZ #12511]
34458 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
34459 don't set DF_1_NODELETE here.
34460 (do_lookup_x): When entering new entry test for copy relocation
34461 and if necessary set DF_1_NODELETE flag.
34462 * elf/tst-unique4.cc: New file.
34463 * elf/tst-unique4.h: New file.
34464 * elf/tst-unique4lib.cc: New file.
34465 * elf/Makefile: Add rules to build and run tst-unique4.
34466 Patch by Piotr Bury <pbury@goahead.com>.
34467
22836f52
UD
344682011-05-11 Ulrich Drepper <drepper@gmail.com>
34469
f574184a
UD
34470 [BZ #12052]
34471 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
34472
e1fb097f
UD
34473 [BZ #12625]
34474 * misc/mntent_r.c (addmntent): Flush the stream after the output
34475
22836f52
UD
34476 [BZ #12393]
34477 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
34478 (is_trusted_path_normalize): Skip initial colon. Append slash
34479 to empty buffer. Duplicate is_trusted_path code but allow
34480 constructed patch to be prefix.
34481 (is_dst): Allow $ORIGIN followed by /.
34482 (_dl_dst_substitute): Correct clearing of check_for_trusted.
34483 Correct testing of result of is_trusted_path_normalize
34484 (decompose_rpath): Fix warning.
34485
7b3b0b2a
UD
344862011-05-10 Ulrich Drepper <drepper@gmail.com>
34487
34488 [BZ #11257]
34489 * grp/initgroups.c (internal_getgrouplist): When we found the service
34490 list through the initgroups entry in nsswitch.conf do not always
34491 continue on a successful lookup. Don't always use the
eac80ce2 34492 __nss_group_database value if it is set.
7b3b0b2a
UD
34493 * nss/nsswitch.conf (initgroups): Change action for successful db
34494 lookup to continue for compatibility.
34495
2a81eaa5
UD
344962011-05-09 Ulrich Drepper <drepper@gmail.com>
34497
be97a69e
UD
34498 [BZ #11532]
34499 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
34500 and CP774 modules.
34501 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
34502 and CP774 modules.
34503 * iconvdata/tst-tables.sh: Likewise.
34504 * iconvdata/cp770.c: New file.
34505 * iconvdata/cp771.c: New file.
34506 * iconvdata/cp772.c: New file.
34507 * iconvdata/cp773.c: New file.
34508 * iconvdata/cp774.c: New file.
34509 * iconvdata/testdata/CP770: New file.
34510 * iconvdata/testdata/CP770..UTF8: New file.
34511 * iconvdata/testdata/CP771: New file.
34512 * iconvdata/testdata/CP771..UTF8: New file.
34513 * iconvdata/testdata/CP772: New file.
34514 * iconvdata/testdata/CP772..UTF8: New file.
34515 * iconvdata/testdata/CP773: New file.
34516 * iconvdata/testdata/CP773..UTF8: New file.
34517 * iconvdata/testdata/CP774: New file.
34518 * iconvdata/testdata/CP774..UTF8: New file.
34519
34520 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
34521 END CHARMAP line.
34522 * iconvdata/gen-8bit-gap.sh: Likewise.
34523 * iconvdata/gen-8bit.sh: Likewise.
34524
c1e9e399
UD
34525 * locale/iso-639.def: Add ary entry.
34526
24c55fb3 34527 [BZ #11258]
96b4b1b0
UD
34528 * locale/C-translit.h.in: Add U20A1 transliteration.
34529
bdc2f971
KB
34530 [BZ #12178]
34531 * locale/iso-639.def: Add wae entry.
34532 Patch by Kevin Bortis <bortis@translate-wae.ch>.
34533
2952b117
UD
34534 [BZ #12545]
34535 * locale/programs/localedef.c (construct_output_path): Use ssize_t
34536 for n.
34537
2a81eaa5
UD
34538 [BZ #12711]
34539 * locale/C-translit.h.in: Add entry for U20B9.
34540 Patch by pravin.d.s@gmail.com.
34541
28377d1b
UD
345422011-05-08 Ulrich Drepper <drepper@gmail.com>
34543
7fb90fb8
UD
34544 [BZ #12713]
34545 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
34546 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
34547 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
34548 in rtld. Use *stat64.
7fb90fb8 34549 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 34550 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 34551 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
34552 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
34553 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
34554 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
34555 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
34556 __fstatat64 macros.
7fb90fb8
UD
34557 * include/dirent.h: Add libc_hidden_proto for rewinddir.
34558 * dirent/rewinddir.c: Add libc_hidden_def.
34559 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 34560 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 34561
28377d1b
UD
34562 * include/dirent.h (__alloc_dir): Add flags parameter.
34563 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
34564 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
34565 __alloc_dir.
34566 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
34567 from fdopendir if O_CLOEXEC is already set.
34568
66bdbaa4
AM
345692011-03-15 Alan Modra <amodra@gmail.com>
34570
34571 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
34572 l_tls_firstbyte_offset non-zero. Save padding offset in
34573 l_tls_firstbyte_offset for later use.
34574 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
34575 freeing static tls block.
34576
95721191
JN
345772011-03-05 Jonathan Nieder <jrnieder@gmail.com>
34578
34579 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
34580 where #ifdef was intended. The intent is to prevent ARG_MAX from
34581 being defined by the kernel headers.
34582
f87dfb1f
UD
345832011-05-07 Ulrich Drepper <drepper@gmail.com>
34584
34585 [BZ #12734]
34586 * resolv/resolv.h: Define RES_NOTLDQUERY.
34587 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
34588 no-tld-query and set RES_NOTLDQUERY.
34589 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
34590 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
34591 modern BIND to search name as TLD unless forbidden.
34592
47c3cd7a
UD
345932011-05-07 Petr Baudis <pasky@suse.cz>
34594 Ulrich Drepper <drepper@gmail.com>
34595
34596 [BZ #12393]
34597 * elf/dl-load.c (fillin_rpath): Move trusted path check...
34598 (is_trusted_path): ...to here.
c1e9ea35 34599 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 34600 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 34601 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 34602
8a35c912
PP
346032011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
34604
34605 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
34606 __BEGIN/__END_DECLS.
34607
acd41f47
UD
346082011-05-06 Ulrich Drepper <drepper@gmail.com>
34609
34610 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
34611 NSS_STATUS_NOTFOUND if no record was found.
34612
597df647
AS
346132011-05-05 Andreas Schwab <schwab@redhat.com>
34614
34615 * sunrpc/Makefile (headers): Add rpc/netdb.h.
34616 (headers-not-in-tirpc): Remove rpc/netdb.h
34617 * resolv/netdb.h: Revert last change.
34618
b9af1301
PP
346192011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
34620
34621 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
34622 circular dependency between libgcc.a and libc.a.
34623
4e34d5f5
AS
346242011-05-05 Andreas Schwab <schwab@redhat.com>
34625
34626 * resolv/netdb.h: Don't include <rpc/netdb.h>.
34627 * nis/Makefile: Don't install rpcsvc/*.
34628 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
34629 instead of <rpc/types.h>.
34630 (MAXHOSTNAMELEN): Define.
34631
00ee369c
AS
346322011-05-03 Andreas Schwab <schwab@redhat.com>
34633
34634 * elf/ldconfig.c (add_dir): Don't crash on empty path.
34635
0b592a30
MB
346362011-04-28 Maciej Babinski <mbabinski@google.com>
34637
34638 [BZ #12714]
34639 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
34640 gethostbyname4_r when IPv6 results are possible.
34641
6e04cbbe
UD
346422011-05-02 Ulrich Drepper <drepper@gmail.com>
34643
34644 [BZ #12723]
34645 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
34646 _PC_PIPE_BUF handling.
34647
e4ecafe0
BH
346482011-04-30 Bruno Haible <bruno@clisp.org>
34649
34650 [BZ #12717]
34651 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
34652 * resolv/netdb.h (getnameinfo): Change type of flags parameter
34653 to 'int'.
34654 * inet/getnameinfo.c (getnameinfo): Likewise.
34655
125ee683
UD
346562011-04-29 Ulrich Drepper <drepper@gmail.com>
34657
34658 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
34659 to groups setting in database lookup.
34660 * nss/nsswitch.conf: Add initgroups entry.
34661
b722481a
EB
346622011-04-22 Ulrich Drepper <drepper@gmail.com>
34663
34664 [BZ #12685]
34665 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
34666 mode string.
34667 Patch by Eric Blake <eblake@redhat.com>.
34668
4df46dbd
L
346692011-04-20 H.J. Lu <hongjiu.lu@intel.com>
34670
34671 * sunrpc/Makefile (need-export-routines): Add svc_run.
34672 (routines): Remove svc_run.
34673 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
34674 * sunrpc/clnt_perr.c (clnt_perrno): Export.
34675 * sunrpc/svc_run.c (svc_run): Likewise.
34676 * sunrpc/svc_udp.c (svcudp_create): Likewise.
34677
e84142d2
UD
346782011-04-21 Ulrich Drepper <drepper@gmail.com>
34679
34680 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
34681 problem in reallocation in last patch.
34682
877175d8
UD
346832011-04-20 Ulrich Drepper <drepper@gmail.com>
34684
34685 * sunrpc/Makefile: Move inclusion of Rules.
34686
ab8eed78
UD
346872011-04-19 Ulrich Drepper <drepper@gmail.com>
34688
34689 * nss/nss_files/files-initgroups.c: New file.
34690 * nss/Makefile (libnss_files-routines): Add files-initgroups.
34691 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
34692 _nss_files_initgroups_dyn.
34693
e3d8f584
RS
346942011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
34695
34696 * elf/elf.h (R_ARM_IRELATIVE): Define.
34697
af190f45
UD
346982011-04-19 Ulrich Drepper <drepper@gmail.com>
34699
34700 * po/ru.po: Update from translation team.
34701
53cf59ef
UD
347022011-04-17 Ulrich Drepper <drepper@gmail.com>
34703
34704 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
34705 dependencies.
34706
4c559bcd
MF
347072011-02-06 Mike Frysinger <vapier@gentoo.org>
34708
34709 [BZ #12653]
34710 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
34711 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
34712 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
34713 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34714 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34715
4420675c
AS
347162011-03-28 Andreas Schwab <schwab@linux-m68k.org>
34717
34718 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
34719 differing bytes.
34720 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34721 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34722 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34723
75ea32ab
UD
347242011-04-17 Ulrich Drepper <drepper@gmail.com>
34725
34726 [BZ #12420]
34727 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
34728 storing it.
34729 * stdlib/bug-getcontext.c: New file.
34730 * stdlib/Makefile: Add rules to build and run bug-getcontext.
34731
27390476
AK
347322011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34733
34734 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
34735 instructions into .machine "z9-109".
34736 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
34737 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
34738
10442705
AK
347392011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34740
34741 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
34742 between environment variables and auxiliary vector.
34743
7b57bfe5
UD
347442011-04-16 Ulrich Drepper <drepper@gmail.com>
34745
34746 * Makefile: Add rules to build linkobj/libc.so.
34747 * include/libc-symbols.h: Define libc_hidden_nolink.
34748 * include/rpc/auth.h: Mark functions which are to be hidden.
34749 * include/rpc/auth_des.h: Likewise.
34750 * include/rpc/auth_unix.h: Likewise.
34751 * include/rpc/clnt.h: Likewise.
34752 * include/rpc/des_crypt.h: Likewise.
34753 * include/rpc/key_prot.h: Likewise.
34754 * include/rpc/pmap_clnt.h: Likewise.
34755 * include/rpc/pmap_prot.h: Likewise.
34756 * include/rpc/pmap_rmt.h: Likewise.
34757 * include/rpc/rpc_msg.h: Likewise.
34758 * include/rpc/svc.h: Likewise.
34759 * include/rpc/svc_auth.h: Likewise.
34760 * include/rpc/xdr.h: Likewise.
34761 * nis/Makefile: Link all DSOs against linkobj/libc.so.
34762 * nss/Makefile: Likewise.
34763 * sunrpc/Makefile: Don't install headers. Build library with normal
34764 entry points. Don't build rpcinfo. Link RPC tests appropriately.
34765 * sunrpc/auth_des.c: Hide exported symbols by default, export some
34766 for the compat linking library. Remove use of INTDEF/INTUSE.
34767 * sunrpc/auth_none.c: Likewise.
34768 * sunrpc/auth_unix.c: Likewise.
34769 * sunrpc/authdes_prot.c: Likewise.
34770 * sunrpc/authuxprot.c: Likewise.
34771 * sunrpc/clnt_gen.c: Likewise.
34772 * sunrpc/clnt_perr.c: Likewise.
34773 * sunrpc/clnt_raw.c: Likewise.
34774 * sunrpc/clnt_simp.c: Likewise.
34775 * sunrpc/clnt_tcp.c: Likewise.
34776 * sunrpc/clnt_udp.c: Likewise.
34777 * sunrpc/clnt_unix.c: Likewise.
34778 * sunrpc/des_crypt.c: Likewise.
34779 * sunrpc/des_soft.c: Likewise.
34780 * sunrpc/get_myaddr.c: Likewise.
34781 * sunrpc/key_call.c: Likewise.
34782 * sunrpc/key_prot.c: Likewise.
34783 * sunrpc/netname.c: Likewise.
34784 * sunrpc/pm_getmaps.c: Likewise.
34785 * sunrpc/pm_getport.c: Likewise.
34786 * sunrpc/pmap_clnt.c: Likewise.
34787 * sunrpc/pmap_prot.c: Likewise.
34788 * sunrpc/pmap_prot2.c: Likewise.
34789 * sunrpc/pmap_rmt.c: Likewise.
34790 * sunrpc/publickey.c: Likewise.
34791 * sunrpc/rpc_cmsg.c: Likewise.
34792 * sunrpc/rpc_common.c: Likewise.
34793 * sunrpc/rpc_dtable.c: Likewise.
34794 * sunrpc/rpc_prot.c: Likewise.
34795 * sunrpc/rpc_thread.c: Likewise.
34796 * sunrpc/rtime.c: Likewise.
34797 * sunrpc/svc.c: Likewise.
34798 * sunrpc/svc_auth.c: Likewise.
34799 * sunrpc/svc_authux.c: Likewise.
34800 * sunrpc/svc_raw.c: Likewise.
34801 * sunrpc/svc_run.c: Likewise.
34802 * sunrpc/svc_simple.c: Likewise.
34803 * sunrpc/svc_tcp.c: Likewise.
34804 * sunrpc/svc_udp.c: Likewise.
34805 * sunrpc/svc_unix.c: Likewise.
34806 * sunrpc/svcauth_des.c: Likewise.
34807 * sunrpc/xcrypt.c: Likewise.
34808 * sunrpc/xdr.c: Likewise.
34809 * sunrpc/xdr_array.c: Likewise.
34810 * sunrpc/xdr_float.c: Likewise.
34811 * sunrpc/xdr_intXX_t.c: Likewise.
34812 * sunrpc/xdr_mem.c: Likewise.
34813 * sunrpc/xdr_rec.c: Likewise.
34814 * sunrpc/xdr_ref.c: Likewise.
34815 * sunrpc/xdr_sizeof.c: Likewise.
34816 * sunrpc/xdr_stdio.c: Likewise.
34817
e6c61494
UD
348182011-04-10 Ulrich Drepper <drepper@gmail.com>
34819
34820 [BZ #12650]
34821 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
34822 * sysdeps/ia64/dl-tls.h: Likewise.
34823 * sysdeps/powerpc/dl-tls.h: Likewise.
34824 * sysdeps/s390/dl-tls.h: Likewise.
34825 * sysdeps/sh/dl-tls.h: Likewise.
34826 * sysdeps/sparc/dl-tls.h: Likewise.
34827 * sysdeps/x86_64/dl-tls.h: Likewise.
34828 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
34829
34fe483e
AS
348302011-03-14 Andreas Schwab <schwab@redhat.com>
34831
34832 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
34833 rpath element also skip the following colon.
34834 (expand_dynamic_string_token): Add is_path parameter and pass
34835 down to DL_DST_REQUIRED and _dl_dst_substitute.
34836 (decompose_rpath): Call expand_dynamic_string_token with
34837 non-zero is_path. Ignore empty rpaths.
34838 (_dl_map_object_from_fd): Call expand_dynamic_string_token
34839 with zero is_path.
34840
f12a32e6
AS
348412011-04-08 Andreas Schwab <schwab@linux-m68k.org>
34842
34843 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34844 Make cancelable.
34845
38a7d692
UD
348462011-04-09 Ulrich Drepper <drepper@gmail.com>
34847
34848 [BZ #12655]
34849 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
34850 Patch by Filipe David Manana <fdmanana@apache.org>.
34851
e451d22b
AS
348522011-04-07 Andreas Schwab <schwab@redhat.com>
34853
34854 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
34855 Maintain aligned stack.
34856 (CHECK_RSP): Remove unused macro.
34857
dedc7c7b
UD
348582011-04-03 Ulrich Drepper <drepper@gmail.com>
34859
34860 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
34861 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
34862
94521213
UD
348632011-04-02 Ulrich Drepper <drepper@gmail.com>
34864
34865 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
34866
8cb700c0 34867 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 34868
0354e355
L
348692011-03-26 H.J. Lu <hongjiu.lu@intel.com>
34870
34871 [BZ #12518]
34872 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
34873 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
34874 * sysdeps/x86_64/memmove.c: New file.
34875 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
34876 (memcpy): Renamed to ...
34877 (__new_memcpy): This.
34878 (memcpy): Provide GLIBC_2_14 memcpy.
34879 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
34880 (memcpy): Provide GLIBC_2_2_5 memcpy.
34881
8593482f
UD
348822011-04-01 Ulrich Drepper <drepper@gmail.com>
34883
34884 [BZ #12631]
34885 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
34886
81a5726b
AS
348872011-03-30 Andreas Schwab <schwab@redhat.com>
34888
34889 * misc/syncfs.c: New file.
34890 * misc/Makefile (routines): Add syncfs.
34891 * posix/unistd.h: Declare syncfs.
34892 * sysdeps/unix/syscalls.list: Add syncfs.
34893
00e5419f
AS
348942011-04-01 Andreas Schwab <schwab@redhat.com>
34895
34896 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
34897 open_by_handle_at.
34898 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
34899 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
34900 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34901 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
34902 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34903 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
34904 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
34905
748876bf
UD
349062011-04-01 Ulrich Drepper <drepper@gmail.com>
34907
658e451d
UD
34908 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
34909 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
34910 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
34911 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34912 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
34913 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34914 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
34915
748876bf
UD
34916 * io/Makefile: Compile fallocate.c, fallocate64.c, and
34917 sync_file_range.c with -fexceptions.
34918 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
34919 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
34920 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
34921 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
34922 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
34923 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34924 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
34925 sync_file_range as cancellation point
34926 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
34927 now a wrapper around __call_sync_file_range with cancellation handling.
34928 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
34929 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
34930 function name to __call_sync_file_range.
34931 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
34932 Add call_sync_file_range.
748876bf 34933
6e63d5e1
AS
349342011-04-01 Andreas Schwab <schwab@redhat.com>
34935
34936 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 34937 bits/timex.h.
6e63d5e1 34938
46998f74
UD
349392011-04-01 Ulrich Drepper <drepper@gmail.com>
34940
4c1423ed
UD
34941 * iconv/iconv.h: Fix typo in comment.
34942 * io/fcntl.h: Likewise.
34943 * libio/stdio.h: Likewise.
34944 * posix/spawn.h: Likewise.
34945 * posix/unistd.h: Likewise.
34946 * stdlib/stdlib.h: Likewise.
34947 * time/time.h: Likewise.
34948 * wcsmbs/wchar.h: Likewise.
34949
158648c0
UD
34950 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
34951 open_by_handle): Add.
34952 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
34953 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
34954 Augment a few comments.
34955 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
34956 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34957 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
34958 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34959 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
34960 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
34961 open_by_handle.
34962
46998f74
UD
34963 * io/fcntl.h (AT_EMPTY_PATH): Define.
34964
83fe108b
UD
349652011-03-30 Ulrich Drepper <drepper@gmail.com>
34966
34967 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
34968 * sysdeps/unix/sysv/linux/bits/time.h: New file.
34969 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
34970 to...
34971 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
34972 * Versions.def: Add GLIBC_2.14.
34973 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
34974 Export.
83fe108b 34975
bb242059
UD
349762011-03-22 Ulrich Drepper <drepper@gmail.com>
34977
34978 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
34979 round counter.
34980 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
34981
c97a1282
L
349822011-03-20 H.J. Lu <hongjiu.lu@intel.com>
34983
34984 [BZ #12597]
34985 * string/test-strncmp.c (do_page_test): New function.
34986 (check2): Likewise.
34987 (test_main): Call check2.
34988 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
34989
2a115601
UD
349902011-03-20 Ulrich Drepper <drepper@gmail.com>
34991
34992 [BZ #12587]
34993 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
34994 Handle cache information in CPU leaf 4.
34995 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
34996
8126d904
UD
349972011-03-18 Ulrich Drepper <drepper@gmail.com>
34998
042c49c6 34999 [BZ #12583]
8126d904
UD
35000 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
35001 character representation.
35002 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
35003
ccfe366e
RA
350042011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
35005
35006 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
35007 END(__isnan) to END(__isnanf) to match function entry point/label
35008 EALIGN(__isnanf,...).
35009
c6e13027
JJ
350102011-03-10 Jakub Jelinek <jakub@redhat.com>
35011
35012 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
35013
33f85a3f
UD
350142011-03-10 Ulrich Drepper <drepper@gmail.com>
35015
028478fa
UD
35016 [BZ #12510]
35017 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
35018 copy from the symbol referenced in the relocation to initialize the
35019 used variable.
35020 Patch by Piotr Bury <pbury@goahead.com>.
35021 * elf/Makefile: Add rules to build and tst-unique3.
35022 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
35023 * elf/tst-unique3.cc: New file.
35024 * elf/tst-unique3.h: New file.
35025 * elf/tst-unique3lib.cc: New file.
35026 * elf/tst-unique3lib2.cc: New file.
35027
33f85a3f
UD
35028 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
35029
03592fc7
MF
350302011-03-10 Mike Frysinger <vapier@gentoo.org>
35031
35032 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
35033 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
35034 to _start.
03592fc7 35035
6a5ee102
UD
350362011-03-06 Ulrich Drepper <drepper@gmail.com>
35037
35038 * elf/dl-load.c (_dl_map_object): If we are looking for the first
35039 to-be-loaded object along a path to loader is ld.so.
35040
7e4ba49c
HJ
350412011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
35042 Ulrich Drepper <drepper@gmail.com>
35043
35044 * sysdeps/x86_64/memset.S: After aligning destination, code
35045 branches to different locations depending on the value of
35046 misalignment, when multiarch is enabled. Fix this.
35047
350482011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
35049
35050 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
35051 Set _x86_64_preferred_memory_instruction for AMD processsors.
35052 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35053 Set bit_Prefer_SSE_for_memop for AMD processors.
35054
13a804de
UD
350552011-03-04 Ulrich Drepper <drepper@gmail.com>
35056
35057 * libio/fmemopen.c (fmemopen): Optimize a bit.
35058
9d25c392
AS
350592011-03-03 Andreas Schwab <schwab@redhat.com>
35060
35061 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
35062
a5543c6a
RM
350632011-03-03 Roland McGrath <roland@redhat.com>
35064
35065 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
35066
012d35f7
DM
350672011-02-28 Aurelien Jarno <aurelien@aurel32.net>
35068
7e4ba49c 35069 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
35070 __bzero_ultra1 instead of __memset_ultra1.
35071
4bff6e01
AS
350722011-02-23 Andreas Schwab <schwab@redhat.com>
35073 Ulrich Drepper <drepper@gmail.com>
35074
35075 [BZ #12509]
35076 * include/link.h (struct link_map): Add l_orig_initfini.
35077 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
35078 returning unsuccessfully.
35079 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
35080 close of a file loaded at startup, restore the original l_initfini
35081 list.
35082 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
35083 list, store the pointer.
35084 * elf/Makefile ($(objpfx)noload-mem): New rule.
35085 (noload-ENV): Define.
35086 (tests): Add $(objpfx)noload-mem.
35087 * elf/noload.c: Include <memcheck.h>.
35088 (main): Call mtrace. Close all opened handles.
35089
f2092faf
AS
350902011-02-17 Andreas Schwab <schwab@redhat.com>
35091
35092 [BZ #12454]
35093 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
35094 dependencies are missing.
35095
6c8a2e88
ST
350962011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
35097
f2092faf 35098 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
35099 Hurd needs munmap.
35100 * sysdeps/mach/hurd/ifreq.h: New file.
35101
84a42118
PB
351022011-01-27 Petr Baudis <pasky@suse.cz>
35103 Ulrich Drepper <drepper@gmail.com>
35104
071f805e 35105 [BZ 12445]#
84a42118
PB
35106 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
35107 to extend_alloca().
35108 * stdio-common/bug23.c: New file.
35109 * stdio-common/Makefile (tests): Add bug23.
35110
e23fe25b
AS
351112010-09-28 Andreas Schwab <schwab@redhat.com>
35112 Ulrich Drepper <drepper@gmail.com>
35113
35114 [BZ #12489]
35115 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
35116 before performing relro protection. At old place add assertion
35117 to make sure nothing changed.
35118
d3f02e10
NS
351192011-02-17 Nathan Sidwell <nathan@codesourcery.com>
35120 Glauber de Oliveira Costa <glommer@gmail.com>
35121
35122 * elf/elf.h: Add new ARM TLS relocs.
35123
d55fd7a5
RA
351242011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
35125
35126 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35127 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
35128 cast from r3.
35129 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
35130 'tests' variable.
35131 * sysdeps/wordsize-64/tst-writev.c: New file.
35132
2206397e
RA
351332011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
35134
35135 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
35136 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
35137 insns in _dl_start to prevent a TOC reference before relocs are
35138 resolved.
35139
e9433893
UD
351402011-02-15 Ulrich Drepper <drepper@gmail.com>
35141
35142 [BZ #12469]
35143 * Makeconfig: Remove RANLIB definition.
35144 * Makerules: Don't use RANLIB.
35145 * aclocal.m4: Remove ranlib test.
35146 * configure.in: No need to check for ranlib.
35147 * elf/rtld-Rules: Don't use RANLIB.
35148
f75286c6
ST
351492011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
35150
8e31c82d
ST
35151 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
35152 protection macro.
35153 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
35154 inclusion protection macro.
35155
f75286c6
ST
35156 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
35157 SIGRTMIN and SIGRTMAX and print information in that case only when
35158 SIGRTMIN is defined.
35159
c1d0e639
JJ
351602011-02-11 Jakub Jelinek <jakub@redhat.com>
35161
35162 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
35163 arginfo fn returning -1.
35164
35165 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
35166 and thousands string is zero terminated.
35167
edf9294e
AS
351682011-02-03 Andreas Schwab <schwab@redhat.com>
35169
35170 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
35171 sysdeps/unix/sysv/linux/bits/socket.h.
35172
2b7e92df
ST
351732011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
35174
edf9294e
AS
35175 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
35176 (__CPU_COUNT): Remove old macros.
35177 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
35178 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
35179 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
35180 (__sched_cpualloc, __sched_cpufree): Add declarations.
35181
a4c7ea7b
UD
351822011-02-05 Ulrich Drepper <drepper@gmail.com>
35183
35184 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
35185 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
35186 * nscd/aicache.c (addhstaiX): Return timeout of added value.
35187 (readdhstai): Return value of addhstaiX call.
35188 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
35189 (addgrbyX): Return value returned by cache_addgr.
35190 (readdgrbyname): Return value returned by addgrbyX.
35191 (readdgrbygid): Likewise.
35192 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
35193 (addpwbyX): Return value returned by cache_addpw.
35194 (readdpwbyname): Return value returned by addhstbyX.
35195 (readdpwbyuid): Likewise.
35196 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
35197 (addservbyX): Return value returned by cache_addserv.
35198 (readdservbyname): Return value returned by addservbyX:
35199 (readdservbyport): Likewise.
35200 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
35201 (addhstbyX): Return value returned by cache_addhst.
35202 (readdhstbyname): Return value returned by addhstbyX.
35203 (readdhstbyaddr): Likewise.
35204 (readdhstbynamev6): Likewise.
35205 (readdhstbyaddrv6): Likewise.
35206 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
35207 (readdinitgroups): Return value returned by addinitgroupsX.
35208 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
35209 (prune_cache): Keep track of timeout value of re-added entries.
35210 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
35211 * nscd/nscd.h: Adjust prototypes of readd* functions.
35212
a0bf67cc
RM
352132011-02-04 Roland McGrath <roland@redhat.com>
35214
35215 * nis/nis_server.c (nis_servstate): Use the right name for 0.
35216 (nis_stats): Likewise.
35217 * nis/nis_modify.c (nis_modify): Likewise.
35218 * nis/nis_remove.c (nis_remove): Likewise.
35219 * nis/nis_add.c (nis_add): Likewise.
35220
35221 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
35222
35223 * posix/fnmatch_loop.c: Add some consts.
35224
35225 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
35226
435b95eb
L
352272011-02-02 H.J. Lu <hongjiu.lu@intel.com>
35228
35229 [BZ #12460]
35230 * config.make.in (config-cflags-novzeroupper): Define.
35231 * configure.in: Substitute libc_cv_cc_novzeroupper.
35232 * elf/Makefile (AVX-CFLAGS): Define.
35233 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
35234 (CFLAGS-tst-auditmod4a.c): Likewise.
35235 (CFLAGS-tst-auditmod4b.c): Likewise.
35236 (CFLAGS-tst-auditmod6b.c): Likewise.
35237 (CFLAGS-tst-auditmod6c.c): Likewise.
35238 (CFLAGS-tst-auditmod7b.c): Likewise.
35239 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
35240
8517b15e
UD
352412011-02-02 Ulrich Drepper <drepper@gmail.com>
35242
35243 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
35244 function to the callback.
35245 Patch partly by Jiri Olsa <jolsa@redhat.com>.
35246
10a656fe
AS
352472011-02-02 Andreas Schwab <schwab@redhat.com>
35248
35249 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
35250 of errno.
35251
968dad0a
UD
352522011-01-19 Ulrich Drepper <drepper@gmail.com>
35253
9f94d2ea 35254 [BZ #11724]
968dad0a
UD
35255 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
35256 of constructors.
35257 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
35258 of destructors.
35259 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
35260
35261 [BZ #11724]
35262 * elf/Makefile: Add rules to build and run new test.
35263 * elf/tst-initorder.c: New file.
35264 * elf/tst-initorder.exp: New file.
35265 * elf/tst-initordera1.c: New file.
35266 * elf/tst-initordera2.c: New file.
35267 * elf/tst-initordera3.c: New file.
35268 * elf/tst-initordera4.c: New file.
35269 * elf/tst-initorderb1.c: New file.
35270 * elf/tst-initorderb2.c: New file.
35271 * elf/tst-order-a1.c: New file.
35272 * elf/tst-order-a2.c: New file.
35273 * elf/tst-order-a3.c: New file.
35274 * elf/tst-order-a4.c: New file.
35275 * elf/tst-order-b1.c: New file.
35276 * elf/tst-order-b2.c: New file.
35277 * elf/tst-order-main.c: New file.
35278 New test case by George Gensure <werkt0@gmail.com>.
35279
86e92359
UD
352802010-10-01 Andreas Schwab <schwab@redhat.com>
35281
35282 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
35283 decoding ACE if AI_CANONIDN.
35284
5d5732b0
UD
352852011-01-18 Ulrich Drepper <drepper@gmail.com>
35286
35287 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
35288
a77e8cbc
UD
352892011-01-17 Ulrich Drepper <drepper@gmail.com>
35290
6392473f
UD
35291 * version.h (RELEASE): Bump for 2.13 release.
35292 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
35293
620a0529
UD
35294 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
35295
18ba70a5
UD
35296 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
35297 MADV_NOHUGEPAGE.
32465c3e
UD
35298 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
35299 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
35300 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
35301 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
35302 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
35303 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
35304
c0dafcf1
UD
35305 * posix/getconf.c: Update copyright year.
35306 * catgets/gencat.c: Likewise.
35307 * csu/version.c: Likewise.
35308 * debug/catchsegv.sh: Likewise.
35309 * debug/xtrace.sh: Likewise.
35310 * elf/ldconfig.c: Likewise.
35311 * elf/ldd.bash.in: Likewise.
35312 * elf/sprof.c (print_version): Likewise.
35313 * iconv/iconv_prog.c: Likewise.
35314 * iconv/iconvconfig.c: Likewise.
35315 * locale/programs/locale.c: Likewise.
35316 * locale/programs/localedef.c: Likewise.
35317 * malloc/memusage.sh: Likewise.
35318 * malloc/mtrace.pl: Likewise.
35319 * nscd/nscd.c (print_version): Likewise.
35320 * nss/getent.c: Likewise.
35321
a77e8cbc
UD
35322 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
35323 PF_CAIF, and PF_ALG.
35324 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
35325
77e8bddf
AS
353262011-01-16 Andreas Schwab <schwab@linux-m68k.org>
35327
1f20b93a
AS
35328 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
35329 (modules-names): Use them.
35330 (ifunc-test-modules, ifunc-pie-tests): Define.
35331 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
35332 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
35333 (test-extras): Likewise.
35334 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
35335 $(compile-command.c).
35336 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
35337 (all-built-dso): Define.
35338 (check-textrel.out, check-execstack.out): Depend on it.
35339
77e8bddf
AS
35340 * configure.in: Don't override --enable-multi-arch.
35341
bc425b33
UD
353422011-01-15 Ulrich Drepper <drepper@gmail.com>
35343
35344 [BZ #6812]
35345 * nscd/hstcache.c (tryagain): Define.
35346 (cache_addhst): Return tryagain not notfound for temporary errors.
35347 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
35348 failed.
35349
794c3ad3
UD
353502011-01-14 Ulrich Drepper <drepper@gmail.com>
35351
70181fdd
UD
35352 [BZ #10563]
35353 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
35354 to make the syscall.
35355 * sysdeps/unix/sysv/linux/setgroups.c: New file.
35356
794c3ad3
UD
35357 [BZ #12378]
35358 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
35359 and fall back to matching as normal character if the string ends before
35360 the matching ']' is found. This is what POSIX requires.
35361 * posix/testfnm.c: Adjust test result.
35362 * posix/globtest.sh: Adjust test result. Add new test.
35363 * posix/tst-fnmatch.input: Likewise.
35364 * posix/tst-fnmatch2.c: Add new test.
35365
68dc9497
AS
353662010-12-28 Andreas Schwab <schwab@linux-m68k.org>
35367
35368 * elf/Makefile (check-execstack): Revert last change. Depend on
35369 check-execstack.h.
35370 (check-execstack.h): New target.
35371 (generated): Add check-execstack.h.
35372 * elf/check-execstack.c: Include "check-execstack.h".
35373 (main): Revert last change.
35374 (handle_file): Return zero if GNU_STACK is absent and
35375 DEFAULT_STACK_PERMS doesn't include PF_X.
35376
451f001b
UD
353772011-01-13 Ulrich Drepper <drepper@gmail.com>
35378
cfa28e56
UD
35379 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
35380 in child fails because the descriptor is already closed.
8cf8ce17
UD
35381 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
35382 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
35383 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 35384
1086d70d
UD
35385 [BZ #12397]
35386 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
35387 syscall.
35388
451f001b
UD
35389 [BZ #10484]
35390 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
35391 temporary buffer used to handle multi lookups locally.
a85b5cb4 35392 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 35393
08769175
UD
353942011-01-12 Ulrich Drepper <drepper@gmail.com>
35395
35396 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
35397 loader is ld.so.
35398
5e49c52e
UD
353992011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
35400
35401 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
35402 alignment for SSE2.
35403
60522a5f
UD
354042011-01-12 Ulrich Drepper <drepper@gmail.com>
35405
35406 [BZ #12394]
35407 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
35408 characters. When rounding increased number of integer digits recompute
35409 number of groups.
35410 * stdio-common/tst-grouping.c: New file.
35411 * stdio-common/Makefile: Add rules to build and run tst-grouping.
35412
f257bbd7
UD
354132011-01-09 Ulrich Drepper <drepper@gmail.com>
35414
35415 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
35416 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
35417
35418 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
35419 void.
35420 * bits/select.h: Likewise.
35421
fa9c15cb
UD
354222011-01-08 Ulrich Drepper <drepper@gmail.com>
35423
35424 * po/ja.po: Update from translation team.
35425
16c2895f
DM
354262011-01-04 David S. Miller <davem@sunset.davemloft.net>
35427
35428 [BZ #11155]
35429 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
35430 implementation just like for lxstat, fxstatat, et al.
35431
2543fef2
JM
354322010-12-27 Jim Meyering <meyering@redhat.com>
35433
35434 [BZ #12348]
35435 * posix/regexec.c (build_trtable): Return failure indication upon
35436 calloc failure. Otherwise, re_search_internal could infloop on OOM.
35437
98727dbe
UD
354382010-12-25 Ulrich Drepper <drepper@gmail.com>
35439
5bd6dc5c
UD
35440 [BZ #12201]
35441 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
35442 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
35443 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
35444 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
35445
97983464
UD
35446 [BZ #12207]
35447 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
35448
98727dbe
UD
35449 [BZ #12204]
35450 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
35451 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
35452
4a531bb0
L
354532010-12-15 H.J. Lu <hongjiu.lu@intel.com>
35454
35455 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
35456 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
35457 script has SORT_BY_INIT_PRIORITY.
35458 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
35459 NO_CTORS_DTORS_SECTIONS is defined.
35460 * elf/soinit.c: Likewise.
35461 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
35462 NO_CTORS_DTORS_SECTIONS is defined.
35463 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
35464 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
35465 * sysdeps/sh/init-first.c: Likewise.
35466 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
35467
07eb4b71
UD
354682010-12-24 Ulrich Drepper <drepper@gmail.com>
35469
35470 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
35471 always use the slow path.
35472
30950a5f
RA
354732010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
35474
35475 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
35476 similar rule which adds the sysdep directories to the header search in
35477 order to pick up the correct platform stackinfo.h.
35478 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
35479 perform test if it is, otherwise return successfully without testing.
35480 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
35481 DEFAULT_STACK_PERMS define in stackinfo.h.
35482 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
35483 defined in stackinfo.h.
35484 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
35485 DEFAULT_STACK_PERMS defined in stackinfo.h.
35486 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
35487 * sysdeps/ia64/stackinfo.h: Likewise.
35488 * sysdeps/s390/stackinfo.h: Likewise.
35489 * sysdeps/sh/stackinfo.h: Likewise.
35490 * sysdeps/sparc/stackinfo.h: Likewise.
35491 * sysdeps/x86_64/stackinfo.h: Likewise.
35492 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
35493 PF_X for powerpc64. Retain PF_X for powerpc32.
35494
db753e2c
UD
354952010-12-19 Ulrich Drepper <drepper@gmail.com>
35496
14b697f7
UD
35497 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
35498 accurately.
db753e2c
UD
35499 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
35500 GETDENTS_64BIT_ALIGNED.
35501
28300719
UD
355022010-12-14 Ulrich Drepper <dreper@gmail.com>
35503
14b697f7 35504 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 35505
4f197237
AS
355062010-12-10 Andreas Schwab <schwab@redhat.com>
35507
dbb0472f
AS
35508 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
35509 _GNU_SOURCE.
35510
4f197237
AS
35511 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
35512 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
35513 Remove __restrict.
35514 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
35515 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
35516
fb88ac72
UD
355172010-12-09 Ulrich Drepper <drepper@gmail.com>
35518
35519 [BZ #11655]
35520 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
35521 are initialized.
35522
42acbb92
JJ
355232010-12-09 Jakub Jelinek <jakub@redhat.com>
35524
35525 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
35526
c038d98d
UD
355272010-12-03 Ulrich Drepper <drepper@gmail.com>
35528
35529 * po/it.po: Update from translation team.
35530
3a4a2499
L
355312010-12-01 H.J. Lu <hongjiu.lu@intel.com>
35532
35533 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
35534 unused codes.
35535
1e24cf6e
UD
355362010-11-30 Ulrich Drepper <drepper@gmail.com>
35537
35538 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
35539
a7690819
AS
355402010-11-24 Andreas Schwab <schwab@redhat.com>
35541
35542 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
35543 specially.
35544 (gaih_getanswer_slice): Likewise.
35545
3bf8d1b1
JJ
355462010-10-20 Jakub Jelinek <jakub@redhat.com>
35547
35548 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
35549
6db52fbb
PB
355502010-05-31 Petr Baudis <pasky@suse.cz>
35551
35552 [BZ #11149]
35553 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
35554 silently even in the chroot mode.
35555
eaca7569
UD
355562010-11-22 Ulrich Drepper <drepper@gmail.com>
35557
35558 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
35559 last patch a bit. Pretty printing
35560
3056dcdb
UD
355612010-05-31 Petr Baudis <pasky@suse.cz>
35562
35563 [BZ #10085]
35564 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
35565 initialization of skip_initgroups_dyn.
35566
cf7c9078
UD
355672010-11-19 Ulrich Drepper <drepper@gmail.com>
35568
35569 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
35570 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
35571
a1fb5e3e
UD
355722010-11-16 Ulrich Drepper <drepper@gmail.com>
35573
35574 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
35575
3540d66b
AS
355762010-11-11 Andreas Schwab <schwab@redhat.com>
35577
35578 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
35579 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
35580 (tst-fnmatch-ENV): Set MALLOC_TRACE.
35581 ($(objpfx)tst-fnmatch-mem): New rule.
35582 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
35583 * posix/tst-fnmatch.c (main): Call mtrace.
35584
13b69574
L
355852010-11-11 H.J. Lu <hongjiu.lu@intel.com>
35586
35587 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35588 Support Intel processor model 6 and model 0x2c.
35589
da93d214
LM
355902010-11-10 Luis Machado <luisgpm@br.ibm.com>
35591
35592 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
35593 signed comparison.
35594
8ca52c6e
L
355952010-11-09 H.J. Lu <hongjiu.lu@intel.com>
35596
35597 [BZ #12205]
35598 * string/test-strncasecmp.c (check_result): New function.
35599 (do_one_test): Use it.
35600 (check1): New function.
35601 (test_main): Use it.
35602 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
35603 Support strcasecmp and strncasecmp.
35604
69da074d
UD
356052010-11-08 Ulrich Drepper <drepper@gmail.com>
35606
35607 [BZ #12194]
35608 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
35609 * sysdeps/x86_64/bits/byteswap.h: Likewise.
35610
ff02d528
L
356112010-11-07 H.J. Lu <hongjiu.lu@intel.com>
35612
35613 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
35614 IFUNC support.
35615 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35616 memset-x86-64.
35617 * sysdeps/x86_64/multiarch/bzero.S: New file.
35618 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
35619 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
35620 * sysdeps/x86_64/multiarch/memset.S: New file.
35621 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
35622 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35623 Set bit_Prefer_SSE_for_memop for Intel processors.
35624 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
35625 Define.
35626 (index_Prefer_SSE_for_memop): Define.
35627 (HAS_PREFER_SSE_FOR_MEMOP): Define.
35628
344d0b54
LM
356292010-11-04 Luis Machado <luisgpm@br.ibm.com>
35630
35631 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
35632 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
35633
c0dde15b
UD
356342010-11-03 H.J. Lu <hongjiu.lu@intel.com>
35635
35636 [BZ #12191]
35637 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
35638 (__x86_64_raw_data_cache_size_half): Likewise.
35639 (__x86_64_raw_shared_cache_size): Likewise.
35640 (__x86_64_raw_shared_cache_size_half): Likewise.
35641
35642 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
35643 (__x86_64_raw_data_cache_size_half): Likewise.
35644 (__x86_64_raw_shared_cache_size): Likewise.
35645 (__x86_64_raw_shared_cache_size_half): Likewise.
35646 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
35647 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
35648 and __x86_64_raw_shared_cache_size_half. Round
35649 __x86_64_data_cache_size_half, __x86_64_data_cache_size
35650 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
35651 to multiple of 256 bytes.
35652
0e516e0e
MS
356532010-11-03 Ulrich Drepper <drepper@gmail.com>
35654
35655 [BZ #12167]
35656 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
35657 of inacessible symlinks. Verify result of symlink before returning it.
35658 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
35659 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
35660
0e012e87
ER
356612010-10-28 Erich Ritz <erichritz@gmail.com>
35662
35663 * math/math.h (isinf): Fix typo in comment.
35664
de0ff7bc
UD
356652010-11-01 Ulrich Drepper <drepper@gmail.com>
35666
35667 * po/da.po: Update from translation team.
35668
fa41c84d
UD
356692010-10-26 Ulrich Drepper <drepper@gmail.com>
35670
35671 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
35672 is added to the list.
35673
f0967738
AK
356742010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35675 Ulrich Drepper <drepper@gmail.com>
35676
35677 * elf/dl-object.c (_dl_new_object): Don't append the new object to
35678 the global list here. Move code to...
35679 (_dl_add_to_namespace_list): ...here. New function.
35680 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
35681 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
35682 * elf/dl-load.c (lose): Don't remove the element from the list.
35683 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
35684 (_dl_map_object): Likewise.
35685
356862010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
35687
35688 [BZ #12159]
35689 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
35690 into all bytes of SSE register.
35691 Patch by Richard Li <richardpku@gmail.com>.
35692
f0967738 356932010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
35694
35695 [BZ #12140]
35696 * malloc/malloc.c (_int_free): Fill correct number of bytes when
35697 perturbing.
35698
d0b9e94f
MB
356992010-10-20 Michael B. Brutman <brutman@us.ibm.com>
35700
35701 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
35702 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
35703 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
35704 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
35705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
35706 submachine.
35707 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
35708
8e9f92e9
AS
357092010-10-22 Andreas Schwab <schwab@redhat.com>
35710
35711 * include/dlfcn.h (__RTLD_SECURE): Define.
35712 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
35713 mode & __RTLD_SECURE instead.
35714 (open_path): Rename preloaded parameter to secure.
35715 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
35716 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
35717 * elf/dl-deps.c (openaux): Likewise.
35718 * elf/rtld.c (struct map_args): Remove is_preloaded.
35719 (map_doit): Don't use it.
35720 (dl_main): Likewise.
35721 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
35722 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
35723
bc96fbda
AS
357242010-09-09 Andreas Schwab <schwab@redhat.com>
35725
35726 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
35727 (sysd-rules-targets): Remove duplicates.
35728 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
35729 rtld-%.$o dependency.
35730
22cd1c9b
AS
357312010-10-18 Andreas Schwab <schwab@redhat.com>
35732
35733 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
35734 _dl_map_object do it.
35735
18edac48
UD
357362010-10-19 Ulrich Drepper <drepper@gmail.com>
35737
35738 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
35739 fast fma builtins, define the macros in the C99 standard.
35740 (FP_FAST_FMAF): Likewise.
35741 (FP_FAST_FMAL): Likewise.
35742 * sysdeps/x86_64/bits/mathdef.h: Likewise.
35743
35744 * bits/mathdef.h: Update copyright year.
35745 * sysdeps/powerpc/bits/mathdef.h: Likewise.
35746
d2050124
MM
357472010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
35748
35749 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
35750 builtins, define the macros in the C99 standard.
35751 (FP_FAST_FMAF): Likewise.
35752 (FP_FAST_FMAL): Likewise.
35753 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
35754 multiply/add.
35755 (FP_FAST_FMAF): Likewise.
35756
475facd1
JJ
357572010-10-15 Jakub Jelinek <jakub@redhat.com>
35758
35759 [BZ #3268]
35760 * math/libm-test.inc (fma_test): Some new testcases.
35761 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
35762 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
35763 y and infinite z. Do multiplication by C already in long double.
35764 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
35765 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
35766 y and infinite z. Do bitwise or of inexact bit into u.d.
35767 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
35768 * sysdeps/i386/fpu/s_fmaf.S: Removed.
35769 * sysdeps/i386/fpu/s_fma.S: Removed.
35770 * sysdeps/i386/fpu/s_fmal.S: Removed.
35771
7c08a05c
JJ
357722010-10-16 Jakub Jelinek <jakub@redhat.com>
35773
35774 [BZ #3268]
35775 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
35776 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
35777 computation is not scheduled after fetestexcept. Fix value
35778 of minimum denormal long double.
35779
f3f7372d
JJ
357802010-10-14 Jakub Jelinek <jakub@redhat.com>
35781
35782 [BZ #3268]
35783 * math/libm-test.inc (fma_test): Add some more tests.
35784 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
35785 correctly.
35786
14d43591
AS
357872010-10-15 Andreas Schwab <schwab@redhat.com>
35788
35789 * scripts/data/localplt-s390-linux-gnu.data: New file.
35790 * scripts/data/localplt-s390x-linux-gnu.data: New file.
35791
5e908464
JJ
357922010-10-13 Jakub Jelinek <jakub@redhat.com>
35793
35794 [BZ #3268]
35795 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
35796 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
35797 instead of dbl-64.
35798 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
35799 inlines.
35800 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
35801 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
35802 if one of x and y is very large and the other is subnormal.
35803 * sysdeps/s390/fpu/s_fmaf.c: New file.
35804 * sysdeps/s390/fpu/s_fma.c: New file.
35805 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
35806 * sysdeps/powerpc/fpu/s_fma.S: New file.
35807 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
35808 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
35809 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
35810
358112010-10-12 Jakub Jelinek <jakub@redhat.com>
35812
35813 [BZ #3268]
35814 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
35815 fma tests.
35816 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
35817 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
35818 * sysdeps/i386/i686/multiarch/s_fma.c: Include
35819 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
35820 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
35821 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
35822 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
35823
b833d51f
UD
358242010-10-12 Ulrich Drepper <drepper@redhat.com>
35825
35826 [BZ #12078]
35827 * posix/regcomp.c (parse_branch): One more memory leak plugged.
35828 * posix/bug-regex31.input: Add test case.
35829
1751705d
UD
358302010-10-11 Ulrich Drepper <drepper@gmail.com>
35831
e9b9cbf5
UD
35832 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
35833 * posix/bug-regex31.input: New file.
35834
35835 [BZ #12078]
35836 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
35837 (parse_sub_exp): Fix last change, use postorder.
35838
ef06edbe
UD
35839 * posix/bug-regex31.c: New file.
35840 * posix/Makefile: Add rules to build and run bug-regex31.
35841
a129c80d
UD
35842 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
35843
35844 [BZ #12078]
35845 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
35846
b76b818e
UD
35847 [BZ #12108]
35848 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
35849 to have entries in sys_siglist.
35850
1751705d
UD
35851 [BZ #12093]
35852 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
35853 be NULL.
35854
9ff8d36f
JJ
358552010-10-07 Jakub Jelinek <jakub@redhat.com>
35856
35857 [BZ #3268]
35858 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
35859 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
35860 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
35861 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
35862 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
35863 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
35864 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
35865 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
35866 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
35867 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
35868 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
35869 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
35870 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
35871 * math/ftestexcept.c (fetestexcept): Likewise.
35872 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
35873 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
35874 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
35875 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
35876 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
35877 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
35878 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35879
af325969
UD
358802010-10-11 Ulrich Drepper <drepper@gmail.com>
35881
c579b202 35882 [BZ #12107]
af325969
UD
35883 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
35884 newline.
35885
67a67b95
UD
358862010-10-06 Ulrich Drepper <drepper@gmail.com>
35887
35888 * string/bug-strstr1.c: New file.
35889 * string/Makefile: Add rules to build and run bug-strstr1.
35890
5fb308bc
EB
358912010-10-05 Eric Blake <eblake@redhat.com>
35892
35893 [BZ #12092]
35894 * string/str-two-way.h (two_way_long_needle): Always clear memory
35895 when skipping input due to the shift table.
35896
45db99c7
UD
358972010-10-03 Ulrich Drepper <drepper@gmail.com>
35898
3b111893
UD
35899 [BZ #12005]
35900 * malloc/mcheck.c: Handle large requests.
35901
45db99c7
UD
35902 [BZ #12077]
35903 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
35904 for strncmp and strncasecmp.
35905 * string/stratcliff.c: Add tests for strcmp and strncmp.
35906 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
35907
cf7a1eb8
NI
359082010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35909
35910 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
35911 __set_fpscr.
35912
6484ba5e
AJ
359132010-09-30 Andreas Jaeger <aj@suse.de>
35914
35915 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
35916 (CGROUP_SUPER_MAGIC): Define.
35917 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35918 Handle btrfs and cgroup file systems.
35919 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
35920 Likewise.
35921
91c42559
LM
359222010-09-27 Luis Machado <luisgpm@br.ibm.com>
35923
35924 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
35925 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
35926
87a97932
AK
359272010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35928
35929 [BZ #12067]
35930 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
35931 trying to locate the ELF header.
35932
c21cc9bc
AS
359332010-09-27 Andreas Schwab <schwab@redhat.com>
35934
35935 [BZ #11611]
35936 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
35937 Mask out sign-bit copies when constructing f_fsid.
35938
315970f6
PB
359392010-09-24 Petr Baudis <pasky@suse.cz>
35940
35941 * debug/stack_chk_fail_local.c: Add missing licence exception.
35942 * debug/warning-nop.c: Likewise.
35943
1ac7a2c7
JM
359442010-09-15 Joseph Myers <joseph@codesourcery.com>
35945
35946 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
35947 implementing getdents64 using getdents syscall, set d_type if
35948 __ASSUME_GETDENTS32_D_TYPE.
35949
56801c50
AS
359502010-09-16 Andreas Schwab <schwab@redhat.com>
35951
35952 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
35953 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
35954
dda51327
UD
359552010-09-21 Ulrich Drepper <drepper@redhat.com>
35956
35957 [BZ #12037]
35958 * posix/unistd.h: Undo change of feature selection for ftruncate from
35959 2010-01-11.
35960
8ffcee4a
UD
359612010-09-20 Ulrich Drepper <drepper@redhat.com>
35962
a545ecd9 35963 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
35964 detection.
35965
e24f0a8b
AS
359662010-09-20 Andreas Schwab <schwab@redhat.com>
35967
35968 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
35969 fanotify_mark.
35970 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
35971
7291c56f
AS
359722010-09-14 Andreas Schwab <schwab@redhat.com>
35973
35974 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
35975 variables after CHECK_SP call.
35976 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
35977
bc5fb037
AS
359782010-09-13 Andreas Schwab <schwab@redhat.com>
35979 Ulrich Drepper <drepper@redhat.com>
35980
35981 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
35982 re-relocationg ld.so.
35983 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
35984 _dl_init_paths call.
35985 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
35986 here anymore.
35987
e66e7419
UD
359882010-09-14 Ulrich Drepper <drepper@redhat.com>
35989
35990 * resolv/res_init.c (__res_vinit): Count the default server we added.
35991
c044aa75
CLT
359922010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
35993 Ulrich Drepper <drepper@redhat.com>
35994
35995 [BZ #11968]
35996 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
35997 (____longjmp_chk): Use %ebx for saving value across system call.
35998 Add unwind info.
35999
32cf4069
AS
360002010-09-06 Andreas Schwab <schwab@redhat.com>
36001
36002 * manual/Makefile: Don't mix pattern rules with normal rules.
36003
817328ee
AS
360042010-09-05 Andreas Schwab <schwab@linux-m68k.org>
36005
36006 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
36007 operation.
36008 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
36009 * libio/iofopncook.c (_IO_cookie_init): Likewise.
36010 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
36011 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
36012 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
36013 Likewise.
36014
29fddf61
UD
360152010-09-04 Ulrich Drepper <drepper@redhat.com>
36016
36017 [BZ #11979]
36018 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
36019 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
36020
0959ffc9
UD
360212010-09-02 Ulrich Drepper <drepper@redhat.com>
36022
36023 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
36024 * sysdeps/x86_64/addmul_1.S: Likewise.
36025 * sysdeps/x86_64/lshift.S: Likewise.
36026 * sysdeps/x86_64/mul_1.S: Likewise.
36027 * sysdeps/x86_64/rshift.S: Likewise.
36028 * sysdeps/x86_64/sub_n.S: Likewise.
36029 * sysdeps/x86_64/submul_1.S: Likewise.
36030
ece29840
ST
360312010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
36032
0959ffc9
UD
36033 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
36034 Define __sched_param instead of SCHED_* and sched_param when
ece29840 36035 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 36036 * bits/sched.h [__need_schedparam]
ece29840 36037 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
36038 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
36039 (__defined_schedparam): Define to 1.
ece29840
ST
36040 (__sched_param): New structure, identical to sched_param.
36041 (__need_schedparam): Undefine.
36042
e53a31fe
MF
360432010-08-31 Mike Frysinger <vapier@gentoo.org>
36044
fdc0c10d
MF
36045 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
36046 (epoll_create1): Declare.
36047
e53a31fe
MF
36048 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
36049
a726d796
AS
360502010-08-31 Andreas Schwab <schwab@redhat.com>
36051
36052 [BZ #7066]
36053 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
36054 shifting retval into place.
36055
2f3e3dc7
UD
360562010-09-01 Ulrich Drepper <drepper@redhat.com>
36057
f2933da9
UD
36058 * nis/rpcsvc/nis.h: Update copyright notice.
36059 * nis/rpcsvc/nis.x: Likewise.
36060 * nis/rpcsvc/nis_callback.h: Likewise.
36061 * nis/rpcsvc/nis_callback.x: Likewise.
36062 * nis/rpcsvc/nis_object.x: Likewise.
36063 * nis/rpcsvc/nis_tags.h: Likewise.
36064 * nis/rpcsvc/yp.h: Likewise.
36065 * nis/rpcsvc/yp.x: Likewise.
36066 * nis/rpcsvc/ypupd.h: Likewise.
36067 * nis/yp_xdr.c: Likewise.
36068 * nis/ypupdate_xdr.c: Likewise.
36069
2f3e3dc7
UD
36070 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
36071 mainly the body of pmap_getport. Add parameters to specify timeouts.
36072 (pmap_getport): Use __libc_rpc_getport.
36073 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
36074 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
36075 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
36076
f3dcc2f9
AS
360772010-08-31 Andreas Schwab <schwab@linux-m68k.org>
36078
36079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
36080 fanotify_mark.
36081
6d34eb5b
RM
360822010-08-27 Roland McGrath <roland@redhat.com>
36083
36084 * sysdeps/i386/i686/multiarch/Makefile
36085 (CFLAGS-varshift.c): New variable.
36086
9ea3de11
UD
360872010-08-27 Ulrich Drepper <drepper@redhat.com>
36088
c96d23fc
UD
36089 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
36090 * sysdeps/i386/i686/multiarch/varshift.c: New file.
36091
9ea3de11
UD
36092 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
36093
36094 * sysdeps/x86_64/strlen.S: Minimal code improvement.
36095
623aac7f
L
360962010-08-26 H.J. Lu <hongjiu.lu@intel.com>
36097
36098 * sysdeps/x86_64/strlen.S: Unroll the loop.
36099 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
36100 strlen-sse2 strlen-sse2-bsf.
36101 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
36102 __strlen_no_bsf if bit_Slow_BSF is set.
36103 (__strlen_sse42): Removed.
36104 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
36105 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
36106
8b2b7715
RM
361072010-08-25 Roland McGrath <roland@redhat.com>
36108
36109 * sysdeps/x86_64/multiarch/varshift.S: File removed.
36110 * sysdeps/x86_64/multiarch/varshift.c: New file.
36111 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
36112 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
36113 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
36114 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36115
e73015f2
L
361162010-08-25 H.J. Lu <hongjiu.lu@intel.com>
36117
36118 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
36119 strlen-sse2 strlen-sse2-bsf.
36120 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
36121 __strlen_sse2_bsf if bit_Slow_BSF is unset.
36122 (__strlen_sse2): Removed.
36123 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
36124 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
36125 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
36126 bit_Slow_BSF for Atom.
36127 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
36128 (index_Slow_BSF): Define.
36129 (HAS_SLOW_BSF): Define.
36130
df24a73e
UD
361312010-08-25 Ulrich Drepper <drepper@redhat.com>
36132
36133 [BZ #10851]
36134 * resolv/res_init.c (__res_vinit): When no server address at all
36135 is given default to loopback.
36136
f2ac4868
RM
361372010-08-24 Roland McGrath <roland@redhat.com>
36138
09055553
RM
36139 * configure.in: Remove config-name.h generation.
36140 * configure: Regenerated.
36141 * config-name.in: File removed.
36142 * scripts/config-uname.sh: New file.
36143 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
36144 ($(objdir)config-name.h): New target.
36145
f2ac4868
RM
36146 * sunrpc/rpc_parse.h: Avoid nested comment.
36147
73f27d5e
RH
361482010-08-24 Richard Henderson <rth@redhat.com>
36149 Ulrich Drepper <drepper@redhat.com>
36150 H.J. Lu <hongjiu.lu@intel.com>
36151
36152 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
36153 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
36154 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
36155 Replace _mm_srli_si128 with __m128i_shift_right. Replace
36156 _mm_alignr_epi8 with _mm_loadu_si128.
36157 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
36158 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
36159 (__m128i_shift_right): Removed.
36160 * sysdeps/i386/i686/multiarch/varshift.h: New file.
36161 * sysdeps/i386/i686/multiarch/varshift.S: New file.
36162 * sysdeps/x86_64/multiarch/varshift.h: New file.
36163 * sysdeps/x86_64/multiarch/varshift.S: New file.
36164
84b9230c
MF
361652010-08-21 Mike Frysinger <vapier@gentoo.org>
36166
36167 * configure.in: Move assembler checks to before sysdep dir checking.
36168
9bbd0ddc
PB
361692010-08-20 Petr Baudis <pasky@suse.cz>
36170
36171 * LICENSES: Sync the sunrpc license.
36172
9da4bb31
UD
361732010-08-19 Ulrich Drepper <drepper@redhat.com>
36174
a7ab6ec8
UD
36175 * sunrpc/auth_des.c: Update copyright notice once again.
36176 * sunrpc/auth_none.c: Likewise.
36177 * sunrpc/auth_unix.c: Likewise.
36178 * sunrpc/authdes_prot.c: Likewise.
36179 * sunrpc/authuxprot.c: Likewise.
36180 * sunrpc/bindrsvprt.c: Likewise.
36181 * sunrpc/clnt_gen.c: Likewise.
36182 * sunrpc/clnt_perr.c: Likewise.
36183 * sunrpc/clnt_raw.c: Likewise.
36184 * sunrpc/clnt_simp.c: Likewise.
36185 * sunrpc/clnt_tcp.c: Likewise.
36186 * sunrpc/clnt_udp.c: Likewise.
36187 * sunrpc/clnt_unix.c: Likewise.
36188 * sunrpc/des_crypt.c: Likewise.
36189 * sunrpc/des_soft.c: Likewise.
36190 * sunrpc/get_myaddr.c: Likewise.
36191 * sunrpc/getrpcport.c: Likewise.
36192 * sunrpc/key_call.c: Likewise.
36193 * sunrpc/key_prot.c: Likewise.
36194 * sunrpc/openchild.c: Likewise.
36195 * sunrpc/pm_getmaps.c: Likewise.
36196 * sunrpc/pm_getport.c: Likewise.
36197 * sunrpc/pmap_clnt.c: Likewise.
36198 * sunrpc/pmap_prot.c: Likewise.
36199 * sunrpc/pmap_prot2.c: Likewise.
36200 * sunrpc/pmap_rmt.c: Likewise.
36201 * sunrpc/rpc/auth.h: Likewise.
36202 * sunrpc/rpc/auth_unix.h: Likewise.
36203 * sunrpc/rpc/clnt.h: Likewise.
36204 * sunrpc/rpc/des_crypt.h: Likewise.
36205 * sunrpc/rpc/key_prot.h: Likewise.
36206 * sunrpc/rpc/netdb.h: Likewise.
36207 * sunrpc/rpc/pmap_clnt.h: Likewise.
36208 * sunrpc/rpc/pmap_prot.h: Likewise.
36209 * sunrpc/rpc/pmap_rmt.h: Likewise.
36210 * sunrpc/rpc/rpc.h: Likewise.
36211 * sunrpc/rpc/rpc_des.h: Likewise.
36212 * sunrpc/rpc/rpc_msg.h: Likewise.
36213 * sunrpc/rpc/svc.h: Likewise.
36214 * sunrpc/rpc/svc_auth.h: Likewise.
36215 * sunrpc/rpc/types.h: Likewise.
36216 * sunrpc/rpc/xdr.h: Likewise.
36217 * sunrpc/rpc_clntout.c: Likewise.
36218 * sunrpc/rpc_cmsg.c: Likewise.
36219 * sunrpc/rpc_common.c: Likewise.
36220 * sunrpc/rpc_cout.c: Likewise.
36221 * sunrpc/rpc_dtable.c: Likewise.
36222 * sunrpc/rpc_hout.c: Likewise.
36223 * sunrpc/rpc_main.c: Likewise.
36224 * sunrpc/rpc_parse.c: Likewise.
36225 * sunrpc/rpc_parse.h: Likewise.
36226 * sunrpc/rpc_prot.c: Likewise.
36227 * sunrpc/rpc_sample.c: Likewise.
36228 * sunrpc/rpc_scan.c: Likewise.
36229 * sunrpc/rpc_scan.h: Likewise.
36230 * sunrpc/rpc_svcout.c: Likewise.
36231 * sunrpc/rpc_tblout.c: Likewise.
36232 * sunrpc/rpc_util.c: Likewise.
36233 * sunrpc/rpc_util.h: Likewise.
36234 * sunrpc/rpcinfo.c: Likewise.
36235 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
36236 * sunrpc/rpcsvc/key_prot.x: Likewise.
36237 * sunrpc/rpcsvc/klm_prot.x: Likewise.
36238 * sunrpc/rpcsvc/mount.x: Likewise.
36239 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
36240 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
36241 * sunrpc/rpcsvc/rex.x: Likewise.
36242 * sunrpc/rpcsvc/rstat.x: Likewise.
36243 * sunrpc/rpcsvc/rusers.x: Likewise.
36244 * sunrpc/rpcsvc/sm_inter.x: Likewise.
36245 * sunrpc/rpcsvc/spray.x: Likewise.
36246 * sunrpc/rpcsvc/yppasswd.x: Likewise.
36247 * sunrpc/rtime.c: Likewise.
36248 * sunrpc/svc.c: Likewise.
36249 * sunrpc/svc_auth.c: Likewise.
36250 * sunrpc/svc_authux.c: Likewise.
36251 * sunrpc/svc_raw.c: Likewise.
36252 * sunrpc/svc_run.c: Likewise.
36253 * sunrpc/svc_simple.c: Likewise.
36254 * sunrpc/svc_tcp.c: Likewise.
36255 * sunrpc/svc_udp.c: Likewise.
36256 * sunrpc/svc_unix.c: Likewise.
36257 * sunrpc/svcauth_des.c: Likewise.
36258 * sunrpc/xcrypt.c: Likewise.
36259 * sunrpc/xdr.c: Likewise.
36260 * sunrpc/xdr_array.c: Likewise.
36261 * sunrpc/xdr_float.c: Likewise.
36262 * sunrpc/xdr_mem.c: Likewise.
36263 * sunrpc/xdr_rec.c: Likewise.
36264 * sunrpc/xdr_ref.c: Likewise.
36265 * sunrpc/xdr_sizeof.c: Likewise.
36266 * sunrpc/xdr_stdio.c: Likewise.
36267
9da4bb31
UD
36268 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
36269 handling.
36270
bdaa77bc
AS
362712010-08-19 Andreas Schwab <schwab@redhat.com>
36272
36273 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
36274
fe2f79db
LM
362752010-08-19 Luis Machado <luisgpm@br.ibm.com>
36276
36277 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
36278 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
36279 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
36280 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
36281 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
36282 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
36283 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
36284 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
36285 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
36286 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
36287 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
36288 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
36289 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
36290 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
36291
b9b42ee0
AB
362922010-07-26 Anton Blanchard <anton@samba.org>
36293
36294 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
36295 * malloc/arena.c (heap_trim): Likewise.
36296
1c06ba31
UD
362972010-08-16 Ulrich Drepper <drepper@redhat.com>
36298
36299 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
36300 here. Not...
36301 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
36302 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
36303
f8392f40
L
363042010-08-12 H.J. Lu <hongjiu.lu@intel.com>
36305
36306 * sysdeps/i386/elf/Makefile: New file.
36307
3162f12e
AS
363082010-08-14 Andreas Schwab <schwab@linux-m68k.org>
36309
36310 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
36311 from fanotify_init.
36312 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
36313 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
36314
28c90b2c
UD
363152010-08-15 Ulrich Drepper <drepper@redhat.com>
36316
36317 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
36318 of strncasecmp_l.
1feccb6c 36319 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 36320
ca6bb004
UD
363212010-08-14 Ulrich Drepper <drepper@redhat.com>
36322
e9f82e0d
UD
36323 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
36324 strncase_l-nonascii.
36325 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
36326 Add strncase_l-ssse3.
36327 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
36328 * sysdeps/x86_64/strcmp.S: Likewise.
36329 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
36330 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
36331 * sysdeps/x86_64/strncase.S: New file.
36332 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
36333 * sysdeps/x86_64/strncase_l.S: New file.
36334 * string/Makefile (strop-tests): Add strncasecmp.
36335 * string/test-strncasecmp.c: New file.
36336
36337 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
36338 warning.
36339
ca6bb004
UD
36340 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
36341 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
36342
052fa7b3
AS
363432010-08-14 Andreas Schwab <schwab@linux-m68k.org>
36344
36345 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
36346
962dba78
UD
363472010-08-12 Ulrich Drepper <drepper@redhat.com>
36348
36349 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
36350 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
36351 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
36352
bebff237
AM
363532010-05-01 Alan Modra <amodra@gmail.com>
36354
36355 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
36356 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
36357 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
36358 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
36359 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
36360 tidying. Don't tail-call __sigjmp_save for static lib.
36361 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
36362 save location.
36363 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
36364 (CALL_MCOUNT): Add eh info, and nop after bl.
36365 (TAIL_CALL_SYSCALL_ERROR): New macro.
36366 (PSEUDO_RET): Use it.
36367 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
36368 Correct save location of integer regs and cr.
36369 (_dl_profile_resolve): Correct cr save location. Delete nops
36370 after bl when SHARED. Reduce cfi size a little by better
36371 placement of cfi directives.
36372 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
36373 make a stack frame. Instead use parm save area as a temp.
36374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
36375 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
36376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
36377 Don't make a stack frame for parent, use parm save area.
36378 Increase child stack frame to 112 bytes. Don't save unused reg,
36379 and adjust reg usage. Set up cfi on error recovery and
36380 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
36381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36382 (__makecontext): Add dummy nop after jump to exit.
36383 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
36384 Use correct parm save area and cr save, reduce stack frame.
36385 Correct cfi for possible PSEUDO_RET frame setup.
36386 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
36387 Branch to local label emitted by PSEUDO_RET rather than
36388 __syscall_error.
36389
02637374
AS
363902010-08-12 Andreas Schwab <schwab@redhat.com>
36391
36392 [BZ #11904]
36393 * locale/programs/locale.c (print_assignment): New function.
36394 (show_locale_vars): Use it.
36395
c3e2f19b
UD
363962010-08-11 Ulrich Drepper <drepper@redhat.com>
36397
3cdaa6ad
UD
36398 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
36399 field.
36400 (struct statfs64): Likewise.
36401 (_STATFS_F_FLAGS): Define.
36402 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
36403 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
36404 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
36405 (ST_VALID): Define locally.
36406 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
36407 __statvfs_getflags, use the provided value.
36408 * sysdeps/unix/sysv/linux/kernel-features.h: Define
36409 __ASSUME_STATFS_F_FLAGS.
36410
754f7da3
UD
36411 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
36412
10b3bedc
UD
36413 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
36414 Add sys/fanotify.h.
36415 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
36416 fanotify_mask for GLIBC_2.13.
36417 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
36418 fanotify_init and fanotify_mark.
36419 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
36420 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
36421
c08fb0d7
UD
36422 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
36423 Add prlimit.
36424 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
36425 prlimit64 for GLIBC_2.13.
36426 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
36427 prlimit64.
36428 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
36429 syscall.
36430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
36431 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
36432 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
36433 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
36434 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
36435 add prlimit alias.
36436 * sysdeps/unix/sysv/linux/prlimit.c: New file.
36437
15bac72b
UD
36438 [BZ #11903]
36439 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
36440 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
36441
c3e2f19b
UD
36442 * nss/Makefile: Add rules to build and run tst-nss-test1.
36443 * shlib-versions: Add entry for libnss_test1.
36444 * nss/nss_test1.c: New file.
36445 * nss/tst-nss-test1.c: New file.
36446
36447 * nss/nsswitch.c (__nss_database_custom): Define new variable.
36448 (__nss_configure_lookup): Set appropriate entry in
36449 __nss_configure_lookup to true.
36450 * nss/nsswitch.h: Define enum with indeces of databases in
36451 databases and __nss_database_custom arrays. Declare
36452 __nss_database_custom.
36453 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
36454 to avoid using nscd when custom rules are installed.
36455 * nss/getXXbyYY_r.c: Likewise.
36456 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
36457
36458 * nss/nss_files/files-parse.c: Whitespace fixes.
36459
f15ce4d8
UD
364602010-08-09 Ulrich Drepper <drepper@redhat.com>
36461
36462 [BZ #11883]
36463 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
36464 * posix/fnmatch_loop.c: Likewise.
36465
d22e4cc9
AK
364662010-07-17 Andi Kleen <ak@linux.intel.com>
36467
36468 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
36469 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
36470 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
36471 * Versions.def [GLIBC_2.13]: Add.
36472
805bc17d
UD
364732010-08-06 Ulrich Drepper <drepper@redhat.com>
36474
36475 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
36476 Also fail if tpwd after pwuid call is NULL.
36477
5a42321d
ST
364782010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
36479
36480 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
36481 when converting to ms.
36482
fd3ebeda
ST
364832010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
36484
36485 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
36486 EOPNOTSUPP errors with ENOTTY.
36487 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
36488 EOPNOTSUPP errors with ENOTTY.
36489
73507d3a
UD
364902010-07-31 Ulrich Drepper <drepper@redhat.com>
36491
36492 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
36493 Add strcasecmp_l-ssse3.
36494 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
36495 strcasecmp.
36496 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
36497 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
36498 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
36499
fe36dd02
UD
365002010-07-30 Ulrich Drepper <drepper@redhat.com>
36501
66f6765a
UD
36502 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
36503
42e08a54
UD
36504 * string/Makefile (strop-tests): Add strcasecmp.
36505 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
36506 strcasecmp_l-nonascii.
36507 (gen-as-const-headers): Add locale-defines.sym.
36508 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
36509 * sysdeps/x86_64/strcasecmp.S: New file.
36510 * sysdeps/x86_64/strcasecmp_l.S: New file.
36511 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
36512 * sysdeps/x86_64/locale-defines.sym: New file.
36513 * string/test-strcasecmp.c: New file.
36514
fe36dd02
UD
36515 * string/test-strcasestr.c: Test both ends of the range of characters.
36516 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
36517
48cbc0d6
RM
365182010-07-29 Roland McGrath <roland@redhat.com>
36519
76e6d6bc 36520 [BZ #11856]
48cbc0d6
RM
36521 * manual/locale.texi (Yes-or-No Questions): Fix example code.
36522
880113d9
UD
365232010-07-27 Ulrich Drepper <drepper@redhat.com>
36524
36525 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
36526 for ld.so.
36527
deb9cabb
AS
365282010-07-27 Andreas Schwab <schwab@redhat.com>
36529
36530 * manual/memory.texi (Malloc Tunable Parameters): Document
36531 M_PERTURB.
36532
1c7570ff
RM
365332010-07-26 Roland McGrath <roland@redhat.com>
36534
36535 [BZ #11840]
36536 * configure.in (-fgnu89-inline check): Set and substitute
36537 gnu89_inline, not libc_cv_gnu89_inline.
36538 * configure: Regenerated.
36539 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
36540
24fb0f88
UD
365412010-07-26 Ulrich Drepper <drepper@redhat.com>
36542
36543 * string/test-strnlen.c: New file.
36544 * string/Makefile (strop-tests): Add strnlen.
36545 * string/tester.c (test_strnlen): Add a few more test cases.
36546 * string/tst-strlen.c: Better error reporting.
36547
36548 * sysdeps/x86_64/strnlen.S: New file.
36549
8e96b93a
UD
365502010-07-24 Ulrich Drepper <drepper@redhat.com>
36551
36552 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
36553 lower-latency instructions.
36554
dbc676d4
UD
365552010-07-23 Ulrich Drepper <drepper@redhat.com>
36556
36557 * string/test-strcasestr.c: New file.
36558 * string/test-strstr.c: New file.
36559 * string/Makefile (strop-tests): Add strstr and strcasestr.
36560 * string/str-two-way.h: Don't undefine MAX.
36561 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
36562
f6a31e0e
AS
365632010-07-21 Andreas Schwab <schwab@redhat.com>
36564
36565 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
36566 strcasestr-nonascii.
36567 (CFLAGS-strcasestr-nonascii.c): Define.
36568 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
36569 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
36570 Remove unused attribute.
36571
5dbc3b6c
RM
365722010-07-20 Roland McGrath <roland@redhat.com>
36573
36574 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
36575 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
36576 ld.so.cache was broken. With it, there is no way to disable dsocaps
36577 like LD_HWCAP_MASK can disable hwcaps.
36578
23d101d8
EPM
365792010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
36580
36581 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
36582
cc9f2e47
UD
365832010-07-16 Ulrich Drepper <drepper@redhat.com>
36584
36585 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
36586 call in strcasestr.
36587 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
36588 __strcasestr_sse42_nonascii.
36589 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
36590 strcasestr-nonascii.c.
36591 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
36592
77c1b069
LM
365932010-06-15 Luis Machado <luisgpm@br.ibm.com>
36594
36595 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
36596 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
36597 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
36598 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
36599
440566c3
UD
366002010-07-09 Ulrich Drepper <drepper@redhat.com>
36601
36602 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
36603 fcntl.
36604
5be9d05d
AS
366052010-07-06 Andreas Schwab <schwab@redhat.com>
36606
c30b7ee2 36607 [BZ #11577]
5be9d05d
AS
36608 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
36609 dl_signal_cerror.
36610
8a492a67
UD
366112010-07-06 Ulrich Drepper <drepper@redhat.com>
36612
36613 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
36614 _PC_PIPE_BUF using F_GETPIPE_SZ.
36615
713df3d5
RM
366162010-07-05 Roland McGrath <roland@redhat.com>
36617
36618 * manual/arith.texi (Rounding Functions): Fix rint description
36619 implicit in round description.
36620
702e8f14
UD
366212010-07-02 Ulrich Drepper <drepper@redhat.com>
36622
36623 * elf/Makefile: Fix linking for a few tests to make recent linker
36624 happy.
36625
52ed8be9
AS
366262010-06-30 Andreas Schwab <schwab@redhat.com>
36627
36628 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
36629 $(common-objpfx)libc_nonshared.a.
36630
f47c9a11
LM
366312010-06-21 Luis Machado <luisgpm@br.ibm.com>
36632
36633 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
36634 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
36635 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
36636 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
36637 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
36638 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
36639 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
36640 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
36641 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
36642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
36643 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
36644 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
36645 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
36646 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
36647 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
36648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
36649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
36650 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
36651 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
36652 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
36653 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
36654 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
36655 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
36656 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
36657 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
36658 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
36659 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
36660 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
36661 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
36662 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
36663 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
36664 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
36665 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
36666 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
36667 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
36668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
36669 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
36670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
36671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
36672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
36673 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
36674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
36675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
36676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
36677 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
36678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
36679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
36680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
36681
6fb8cbcb
L
366822010-06-25 H.J. Lu <hongjiu.lu@intel.com>
36683
36684 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
36685 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
36686 * string/memmove.c (memmove): Renamed to ...
36687 (MEMMOVE): ...this. Default to memmove.
36688 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
36689 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
36690 (END_CHK): Define.
36691 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
36692 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
36693 mempcpy-ssse3-back memmove-ssse3-back.
36694 * sysdeps/x86_64/multiarch/bcopy.S: New file .
36695 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
36696 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
36697 * sysdeps/x86_64/multiarch/memcpy.S: New file.
36698 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
36699 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
36700 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
36701 * sysdeps/x86_64/multiarch/memmove.c: New file.
36702 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
36703 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
36704 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
36705 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
36706 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
36707 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
36708 Define.
36709 (index_Fast_Copy_Backward): Define.
36710 (HAS_ARCH_FEATURE): Define.
36711 (HAS_FAST_REP_STRING): Define.
36712 (HAS_FAST_COPY_BACKWARD): Define.
36713
4e733bac 367142010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
36715
36716 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
36717 Restore proper fallback handling.
36718
63c4ed22
UD
367192010-06-19 Ulrich Drepper <drepper@redhat.com>
36720
ac2b484c
UD
36721 [BZ #11701]
36722 * posix/group_member.c (__group_member): Correct checking loop.
36723
63c4ed22
UD
36724 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
36725 OOM in getpwuid_r correctly. Return error number when the caller
36726 should return, otherwise -1.
36727 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
36728 call returning > 0 value.
36729 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
36730
765ade4b
AS
367312010-06-07 Andreas Schwab <schwab@redhat.com>
36732
36733 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
36734 libc_nonshared.a from targets in modules-names.
36735
80da2e09
KS
367362010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
36737
36738 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
36739 requires it.
36740
158db122
LM
367412010-06-10 Luis Machado <luisgpm@br.ibm.com>
36742
36743 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
36744 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
36745 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
36746 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
36747
caa78cf8
AS
367482010-06-02 Andreas Schwab <schwab@redhat.com>
36749
36750 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
36751
b2ef2c01
UD
367522010-06-14 Ulrich Drepper <drepper@redhat.com>
36753
36754 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
36755 and F_GETPIPE_SZ.
36756 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
36757 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36758 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36759 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36760 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36761 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
36762
fbd643b6
RM
367632010-06-14 Roland McGrath <roland@redhat.com>
36764
36765 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
36766
f32f2869
JJ
367672010-06-07 Jakub Jelinek <jakub@redhat.com>
36768
36769 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
36770 __REDIRECT followed by __THROW.
36771 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
36772 * posix/getopt.h (getopt): Likewise.
36773
2a50c078
EPM
367742010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
36775
36776 * hurd/lookup-at.c (__file_name_lookup_at): Accept
36777 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
36778 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
36779 in AT_FLAGS.
36780 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
36781 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
36782
eb5ad2eb
LM
367832010-05-28 Luis Machado <luisgpm@br.ibm.com>
36784
36785 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
36786
3c88fe1e
L
367872010-05-26 H.J. Lu <hongjiu.lu@intel.com>
36788
36789 [BZ #11640]
36790 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36791 Properly check family and model.
36792
d2f73151
TY
367932010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
36794
36795 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
36796
ebd2e13d
LM
367972010-05-24 Luis Machado <luisgpm@br.ibm.com>
36798
36799 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
36800
b32b8b45
UD
368012010-05-21 Ulrich Drepper <drepper@redhat.com>
36802
36803 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
36804 symbol reference.
36805
9acbe24d
AS
368062010-05-19 Andreas Schwab <schwab@redhat.com>
36807
36808 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
36809 symbol reference.
36810
f0ccf6ea
AS
368112010-05-21 Andreas Schwab <schwab@redhat.com>
36812
3d04ff3a
AS
36813 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
36814 and internal_recvmmsg.
36815 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
36816 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
36817 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
36818 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
36819
f0ccf6ea
AS
36820 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
36821 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36822 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36823
5b08ac57
AS
368242010-05-20 Andreas Schwab <schwab@redhat.com>
36825
36826 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
36827
4828935d
LM
368282010-05-17 Luis Machado <luisgpm@br.ibm.com>
36829
36830 POWER7 optimizations.
36831 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
36832 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
36833
373d545e
UD
368342010-05-19 Ulrich Drepper <drepper@redhat.com>
36835
36836 * version.h: Update for 2.13 development version.
36837
21a2b1ae
AS
368382010-05-12 Andrew Stubbs <ams@codesourcery.com>
36839
36840 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
36841 exceptions. Return 0.
36842
3f7dcb2b
RM
368432010-05-07 Roland McGrath <roland@redhat.com>
36844
36845 * elf/ldconfig.c (main): Add a const.
36846
5f24d53a 368472010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 36848
a160f8d8
UD
36849 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
36850 (args_options): Add no-idn option.
36851 (ahosts_keys_int): Add idn_flags to ai_flags.
36852 (parse_option): Handle 'i' option to clear idn_flags.
36853
5f24d53a
UD
36854 * malloc/malloc.c (_int_free): Possible race in the most recently
36855 added check. Only act on the data if no current modification
36856 happened.
265bb1ce
UD
36857
36858See ChangeLog.17 for earlier changes.