]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Drop PER_THREAD conditionals from malloc.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
5782a80f
OB
12013-12-10 Ondřej Bílka <neleai@seznam.cz>
2
3 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
4 * malloc/arena.c: Remove PER_THREAD conditional.
5 [!PER_THREAD]: Remove code.
6 (ptmalloc_unlock_all2): Likewise.
7 (ptmalloc_init): Likewise.
8 (_int_new_arena): Likewise.
9 (arena_get2): Likewise.
10 * malloc/hooks.c (__malloc_get_state): Likewise.
11 (__malloc_set_state): Likewise.
12 * malloc/malloc.c: Likewise.
13 (struct malloc_state): Likewise.
14 (struct malloc_par): Likewise.
15 (__libc_realloc): Likewise.
16 (__libc_mallopt): Likewise.
17
aeb95445
AZ
182013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19
20 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21
e8349efd
OB
222013-12-09 Ondřej Bílka <neleai@seznam.cz>
23
24 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
25 macro to a function. Check for zero perturb_byte.
26 (_int_malloc, _int_free): Remove zero perturb_byte checks.
27
f3eeb3fc
OB
282013-12-09 Ondřej Bílka <neleai@seznam.cz>
29
30 * malloc/malloc.c: (force_reg): Remove.
31 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc,
32 _mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
33 force_reg by atomic_forced_read.
34 * malloc/arena.c (ptmalloc_init): Likewise.
35 * malloc/hooks.c (top_check): Likewise.
36
be2f9009
AZ
372013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38
39 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40
e7b914bd
MT
412013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
42
43 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44
9f0be4f8
JM
452013-12-08 Joseph Myers <joseph@codesourcery.com>
46
47 * math/auto-libm-test-in: Add tests of lgamma.
48 * math/auto-libm-test-out: Regenerated.
49 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
50 (M_LOG_2_SQRT_PIl): Likewise.
51 (lgamma_test_data): Use AUTO_TESTS_f_f1.
52 * math/gen-auto-libm-tests.c (func_calc_method): Add value
53 mpfr_f_f1.
54 (func_calc_desc): Add mpfr_f_f1 union field.
55 (ARGS1): New macro.
56 (ARGS2): Likewise.
57 (ARGS3): Likewise.
58 (ARGS4): Likewise.
59 (RET1): Likewise.
60 (RET2): Likewise.
61 (CALC): Likewise.
62 (FUNC): Likewise.
63 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
64 (test_functions): Add lgamma.
65 (calc_generic_results): Handle mpfr_f_f1.
66 * sysdeps/i386/fpu/libm-test-ulps: Update.
67 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68
24eeafdb
AZ
692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
70
71 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
72 __mpn_add_n for PowerPC64/POWER7.
73 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
74 __mpn_sub_n for PowerPC64/POWER7.
75
4a2c0fd4
AZ
762013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
77
78 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
79 __mpn_addmul_1 for PowerPC64.
80 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
81 __mpn_submul_1 for PowerPC64.
82 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
83 for PowerPC64.
84 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
85 for PowerPC64.
86
4b5b548c
FS
872013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
88
89 [BZ #15089]
90 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
91
0a3ac0aa
AZ
922013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
93
94 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
95
ccdc8438
AZ
962013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
97
98 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
99 add multiarch folders.
100 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
101 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
102 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
103 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
104 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
105 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
106 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
107 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
108 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
109 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
110 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
112 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
113 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
114 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
115 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
116 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
117
2e973d99
AZ
1182013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
119
120 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
121 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
122 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
123 New file.
124 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
125 New file.
126 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
127 multiarch __ieee754_hypot for PowerPC32.
128 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
129 New file.
130 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
131 New file.
132 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
133 multiarch __ieee754_hypotf for PowerPC32.
134
2d9470b2
AZ
1352013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
136
137 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
138 long_double_symbol only if __logbl is defined.
139 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
140 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
141 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
142 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
143 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
144 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
145 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
146 path for implementation.
147 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
148 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
149 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
150 logb, and logbl multiarch implementations for PowerPC32.
151 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
152 file.
153 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
154 file.
155 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
156 multiarch logb for PowerPC32.
157 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
158 file.
159 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
160 file.
161 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
162 multiarch logbf for PowerPC32.
163 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
164 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
165 file.
166 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
167 multiarch logbl implementation for PowerPC32.
168
5212ffce
AZ
1692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
170
171 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
172 and modff multiarch implementations.
173 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
174 New file.
175 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
176 New file.
177 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
178 multiarch modf for PowerPC32.
179 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
180 New file.
181 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
182 New file.
183 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
184 multiarch modff for PowerPC32.
185
79dccf31
AZ
1862013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
187
188 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
189 and lrintf multiarch implementations.
190 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
191 New file.
192 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
193 New file.
194 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
195 multiarch lrint for PowerPC32.
196 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
197 file: multiarch lrintf for PowerPC32.
198
deb66480
AZ
1992013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
200
201 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
202 and lroundf multiarch implementations.
203 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
204 New file.
205 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
206 New file.
207 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
208 New file.
209 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
210 multiarch lround for PowerPC32.
211 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
212 file: multiarch lroundf for PowerPC32.
213
264b036b
AZ
2142013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
215
216 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
217 copysign and copysignf multiarch implementations.
218 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
219 New file.
220 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
221 New file.
222 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
223 file: multiarch copysign for PowerPC32.
224 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
225 file: multiarch copysignf for PowerPC32.
226
d47db6c9
AZ
2272013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
228
229 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
230 and truncf multiarch implementations.
231 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
232 New file.
233 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
234 file.
235 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
236 multiarch trunc for PowerPC32.
237 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
238 New file.
239 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
240 New file.
241 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
242 multiarch truncf for PowerPC32.
243
ddb60b5a
AZ
2442013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
245
246 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
247 and roundf multiarch implementations.
248 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
249 New file.
250 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
251 file.
252 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
253 multiarch round for PowerPC32.
254 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
255 New file.
256 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
257 New file.
258 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
259 multiarch roundf for PowerPC32.
260
bedcf49b
AZ
2612013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
262
263 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
264 and floorf multiarch implementations.
265 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
266 New file.
267 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
268 file.
269 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
270 multiarch floor for PowerPC32.
271 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
272 New file.
273 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
274 New file.
275 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
276 multiarch floorf for PowerPC32.
277
35ae5b40
AZ
2782013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
279
280 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
281 and ceilf multiarch implementations.
282 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
283 New file.
284 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
285 file.
286 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
287 multiarch ceil for PowerPC32.
288 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
289 New file.
290 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
291 file.
292 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
293 multiarch ceilf for PowerPC32.
294
ae1a4cd9
AZ
2952013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
296
297 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
298 is defined.
299 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
300 FINITEF is defined.
301 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
302 and finitef multiarch implementations.
303 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
304 New file.
305 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
306 file.
307 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
308 multiarch finite for PowerPC32.
309 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
310 New file.
311 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
312 file: multiarch finitef for PowerPC32.
313
64fffd65
AZ
3142013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
315
316 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
317 and isinff multiarch implementations.
318 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
319 file.
320 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
321 file.
322 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
323 multiarch isinf for PowerPC32.
324 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
325 New file.
326 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
327 multiarch isinff for PowerPC32.
328
8e4e7ba2
AZ
3292013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
330
331 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
332 alias when __isnan is defined.
333 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
334 and isnanf multiarch implementations.
335 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
336 file.
337 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
338 file.
339 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
340 file.
341 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
342 file.
343 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
344 multiarch isnan for PowerPC32.
345 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
346 New file.
347 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
348 New file.
349 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
350 multiarch isnanf for PowerPC32.
351
ddba588e
AZ
3522013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
353
354 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
355 and sqrtf multiarch implementations.
356 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
357 file.
358 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
359 file.
360 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
361 multiarch sqrt for PowerPC32.
362 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
363 file.
364 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
365 file.
366 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
367 multiarch sqrtf for PowerPC32.
368
0f96a2f0
AZ
3692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
370
371 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
372 and llroundf multiarch implementations.
373 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
374 New file.
375 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
376 New file.
377 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
378 New file.
379 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
380 file: multiarch llround for PowerPC32.
381 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
382 file: multiarch llroundf for PowerPC32.
383
c9b5d79e
AZ
3842013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
385
386 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
387 multiarch PowerPC32 fpu implementations.
388 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
389 New file.
390 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
391 New file.
392 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
393 multiarch llrint for PowerPC32.
394 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
395 New file.
396 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
397 New file.
398 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
399 file.
400
9cbb3aab
AZ
4012013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
402
403 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
404
ea5a72f8
AZ
4052013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
406
407 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
408 file.
409 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
410 file.
411 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
412 file.
413 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
414 multiarch wordcopy for PPC32.
415 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
416 wordcopy objects.
417 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
418 (__libc_ifunc_impl_list): Likewise.
419 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
420 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
421 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
422 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
423 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
424 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
425
93be09e7
AZ
4262013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
427
428 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
429 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
430 file.
431 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
432 file.
433 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
434 file.
435 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
436 multiarch wcscpy for PPC32.
437 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
438 multiarch objects.
439 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
440 (__libc_ifunc_impl_list): Likewise.
441 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
442 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
443 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
444 sysdeps/powerpc/power6/wcscpy.c.
445
bb04e529
AZ
4462013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
447
448 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
449 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
450 file.
451 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
452 file.
453 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
454 file.
455 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
456 multiarch wcsrchr for PPC32.
457 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
458 multiarch objects.
459 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
460 (__libc_ifunc_impl_list): Likewise.
461 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
462 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
463 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
464 sysdeps/powerpc/power6/wcsrchr.c.
465
05b5cd1c
AZ
4662013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
467
468 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
469 file.
470 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
471 file.
472 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
473 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
474 multiarch wcschr for PPc32.
475 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
476 multiarch objects.
477 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
478 (__libc_ifunc_impl_list): Likewise.
479 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
480 * sysdeps/powerpc/power6/wcschr.c: ... to here.
481 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
482 sysdeps/powerpc/power6/wcschr.c.
483
ba964147
AZ
4842013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
485
486 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
487 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
488 file.
489 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
490 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
491 file: multiarch strchr for PPC32.
492 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
493 multiarch objects.
494 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
495 (__libc_ifunc_impl_list): Likewise.
496
31c81aaa
AZ
4972013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
498
499 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
500 name.
501 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
502 file.
503 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
504 file.
505 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
506 multiarch strchrnul for PPC32.
507 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
508 multiarch objects.
509 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
510 (__libc_ifunc_impl_list): Likewise.
511
0d0607d9
AZ
5122013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
513
514 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
515 file.
516 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
517 multiarch strncasecmp for PPC32.
518 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
519 file.
520 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
521 multiarch strncasecmp_l for PPC32.
522 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
523 strncasecmp multiarch objects.
524 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
525 (__libc_ifunc_impl_list): Likewise.
526
4dfd5c86
AZ
5272013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
528
529 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
530 file.
531 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
532 multiarch strncasecmp for PPC32.
533 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
534 New file.
535 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
536 multiarch strcasecmp_l for PPC32.
537 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
538 multiarch objects.
539 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
540 (__libc_ifunc_impl_list): Likewise.
541
a19e01a3
AZ
5422013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
543
544 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
545 file.
546 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
547 file.
548 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
549 multiarch strncmp for PPC32.
550 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
551 multiarch objects.
552 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
553 (__libc_ifunc_impl_list): Likewise.
554
ae9cf7a2
AZ
5552013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
556
557 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
558 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
559 file.
560 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
561 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
562 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
563 multiarch objects.
564 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
565 (__libc_ifunc_impl_list): Likewise.
566
3148bb7d
AZ
5672013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
568
569 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
570 file.
571 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
572 file.
573 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
574 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
575 multiarch objects.
576 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
577 (__libc_ifunc_impl_list): Likewise.
578
7af8b946
AZ
5792013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
580
581 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
582 file.
583 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
584 file.
585 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
586 multiarch rawmemchr for PPC32.
587 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
588 multiarch objects.
589 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
590 (__libc_ifunc_impl_list): Likewise.
591
03a6aa6a
AZ
5922013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
593
594 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
595 file.
596 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
597 file.
598 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
599 file: memrchr multiarch for PPC32.
600 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
601 multiarch objects.
602 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
603 (__libc_ifunc_impl_list): Likewise.
604
1c62e6d9
AZ
6052013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
606
607 * string/memchr.c (__memchr): Using macro to redefine symbol name.
608 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
609 file.
610 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
611 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
612 multiarch memchr for PPC32.
613 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
614 multiarch objects.
615 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
616 (__libc_ifunc_impl_list): Likewise.
617
87da8bdb
AZ
6182013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
619
620 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
621 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
622 file.
623 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
624 file.
625 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
626 file: multiarch mempcpy for PPC32.
627 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
628 multiarch objects.
629 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
630 (__libc_ifunc_impl_list): Likewise.
631
20ed4714
AZ
6322013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
633
634 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
635 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
636 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
637 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
638 multiarch bzero for PPC32.
639 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
640 file.
641 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
642 file.
643 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
644 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
645 file: multiarch memset for PPC32.
646 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
647 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
648 memset multiarch objects.
649 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
650 (__libc_ifunc_impl_list): Likewise.
651
ab3e3a46
AZ
6522013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
653
654 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
655 file.
656 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
657 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
658 memcmp for PPC32.
659 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
660 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
661 multiarch objects.
662 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
663 (__libc_ifunc_impl_list): Likewise.
664
930de6f0
AZ
6652013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
666
667 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
668 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
669 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
670 file.
671 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
672 file.
673 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
674 file.
675 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
676 multiarch memcpy for PPC32.
677 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
678 multiarch objects.
679 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
680 (__libc_ifunc_impl_list): Likewise.
681
4c628e00
AZ
6822013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
683
684 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
685 support multiarch for POWER/PPC32.
686 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
687 Likewise.
688 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
690 Implies file to make multiarch folder appers before the fpu and
691 default folder for power4 configuration.
692
f4479220
SP
6932013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
694
695 * scripts/bench.pl: Append volatile keyword to type.
696
8517800f
KK
6972013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
698
699 * sysdeps/sh/sotruss-lib.c: New file.
700 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
701
180138f1
AZ
7022013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
703
704 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
705
bbf37bdc
JM
7062013-12-05 Joseph Myers <joseph@codesourcery.com>
707
e47cc4e0
JM
708 [BZ #6810]
709 * math/w_tgamma.c: Include <errno.h>.
710 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
711 * math/w_tgammaf.c: Include <errno.h>.
712 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
713 * math/w_tgammal.c: Include <errno.h>.
714 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
715 * math/auto-libm-test-in: Do not allow missing errno on tgamma
716 underflow. Add more tgamma tests.
717 * math/auto-libm-test-out: Regenerated.
718 * sysdeps/i386/fpu/libm-test-ulps: Update.
719 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
720
bbf37bdc
JM
721 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
722 sin, sinh, tan, tanh, tgamma, y0 and y1.
723 * math/auto-libm-test-out: Regenerated.
724 * math/libm-test.inc (TEST_COND_x86_64): New macro.
725 (TEST_COND_x86): Likewise.
726 (M_E2l): Remove macro.
727 (M_E3l): Likewise.
728 (M_2_SQRT_PIl): Likewise.
729 (M_SQRT_PIl): Likewise.
730 (M_1_DIV_El): Likewise.
731 (log_test_data): Use AUTO_TESTS_f_f.
732 (log10_test_data): Likewise.
733 (log1p_test_data): Likewise.
734 (log2_test_data): Likewise.
735 (sin_test_data): Likewise.
736 (sin_tonearest_test_data): Likewise.
737 (sin_towardzero_test_data): Likewise.
738 (sin_downward_test_data): Likewise.
739 (sin_upward_test_data): Likewise.
740 (sinh_test_data): Likewise.
741 (sinh_tonearest_test_data): Likewise.
742 (sinh_towardzero_test_data): Likewise.
743 (sinh_downward_test_data): Likewise.
744 (sinh_upward_test_data): Likewise.
745 (tan_test_data): Likewise.
746 (tan_tonearest_test_data): Likewise.
747 (tan_towardzero_test_data): Likewise.
748 (tan_downward_test_data): Likewise.
749 (tan_upward_test_data): Likewise.
750 (tanh_test_data): Likewise.
751 (tgamma_test_data): Likewise.
752 (y0_test_data): Likewise.
753 (y1_test_data): Likewise.
754 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
755 (special_real_inputs): Add pi/4.
756 * sysdeps/i386/fpu/libm-test-ulps: Update.
757 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
758
eb5ad6b9
AZ
7592013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
760
761 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
762 "longjmp_target" static probes.
763 (__longjmp): Rename to __longjmp_symbol.
764 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
765 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
766 on which longjmp to generate.
767 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
768 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
769 probe.
770 (__sigsetjmp): Rename to __sigsetjmp_symbol.
771 (__sigjmp_save): Rename to __sigjmp_save_symbol.
772 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
773 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
774 and __sigjmp_save_symbol based on which sigsetjmp to generated.
775 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
776 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
777 __longjmp_symbol based on which __longjmp to generate.
778 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
779 probe.
780 (setjmp): Rename to setjmp_symbol.
781 (__sigsetjmp): Rename to __sigsetjmp_symbol.
782 (_setjmp): Rename to _setjmp_symbol.
783 (__sigsetjmp): Rename to __sigsetjmp_symbol.
784 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
785 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
786 which setjmp to generate.
787 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
788 "longjmp_target" static probes.
789
d136c6dc
SP
7902013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
791
9298ecba
SP
792 * benchtests/README: Add note about output arguments.
793 * benchtests/bench-sincos.c: Remove file.
794 * benchtests/sincos-inputs: New file.
795 * scripts/bench.pl: Identify output arguments and define
796 static variables for them.
797
232983e9
SP
798 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
799
d136c6dc
SP
800 [BZ #15941]
801 * Makefile (INSTALL): Add install-plain.texi as the primary
802 dependency.
803 * manual/install-plain.texi: New file.
804 * manual/install.texi: Include node directive only for
805 non-plaintext output.
806
699ff837
JM
8072013-12-04 Joseph Myers <joseph@codesourcery.com>
808
ab07cea8
JM
809 * stdlib/longlong.h: Update from GCC.
810
699ff837
JM
811 [BZ #6807]
812 [BZ #15901]
813 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
814 * math/w_j0f.c (y0f): Likewise.
815 * math/w_j0l.c (__y0l): Likewise.
816 * math/w_j1.c (y1): Likewise.
817 * math/w_j1f.c (y1f): Likewise.
818 * math/w_j1l.c (__y1l): Likewise
819 * math/w_jn.c (yn): Likewise.
820 * math/w_jnf.c (ynf): Likewise.
821 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
822 Bessel function pole errors in _POSIX_ mode. Use NAN as return
823 value for Bessel function domain errors outside _SVID_ mode.
824 Adjust sign of return value for yn (negative integer, 0).
825 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
826 by zero in return for negative x and set sign appropriately for
827 negative n.
828 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
829 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
830 * math/libm-test.inc (y0_test_data): Add more tests and adjust
831 expectations in error cases.
832 (y1_test_data): Likewise.
833 (yn_test_data): Likewise.
834 * sysdeps/i386/fpu/libm-test-ulps: Update.
835 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
836
5b118558
UW
8372013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
838
839 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
840 "64" to "64-v1". Add "64-v2".
841 (abi-64-options): Rename to ...
842 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
843 (abi-64-condition): Rename to ...
844 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
845 (abi-64-ld-soname): Rename to ...
846 (abi-64-v1-ld-soname): ... this.
847 (abi-64-v2-options): Define.
848 (abi-64-v2-condition): Likewise.
849 (abi-64-v2-ld-soname): Likewise.
850 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
851 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
852 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
853 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
854 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
855
61cd8fe4
UW
8562013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
857 Alan Modra <amodra@gmail.com>
858
859 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
860 New versions for use with the ELFv2 ABI.
861 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
862 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
863 declaration.
864 (struct La_ppc64v2_retval): Likewise.
865 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
866 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
867 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
868 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
869 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
870 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
871 Do not save or restore CR.
872 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
873 (_dl_profile_resolve): Do no save or restore CR. Support extended
874 return values for ELFv2 ABI. Fix location of FPR return registers.
875 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
876 updated values for _CALL_ELF == 2.
877 (La_regs, La_retval, int_retval): Likewise.
878
8b8a692c
UW
8792013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
880
881 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
882 (FRAME_MIN_SIZE_PARM): Likewise.
883 (FRAME_BACKCHAIN): Likewise.
884 (FRAME_CR_SAVE): Likewise.
885 (FRAME_LR_SAVE): Likewise.
886 (FRAME_TOC_SAVE): Likewise.
887 (FRAME_PARM_SAVE): Likewise.
888 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
889 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
890 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
891 (call_mcount_parm_offset): New macro.
892 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
893 (PROF): Use symbolic stack frame offsets.
894 (TAIL_CALL_SYSCALL_ERROR): Likewise.
895 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
896 Redefine in terms of FRAME_MIN_SIZE.
897 (_dl_runtime_resolve): Use symbolic stack frame offsets.
898 (_dl_profile_resolve): Likewise. Update comment.
899 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
900 symbols stack frame offsets.
901 (__sigsetjmp): Likewise.
902 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
903 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
904 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
905 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
906
907 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
908 (FRAME_BACKCHAIN): Remove.
909 (FRAME_CR_SAVE): Likewise.
910 (FRAME_LR_SAVE): Likewise.
911 (FRAME_COMPILER_DW): Likewise.
912 (FRAME_LINKER_DW): Likewise.
913 (FRAME_TOC_SAVE): Likewise.
914 (FRAME_PARM_SAVE): Likewise.
915 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
916 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
917 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
919 (CHECK_SP): Use symbolic stack frame offsets.
920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
921 zone" instead of caller's parameter save area for temp storage.
922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
923 Likewise. Also, use symbolic stack frame offsets.
924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
925 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
926 our own stack frame instead of the caller's.
927 (__socket): Use symbolic stack frame offsets.
928
122b66de
UW
9292013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
930 Alan Modra <amodra@gmail.com>
931
932 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
933 Define.
934 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK,
935 PPC64_LOCAL_ENTRY_OFFSET): Define.
936 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
937 New function.
938 (elf_machine_fixup_plt): Call it.
939 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
940 reloc arguments.
941 (elf_machine_rela): Update call to elf_machine_plt_conflict.
54285cf9
SP
942 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
943 _dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
944 r2 before calling target.
945
696caf1d
UW
9462013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
947 Alan Modra <amodra@gmail.com>
948
949 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
950 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
951 versions of macros to support ELFv2 ABI.
952 (LOCALENTRY): New macro.
953 (ENTRY, EALIGN): Use it.
954 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
955 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
956 fall through into ENTRY entry point.
957 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
958 Only define if _CALL_ELF != 2.
959
960 (elf_machine_matches_host): Verify ABI version matches.
961 (RTLD_START): Use LOCALENTRY.
962 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
963 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
964 (PLT_ENTRY_WORDS): New macro.
965 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
966 (elf_machine_runtime_setup): Support ELFv2 ABI.
967 (elf_machine_fixup_plt): Likewise.
968 (elf_machine_plt_conflict): Likewise.
969 (resolve_ifunc): Likewise.
970 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
971 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
972 Likewise.
973 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
974 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
976 (makecontext): Support ELFv2 ABI.
977 * elf/elf.h (EF_PPC64_ABI): Define.
978
d31beafa
UW
9792013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
980
981 * sysdeps/powerpc/powerpc64/sysdep.h [ASSEMBLER] (PPC64_LOAD_FUNCPTR):
982 New assembler macro.
983 [ASSEMBLER] (ENTRY_1): Do not switch to .text section here ...
984 [ASSEMBLER] (ENTRY): ... but instead here ...
985 [ASSEMBLER] (EALIGN): ... and here.
986 [!ASSEMBLER] (PPC64_LOAD_FUNCPTR): New macro.
987 [!ASSEMBLER] (ENTRY_1): New macro; set up .opd entry.
988 [!ASSEMBLER] (ENTRY_2): Use it.
989 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
990 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
991 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
992 _dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
993 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
995 Use PPC64_LOAD_FUNCPTR.
996
b525166b
UW
9972013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
998
999 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
1000
7ec07d9a
AM
10012013-12-04 Alan Modra <amodra@gmail.com>
1002
1003 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
1004 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
1005 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
1006 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
1007
1008 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
1009 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
1010 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
1011 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
1012 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
1013 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
1014
5162e7dd
UW
10152013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1016
1017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1018 (__makecontext): Fix incorrect CFI when backtracing out of
1019 context created via makecontext.
1020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
1021 (__setcontext): Fix incorrect CFI during switch to new context.
1022 (__novec_setcontext): Likewise.
1023
19e3372b
OB
10242013-12-04 Ondřej Bílka <neleai@seznam.cz>
1025
1026 [BZ #4772]
1027 * time/strptime_l.c (__strptime_internal): Allow modifiers
1028 in strptime.
1029 * time/tst-strptime.c (day_tests): Add testcase.
1030
1031
ecaf142d
SP
10322013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
1033
1034 * scripts/bench.pl: Skip over blank lines.
1035
fbf964ae
PE
10362013-12-04 Paul Eggert <eggert@cs.ucla.edu>
1037
1038 [BZ #926]
1039 * manual/time.texi (Calendar Time): Clarify what timezone functions
1040 use.
1041
fa60a674
AZ
10422013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1043
1044 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1045
d674f0ef
OB
10462013-12-04 Ondřej Bílka <neleai@seznam.cz>
1047
1048 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
1049 implementation.
1050 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
1051 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
1052 * debug/memset_chk.c (__memset_chk): Likewise.
1053 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
1054 * debug/strncpy_chk.c: Likewise.
1055
17dea188
JM
10562013-12-03 Joseph Myers <joseph@codesourcery.com>
1057
749008ff
JM
1058 [BZ #15268]
1059 [BZ #15425]
1060 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
1061 (__ieee754_exp): For possibly underflowing results, check size of
1062 result and force underflow exception if required.
1063 * math/auto-libm-test-in: Add more tests of exp.
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
17dea188
JM
1068 [BZ #16283]
1069 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
1070 * math/w_exp2f.c (__exp2f): Likewise.
1071 * math/w_exp2l.c (__exp2l): Likewise.
1072 * math/auto-libm-test-in: Do not allow missing errno on exp2
1073 underflow.
1074 * math/auto-libm-test-out: Regenerated.
1075
b20de2c3
OB
10762013-12-03 Ondřej Bílka <neleai@seznam.cz>
1077
1078 [BZ #16274]
1079 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
1080 handle filename validation.
1081 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
1082 (do_open): Delete.
1083
d8e2dbe3
JM
10842013-12-03 Joseph Myers <joseph@codesourcery.com>
1085
34e16df5
JM
1086 [BZ #6786]
1087 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
1088 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
1089 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
1090 <float.h>.
1091 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
1092 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
1093 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
1094 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
1095 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
1096 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
1097 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
1098 * math/auto-libm-test-in: Don't allow missing errno from erfc.
1099 Add more erfc tests.
1100 * math/auto-libm-test-out: Regenerated.
1101 * sysdeps/i386/fpu/libm-test-ulps: Update.
1102 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1103
d8e2dbe3
JM
1104 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
1105 exp2, expm1, j0 and j1.
1106 * math/auto-libm-test-out: Regenerated.
1107 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
1108 (erfc_test_data): Likewise.
1109 (exp_test_data): Likewise.
1110 (exp_tonearest_test_data): Likewise.
1111 (exp_towardzero_test_data): Likewise.
1112 (exp_downward_test_data): Likewise.
1113 (exp_upward_test_data): Likewise.
1114 (exp10_test_data): Likewise.
1115 (exp2_test_data): Likewise.
1116 (expm1_test_data): Likewise.
1117 (j0_test_data): Likewise.
1118 (j1_test_data): Likewise.
1119 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
1120 (input_flag_type): Add flag_xfail_rounding.
1121 (input_flags): Add xfail-rounding.
1122 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
1123 (output_for_one_input_case): Handle flag_xfail_rounding.
1124 * sysdeps/i386/fpu/libm-test-ulps: Update.
1125 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1126
18d14251
AJ
11272013-12-03 Aurelien Jarno <aurelien@aurel32.net>
1128
3d2e6075 1129 [BZ #16289]
18d14251
AJ
1130 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
1131 division by 0.
1132
520d437b
SP
11332013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
1134
1135 [BZ #16195]
1136 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
1137 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
1138 (STAP_PROBE0): New macro.
1139 (STAP_PROBE1): Likewise.
1140 (STAP_PROBE2): Likewise.
1141 (STAP_PROBE3): Likewise.
1142 (STAP_PROBE4): Likewise.
1143
416e0145
OB
11442013-12-02 Ondřej Bílka <neleai@seznam.cz>
1145
1146 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
1147
9d17796a
SE
11482013-12-02 Steve Ellcey <sellcey@mips.com>
1149
1150 * benchtests/Makefile (bench): Add sqrt.
1151 (LDLIBS-bench-sqrt): New.
1152 * benchtests/sqrt-input: New.
1153
f524d6a8
PS
11542013-12-02 Pavel Simerda <psimerda@redhat.com>
1155
639a0ef8
PS
1156 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
1157 (GAIH_EAI): Likewise.
1158 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
1159 (gaih_inet): Likewise.
1160 (getaddrinfo): Don't use GAIH_EAI.
1161
f524d6a8
PS
1162 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
1163 (struct gaih): Remove definition.
1164
df3aedaf
SP
11652013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1166
1167 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
1168 Use HERRNOP directly.
1169
1ab19dec
AZ
11702013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1171
b42ad38d 1172 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 1173
176b0c79
JM
11742013-11-30 Joseph Myers <joseph@codesourcery.com>
1175
1176 * math/gen-auto-libm-tests.c (test_functions): Add more
1177 single-argument functions.
1178 (special_fill_pi_2): New function.
1179 (special_fill_minus_pi_2): Likewise.
1180 (special_fill_pi_6): Likewise.
1181 (special_fill_minus_pi_6): Likewise.
1182 (special_fill_pi_3): Likewise.
1183 (special_fill_2pi_3): Likewise.
1184 (special_fill_e): Likewise.
1185 (special_fill_1_e): Likewise.
1186 (special_fill_e_minus_1): Likewise.
1187 (special_real_inputs): Add more special inputs.
1188 (output_for_one_input_case): Do not require ERANGE on underflow to
1189 zero if round-to-nearest result does not underflow to zero, unless
1190 exact results required.
1191 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
1192 atan, atanh, cbrt, cos and cosh.
1193 * math/auto-libm-test-out: Regenerated.
1194 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
1195 (acos_tonearest_test_data): Likewise.
1196 (acos_towardzero_test_data): Likewise.
1197 (acos_downward_test_data): Likewise.
1198 (acos_upward_test_data): Likewise.
1199 (acosh_test_data): Likewise.
1200 (asin_test_data): Likewise.
1201 (asin_tonearest_test_data): Likewise.
1202 (asin_towardzero_test_data): Likewise.
1203 (asin_upward_test_data): Likewise.
1204 (asinh_test_data): Likewise.
1205 (atan_test_data): Likewise.
1206 (atanh_test_data): Likewise.
1207 (cbrt_test_data): Likewise.
1208 (cos_test_data): Likewise.
1209 (cos_tonearest_test_data): Likewise.
1210 (cos_towardzero_test_data): Likewise.
1211 (cos_downward_test_data): Likewise.
1212 (cos_upward_test_data): Likewise.
1213 (cosh_test_data): Likewise.
1214 (cosh_tonearest_test_data): Likewise.
1215 (cosh_towardzero_test_data): Likewise.
1216 (cosh_downward_test_data): Likewise.
1217 (cosh_upward_test_data): Likewise.
1218 * sysdeps/i386/fpu/libm-test-ulps: Update.
1219 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1220
ffb536d0
JM
12212013-11-29 Joseph Myers <joseph@codesourcery.com>
1222
2a77a467
JM
1223 [BZ #6787]
1224 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
1225 * math/w_exp10f.c (__exp10f): Likewise.
1226 * math/w_exp10l.c (__exp10l): Likewise.
1227 * math/libm-test.inc (exp10_test_data): Add more tests and expect
1228 errno settings in existing tests.
1229
ea3bc4e8
JM
1230 [BZ #14032]
1231 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
1232 precision control set to double precision.
1233 * sysdeps/i386/fpu/w_sqrt.c: New file.
1234 * math/auto-libm-test-in: Add more tests.
1235 * math/auto-libm-test-out: Update.
1236
0712c9d8
JM
1237 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
1238 (sqrt_test_tonearest): New function.
1239 (sqrt_towardzero_test_data): New variable.
1240 (sqrt_test_towardzero): New function.
1241 (sqrt_downward_test_data): New variable.
1242 (sqrt_test_downward): New function.
1243 (sqrt_upward_test_data): New variable.
1244 (sqrt_test_upward): New function.
1245 (main): Call the new functions.
1246
ffb536d0
JM
1247 * math/gen-auto-libm-tests.c: New file.
1248 * math/auto-libm-test-in: Likewise.
1249 * math/auto-libm-test-out: New generated file.
1250 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
1251 variables.
1252 (%beautify): Add generated representations of zero.
1253 (top level): Set $auto_input and call parse_auto_input.
1254 (beautify): Remove trailing "f" from hex float constants.
1255 (parse_args): Handle XFAIL_TEST.
1256 (convert_condition): New function.
1257 (or_value): Likewise.
1258 (or_cond_value): Likewise.
1259 (generate_testfile): Handle AUTO_TESTS_* lines.
1260 (parse_auto_input): New function.
1261 * math/libm-test.inc (XFAIL_TEST): New macro.
1262 (ERRNO_UNCHANGED): Update value.
1263 (ERRNO_EDOM): Likewise.
1264 (ERRNO_ERANGE): Likewise.
1265 (IGNORE_RESULT): Likewise.
1266 (TEST_COND_flt_32): New macro.
1267 (TEST_COND_dbl_64): Likewise.
1268 (TEST_COND_ldbl_96_intel): Likewise.
1269 (TEST_COND_ldbl_96_m68k): Likewise.
1270 (TEST_COND_ldbl_128): Likewise.
1271 (TEST_COND_ldbl_128ibm): Likewise.
1272 (TEST_COND_long32): Likewise.
1273 (TEST_COND_long64): Likewise.
1274 (TEST_COND_before_rounding): Likewise.
1275 (TEST_COND_after_rounding): Likewise.
1276 (enable_test): Handle XFAIL_TEST flag.
1277 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
1278 with finite results.
1279 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
1280 auto-libm-test-out.
1281
acd98a8e
AK
12822013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1283 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1284
1285 [BZ #16214]
1286 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
1287 __tls_get_addr_internal instead of __tls_get_offset in order to
1288 avoid GOT pointer dependency. Make rtld export
1289 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
1290 __tls_get_addr since we are a __tls_get_offset platform.
1291 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
1292 GOT pointer being set up before.
1293 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
1294
3c1c46a6
JM
12952013-11-28 Joseph Myers <joseph@codesourcery.com>
1296
7475aef5
JM
1297 * manual/math.texi (Errors in Math Functions): Document accuracy
1298 goals.
1299
8bca7cd8
JM
1300 [BZ #15004]
1301 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
1302 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
1303 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
1304 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
1305 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
1306 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
1307 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
1308 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
1309 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
1310 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
1311 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
1312 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
1313 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
1314 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
1315 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
1316 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
1317
91a1f3fe
JM
1318 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
1319 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
1320 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
1321 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
1322 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
1323 Likewise.
1324 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
1325 Likewise.
1326 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
1327 Likewise.
1328 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
1329 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
1330 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
1331 atomic-feupdateenv and flt-rounds.
1332 * sysdeps/powerpc/nofpu/Versions (libc): Add
1333 __atomic_feholdexcept, __atomic_feclearexcept,
1334 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
1335 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
1336 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
1337 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
1338 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
1339 here.
1340 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
1341 Update.
1342
c5df7609
JM
1343 * manual/arith.texi (FP Exceptions): Document that exceptions may
1344 not be raised when matherr is used.
1345 (Math Error Reporting): Document overflow in directed rounding
1346 modes. Document that errno may not be set when finite values are
1347 returned on overflow. Document intent to set errno on underflow
1348 only for underflow to zero.
1349
3c1c46a6
JM
1350 [BZ #16271]
1351 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
1352 round-to-nearest then adjust result for other rounding modes.
1353 * include/fenv.h (fegetround): Use libm_hidden_proto.
1354 * math/fegetround.c (fegetround): Use libm_hidden_def.
1355 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1356 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1357 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
1358 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1359 Likewise.
1360 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
1361 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1362 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1363 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
1364
5a4c6d53
SP
13652013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
1366
1367 [BZ #16077]
1368 * nss/Versions (libnss_files): Add
1369 _nss_files_gethostbyname3_r.
1370 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
1371 New function.
1372 (HOST_DB_LOOKUP): Remove macro.
1373 (_nss_files_gethostbyname_r): Implement function without the
1374 HOST_DB_LOOKUP macro.
1375 (_nss_files_gethostbyname2_r): Likewise.
1376
897b98ba
OB
13772013-11-28 Ondřej Bílka <neleai@seznam.cz>
1378
1379 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
1380
6f476861
UB
13812013-11-26 Uros Bizjak <ubizjak@gmail.com>
1382
1383 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
1384 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
1385 warning.
1386
bd12ab55
AZ
13872013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1388
1389 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
1390 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
1391 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
1392 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1393 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
1394 __fe_nomask_env_priv and attribute_hidden.
1395 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
1396 (libc_feupdateenv_test_ppc): Likewise.
1397 (libc_feresetround_ppc): Likewise.
1398 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1399 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
1400 compat_symbol macro.
1401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1402 (__fe_nomask_env): Likewise.
1403 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
1404
52bb6543
OB
14052013-11-26 Ondřej Bílka <neleai@seznam.cz>
1406
1407 * string/Makefile: Remove ifunc tests.
1408 * string/test-string.h: Define TEST_IFUNC.
1409 * string/test-bcopy-ifunc.c: Remove.
1410 * string/test-bzero-ifunc.c: Likewise.
1411 * string/test-memccpy-ifunc.c: Likewise.
1412 * string/test-memchr-ifunc.c: Likewise.
1413 * string/test-memcmp-ifunc.c: Likewise.
1414 * string/test-memcpy-ifunc.c: Likewise.
1415 * string/test-memmem-ifunc.c: Likewise.
1416 * string/test-memmove-ifunc.c: Likewise.
1417 * string/test-mempcpy-ifunc.c: Likewise.
1418 * string/test-memrchr-ifunc.c: Likewise.
1419 * string/test-memset-ifunc.c: Likewise.
1420 * string/test-rawmemchr-ifunc.c: Likewise.
1421 * string/test-stpcpy-ifunc.c: Likewise.
1422 * string/test-stpncpy-ifunc.c: Likewise.
1423 * string/test-strcasecmp-ifunc.c: Likewise.
1424 * string/test-strcasestr-ifunc.c: Likewise.
1425 * string/test-strcat-ifunc.c: Likewise.
1426 * string/test-strchr-ifunc.c: Likewise.
1427 * string/test-strchrnul-ifunc.c: Likewise.
1428 * string/test-strcmp-ifunc.c: Likewise.
1429 * string/test-strcpy-ifunc.c: Likewise.
1430 * string/test-strcspn-ifunc.c: Likewise.
1431 * string/test-strlen-ifunc.c: Likewise.
1432 * string/test-strncasecmp-ifunc.c: Likewise.
1433 * string/test-strncat-ifunc.c: Likewise.
1434 * string/test-strncmp-ifunc.c: Likewise.
1435 * string/test-strncpy-ifunc.c: Likewise.
1436 * string/test-strnlen-ifunc.c: Likewise.
1437 * string/test-strpbrk-ifunc.c: Likewise.
1438 * string/test-strrchr-ifunc.c: Likewise.
1439 * string/test-strspn-ifunc.c: Likewise.
1440 * string/test-strstr-ifunc.c: Likewise.
1441
ab260039 14422013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
1443
1444 * benchtests/Makefile: Remove ifunc tests.
1445 * benchtests/bench-string.h: Define TEST_IFUNC.
1446 * benchtests/bench-bcopy-ifunc.c: Remove.
1447 * benchtests/bench-bzero-ifunc.c: Likewise.
1448 * benchtests/bench-memccpy-ifunc.c: Likewise.
1449 * benchtests/bench-memchr-ifunc.c: Likewise.
1450 * benchtests/bench-memcmp-ifunc.c: Likewise.
1451 * benchtests/bench-memcpy-ifunc.c: Likewise.
1452 * benchtests/bench-memmem-ifunc.c: Likewise.
1453 * benchtests/bench-memmove-ifunc.c: Likewise.
1454 * benchtests/bench-mempcpy-ifunc.c: Likewise.
1455 * benchtests/bench-memrchr-ifunc.c: Likewise.
1456 * benchtests/bench-memset-ifunc.c: Likewise.
1457 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
1458 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
1459 * benchtests/bench-stpcpy-ifunc.c: Likewise.
1460 * benchtests/bench-stpncpy-ifunc.c: Likewise.
1461 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
1462 * benchtests/bench-strcasestr-ifunc.c: Likewise.
1463 * benchtests/bench-strcat-ifunc.c: Likewise.
1464 * benchtests/bench-strchr-ifunc.c: Likewise.
1465 * benchtests/bench-strchrnul-ifunc.c: Likewise.
1466 * benchtests/bench-strcmp-ifunc.c: Likewise.
1467 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
1468 * benchtests/bench-strcpy-ifunc.c: Likewise.
1469 * benchtests/bench-strcspn-ifunc.c: Likewise.
1470 * benchtests/bench-strlen-ifunc.c: Likewise.
1471 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
1472 * benchtests/bench-strncat-ifunc.c: Likewise.
1473 * benchtests/bench-strncmp-ifunc.c: Likewise.
1474 * benchtests/bench-strncpy-ifunc.c: Likewise.
1475 * benchtests/bench-strnlen-ifunc.c: Likewise.
1476 * benchtests/bench-strpbrk-ifunc.c: Likewise.
1477 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 1478 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
1479 * benchtests/bench-strspn-ifunc.c: Likewise.
1480 * benchtests/bench-strstr-ifunc.c: Likewise.
1481
14822013-11-26 Ondřej Bílka <neleai@seznam.cz>
1483
ab260039
OB
1484 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
1485
d1d9eaf4 14862013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 1487
d1d9eaf4
OB
1488 * resolv/netdb.h: Use __glibc_reserved instead __unused.
1489 * rt/aio.h: Likewise.
1490 * sysdeps/gnu/bits/utmp.h: Likewise.
1491 * sysdeps/gnu/bits/utmpx.h: Likewise.
1492 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
1493 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
1494 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
1495 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
1496 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1497 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1498 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
1499 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
1500 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
1501 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
1502 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
1503 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1504 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
1506 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
1507 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
1508 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
1509 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
1510 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1511 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1512 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
1513 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
1514 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
1515 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
1516 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
1517 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1518 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
1519 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
1520 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
1521 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1522 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1523 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
1524 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
1525 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1526 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
1527 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
1528 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
1529 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
1530 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
1531 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
1532 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
1533 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
1534
a7624ed9
CD
15352013-11-25 Carlos O'Donell <carlos@redhat.com>
1536
1537 [BZ #16245]
1538 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
1539 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
1540
63cfe52b
JM
15412013-11-25 Joseph Myers <joseph@codesourcery.com>
1542
1543 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
1544 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1545 Likewise.
1546
41e8926a
AZ
15472013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1548
1549 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1550 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
1551 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
1552 (__fesetround): Remove define.
1553 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
1554 rounding and exceptions handling.
1555 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
1556 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
1557 (__fe_nomask_env): Likewise.
1558 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
1559 __fegetround instead of fegetround.
1560 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
1561 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
1562
6851bd4d
RM
15632013-11-21 Roland McGrath <roland@hack.frob.com>
1564
070906ff
RM
1565 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
1566 it's there.
1567
6851bd4d
RM
1568 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
1569
84ae135d
MI
15702013-11-21 Meador Inge <meadori@codesourcery.com>
1571
1572 [BZ #11157]
1573 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
1574 (encrypt_r): Likewise.
1575 * malloc/obstack.h (obstack_free): Likewise.
1576 * posix/unistd.h (encrypt): Likewise.
1577
daf75146
GM
15782013-11-21 Guy Martin <gmsoft@tuxicoman.be>
1579
1580 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
1581 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
1582 DL_CALL_DT_FINI() that call the functions directly.
1583 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
1584 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
1585 * elf/dl-fini.c: Likewise.
1586
10ad46bc
OB
15872013-11-20 Ondřej Bílka <neleai@seznam.cz>
1588
1589 * malloc/hooks.c (memalign_check): Add alignment rounding.
1590 * malloc/malloc.c (_mid_memalign): New function.
1591 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
1592 Implement by calling _mid_memalign.
1593 * manual/probes.texi (Memory Allocation Probes): Remove
1594 memory_valloc_retry and memory_pvalloc_retry.
1595
f3fd2628
SP
15962013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
1597
4712799f
SP
1598 * locale/programs/locarchive.c (open_archive): Add const
1599 qualifier to ARCHIVEFNAME and copy default fname to
1600 DEFAULT_FNAME.
1601
0417b20f
SP
1602 [BZ #15601]
1603 * libio/tst-widetext.input: Rename Oriya to Odia.
1604 * locale/iso-639.def: Likewise.
1605
f3fd2628
SP
1606 * manual/probes.texi (Mathematical Function Probes): Add
1607 documentation for sin, cos, asin and acos probes.
1608 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
1609 (__sin32): Add slowasin probe.
1610 (__cos32): Add slowacos probe.
1611 (__mpsin): Add slowsin probe.
1612 (__mpcos): Add slowcos probe.
1613
73c1ce4f
JM
16142013-11-19 Joseph Myers <joseph@codesourcery.com>
1615
1616 [BZ #15483]
1617 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
1618 thread-local __sim_exceptions_thread and global
1619 __sim_exceptions_global.
1620 (__sim_disabled_exceptions): Change to thread-local
1621 __sim_disabled_exceptions_thread and global
1622 __sim_disabled_exceptions_global.
1623 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
1624 and global __sim_round_mode_global.
1625 (__simulate_exceptions): Use thread-local floating-point state and
1626 set global state from it as needed.
1627 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
1628 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
1629 __sim_round_mode_thread.
1630 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
1631 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
1632 and global __sim_exceptions_global.
1633 (__sim_disabled_exceptions): Change to thread-local
1634 __sim_disabled_exceptions_thread and global
1635 __sim_disabled_exceptions_global.
1636 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
1637 and global __sim_round_mode_global.
1638 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
1639 (SIM_SET_GLOBAL): Likewise.
1640 * sysdeps/powerpc/soft-fp/sfp-machine.h
1641 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
1642 __sim_round_mode_thread.
1643 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
1644 __sim_disabled_exceptions_thread.
1645 (__sim_exceptions): Change to __sim_exceptions_thread.
1646 (__sim_disabled_exceptions): Change to
1647 __sim_disabled_exceptions_thread.
1648 (__sim_round_mode): Change to __sim_round_mode_thread.
1649 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
1650 thread-local floating-point state and set global state from it as
1651 needed.
1652 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
1653 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
1654 (__sim_disabled_exceptions): Remove extern declaration.
1655 (feenableexcept): Use thread-local floating-point state and set
1656 global state from it as needed.
1657 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
1658 extern declaration.
1659 (__sim_disabled_exceptions): Likewise.
1660 (__sim_round_mode): Likewise.
1661 (__fegetenv): Use thread-local floating-point state.
1662 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
1663 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
1664 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
1665 floating-point state and set global state from it as needed.
1666 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
1667 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1668 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
1669 Likewise.
1670 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1671 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
1672 Likewise.
1673 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
1674 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
1675 Use __sim_round_mode_thread.
1676 * math/test-fenv-tls.c: New file.
1677 * math/Makefile (tests): Add test-fenv-tls.
1678 ($(objpfx)test-fenv-tls): Depend on
1679 $(common-objpfx)nptl/libpthread.so.
1680
b5449b12
AS
16812013-11-19 Andreas Schwab <schwab@suse.de>
1682
1683 * locale/programs/locale.c (show_info): Decode wordarray elements.
1684 * locale/categories.def (LC_MONETARY): Add element for
1685 _NL_MONETARY_CRNCYSTR.
1686 * locale/C-monetary.c (conversion_rate): New variable.
1687 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
1688 element.
1689
e186536b
CM
16902013-11-18 Chris Metcalf <cmetcalf@tilera.com>
1691
1692 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
1693 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
1694
5c349950
PP
16952013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1696
1697 * elf/Makefile (tst-auxv): New test.
1698 * elf/tst-auxv.c: New
1699 * elf/rtld.c (dl_main): Adjust AT_EXECFN
1700
699df45b
JM
17012013-11-18 Joseph Myers <joseph@codesourcery.com>
1702
1703 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
1704 (hidden_proto): Caller changed.
1705 (hidden_tls_proto): New macro.
1706 (libc_hidden_tls_proto): Likewise.
1707 (rtld_hidden_tls_proto): Likewise.
1708 (libm_hidden_tls_proto): Likewise.
1709 (libresolv_hidden_tls_proto): Likewise.
1710 (librt_hidden_tls_proto): Likewise.
1711 (libdl_hidden_tls_proto): Likewise.
1712 (libnss_files_hidden_tls_proto): Likewise.
1713 (libnsl_hidden_tls_proto): Likewise.
1714 (libnss_nisplus_hidden_tls_proto): Likewise.
1715 (libutil_hidden_tls_proto): Likewise.
1716
b7589107
OB
17172013-11-18 Ondřej Bílka <neleai@seznam.cz>
1718
1719 [BZ #10253]
1720 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
1721 (decompose_rpath): Defer expansion to fillin_rpath.
1722 (_dl_init_paths): Pass linkmap to fillin_rpath.
1723
250c23bd
RS
17242013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1725
1726 * benchtests/Makefile: Add strsep.
1727 * benchtests/bench-strsep.c: New file: strsep benchtest.
1728 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
1729
a7931fcf
AS
17302013-11-18 Andreas Schwab <schwab@suse.de>
1731
1732 * locale/programs/locale.c (show_info) [case byte]: Check for
1733 '\377' instead of '\177'.
1734 * locale/C-monetary.c (not_available): Always use "\377".
1735 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
1736 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
1737 detect unavailable sign_posn locale elements.
1738 * locale/localeconv.c (__localeconv): For grouping and
1739 mon_grouping handle "\177" and "\377" like no grouping.
1740 (INT_ELEM): New macro. Use it to set all numeric members.
1741 * locale/programs/ld-monetary.c (monetary_read)
1742 <tok_mon_grouping>: Normalize single -1 to the empty string.
1743 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
1744 Likewise.
1745
728dab0e
OB
17462013-11-07 Ondřej Bílka <neleai@seznam.cz>
1747
1748 [BZ #16055]
1749 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
1750 when we match (nil).
1751 * stdio-common/tst-sscanf.c (struct test): Add testcase.
1752
66294491
JM
17532013-11-16 Joseph Myers <joseph@codesourcery.com>
1754
ce665817
JM
1755 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
1756 (NO_TEST_INLINE): Update value.
1757 (ERRNO_UNCHANGED): Likewise.
1758 (ERRNO_EDOM): Likewise.
1759 (ERRNO_ERANGE): Likewise.
1760 (IGNORE_RESULT): Likewise.
1761 (check_float_internal): Check signs of NaN results if
1762 TEST_NAN_SIGN used.
1763 (check_complex): Pass TEST_NAN_SIGN flag through to second
1764 check_float_internal call.
1765 (copysign_test_data): Add tests with quiet NaNs as second
1766 argument. Use TEST_NAN_SIGN.
1767 (fabs_test_data): Add test of negative quiet NaN argument. Use
1768 TEST_NAN_SIGN.
1769 (signbit_test_data): Add tests of quiet NaN argument.
1770 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
1771
ee1466a9
JM
1772 * math/gen-libm-test.pl (show_exceptions): Take extra argument
1773 $ignore_result.
1774 (parse_args): Handle function results specified as IGNORE.
1775 * math/libm-test.inc (IGNORE_RESULT): New macro.
1776 (check_float_internal): Do not check numerical result if flag
1777 IGNORE_RESULT set.
1778 (check_complex): Pass through IGNORE_RESULT to second
1779 check_float_internal call.
1780 (check_int): Do not check numerical result if flag IGNORE_RESULT
1781 set.
1782 (check_long): Likewise.
1783 (check_bool): Likewise.
1784 (check_longlong): Likewise.
1785 (lrint_test_data): Add tests of infinite and NaN arguments.
1786 (lrint_tonearest_test_data): Likewise.
1787 (lrint_towardzero_test_data): Likewise.
1788 (lrint_downward_test_data): Likewise.
1789 (lrint_upward_test_data): Likewise.
1790 (llrint_test_data): Likewise.
1791 (llrint_tonearest_test_data): Likewise.
1792 (llrint_towardzero_test_data): Likewise.
1793 (llrint_downward_test_data): Likewise.
1794 (llrint_upward_test_data): Likewise.
1795 (lround_test_data): Likewise.
1796 (llround_test_data): Likewise.
1797
14407b7e
JM
1798 * math/libm-test.inc (NO_TEST_INLINE): New macro.
1799 (ERRNO_UNCHANGED): Update value.
1800 (ERRNO_EDOM): Likewise.
1801 (ERRNO_ERANGE): Likewise.
1802 (NO_TEST_INLINE_FLOAT): New macro.
1803 (NO_TEST_INLINE_DOUBLE): Likewise.
1804 (enable_test): New function.
1805 (RUN_TEST_f_f): Check enable_test before running test.
1806 (RUN_TEST_2_f): Likewise.
1807 (RUN_TEST_fff_f): Likewise.
1808 (RUN_TEST_c_f): Likewise.
1809 (RUN_TEST_f_f1): Likewise.
1810 (RUN_TEST_fF_f1): Likewise.
1811 (RUN_TEST_fI_f1): Likewise.
1812 (RUN_TEST_ffI_f1): Likewise.
1813 (RUN_TEST_c_c): Likewise.
1814 (RUN_TEST_cc_c): Likewise.
1815 (RUN_TEST_f_i): Likewise.
1816 (RUN_TEST_f_i_tg): Likewise.
1817 (RUN_TEST_ff_i_tg): Likewise.
1818 (RUN_TEST_f_b): Likewise.
1819 (RUN_TEST_f_b_tg): Likewise.
1820 (RUN_TEST_f_l): Likewise.
1821 (RUN_TEST_f_L): Likewise.
1822 (RUN_TEST_fFF_11): Likewise.
1823 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
1824 conditionals.
1825 (cosh_test_data): Likewise.
1826 (exp_test_data): Likewise.
1827 (expm1_test_data): Likewise.
1828 (hypot_test_data): Likewise.
1829 (pow_test_data): Likewise.
1830 (sinh_test_data): Likewise.
1831 (tanh_test_data): Likewise.
1832 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
1833 flags argument.
1834
ca07f197
JM
1835 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
1836 tests with quiet NaN input and output.
1837 (acosh_test_data): Likewise.
1838 (asin_test_data): Likewise.
1839 (asinh_test_data): Likewise.
1840 (atan_test_data): Likewise.
1841 (atanh_test_data): Likewise.
1842 (atan2_test_data): Likewise.
1843 (cbrt_test_data): Likewise.
1844 (cos_test_data): Likewise.
1845 (cosh_test_data): Likewise.
1846 (erf_test_data): Likewise.
1847 (erfc_test_data): Likewise.
1848 (exp_test_data): Likewise.
1849 (exp10_test_data): Likewise.
1850 (exp2_test_data): Likewise.
1851 (expm1_test_data): Likewise.
1852 (hypot_test_data): Likewise.
1853 (j0_test_data): Likewise.
1854 (j1_test_data): Likewise.
1855 (jn_test_data): Likewise.
1856 (lgamma_test_data): Likewise.
1857 (log_test_data): Likewise.
1858 (log10_test_data): Likewise.
1859 (log1p_test_data): Likewise.
1860 (log2_test_data): Likewise.
1861 (pow_test_data): Likewise.
1862 (scalb_test_data): Likewise.
1863 (sin_test_data): Likewise.
1864 (sincos_test_data): Likewise.
1865 (sinh_test_data): Likewise.
1866 (tan_test_data): Likewise.
1867 (tanh_test_data): Likewise.
1868 (tgamma_test_data): Likewise.
1869 (y0_test_data): Likewise.
1870 (y1_test_data): Likewise.
1871 (yn_test_data): Likewise.
1872
66294491
JM
1873 [BZ #16167]
1874 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
1875 argument being NaN and avoid computations with second argument in
1876 that case.
1877 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1878 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1879 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1880
1820b143
CL
18812013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
1882
1883 * locale/iso-639.def: Add Chitwani Tharu (the).
1884
714bd261
AS
18852013-11-14 Andreas Schwab <schwab@suse.de>
1886
1887 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
1888 word instead of empty string.
1889
7ab44563
AZ
18902013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1891
1892 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1893 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
1894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1895 (__fe_nomask_env): Likewise.
1896
e8470ea2
SE
18972013-11-13 Steve Ellcey <sellcey@mips.com>
1898
1899 * benchtests/bench-timing.h: Include time.h.
1900
17c1d9f0
L
19012013-11-13 H.J. Lu <hongjiu.lu@intel.com>
1902
1903 [BZ #15997]
1904 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
1905 to 3.4.0 for x32.
1906 * sysdeps/unix/sysv/linux/configure: Regenerated.
1907
9310c284
JM
19082013-11-13 Joseph Myers <joseph@codesourcery.com>
1909
1910 [BZ #16151]
1911 * stdlib/strtod_l.c (round_and_return): Do not consider
1912 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
1913 exponent one less than half the least subnormal exponent.
1914 * stdlib/test-strtod-round-data: Add more tests.
1915 * stdlib/tst-strtod-round.c (tests): Regenerated.
1916
7a2ad8cf
AZ
19172013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1918
1919 [BZ #14143]
1920 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
1921 (__fe_mask_env): Likewise.
1922 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
1923 libm_hidden_proto and add function prototype.
1924 (__fe_mask_env): Add function prototype.
1925 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1926 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
1927 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
1928 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
1929 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1930 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
1931
50727aa7
MS
19322013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
1933
b2f386c1 1934 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
1935 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
1936
a615be46
MS
19372013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
1938
1939 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
1940 of htab_find_slot().
1941
7ddace62
DM
19422013-11-11 David S. Miller <davem@davemloft.net>
1943
1944 [BZ #16150]
1945 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
1946 symbol in the non-vis3 case in static builds.
1947 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
1948 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
1949 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
1950 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
1951
9182aa67
JK
19522013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1953
1954 [BZ #387]
1955 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
1956 it is empty.
1957
450a2e2d
AZ
19582013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1959
b2f386c1
SP
1960 * benchtests/Makefile: Add bench-strtod.
1961 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 1962
8ec3f656
AS
19632013-11-11 Andreas Schwab <schwab@suse.de>
1964
1965 [BZ #16153]
1966 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
1967 terminating NUL in key length.
1968
76a9b998
AZ
19692013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1970
1971 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
1972 Add artificial ODP entry for vDSO symbol for PPC64.
1973 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
1974 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
1975
e4368156
OB
19762013-11-07 Ondřej Bílka <neleai@seznam.cz>
1977
1978 [BZ #15374]
1979 * nss/getent.c (services_keys): Recognize services starting with digit.
1980
8d6bb57c
DM
19812013-11-06 David S. Miller <davem@davemloft.net>
1982
1983 [BZ #15985]
1984 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
1985 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
1986
e256c421
WN
19872013-11-06 Will Newton <will.newton@linaro.org>
1988
1989 * manual/memory.texi (Malloc Examples): Remove register
1990 keyword from examples.
1991
f6e12daa 19922013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 1993
f6e12daa 1994 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 1995
9d880655
AS
19962013-11-04 Joseph Myers <joseph@codesourcery.com>
1997
1998 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
1999 depending on [__GCC_IEC_559 > 0].
2000 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
2001 depending on [__GCC_IEC_559_COMPLEX > 0].
2002
ae129d3c
CL
20032013-11-03 Chris Leonard <cjl@sugarlabs.org>
2004
2005 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
2006 to iso-639.def.
2007
4a15c2a4 20082013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
2009
2010 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
2011
8b35e35d
OB
20122013-11-01 Ondřej Bílka <neleai@seznam.cz>
2013
2014 [BZ #16112]
2015 * malloc/malloc (malloc_info): Do not handle first bin as
2016 special case.
2017
1d70fd6c
CL
20182013-11-01 Chris Leonard <cjl@sugarlabs.org>
2019
2020 * locale/iso-639.def: Add Central Nahuatl (nhn).
2021
8c5c2600
BH
20222013-11-01 Bruno Haible <bruno@clisp.org>
2023
2024 [BZ #7003]
2025 * manual/math.texi (BSD Random): Specify range upper bound as
2026 in POSIX.
2027
da5579c2
CL
20282013-10-31 Chris Leonard <cjl@sugarlabs.org>
2029
2030 * locale/iso-639.def: Add Meadow Mari (mhr).
2031
5d30d853
OB
20322013-10-31 Ondřej Bílka <neleai@seznam.cz>
2033
2034 [BZ #14752], [BZ #15763]
2035 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
2036 Validate name.
2037 * rt/tst_shm.c: Add test for escaping directory.
2038
a4966c61
AS
20392013-10-31 Andreas Schwab <schwab@suse.de>
2040
8a43e768 2041 [BZ #15917]
a4966c61
AS
2042 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
2043 followed by 'x' as part of digit sequence.
2044 * stdio-common/tst-sscanf.c (double_tests2): New tests.
2045
28d708c4
MAP
20462013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2047
2048 [BZ #16037]
2049 * configure.ac: allow GNU Make 4.0 and greater.
2050 * configure: Regenerated.
2051
a56ee40b
WN
20522013-10-30 Will Newton <will.newton@linaro.org>
2053
2054 [BZ #16038]
2055 * malloc/hooks.c (memalign_check): Limit alignment to the
2056 maximum representable power of two.
2057 * malloc/malloc.c (__libc_memalign): Likewise.
2058 * malloc/tst-memalign.c (do_test): Add test for very
2059 large alignment values.
2060 * malloc/tst-posix_memalign.c (do_test): Likewise.
2061
c6e4925d
OB
20622013-10-30 Ondřej Bílka <neleai@seznam.cz>
2063
2064 [BZ #11087]
2065 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
2066 (munmap_chunk): Likewise.
2067 (mremap_chunk): Likewise.
2068
20692013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 2070
8a43e768 2071 [BZ #15799]
bbea82f7
OB
2072 * stdlib/div.c (div): Remove obsolete code.
2073 * stdlib/ldiv.c (ldiv): Likewise.
2074 * stdlib/lldiv.c (lldiv): Likewise.
2075
977f4b31
SP
20762013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
2077
2078 [BZ #16071]
2079 * nss/nss_files/files-XXX.c (get_contents_ret): New
2080 enumerator.
2081 (get_contents): New function.
2082 (internal_getent): Use it. Expand size of LINEBUFLEN.
2083
cb8a6dbd
MF
20842013-10-30 Mike Frysinger <vapier@gentoo.org>
2085
2086 * configure.in: Moved to ...
2087 * configure.ac: ... here. Change reference to configure.in
2088 to configure.ac.
2089 * sysdeps/arm/preconfigure.ac: ... here.
2090 configure.in to configure.ac.
2091 * sysdeps/gnu/configure.in: Moved to ...
2092 * sysdeps/gnu/configure.ac: ... here.
2093 * sysdeps/i386/configure.in: Moved to ...
2094 * sysdeps/i386/configure.ac: ... here.
2095 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
2096 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
2097 * sysdeps/mach/configure.in: Moved to ...
2098 * sysdeps/mach/configure.ac: ... here.
2099 * sysdeps/mach/hurd/configure.in: Moved to ...
2100 * sysdeps/mach/hurd/configure.ac: ... here.
2101 * sysdeps/powerpc/configure.in: Moved to ...
2102 * sysdeps/powerpc/configure.ac: ... here.
2103 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
2104 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
2105 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
2106 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
2107 * sysdeps/s390/s390-32/configure.in: Moved to ...
2108 * sysdeps/s390/s390-32/configure.ac: ... here.
2109 * sysdeps/s390/s390-64/configure.in: Moved to ...
2110 * sysdeps/s390/s390-64/configure.ac: ... here.
2111 * sysdeps/sh/configure.in: Moved to ...
2112 * sysdeps/sh/configure.ac: ... here.
2113 * sysdeps/sparc/configure.in: Moved to ...
2114 * sysdeps/sparc/configure.ac: ... here.
2115 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
2116 * sysdeps/unix/sysv/linux/configure.ac: ... here.
2117 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
2118 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
2119 * sysdeps/x86_64/configure.in: Moved to ...
2120 * sysdeps/x86_64/configure.ac: ... here.
2121 * sysdeps/x86_64/preconfigure.in: Moved to ...
2122 * sysdeps/x86_64/preconfigure.ac: ... here.
2123 * aclocal.m4: Change reference to configure.in to configure.ac.
2124 * config.h.in: Likewise.
2125 * manual/install.texi: Likewise.
2126 * manual/maint.texi: Likewise.
2127 * Makefile: Likewise.
2128 * malloc/Makefile: Likewise.
2129 * nscd/Makefile: Likewise.
2130 * Makeconfig: Change reference to configure.in and
2131 preconfigure.in to configure.ac and preconfigure.ac
2132 respectively.
2133 * INSTALL: Regenerated.
2134 * configure: Likewise.
2135 * sysdeps/gnu/configure: Likewise.
2136 * sysdeps/i386/configure: Likewise.
2137 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
2138 * sysdeps/mach/configure: Likewise.
2139 * sysdeps/mach/hurd/configure: Likewise.
2140 * sysdeps/powerpc/configure: Likewise.
2141 * sysdeps/powerpc/powerpc32/configure: Likewise.
2142 * sysdeps/powerpc/powerpc64/configure: Likewise.
2143 * sysdeps/s390/s390-32/configure: Likewise.
2144 * sysdeps/s390/s390-64/configure: Likewise.
2145 * sysdeps/sh/configure: Likewise.
2146 * sysdeps/sparc/configure: Likewise.
2147 * sysdeps/unix/sysv/linux/configure: Likewise.
2148 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
2149 * sysdeps/x86_64/configure: Likewise.
2150 * sysdeps/x86_64/preconfigure: Likewise.
2151
36a4953a
AS
21522013-10-29 Andreas Schwab <schwab@suse.de>
2153
2154 * stdio-common/Makefile (tst-swscanf-ENV): Define.
2155
c79a1204
SP
21562013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
2157
dfa1b402
SP
2158 * benchtests/pow-inputs: Add new inputs.
2159
54f73d9c
SP
2160 * benchtests/exp-inputs: Add new inputs.
2161
c79a1204
SP
2162 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
2163 conditional check for return value.
2164 (__cos32): Likewise.
2165
67beb545 21662013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
2167
2168 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
2169 to provide a boost for large inputs with word alignment.
2170 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
2171 implementation based on optimized PPC64 strcpy.
2172 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
2173 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
2174 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
2175 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
2176
151659f6
OB
21772013-10-25 Ondřej Bílka <neleai@seznam.cz>
2178
482a077e 2179 [BZ #2801]
151659f6
OB
2180 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
2181
10b0f26b
OB
21822013-10-25 Ondřej Bílka <neleai@seznam.cz>
2183
2184 [BZ #14876]
2185 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
2186 * time/tst-strptime.c (day_tests): Add testcase.
2187
ca42d35e
OB
21882013-10-25 Ondřej Bílka <neleai@seznam.cz>
2189
482a077e 2190 [BZ #14029]
ca42d35e
OB
2191 * manual/pattern.texi: Acknowledge that fnmatch can fail.
2192
52e6d801
FB
21932013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
2194
2195 [BZ #16074]
2196 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
2197 MAP_FAILED on error.
2198
7cbcdb36
SP
21992013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2200
2201 [BZ #16072]
2202 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
2203 heap for large requests.
2204
894f3f10
AM
22052013-10-25 Aurelien Jarno <aurelien@aurel32.net>
2206
2207 [BZ #9954]
2208 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
2209 result if the result has no associated interface.
2210 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
2211 interface for all 127.X.Y.Z addresses.
2212
b85545a6
CL
22132013-10-24 Chris Leonard <cjl@sugarlabs.org>
2214
2215 * locale/iso-639.def: Add Ligurian (lij)
2216
d1f23d46
OB
22172013-10-21 Ondřej Bílka <neleai@seznam.cz>
2218
2219 [BZ #15825]
2220 * sunrpc/rpc_main.c: Document rpcgen -5.
2221
4db5b08f
MS
22222013-10-19 Michael Stahl <mstahl@redhat.com>
2223
2224 * elf/rtld.c (do_preload): Print the reason why preloading failed.
2225
a471e96a
OB
22262013-10-19 Ondřej Bílka <neleai@seznam.cz>
2227
d1f23d46 2228 [BZ #10278]
a471e96a
OB
2229 * posix/glob.c: Match only directories when trailing slash is present.
2230 * posix/tst-gnuglob.c (my_opendir): Do not open files.
2231 (main): Add testcase.
2232
45c30c61
OB
22332013-10-19 Ondřej Bílka <neleai@seznam.cz>
2234
2235 [BZ #15670]
2236 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
2237
484c12fb
CD
22382013-10-18 Carlos O'Donell <carlos@redhat.com>
2239
3d7dc513
CD
2240 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
2241 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
2242 AUTH_DES and cindex for FIPS 140-2.
2243 (DES Encryption): Add cindex FIPS 46-3.
2244
484c12fb
CD
2245 * locale/locarchive.h (struct locarhandle): Add fname.
2246 * locale/programs/localedef.c (main): Pass ARGV[remaining]
2247 if an optional argument was specified to --list-archive,
2248 otherwise NULL.
2249 * locale/programs/locarchive.c (show_archive_content): Take new
2250 argument fname and pass it via ah.fname to open_archive.
2251 * locale/programs/localedef.h: Update decl.
2252 (open_archive): If AH->fname is non-null, open that file
2253 rather than the default file name, and don't ignore ENOENT.
2254 (create_archive): Set AH.fname to NULL.
2255 (delete_locales_from_archive): Likewise.
2256 (add_locales_to_archive): Likewise.
2257 * locale/programs/locfile.c (write_all_categories): Likewise.
2258
3c8325fb
JM
22592013-10-18 Joseph Myers <joseph@codesourcery.com>
2260 Aldy Hernandez <aldyh@redhat.com>
2261
2262 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
2263 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
2264 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
2265 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
2266 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
2267 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
2268 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
2269 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
2270 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
2271 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
2272 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
2273 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
2274 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
2275 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
2276 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
2277 Likewise.
2278 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
2279 Likewise.
2280 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
2281 Likewise.
2282 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
2283 Likewise.
2284 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
2285 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
2286 Likewise.
2287 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
2288 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
2289 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
2290 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
2291 Likewise.
2292 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
2293 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
2294 * sysdeps/powerpc/preconfigure: Likewise.
2295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
2296 Likewise.
2297 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
2298 Replace contents of file by #include of <fenv_libc.h>.
2299 * sysdeps/powerpc/soft-fp/sfp-machine.h
2300 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
2301 and <sys/prctl.h>.
2302 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
2303 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
2304 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
2305 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
2306 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
2307 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
2308 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
2309 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
2310 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
2311 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
2312 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
2313 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
2314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2315 Allow copysignl PLT reference to be missing.
2316
5abe0682
RS
23172013-10-18 Richard Sandiford <richard@codesourcery.com>
2318 Joseph Myers <joseph@codesourcery.com
2319
2320 [BZ #15948]
2321 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
2322 single character.
2323 (add_to_tablewc): Assert sequence of wide characters is nonempty.
2324
c7738d08
SP
23252013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2326
2327 * elf/tst-tls-dlinfo.c: Don't include tls.h.
2328 * elf/tst-tls1.c: Likewise.
2329 * elf/tst-tls10.h: Likewise.
2330 * elf/tst-tls14.c: Likewise.
2331 * elf/tst-tls2.c: Likewise.
2332 * elf/tst-tls3.c: Likewise.
2333 * elf/tst-tls4.c: Likewise.
2334 * elf/tst-tls5.c: Likewise.
2335 * elf/tst-tls6.c: Likewise.
2336 * elf/tst-tls7.c: Likewise.
2337 * elf/tst-tls8.c: Likewise.
2338 * elf/tst-tls9.c: Likewise.
2339 * elf/tst-tlsmod1.c: Likewise.
2340 * elf/tst-tlsmod13.c: Likewise.
2341 * elf/tst-tlsmod13a.c: Likewise.
2342 * elf/tst-tlsmod14a.c: Likewise.
2343 * elf/tst-tlsmod16a.c: Likewise.
2344 * elf/tst-tlsmod16b.c: Likewise.
2345 * elf/tst-tlsmod2.c: Likewise.
2346 * elf/tst-tlsmod3.c: Likewise.
2347 * elf/tst-tlsmod4.c: Likewise.
2348 * elf/tst-tlsmod5.c: Likewise.
2349 * elf/tst-tlsmod6.c: Likewise.
2350
0bfcf2c7
OB
23512013-10-18 Ondřej Bílka <neleai@seznam.cz>
2352
2353 [BZ #12486]
2354 * malloc/malloc.c: remove checks for statistics.
2355
264aad1e
OB
23562013-10-17 Ondřej Bílka <neleai@seznam.cz>
2357
2358 [BZ #15277]
2359 * inet/inet_net.c (inet_network): Detect additional invalid strings.
2360 * inet/tst-network.c: Add testcase.
2361
b957ced8
AS
23622013-10-17 Andreas Schwab <schwab@suse.de>
2363
2364 [BZ #15218]
2365 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
2366 to determine canonical name.
2367
c5d5d574
OB
23682013-10-17 Ondřej Bílka <neleai@seznam.cz>
2369
2370 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
2371 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2372 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2373 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
2374 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2375 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
2376 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
2377 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
2378 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
2379 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
2380 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
2381 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
2382 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2383 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
2384 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
2385 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
2386 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2387 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2388 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
2389 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
2390 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2391 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2392 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
2393 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
2394 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
2395 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2396 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2397 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
2398 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2399 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2400 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
2401 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2402 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
2403 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
2404 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
2405 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
2406 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
2407 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
2408 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
2409 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
2410 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
2411 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
2412 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
2413 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
2414 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
2415 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
2416 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
2417 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
2418 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
2419 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
2420 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
2421 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
2422 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2423 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
2424 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2425 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
2426 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2427 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
2428
e5c2c2d0
JM
24292013-10-17 Joseph Myers <joseph@codesourcery.com>
2430
2431 [BZ #16041]
2432 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
2433 make result into a quiet NaN.
2434
51ca9e29
JM
24352013-10-16 Joseph Myers <joseph@codesourcery.com>
2436
2437 * soft-fp/adddf3.c: Fix horizontal whitespace.
2438 * soft-fp/addsf3.c: Likewise.
2439 * soft-fp/addtf3.c: Likewise.
2440 * soft-fp/divdf3.c: Likewise.
2441 * soft-fp/divsf3.c: Likewise.
2442 * soft-fp/divtf3.c: Likewise.
2443 * soft-fp/double.h: Likewise.
2444 * soft-fp/eqdf2.c: Likewise.
2445 * soft-fp/eqsf2.c: Likewise.
2446 * soft-fp/eqtf2.c: Likewise.
2447 * soft-fp/extenddftf2.c: Likewise.
2448 * soft-fp/extended.h: Likewise.
2449 * soft-fp/extendsfdf2.c: Likewise.
2450 * soft-fp/extendsftf2.c: Likewise.
2451 * soft-fp/extendxftf2.c: Likewise.
2452 * soft-fp/fixdfdi.c: Likewise.
2453 * soft-fp/fixdfsi.c: Likewise.
2454 * soft-fp/fixdfti.c: Likewise.
2455 * soft-fp/fixsfdi.c: Likewise.
2456 * soft-fp/fixsfsi.c: Likewise.
2457 * soft-fp/fixsfti.c: Likewise.
2458 * soft-fp/fixtfdi.c: Likewise.
2459 * soft-fp/fixtfsi.c: Likewise.
2460 * soft-fp/fixtfti.c: Likewise.
2461 * soft-fp/fixunsdfdi.c: Likewise.
2462 * soft-fp/fixunsdfsi.c: Likewise.
2463 * soft-fp/fixunsdfti.c: Likewise.
2464 * soft-fp/fixunssfdi.c: Likewise.
2465 * soft-fp/fixunssfsi.c: Likewise.
2466 * soft-fp/fixunssfti.c: Likewise.
2467 * soft-fp/fixunstfdi.c: Likewise.
2468 * soft-fp/fixunstfsi.c: Likewise.
2469 * soft-fp/fixunstfti.c: Likewise.
2470 * soft-fp/floatdidf.c: Likewise.
2471 * soft-fp/floatdisf.c: Likewise.
2472 * soft-fp/floatditf.c: Likewise.
2473 * soft-fp/floatsidf.c: Likewise.
2474 * soft-fp/floatsisf.c: Likewise.
2475 * soft-fp/floatsitf.c: Likewise.
2476 * soft-fp/floattidf.c: Likewise.
2477 * soft-fp/floattisf.c: Likewise.
2478 * soft-fp/floattitf.c: Likewise.
2479 * soft-fp/floatundidf.c: Likewise.
2480 * soft-fp/floatundisf.c: Likewise.
2481 * soft-fp/floatunditf.c: Likewise.
2482 * soft-fp/floatunsidf.c: Likewise.
2483 * soft-fp/floatunsisf.c: Likewise.
2484 * soft-fp/floatunsitf.c: Likewise.
2485 * soft-fp/floatuntidf.c: Likewise.
2486 * soft-fp/floatuntisf.c: Likewise.
2487 * soft-fp/floatuntitf.c: Likewise.
2488 * soft-fp/fmadf4.c: Likewise.
2489 * soft-fp/fmasf4.c: Likewise.
2490 * soft-fp/fmatf4.c: Likewise.
2491 * soft-fp/gedf2.c: Likewise.
2492 * soft-fp/gesf2.c: Likewise.
2493 * soft-fp/getf2.c: Likewise.
2494 * soft-fp/ledf2.c: Likewise.
2495 * soft-fp/lesf2.c: Likewise.
2496 * soft-fp/letf2.c: Likewise.
2497 * soft-fp/muldf3.c: Likewise.
2498 * soft-fp/mulsf3.c: Likewise.
2499 * soft-fp/multf3.c: Likewise.
2500 * soft-fp/negdf2.c: Likewise.
2501 * soft-fp/negsf2.c: Likewise.
2502 * soft-fp/negtf2.c: Likewise.
2503 * soft-fp/op-1.h: Likewise.
2504 * soft-fp/op-2.h: Likewise.
2505 * soft-fp/op-4.h: Likewise.
2506 * soft-fp/op-8.h: Likewise.
2507 * soft-fp/op-common.h: Likewise.
2508 * soft-fp/quad.h: Likewise.
2509 * soft-fp/single.h: Likewise.
2510 * soft-fp/soft-fp.h: Likewise.
2511 * soft-fp/sqrtdf2.c: Likewise.
2512 * soft-fp/sqrtsf2.c: Likewise.
2513 * soft-fp/sqrttf2.c: Likewise.
2514 * soft-fp/subdf3.c: Likewise.
2515 * soft-fp/subsf3.c: Likewise.
2516 * soft-fp/subtf3.c: Likewise.
2517 * soft-fp/truncdfsf2.c: Likewise.
2518 * soft-fp/trunctfdf2.c: Likewise.
2519 * soft-fp/trunctfsf2.c: Likewise.
2520 * soft-fp/trunctfxf2.c: Likewise.
2521 * soft-fp/unorddf2.c: Likewise.
2522 * soft-fp/unordsf2.c: Likewise.
2523 * soft-fp/unordtf2.c: Likewise.
2524
9ebb0332
JM
25252013-10-15 Joseph Myers <joseph@codesourcery.com>
2526
2527 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
2528 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
2529
4b1a6d8b
OB
25302013-10-15 Ondřej Bílka <neleai@seznam.cz>
2531
2532 * elf/dl-libc.c: Clear initfini list after freeing.
2533
1e145589
JM
25342013-10-14 Joseph Myers <joseph@codesourcery.com>
2535
2536 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
2537 * soft-fp/addsf3.c: Likewise.
2538 * soft-fp/addtf3.c: Likewise.
2539 * soft-fp/divdf3.c: Likewise.
2540 * soft-fp/divsf3.c: Likewise.
2541 * soft-fp/divtf3.c: Likewise.
2542 * soft-fp/double.h: Likewise.
2543 * soft-fp/eqdf2.c: Likewise.
2544 * soft-fp/eqsf2.c: Likewise.
2545 * soft-fp/eqtf2.c: Likewise.
2546 * soft-fp/extenddftf2.c: Likewise.
2547 * soft-fp/extended.h: Likewise.
2548 * soft-fp/extendsfdf2.c: Likewise.
2549 * soft-fp/extendsftf2.c: Likewise.
2550 * soft-fp/extendxftf2.c: Likewise.
2551 * soft-fp/fixdfdi.c: Likewise.
2552 * soft-fp/fixdfsi.c: Likewise.
2553 * soft-fp/fixdfti.c: Likewise.
2554 * soft-fp/fixsfdi.c: Likewise.
2555 * soft-fp/fixsfsi.c: Likewise.
2556 * soft-fp/fixsfti.c: Likewise.
2557 * soft-fp/fixtfdi.c: Likewise.
2558 * soft-fp/fixtfsi.c: Likewise.
2559 * soft-fp/fixtfti.c: Likewise.
2560 * soft-fp/fixunsdfdi.c: Likewise.
2561 * soft-fp/fixunsdfsi.c: Likewise.
2562 * soft-fp/fixunsdfti.c: Likewise.
2563 * soft-fp/fixunssfdi.c: Likewise.
2564 * soft-fp/fixunssfsi.c: Likewise.
2565 * soft-fp/fixunssfti.c: Likewise.
2566 * soft-fp/fixunstfdi.c: Likewise.
2567 * soft-fp/fixunstfsi.c: Likewise.
2568 * soft-fp/fixunstfti.c: Likewise.
2569 * soft-fp/floatdidf.c: Likewise.
2570 * soft-fp/floatdisf.c: Likewise.
2571 * soft-fp/floatditf.c: Likewise.
2572 * soft-fp/floatsidf.c: Likewise.
2573 * soft-fp/floatsisf.c: Likewise.
2574 * soft-fp/floatsitf.c: Likewise.
2575 * soft-fp/floattidf.c: Likewise.
2576 * soft-fp/floattisf.c: Likewise.
2577 * soft-fp/floattitf.c: Likewise.
2578 * soft-fp/floatundidf.c: Likewise.
2579 * soft-fp/floatundisf.c: Likewise.
2580 * soft-fp/floatunsidf.c: Likewise.
2581 * soft-fp/floatunsisf.c: Likewise.
2582 * soft-fp/floatuntidf.c: Likewise.
2583 * soft-fp/floatuntisf.c: Likewise.
2584 * soft-fp/floatuntitf.c: Likewise.
2585 * soft-fp/fmadf4.c: Likewise.
2586 * soft-fp/fmasf4.c: Likewise.
2587 * soft-fp/fmatf4.c: Likewise.
2588 * soft-fp/gedf2.c: Likewise.
2589 * soft-fp/gesf2.c: Likewise.
2590 * soft-fp/getf2.c: Likewise.
2591 * soft-fp/ledf2.c: Likewise.
2592 * soft-fp/lesf2.c: Likewise.
2593 * soft-fp/letf2.c: Likewise.
2594 * soft-fp/muldf3.c: Likewise.
2595 * soft-fp/mulsf3.c: Likewise.
2596 * soft-fp/multf3.c: Likewise.
2597 * soft-fp/negdf2.c: Likewise.
2598 * soft-fp/negsf2.c: Likewise.
2599 * soft-fp/negtf2.c: Likewise.
2600 * soft-fp/op-1.h: Likewise.
2601 * soft-fp/op-2.h: Likewise.
2602 * soft-fp/op-4.h: Likewise.
2603 * soft-fp/op-8.h: Likewise.
2604 * soft-fp/op-common.h: Likewise.
2605 * soft-fp/quad.h: Likewise.
2606 * soft-fp/single.h: Likewise.
2607 * soft-fp/soft-fp.h: Likewise.
2608 * soft-fp/sqrtdf2.c: Likewise.
2609 * soft-fp/sqrtsf2.c: Likewise.
2610 * soft-fp/sqrttf2.c: Likewise.
2611 * soft-fp/subdf3.c: Likewise.
2612 * soft-fp/subsf3.c: Likewise.
2613 * soft-fp/subtf3.c: Likewise.
2614 * soft-fp/truncdfsf2.c: Likewise.
2615 * soft-fp/trunctfdf2.c: Likewise.
2616 * soft-fp/trunctfsf2.c: Likewise.
2617 * soft-fp/trunctfxf2.c: Likewise.
2618 * soft-fp/unorddf2.c: Likewise.
2619 * soft-fp/unordsf2.c: Likewise.
2620 * soft-fp/unordtf2.c: Likewise.
2621
17c48a60
OB
26222013-10-14 Ondřej Bílka <neleai@seznam.cz>
2623
2624 [BZ #15672]
2625 * misc/error.c (error_tail): Fix possible buffer overflow.
2626
cabba934
OB
26272013-10-14 Aurelien Jarno <aurelien@aurel32.net>
2628
2629 [BZ #13028]
2630 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
2631 address.
2632
94bf958a
PM
26332013-10-14 P. J. McDermott <pj@pehjota.net>
2634
2635 [BZ #832]
2636 * elf/ldd.bash.in (try_trace): New function. Delete previous code
2637 testing pipefail option.
2638
71b4dea7
JM
26392013-10-12 Joseph Myers <joseph@codesourcery.com>
2640
2641 * soft-fp/double.h: Indent preprocessor directives inside #if.
2642 * soft-fp/extended.h: Likewise.
2643 * soft-fp/op-2.h: Likewise.
2644 * soft-fp/op-4.h: Likewise.
2645 * soft-fp/op-common.h: Likewise.
2646 * soft-fp/quad.h: Likewise.
2647 * soft-fp/single.h: Likewise.
2648 * soft-fp/soft-fp.h: Likewise.
2649
55602758
YC
26502013-10-12 Yuri Chornoivan <yurchor@ukr.net>
2651
2652 * iconv/iconv_prog.c: Fix typos.
2653 * stdio-common/psiginfo-data.h: Likewise.
2654
9cd83302
RT
26552013-10-12 Reuben Thomas <rrt@sc3d.org>
2656
2657 [BZ #15764]
2658 * locale/setlocale.c: Fix typo.
2659
99fd9f47
JM
26602013-10-12 Joseph Myers <joseph@codesourcery.com>
2661
b7ea74f0
JM
2662 [BZ #16036]
2663 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
2664 signaling NaN arguments.
2665 * soft-fp/unordsf2.c (__unordsf2): Likewise.
2666 * soft-fp/unordtf2.c (__unordtf2): Likewise.
2667
8a509447
JM
2668 [BZ #14910]
2669 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
2670 unordered operands.
2671 * soft-fp/gesf2.c (__gesf2): Likewise.
2672 * soft-fp/getf2.c (__getf2): Likewise.
2673 * soft-fp/ledf2.c (__ledf2): Likewise.
2674 * soft-fp/lesf2.c (__lesf2): Likewise.
2675 * soft-fp/letf2.c (__letf2): Likewise.
2676
98998e9f
JM
2677 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
2678 * soft-fp/eqsf2.c (__eqsf2): Likewise.
2679 * soft-fp/eqtf2.c (__eqtf2): Likewise.
2680 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
2681 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
2682 * soft-fp/fixdfti.c (__fixdfti): Likewise.
2683 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
2684 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
2685 * soft-fp/fixsfti.c (__fixsfti): Likewise.
2686 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
2687 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
2688 * soft-fp/fixtfti.c (__fixtfti): Likewise.
2689 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
2690 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
2691 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
2692 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
2693 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
2694 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
2695 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
2696 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
2697 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
2698 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
2699 * soft-fp/floatdisf.c (__floatdisf): Likewise.
2700 * soft-fp/floatsisf.c (__floatsisf): Likewise.
2701 * soft-fp/floattidf.c (__floattidf): Likewise.
2702 * soft-fp/floattisf.c (__floattisf): Likewise.
2703 * soft-fp/floattitf.c (__floattitf): Likewise.
2704 * soft-fp/floatundidf.c (__floatundidf): Likewise.
2705 * soft-fp/floatundisf.c (__floatundisf): Likewise.
2706 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
2707 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
2708 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
2709 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
2710 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
2711 * soft-fp/gesf2.c (__gesf2): Likewise.
2712 * soft-fp/getf2.c (__getf2): Likewise.
2713 * soft-fp/ledf2.c (__ledf2): Likewise.
2714 * soft-fp/lesf2.c (__lesf2): Likewise.
2715 * soft-fp/letf2.c (__letf2): Likewise.
2716
8edc4a11
JM
2717 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
2718 Undefine and redefine.
2719 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
2720 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
2721 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
2722 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
2723 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2724 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
2725 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2726 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
2727 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2728 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
2729 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2730 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
2731 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2732 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
2733 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
2734
8399acaf
JM
2735 [BZ #16032]
2736 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
2737 without decrementing exponent if mantissa >= that for the
2738 denominator, not >.
2739 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
2740 denominator, not >. Decrement exponent in < case instead of
2741 incrementing in >= case.
2742 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
2743 without decrementing exponent if mantissa >= that for the
2744 denominator, not >.
2745
99fd9f47
JM
2746 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
2747 computing saturated result for unsigned overflow.
2748
10e1cf6b
SP
27492013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
2750 Jeff Law <law@redhat.com>
2751
2752 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
2753 (atan2Mp): Add systemtap probe marker.
2754 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
2755 (__ieee754_log): Add systemtap probe marker.
2756 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
2757 (atanMp): Add systemtap probe marker.
2758 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
2759 (tanMp): Add systemtap probe marker.
2760 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
2761 (__slowexp): Add systemtap probe marker.
2762 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
2763 (__slowpow): Add systemtap probe marker.
2764 * manual/probes.texi: Document probes.
2765
3d110c7c
EB
27662013-10-11 Eric Biggers <ebiggers3@gmail.com>
2767
2768 [BZ #15362]
2769 * libio/fileops.c (_IO_new_file_write): Return count of bytes
2770 written.
2771 (_IO_new_file_xsputn): Don't return EOF if nothing has been
2772 written.
2773 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
2774 written to buffer but not flushed.
2775 * libio/iofwrite_u.c: Likewise.
2776 * libio/iopadn.c: Return bytes returned even if EOF was
2777 encountered.
2778 * libio/iowpadn.c: Likewise.
2779 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
2780 if _IO_padn does not write the whole buffer.
2781 [!COMPILE_WPRINTF] (PAD): Likewise.
2782
75b4202a
DM
27832013-10-10 David S. Miller <davem@davemloft.net>
2784
2785 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
2786 directory block.
2787
6c6352e6
JM
27882013-10-10 Joseph Myers <joseph@codesourcery.com>
2789
33b853c3
JM
2790 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
2791 instead of FSF address.
2792 * soft-fp/fixdfti.c: Likewise.
2793 * soft-fp/fixsfti.c: Likewise.
2794 * soft-fp/fixtfti.c: Likewise.
2795 * soft-fp/fixunsdfti.c: Likewise.
2796 * soft-fp/fixunssfti.c: Likewise.
2797 * soft-fp/fixunstfti.c: Likewise.
2798 * soft-fp/floattidf.c: Likewise.
2799 * soft-fp/floattisf.c: Likewise.
2800 * soft-fp/floattitf.c: Likewise.
2801 * soft-fp/floatuntidf.c: Likewise.
2802 * soft-fp/floatuntisf.c: Likewise.
2803 * soft-fp/floatuntitf.c: Likewise.
2804 * soft-fp/trunctfxf2.c: Likewise.
2805
6c6352e6
JM
2806 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
2807 * soft-fp/fixdfti.c: Likewise.
2808 * soft-fp/fixsfti.c: Likewise.
2809 * soft-fp/fixtfti.c: Likewise.
2810 * soft-fp/fixunsdfti.c: Likewise.
2811 * soft-fp/fixunssfti.c: Likewise.
2812 * soft-fp/fixunstfti.c: Likewise.
2813 * soft-fp/floattidf.c: Likewise.
2814 * soft-fp/floattisf.c: Likewise.
2815 * soft-fp/floattitf.c: Likewise.
2816 * soft-fp/floatuntidf.c: Likewise.
2817 * soft-fp/floatuntisf.c: Likewise.
2818 * soft-fp/floatuntitf.c: Likewise.
2819 * soft-fp/trunctfxf2.c: Likewise.
2820
3bf78b71
DM
28212013-10-10 David S. Miller <davem@davemloft.net>
2822
2823 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2824
6f10289e
JM
28252013-10-10 Joseph Myers <joseph@codsourcery.com>
2826
bd878fc0
JM
2827 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
2828 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
2829 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
2830 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
2831 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
2832 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
2833 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
2834
6f10289e
JM
2835 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
2836 for NaNs before doing comparisons on argument.
2837 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
2838 Likewise.
2839
321e2684
WN
28402013-10-10 Will Newton <will.newton@linaro.org>
2841
2842 * malloc/hooks.c (memalign_check): Ensure the value of bytes
2843 passed to _int_memalign does not overflow.
2844
40fefba1
TR
28452013-10-10 Torvald Riegel <triegel@redhat.com>
2846
2847 * scripts/bench.pl: Add include-sources directive.
2848 * benchtests/README: Update documentation.
2849
2ae21ed2
JM
28502013-10-10 Joseph Myers <joseph@codesourcery.com>
2851
dcc2dd3f
JM
2852 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
2853 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
2854 instead of FP_INIT_ROUNDMODE.
2855 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
2856 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
2857
2ae21ed2
JM
2858 [BZ #16034]
2859 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
2860 copy class of input value.
2861 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
2862 not handle exceptions.
2863 * soft-fp/negsf2.c (__negsf2): Likewise.
2864 * soft-fp/negtf2.c (__negtf2): Likewise.
2865 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
2866
cb8f9562
JM
28672013-10-09 Joseph Myers <joseph@codesourcery.com>
2868
2869 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
2870 semicolon. From Linux kernel.
2871
5b60c59d
AB
28722013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
2873
2874 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
2875
b86835ca
YC
28762013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
2877
2878 [BZ #156]
2879 * manual/socket.texi: Added statement about buffer
2880 for gethostbyname2_r.
2881
e7044ea7
OB
28822013-10-08 Ondřej Bílka <neleai@seznam.cz>
2883
2884 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
2885 Use .p2align directive instead, throughout.
2886 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
2887 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
2888 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
2889 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2890 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2891 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
2892 * sysdeps/x86_64/strchr.S: Likewise.
2893 * sysdeps/x86_64/strrchr.S: Likewise.
2894
09544cbc
SP
28952013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2896
88576635
SP
2897 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
2898
e7b2d1dd
SP
2899 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
2900
09544cbc
SP
2901 * sysdeps/generic/math_private.h (__mpsin1): Remove
2902 declaration.
2903 (__mpcos1): Likewise.
2904 (__mpsin): New argument __range_reduce.
2905 (__mpcos): Likewise.
2906 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2907 (slow): Use __mpsin and __mpcos.
2908 (slow1): Likewise.
2909 (slow2): Likewise.
2910 (sloww): Likewise.
2911 (sloww1): Likewise.
2912 (sloww2): Likewise.
2913 (bsloww): Likewise.
2914 (bsloww1): Likewise.
2915 (bsloww2): Likewise.
2916 (cslow2): Likewise.
2917 (csloww): Likewise.
2918 (csloww1): Likewise.
2919 (csloww2): Likewise.
2920 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
2921 range_reduce. Merge in __mpsin1.
2922 (__mpcos): Likewise.
2923 (__mpsin1): Remove.
2924 (__mpcos1): Likewise.
2925
7602d070
JM
29262013-10-07 Joseph Myers <joseph@codesourcery.com>
2927
2928 * locale/loadlocale.c (_nl_intern_locale_data): Use
2929 LOCFILE_ALIGNED_P.
2930 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
2931 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
2932 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
2933 obstack data is appropriately aligned.
2934 (obstack_int32_grow_fast): Likewise.
2935 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
2936 * locale/programs/locfile.c (add_locale_uint32): Likewise.
2937 (add_locale_uint32_array): Likewise.
2938
a357259b
SP
29392013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
2940
2941 * benchtests/Makefile: Remove ARGLIST and RET variables.
2942 ($(objpfx)bench-%.c): Pass only function name to the script.
2943 * benchtests/README: Update documentation.
2944 * benchtests/acos-inputs: Add new directives.
2945 * benchtests/acosh-inputs: Likewise.
2946 * benchtests/asin-inputs: Likewise.
2947 * benchtests/asinh-inputs: Likewise.
2948 * benchtests/atan-inputs: Likewise.
2949 * benchtests/atanh-inputs: Likewise.
2950 * benchtests/cos-inputs: Likewise.
2951 * benchtests/cosh-inputs: Likewise.
2952 * benchtests/exp-inputs: Likewise.
2953 * benchtests/log-inputs: Likewise.
2954 * benchtests/pow-inputs: Likewise.
2955 * benchtests/rint-inputs: Likewise.
2956 * benchtests/sin-inputs: Likewise.
2957 * benchtests/sinh-inputs: Likewise.
2958 * benchtests/tan-inputs: Likewise.
2959 * benchtests/tanh-inputs: Likewise.
2960 * scripts/bench.pl: Add support for new directives.
2961
9ec1b13d
AM
29622013-10-07 Alan Modra <amodra@gmail.com>
2963
2964 * README: Fix careless merge.
2965
8b7d57cd
AM
29662013-10-05 Alan Modra <amodra@gmail.com>
2967
2968 * NEWS: Mention powerpc64le support and bugs fixed.
2969 * README: Both big-endian and little-endian powerpc64 supported.
2970
7b7bab13
ST
29712013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
2972
2973 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
2974 _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
2975 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
2976 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
2977
d39baad1
RA
29782013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
2979
2980 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
2981 match prototype.
2982
cd78f7e7
JM
29832013-10-04 Joseph Myers <joseph@codesourcery.com>
2984
29d73d86
JM
2985 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
2986 Move -mhard-float appending from
2987 ports/sysdeps/powerpc/powerpc32/Makefile.
2988 [$(with-fp) = yes] (ASFLAGS): Likewise.
2989 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
2990 * sysdeps/powerpc/nofpu: Move directory from
2991 ports/sysdeps/powerpc/nofpu.
2992 * sysdeps/powerpc/soft-fp: Move directory from
2993 ports/sysdeps/powerpc/soft-fp.
2994 * sysdeps/powerpc/powerpc32/405: Move directory from
2995 ports/sysdeps/powerpc/powerpc32/405.
2996 * sysdeps/powerpc/powerpc32/440: Move directory from
2997 ports/sysdeps/powerpc/powerpc32/440.
2998 * sysdeps/powerpc/powerpc32/464: Move directory from
2999 ports/sysdeps/powerpc/powerpc32/464.
3000 * sysdeps/powerpc/powerpc32/476: Move directory from
3001 ports/sysdeps/powerpc/powerpc32/476.
3002 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
3003 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
3004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
3005 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
3006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
3007 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
3008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
3009 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
3010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
3011 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
3012 * README: Update for powerpc-*-linux-gnu software floating point
3013 support in libc.
3014
e246b347
JM
3015 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
3016 case to powerpc/powerpc32*.
3017 * sysdeps/unix/sysv/linux/configure: Regenerated.
3018
89c2003e
JM
3019 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
3020 (_FPU_MASK_OM): Define as 0x04.
3021 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
3022 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
3023 0x00c10080.
3024 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
3025 0x0000003c.
3026 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
3027
cd78f7e7
JM
3028 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3029 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
3030 getcontext_e500.
3031 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3032 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
3033 setcontext_e500.
3034 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3035 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
3036 and setcontext_e500.
3037
c755294d
CL
30382013-10-04 Chris Leonard <cjl@sugarlabs,.org>
3039
3040 * locale/iso-3166.def: Update iso-1366.def and related occurrences
3041
e16d221c
SP
30422013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3043
3044 * manual/threads.texi (Default Thread Attributes): Fix typo.
3045
215c7d43
WN
30462013-10-04 Will Newton <will.newton@linaro.org>
3047
3048 * malloc/Makefile: Add tst-memalign.
3049 * malloc/tst-memalign.c: New file.
3050
27d0461b
WN
3051 * malloc/tst-posix_memalign.c: Add comments.
3052 (do_test): Add comments and call free on all potentially
3053 allocated pointers. Add space after cast.
3054
1bc92709
WN
3055 * malloc/tst-pvalloc.c: Add comments.
3056 (do_test): Add comments and call free on all potentially
3057 allocated pointers. Remove duplicate check for NULL pointer.
3058 Add space after cast.
3059
66a9be9d
WN
3060 * malloc/tst-valloc.c: Add comments.
3061 (do_test): Add comments and call free on all potentially
3062 allocated pointers. Remove duplicate check for NULL pointer.
3063 Add space after cast.
3064
4cb81307
AM
30652013-10-04 Alan Modra <amodra@gmail.com>
3066
3067 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3068 Use stdint types in rather than __attribute__((mode())).
3069 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3070
f8e3e9f3
AM
30712013-10-04 Alan Modra <amodra@gmail.com>
3072
3073 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3074 Correct handling of unaligned relocs for little-endian.
3075 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3076
8f9ebb08
AM
30772013-10-04 Alan Modra <amodra@gmail.com>
3078
3079 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
3080 * configure: Regenerate.
3081 * nptl/shlib-versions: Powerpc*le starts at 2.18.
3082 * shlib-versions: Likewise.
3083
0edf96c2
AM
30842013-10-04 Alan Modra <amodra@gmail.com>
3085
3086 * string/tester.c (test_memrchr): Increment reported test cycle.
3087
e0f7a380
AM
30882013-10-04 Alan Modra <amodra@gmail.com>
3089
3090 * string/test-memcpy.c (do_one_test): When reporting errors, print
3091 string address and don't overrun end of string.
3092
466b0393
AM
30932013-10-04 Alan Modra <amodra@gmail.com>
3094
3095 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
3096 insrdi. Make better use of reg selection to speed exit slightly.
3097 Schedule entry path a little better. Remove useless "are we done"
3098 checks on entry to main loop. Handle wrapping around zero address.
3099 Correct main loop count. Handle single left-over word from main
3100 loop inline rather than by using loop_small. Remove extra word
3101 case in loop_small caused by wrong loop count. Add little-endian
3102 support.
3103 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
3104 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
3105 cache hint.
3106 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
3107 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
3108 support. Avoid rlwimi.
3109 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
3110
3be87c77
AM
31112013-10-04 Alan Modra <amodra@gmail.com>
3112
3113 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 3114 insrdi. Formatting.
3be87c77
AM
3115 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
3116 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3117 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3118 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
3119 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3120 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
3121
759cfef3
AM
31222013-10-04 Alan Modra <amodra@gmail.com>
3123
3124 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
3125 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
3126 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
3127 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
3128 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
3129 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
3130 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
3131 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
3132 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
3133 use of regs. Use power7 mtocrf. Tidy function tails.
3134
fe6e95d7
AM
31352013-10-04 Alan Modra <amodra@gmail.com>
3136
3137 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
3138 Formatting. Consistently use rXXX register defines or rN defines.
3139 Use early exit labels that avoid restoring unused non-volatile regs.
3140 Make cr field use more consistent with rWORDn compares. Rename
3141 regs used as shift registers for unaligned loop, using rN defines
3142 for short lifetime/multiple use regs.
3143 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
3144 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
3145 addi 1,1,64 to pop stack frame. Simplify return value code.
3146 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
3147
664318c3
AM
31482013-10-04 Alan Modra <amodra@gmail.com>
3149
3150 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
3151 support. Correct typos, formatting. Optimize tail. Use insrdi
3152 rather than rlwimi.
3153 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
3154 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
3155 little-endian support. Correct typos.
3156 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
3157 rather than rlwimi.
3158 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
3159 in loop and entry code to keep "and." results.
3160 (strchr): Add little-endian support. Comment. Move cntlzd
3161 earlier in tail.
3162 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
3163
43b84013
AM
31642013-10-04 Alan Modra <amodra@gmail.com>
3165
3166 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
3167 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
3168 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
3169 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
3170
8a7413f9
AM
31712013-10-04 Alan Modra <amodra@gmail.com>
3172
3173 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
3174 (rTMP): Define as r11.
3175 (strcmp): Add little-endian support. Optimise tail.
3176 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
3177 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
3178 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
3179 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
3180 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
3181 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
3182 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
3183
33ee81de
AM
31842013-10-04 Alan Modra <amodra@gmail.com>
3185
3186 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
3187 little-endian support. Remove unnecessary "are we done" tests.
3188 Handle "s" wrapping around zero and extremely large "size".
3189 Correct main loop count. Handle single left-over word from main
3190 loop inline rather than by using small_loop. Correct comments.
3191 Delete "zero" tail, use "end_max" instead.
3192 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
3193
db9b4570
AM
31942013-10-04 Alan Modra <amodra@gmail.com>
3195
3196 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
3197 support. Don't branch over align.
3198 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
3199 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
3200 support. Rearrange tmp reg use to suit. Comment.
3201 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
3202
f7c399cf
AM
32032013-10-04 Alan Modra <amodra@gmail.com>
3204
3205 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
3206
0b2c2ace
AM
32072013-10-04 Alan Modra <amodra@gmail.com>
3208
3209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
3210 conditional form of branch and link when obtaining pc.
3211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3212
02f04a6c
AM
32132013-10-04 Alan Modra <amodra@gmail.com>
3214
3215 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
3216 HIWORD/LOWORD.
3217 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
3218 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
3219
9b874b2f
AM
32202013-10-04 Alan Modra <amodra@gmail.com>
3221
3222 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
3223 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
3224 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3225 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
3226 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3227 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3228 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
3229 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3230 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3231 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
3232
be1e5d31
AB
32332013-10-04 Anton Blanchard <anton@au1.ibm.com>
3234 Alistair Popple <alistair@ozlabs.au.ibm.com>
3235 Alan Modra <amodra@gmail.com>
3236
3237 [BZ #15723]
3238 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
3239 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
3240 _dl_hwcap access for little-endian.
3241 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
3242 destroy vmx regs when saving unaligned.
3243 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
3244 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
3245 destroy vmx regs when saving unaligned.
3246
fef13a78
AM
32472013-10-04 Alan Modra <amodra@gmail.com>
3248
3249 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
3250 Don't use a union to pack hi/low value.
3251
76a66d51
AB
32522013-10-04 Anton Blanchard <anton@au1.ibm.com>
3253
3254 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
3255 for little-endian.
3256 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
3257 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
3258 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
3259 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
3260 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
3261
6a31fe7f
AM
32622013-10-04 Alan Modra <amodra@gmail.com>
3263
3264 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
3265 constants to usual value for .cst8 section, and remove redundant
3266 high address load.
3267 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
3268 constant for 0x1p52. Load little-endian words of double from
3269 correct stack offsets.
3270
7b88401f
AM
32712013-10-04 Alan Modra <amodra@gmail.com>
3272
3273 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
3274 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
3275 words of double from correct stack offsets.
3276 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3277 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
3278 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
3279 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
3280 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
3281 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
3282 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
3283 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3284 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3285 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
3286 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
3287 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
3288 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3289 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3290 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3291 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
3292 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3293
9c008155
AM
32942013-10-04 Alan Modra <amodra@gmail.com>
3295
3296 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
3297 64-bit int/double union.
3298 (_FPU_SETCW): Likewise.
3299 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
3300 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
3301
da13146d
AM
33022013-10-04 Alan Modra <amodra@gmail.com>
3303
3304 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
3305 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
3306
603e8410
AM
33072013-10-04 Alan Modra <amodra@gmail.com>
3308
3309 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
3310 use vector int constants.
3311 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
3312
4a28b3ca
AB
33132013-10-04 Anton Blanchard <anton@au1.ibm.com>
3314
3315 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
3316 array with long long.
3317 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
3318 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
3319 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
3320 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
3321 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
3322 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
3323 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
3324 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
3325 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
3326 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
3327 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
3328 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
3329 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
3330
2ca85d2b
AB
33312013-10-04 Anton Blanchard <anton@au1.ibm.com>
3332
3333 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
3334 (__signbit): Likewise. Correct for little-endian.
3335 (__signbitl): Call __signbit.
3336 (lrint): Correct for little-endian.
3337 (lrintf): Call lrint.
3338
62a728ae
AM
33392013-10-04 Alan Modra <amodra@gmail.com>
3340
3341 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
3342 union 32-bit int array member with 64-bit int array.
3343 (t515, tm256): Double rather than long double.
3344 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
3345
32c301df
AM
33462013-10-04 Alan Modra <amodra@gmail.com>
3347
3348 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
3349 Delete.
3350 (IEEE854_LONG_DOUBLE_BIAS): Delete.
3351 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
3352 version of math_ldbl.h.
3353
650ef4bd
AM
33542013-10-04 Alan Modra <amodra@gmail.com>
3355
3356 [BZ #15734], [BZ #15735]
3357 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
3358 all uses of ieee875 long double macros and unions. Simplify test
3359 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
3360 ldbl_extract_mantissa value for ix,iy exponents. Properly
3361 normalize after ldbl_extract_mantissa, and don't add hidden bit
3362 already handled. Don't treat low word of ieee854 mantissa like
3363 low word of IBM long double and mask off bit when testing for
3364 zero.
3365 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
3366 all uses of ieee875 long double macros and unions. Simplify tests
3367 for 0.0L and inf. Correct double adjustment of k. Delete dead code
3368 adjusting ha,hb. Simplify code setting kld. Delete two600 and
3369 two1022, instead use their values. Recognise that tests for large
3370 "a" and small "b" are mutually exclusive. Rename vars. Comment.
3371 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
3372 Rewrite all uses of ieee875 long double macros and unions. Simplify
3373 test for 0.0L and nan. Correct negation.
3374 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
3375 ieee875 long double macros and unions. Correct output for large
3376 magnitude x. Correct absolute value calculation.
3377 (__erfcl): Likewise.
3378 * math/libm-test.inc: Add tests for errors discovered in IBM long
3379 double versions of fmodl, remainderl, erfl and erfcl.
3380
765714ca
AM
33812013-10-04 Alan Modra <amodra@gmail.com>
3382
3383 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
3384 all uses of ieee854 long double macros and unions. Simplify tests
3385 for long doubles that are fully specified by the high double.
3386 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
3387 Likewise.
3388 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
3389 Remove dead code too.
3390 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
3391 (__ieee754_ynl): Likewise.
3392 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
3393 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
3394 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
3395 Remove dead code too.
3396 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
3397 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
3398 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
3399 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
3400 Simplify.
3401 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
3402 Simplify.
3403 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
3404 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
3405 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
3406 Comment on variable precision.
3407 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
3408 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
3409 Likewise.
3410 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
3411 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
3412 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
3413 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
3414 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
3415
4ebd120c
AM
34162013-10-04 Alan Modra <amodra@gmail.com>
3417
3418 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
3419 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
3420 all uses of ieee854 long double macros and unions.
3421 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
3422 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
3423 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
3424 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
3425 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
3426 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
3427 Likewise.
3428 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
3429 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
3430 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
3431 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
3432 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
3433 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
3434 Simplify sign and nan test too.
3435 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
3436 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
3437 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
3438 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
3439 Likewise.
3440 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
3441 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
3442 Likewise.
3443 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3444 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
3445 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
3446 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
3447 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
3448 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
3449
1b6adf88
AM
34502013-10-04 Alan Modra <amodra@gmail.com>
3451
3452 * stdio-common/printf_size.c (__printf_size): Don't use
3453 union ieee854_long_double in fpnum union.
3454 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
3455 signbit macro to retrieve sign from long double.
3456 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
3457 retrieve sign from long double.
3458 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
3459 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
3460 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
3461 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
3462 * math/test-misc.c (main): Don't use union ieee854_long_double.
3463
4cf69995
AM
34642013-10-04 Alan Modra <amodra@gmail.com>
3465
3466 [BZ #15680]
3467 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
3468 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
3469 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
3470 calculation. Remove unnecessary test for denormal exponent.
3471 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
3472 Correct handling of denormals. Avoid undefined shift behaviour.
3473 Correct normalisation of low mantissa when low double is denormal.
3474 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
3475 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
3476 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
3477 Correct normalisation of low mantissa. Test for overflow of high
3478 mantissa and normalise.
3479 (ldbl_nearbyint): Use more readable constant for two52.
3480 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
3481 (__mpn_construct_long_double): Fix test for overflow of high
3482 mantissa and correct normalisation. Avoid undefined shift.
3483
9605ca6c
AM
34842013-10-04 Alan Modra <amodra@gmail.com>
3485
3486 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
3487 (union ibm_extended_long_double): Define as an array of ieee754_double.
3488 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
3489 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
3490 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
3491 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3492 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
3493 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
3494 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
3495 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
3496 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
3497 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
3498 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
3499
975569d0
JM
35002013-10-03 Joseph Myers <joseph@codesourcery.com>
3501
d3d23756
JM
3502 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
3503 page size instead of calling getpagesize.
3504
975569d0
JM
3505 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
3506 (LOCFILE_ALIGN_MASK): Likewise.
3507 (LOCFILE_ALIGN_UP): Likewise.
3508 (LOCFILE_ALIGNED_P): Likewise.
3509 * locale/programs/ld-collate.c (collate_output): Use the new
3510 macros instead of __alignof__ (int32_t).
3511 * locale/weight.h (findidx): Likewise.
3512
b1fe1f2b
OB
35132013-10-03 Ondřej Bílka <neleai@seznam.cz>
3514
3515 [BZ #431]
3516 * manual/string.texi: Fix strncat and wcsncat.
3517
5f855e35
BM
35182013-10-03 Brooks Moses <bmoses@google.com>
3519
3520 [BZ #15915]
3521 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
3522 * Makerules: ...here, and adjust associated comments.
3523
3cef6009
WN
35242013-10-02 Will Newton <will.newton@linaro.org>
3525
3526 * malloc/Makefile: Add tst-pvalloc.
3527 * malloc/tst-pvalloc.c: New file.
3528
7815420b
WN
35292013-10-02 Will Newton <will.newton@linaro.org>
3530
3531 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
3532 improve test coverage.
3533
4868b204
WN
35342013-10-02 Will Newton <will.newton@linaro.org>
3535
3536 * malloc/Makefile: Add tst-posix_memalign.
3537 * malloc/tst-posix_memalign.c: New file.
3538
29c793b3
EB
35392013-10-01 Eric Blake <eblake@redhat.com>
3540
3541 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
3542 Use __THROWNL rather than __THROW on static functions.
3543
fd967522
PM
35442013-09-30 Petr Machata <pmachata@redhat.com>
3545
3546 * elf/elf.h (R_AARCH64_ABS16): New macro.
3547 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
3548 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
3549 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
3550 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
3551 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
3552 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
3553 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
3554 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
3555 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
3556 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
3557 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
3558 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
3559 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
3560 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
3561 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
3562 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
3563 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
3564 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
3565 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
3566 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
3567 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
3568 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
3569 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
3570 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
3571 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
3572 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
3573 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
3574 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
3575 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
3576 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
3577 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
3578 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
3579 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
3580 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
3581 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
3582 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
3583 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
3584 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
3585 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
3586 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
3587 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
3588 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
3589 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
3590 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
3591 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
3592 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
3593 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
3594 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
3595 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
3596 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
3597 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
3598 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
3599 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
3600 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
3601 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
3602 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
3603 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
3604 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
3605 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
3606 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
3607 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
3608 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
3609 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
3610 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
3611 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
3612 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
3613 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
3614 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
3615 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
3616 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
3617 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
3618 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
3619 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
3620 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
3621 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
3622 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
3623 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
3624 (R_AARCH64_TLSDESC_LDR): Likewise.
3625 (R_AARCH64_TLSDESC_ADD): Likewise.
3626 (R_AARCH64_TLSDESC_CALL): Likewise.
3627
b2179107
AS
36282013-09-30 Andreas Schwab <schwab@suse.de>
3629
3630 [BZ #15048]
3631 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
3632 the nss database lookup.
3633 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3634 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
3635
47f28d0a
MF
36362013-09-28 Mike Frysinger <vapier@gentoo.org>
3637
3638 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
3639
36402013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
3641
3642 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
3643 ${Bash-specific parameter/pattern/string} parameter expansion.
3644 * sysdeps/unix/make-syscalls.sh: Likewise.
3645
f4518a17
KK
36462013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3647
3648 * sysdeps/sh/stackguard-macros.h: New file.
3649
dc1a95c7
OB
36502013-09-26 Ondřej Bílka <neleai@seznam.cz>
3651
3652 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
3653 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
3654 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
3655 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
3656 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
3657 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
3658
5ebbff8f
AZ
36592013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3660
3661 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
3662 Fix thread ID register.
3663
4fd2cf9f
JM
36642013-09-25 Joseph Myers <joseph@codesourcery.com>
3665
3666 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
3667 [POSIX || UNIX98]: Require rather than permitting all symbols from
3668 <time.h>.
3669 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
3670 element of struct sched_param.
3671 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
3672 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
3673 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
3674 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
3675 constant.
3676
12c22bc4
OL
36772013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
3678
3679 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
3680 argument calculation.
3681
a03d8ea7
JM
36822013-09-24 Joseph Myers <joseph@codesourcery.com>
3683
3684 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
3685 Expect macro.
3686 [POSIX] (pthread_attr_t): Do not require type.
3687 [POSIX] (pthread_cond_t): Likewise.
3688 [POSIX] (pthread_condattr_t): Likewise.
3689 [POSIX] (pthread_key_t): Likewise.
3690 [POSIX] (pthread_mutex_t): Likewise.
3691 [POSIX] (pthread_mutexattr_t): Likewise.
3692 [POSIX] (pthread_once_t): Likewise.
3693 [POSIX] (pthread_t): Likewise.
3694 [POSIX-based standards] (pthread_atfork): Expect function.
3695
6055173a
JM
36962013-09-24 Joseph Myers <joseph@codesourcery.com>
3697 Richard Sandiford <richard@codesourcery.com>
3698
3699 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
3700 (swap_endianness_p): New extern variable.
3701 (set_big_endian): New inline function.
3702 (maybe_swap_uint32): Likewise.
3703 (maybe_swap_uint32_array): Likewise.
3704 (maybe_swap_uint32_obstack): Likewise.
3705 * locale/programs/locfile.c: Include <stdbool.h>.
3706 (swap_endianness_p): New variable.
3707 (add_locale_uint32): Call maybe_swap_uint32.
3708 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
3709 (write_locale_data): Call maybe_swap_uint32_array.
3710 * locale/programs/ld-collate.c (obstack_int32_grow): Call
3711 maybe_swap_uint32.
3712 (obstack_int32_grow_fast): Likewise.
3713 (output_weightwc): Call maybe_swap_uint32_obstack.
3714 (collate_output): Likewise.
3715 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
3716 (OPT_LITTLE_ENDIAN): Likewise.
3717 (options): Add --little-endian and --big-endian options.
3718 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
3719 * locale/programs/locarchive.c: Include "locfile.h".
3720 (GET): New macro.
3721 (SET): Likewise.
3722 (INC): Likewise.
3723 (create_archive): Use the new macros to access fields of
3724 structures directly mapped from or written to locale archives.
3725 (oldlocrecentcmp): Likewise.
3726 (enlarge_archive): Likewise.
3727 (insert_name): Likewise.
3728 (add_alias): Likewise.
3729 (add_locale): Likewise.
3730 (delete_locales_from_archive): Likewise.
3731 (show_archive_content): Likewise.
3732 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
3733 locale data.
3734
39bf0bb4
RM
37352013-09-24 Roland McGrath <roland@hack.frob.com>
3736
3737 * manual/freemanuals.texi: Updated from (newly) canonical copy at
3738 http://www.gnu.org/doc/freemanuals.texi.
3739 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
3740
f02eed10
WN
37412013-09-24 Will Newton <will.newton@linaro.org>
3742
3743 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
3744 macro.
3745
a3a6c312
JM
37462013-09-23 Joseph Myers <joseph@codesourcery.com>
3747
3748 * locale/hashval.h (compute_hashval): Interpret bytes of key as
3749 unsigned char.
3750
107375ac
MR
37512013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
3752
3753 * manual/threads.texi (POSIX Threads): Fix a typo.
3754
141f3a77
SP
37552013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3756
303e567a
SP
3757 [BZ #14547]
3758 * string/tst-strcoll-overflow.c: New test case.
3759 * string/Makefile (xtests): Add tst-strcoll-overflow.
3760 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
3761 cache if string sizes may cause integer overflow.
3762
141f3a77
SP
3763 [BZ #14547]
3764 * string/strcoll_l.c (coll_seq): New members rule, idx,
3765 save_idx and back_us.
3766 (get_next_seq_nocache): New function.
3767 (do_compare_nocache): New function.
3768 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
3769 when malloc fails.
3770
c61b4d41
CD
37712013-09-23 Carlos O'Donell <carlos@redhat.com>
3772
0b1f8e35
CD
3773 [BZ #15754]
3774 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
3775 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
3776 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
3777
c61b4d41
CD
3778 [BZ #15754]
3779 * elf/Makefile (tests): Add tst-ptrguard1.
3780 (tests-static): Add tst-ptrguard1-static.
3781 (tst-ptrguard1-ARGS): Define.
3782 (tst-ptrguard1-static-ARGS): Define.
3783 * elf/tst-ptrguard1.c: New file.
3784 * elf/tst-ptrguard1-static.c: New file.
3785 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
3786 * sysdeps/i386/stackguard-macros.h: Likewise.
3787 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
3788 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
3789 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
3790 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
3791 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
3792 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
3793
37942013-09-23 Hector Marco <hecmargi@upv.es>
3795 Ismael Ripoll <iripoll@disca.upv.es>
3796 Carlos O'Donell <carlos@redhat.com>
3797
3798 [BZ #15754]
3799 * sysdeps/generic/stackguard-macros.h: Define
3800 __pointer_chk_guard_local and POINTER_CHK_GUARD.
3801 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
3802 Define __pointer_chk_guard_local.
3803 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
3804 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
3805
f5f4e7b4
VV
38062013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
3807
3808 [BZ #15859]
3809 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
3810
5bb43a43
AS
38112013-09-20 Andreas Schwab <schwab@linux-m68k.org>
3812
3813 * include/string.h (__ffs): Declare as hidden.
3814 * string/ffs.c (__ffs): Define as hidden.
3815 * sysdeps/i386/ffs.c (__ffs): Likewise.
3816 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
3817 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
3818 * sysdeps/s390/ffs.c (__ffs): Likewise.
3819 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
3820
3ea5be54
AO
38212013-09-20 Alexandre Oliva <aoliva@redhat.com>
3822
ffb89e53
AO
3823 * NEWS: Mention malloc probes.
3824
322dea08
AO
3825 * malloc/arena.c (new_heap): New memory_heap_new probe.
3826 (grow_heap): New memory_heap_more probe.
3827 (shrink_heap): New memory_heap_less probe.
3828 (heap_trim): New memory_heap_free probe.
3829 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
3830 (systrim): New memory_sbrk_less probe.
3831 * manual/probes.texi: Document them.
3832
655673f3
AO
3833 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
3834 * manual/probes.texi: Document it.
3835
35fed6f1
AO
3836 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
3837 (__libc_realloc): Add memory_realloc_retry probe.
3838 (__libc_memalign): Add memory_memalign_retry probe.
3839 (__libc_valloc): Add memory_valloc_retry probe.
3840 (__libc_pvalloc): Add memory_pvalloc_retry probe.
3841 (__libc_calloc): Add memory_calloc_retry probe.
3842 * manual/probes.texi: Document them.
3843
6999d38c
AO
3844 * malloc/arena.c (get_free_list): Add probe
3845 memory_arena_reuse_free_list.
3846 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
3847 and memory_arena_reuse.
3848 (arena_get2) [!PER_THREAD]: Likewise.
3849 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
3850 memory_arena_reuse_realloc.
3851 * manual/probes.texi: Document them.
3852
0653427f
AO
3853 * malloc/malloc.c (__libc_free): Add
3854 memory_mallopt_free_dyn_thresholds probe.
3855 (__libc_mallopt): Add multiple memory_mallopt probes.
3856 * manual/probes.texi: Document them.
3857
3ea5be54
AO
3858 * malloc/malloc.c: Include stap-probe.h.
3859 (__libc_mallopt): Add memory_mallopt probe.
3860 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
3861 * manual/probes.texi: New.
3862 * manual/Makefile (chapters): Add probes.
3863 * manual/threads.texi: Set next node.
3864
e35696c3 38652013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 3866
e35696c3
CL
3867 [BZ #15963, #13985]
3868 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
3869 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
3870 Add `Chinese' to `nan' entry name.
3871
4aafb73c
SP
38722013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3873
3874 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
3875 (POLYNOMIAL): Likewise.
3876 (TAYLOR_SINCOS): Likewise.
3877 (TAYLOR_SLOW): Likewise.
3878 (__sin): Use TAYLOR_SINCOS.
3879 (__cos): Likewise.
3880 (slow): Use TAYLOR_SLOW.
3881 (sloww): Likewise.
3882 (bsloww): Likewise.
3883 (csloww): Likewise.
3884
d84f25c7
LD
38852013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3886
3887 * stdlib/strtod_l.c: Fix buffer overrun.
3888
5eea0404
SP
38892013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3890
7849ff93
SP
3891 * benchtests/Makefile (bench): Add sincos.
3892 * benchtests/bench-sincos.c: New file.
3893
cfa3c886
SP
3894 * math/libm-test.inc (cos_test_data): New test inputs.
3895 (sin_test_data): Likewise.
3896
b348e1e3
SP
3897 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
3898 macro.
3899 (__sin): Use it.
3900 (__cos): Likewise.
3901 (slow1): Likewise.
3902 (slow2): Likewise.
3903 (sloww1): Likewise.
3904 (sloww2): Likewise.
3905 (bsloww1): Likewise.
3906 (bsloww2): Likewise.
3907 (cslow2): Likewise.
3908 (csloww1): Likewise.
3909 (csloww2): Likewise.
3910
6cce25f8
SP
3911 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
3912 function.
3913 (__sin): Use it.
3914 (__cos): Likewise.
3915
5eea0404
SP
3916 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
3917 gotos.
3918 (__cos): Likewise.
3919
9c21573c
MR
39202013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
3921
3922 * config.h.in (HAVE_MIPS_NAN2008): New macro.
3923 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
3924 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
3925 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
3926 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
3927 * elf/cache.c (print_entry): Handle the new cache flags.
3928
24d22e65
JM
39292013-09-18 Joseph Myers <joseph@codesourcery.com>
3930 Aldy Hernandez <aldyh@redhat.com>
3931
3932 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
3933 Change condition to [_SOFT_FLOAT].
3934 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
3935 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
3936 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
3937 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
3938 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
3939 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
3940 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
3941 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
3942 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
3943 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
3944 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
3945 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
3946 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
3947 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
3948 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
3949 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
3950 declaration.
3951
d13ef066
JM
39522013-09-18 Joseph Myers <joseph@codesourcery.com>
3953
2e071de0
JM
3954 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
3955 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
3956 (__longjmp): Use LOAD_GP to load saved GPRs.
3957 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
3958 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
3959 (__sigsetjmp): Use SAVE_GP to save GPRs.
3960
d13ef066
JM
3961 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
3962 Do not append -msoft-float.
3963 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
3964
97a0650b
SP
39652013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3966
3967 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
3968
11ca09e9
JM
39692013-09-17 Joseph Myers <joseph@codesourcery.com>
3970
3971 [BZ #15966]
3972 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
3973 (_FPU_GETCW): Use initial "__" on variable and field names but not
3974 on macro parameter name.
3975 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
3976 parentheses around reference to macro parameter.
3977
08ffcf34
RS
39782013-09-13 Richard Sandiford <richard@codesourcery.com>
3979
3980 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
3981 prototype.
3982 (ctype_startup): Use uint32_t in cast and sizeof for
3983 ctype->charnames.
3984
ae7080d3
JL
39852013-09-11 Jia Liu <proljc@gmail.com>
3986
3987 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
3988 __daddr_t_defined.
3989 [__FreeBSD__]: Likewise.
3990
5905e7b3
OB
39912013-09-11 Ondřej Bílka <neleai@seznam.cz>
3992
3993 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3994 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
3995 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
3996 (strchr): Remove __strchr_sse42 ifunc selection.
3997 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
3998 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
3999
b987c776
WN
40002013-09-11 Will Newton <will.newton@linaro.org>
4001
4002 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
4003 parameter to RES. Remove hardcoded 1000 value.
4004 * benchtests/bench-skeleton.c (main): Pass RES parameter
4005 to TIMING_INIT and multiply result by 1000.
4006
ddf985af
AZ
40072013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4008
4009 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4010
ffdd3181
AS
40112013-09-11 Andreas Schwab <schwab@suse.de>
4012
4013 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
4014 if not defined.
4015 (O_TMPFILE) [__USE_GNU]: Define.
4016 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
4017 Define.
4018
b73ed247
WN
40192013-09-11 Will Newton <will.newton@linaro.org>
4020
4021 [BZ #15857]
4022 * malloc/malloc.c (__libc_memalign): Check the value of bytes
4023 does not overflow.
4024
55e17aad
WN
40252013-09-11 Will Newton <will.newton@linaro.org>
4026
4027 [BZ #15856]
4028 * malloc/malloc.c (__libc_valloc): Check the value of bytes
4029 does not overflow.
4030
1159a193
WN
40312013-09-11 Will Newton <will.newton@linaro.org>
4032
4033 [BZ #15855]
4034 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
4035 does not overflow.
4036
5905e7b3 40372013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
4038
4039 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
4040 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
4041 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
4042 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
4043 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
4044
cdfc721b
AM
40452013-09-10 Allan McRae <allan@archlinux.org>
4046
aa04af00
AM
4047 [BZ #15748]
4048 * manual/arith.texi (Parsing of Floats): Clarify
4049 cross-reference.
4050
cdfc721b
AM
4051 [BZ #15849]
4052 * manual/install.texi (Running make install): Mention
4053 --enable-pt-chown.
4054 * INSTALL: Regenerated.
4055
95e7cf29
MR
40562013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4057
4058 * csu/init-first.c (_init): Remove the !SHARED condition around
4059 FPU control word initialization.
4060 * elf/dl-support.c (_dl_fpu_control): New variable.
4061 (_dl_aux_init) <AT_FPUCW>: Initialize it.
4062 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
4063 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
4064 * math/test-fpucw-static.c: New file.
4065 * math/test-fpucw-ieee.c: New file.
4066 * math/test-fpucw-ieee-static.c: New file.
4067 * math/Makefile (tests): Add `test-fpucw-ieee' and
4068 `$(tests-static)'.
4069 (tests-static): New variable.
4070 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
4071 dependency to...
4072 [($(build-shared),yes)]
4073 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4074 ... this.
4075 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
4076 New dependency.
4077
83e43bf0
AM
40782013-09-09 Allan McRae <allan@archlinux.org>
4079
a9f5ce09
AM
4080 [BZ #15939]
4081 * manual/string.texi (Collation Functions): Fix typo in
4082 strcoll example.
4083 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
4084
34829bc2
AM
4085 [BZ #15893]
4086 * stdlib/isomac.c (get_null_defines): Fix memory leak.
4087
3932737d
AM
4088 [BZ #15892]
4089 * libio/memstream.c (open_memstream): Fix memory leak.
4090 * libio/wmemstream.c (open_wmemstream): Likewise.
4091
83e43bf0
AM
4092 [BZ #15895]
4093 * nscd/netgroupcache.c: Fix nesting of ifdefs.
4094
0c66b8e9
WN
40952013-09-09 Will Newton <will.newton@linaro.org>
4096
4097 * malloc/Makefile: Add tst-realloc to tests.
4098 * malloc/tst-realloc.c: New file.
4099
f6b00fd1
AM
41002013-09-09 Allan McRae <allan@archlinux.org>
4101
4102 [BZ #15844]
4103 * COPYING: Update from GNU website to fix FSF address.
4104 * COPYING.LIB: Likewise.
4105
eec55e16
DM
41062013-09-06 David S. Miller <davem@davemloft.net>
4107
4108 * po/zh_TW.po: Update Chinese (traditional) translation from
4109 translation project.
4110
1ecbb381
RS
41112013-09-06 Richard Sandiford <richard@codesourcery.com>
4112 Joseph Myers <joseph@codesourcery.com>
4113
4114 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
4115 "localeinfo.h".
4116 (obstack_chunk_alloc): New macro.
4117 (obstack_chunk_free): Likewise.
4118 (record_offset): New function.
4119 (init_locale_data): Likewise.
4120 (align_locale_data): Likewise.
4121 (add_locale_empty): Likewise.
4122 (add_locale_raw_data): Likewise.
4123 (add_locale_raw_obstack): Likewise.
4124 (add_locale_string): Likewise.
4125 (add_locale_wstring): Likewise.
4126 (add_locale_uint32): Likewise.
4127 (add_locale_uint32_array): Likewise.
4128 (add_locale_char): Likewise.
4129 (start_locale_structure): Likewise.
4130 (end_locale_structure): Likewise.
4131 (start_locale_prelude): Likewise.
4132 (end_locale_prelude): Likewise.
4133 (write_locale_data): Take locale_file structure rather than an
4134 iovec.
4135 * locale/programs/locfile.h: Include "obstack.h".
4136 (struct locale_file): Change to store locale file contents instead
4137 of header.
4138 (init_locale_data): New prototype.
4139 (align_locale_data): Likewise.
4140 (add_locale_empty): Likewise.
4141 (add_locale_raw_data): Likewise.
4142 (add_locale_raw_obstack): Likewise.
4143 (add_locale_string): Likewise.
4144 (add_locale_wstring): Likewise.
4145 (add_locale_uint32): Likewise.
4146 (add_locale_uint32_array): Likewise.
4147 (add_locale_char): Likewise.
4148 (start_locale_structure): Likewise.
4149 (end_locale_structure): Likewise.
4150 (start_locale_prelude): Likewise.
4151 (end_locale_prelude): Likewise.
4152 (write_locale_data): Update prototype.
4153 * locale/programs/3level.h (struct TABLE): Remove result field.
4154 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
4155 Use new locale_file interface.
4156 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
4157 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
4158 * locale/programs/ld-address.c (address_output): Use new
4159 locale_file interface.
4160 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
4161 NO_ADD_LOCALE.
4162 (collate_finish): Don't call collseq_table_finalize.
4163 (collate_output): Use new locale_file interface.
4164 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
4165 in file.
4166 (NO_FINALIZE): Change to NO_ADD_LOCALE.
4167 (TABLE): Move defines earlier in file.
4168 (ELEMENT): Likewise.
4169 (DEFAULT): Likewise.
4170 (wctrans_table_add): Move macro and inline function earlier in
4171 file.
4172 (struct wctype_table): Move type earlier in file.
4173 (add_locale_wctype_table): New static prototype.
4174 (struct locale_ctype_t): Use logical types instead of struct iovec
4175 pointers for members.
4176 (ctype_output): Use new locale_file interface.
4177 (wctype_table_finalize): Change to add_locale_wctype_table. Use
4178 new locale_file interface.
4179 (allocate_arrays): Update for use of new locale_file interface.
4180 * locale/programs/ld-identification.c (identification_output): Use
4181 new locale_file interface.
4182 * locale/programs/ld-measurement.c (measurement_output): Likewise.
4183 * locale/programs/ld-messages.c (messages_output): Likewise.
4184 * locale/programs/ld-monetary.c (monetary_output): Likewise.
4185 * locale/programs/ld-name.c (name_output): Likewise.
4186 * locale/programs/ld-numeric.c (numeric_output): Likewise.
4187 * locale/programs/ld-paper.c (paper_output): Likewise.
4188 * locale/programs/ld-telephone.c (telephone_output): Likewise.
4189 * locale/programs/ld-time.c (time_output): Likewise.
4190
e029e2e5
AZ
41912013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4192
4193 * benchtests/Makefile: Add memrchr benchmark.
4194 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
4195 benchmark as memrchr.
4196 * benchtests/bench-memrchr-ifunc.c: New file.
4197 * benchtests/bench-memrchr.c: New file.
4198
bbf6e8e4
WN
41992013-09-06 Will Newton <will.newton@linaro.org>
4200
4201 * benchtests/Makefile (string-bench): Add memcpy.
4202
6c82a2f8
CD
42032013-09-05 Carlos O'Donell <carlos@redhat.com>
4204 Cong Wang <amwang@redhat.com>
4205
4206 * sysdeps/unix/sysv/linux/bits/in.h
4207 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
4208 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
4209 before __USE_KERNEL_IPV6_DEFS uses.
4210 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
4211 IPPROTO_BEETPH.
4212 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
4213 sockaddr_in6, or ipv6_mreq.
4214
5430fc65
AZ
42152013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4216
4217 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
4218 memory access for final bytes in some large inputs.
4219 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
4220
4660856c
AZ
42212013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4222
4223 * string/test-memrchr.c: New file.
4224 * string/test-memrchr-ifunc.c: New file.
4225 * string/Makefile: Add new memrchr testcase.
4226
bb8ea713
MF
42272013-09-05 Mike Frysinger <vapier@gentoo.org>
4228
4229 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
4230 fanotify_init returns EPERM.
4231
b92a20b5
JM
42322013-09-04 Joseph Myers <joseph@codesourcery.com>
4233
4234 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
4235 errors.
4236 (top level): Treat second token from macro or constant entries for
4237 allowed headers as allowed.
4238 * include/complex.h: Condition internal declarations on
4239 [!_ISOMAC].
4240 * include/fenv.h: Condition include of <stdbool.h> and internal
4241 declarations on [!_ISOMAC].
7447ccd9
CL
4242
42432013-09-04 Chris Leonard <cjl@sugarlabs,.org>
4244
3e181dda 4245 [BZ #15923]
7447ccd9
CL
4246 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
4247
3f2e46a4
JM
42482013-09-04 Joseph Myers <joseph@codesourcery.com>
4249
4250 * configure.in (--enable-versioning): Remove configure option.
4251 (libc_cv_asm_symver_directive): Remove configure test.
4252 (libc_cv_ld_version_script_option): Likewise.
4253 (VERSIONING): Remove variable and AC_SUBST.
4254 (DO_VERSIONING): Remove AC_DEFINE.
4255 * configure: Regenerated.
4256 * config.h.in (DO_VERSIONING): Remove macro.
4257 * Makerules [$(versioning) = yes]: Change conditionals to
4258 [$(build-shared) = yes].
4259 * config.make.in (versioning): Remove variable.
4260 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
4261 [$(build-shared) = yes].
4262 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
4263 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
4264 * elf/Makefile [$(versioning) = yes]: Change conditionals to
4265 [$(build-shared) = yes].
4266 * extra-lib.mk [$(versioning) = yes]: Likewise.
4267 * hurd/Makefile [$(versioning) = yes]: Likewise.
4268 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
4269 [SHARED].
4270 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
4271 [SHARED].
4272 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
4273 [SHARED && !NO_HIDDEN].
4274 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
4275 [SHARED].
4276 [SHARED && DO_VERSIONING]: Likewise..
4277 * libio/Makefile [$(versioning) = yes]: Change conditionals to
4278 [$(build-shared) = yes].
4279 * manual/install.texi (--disable-versioning): Remove
4280 documentation.
4281 * INSTALL: Regenerated.
4282 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
4283 to [SHARED].
4284 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
4285 [$(build-shared) = yes].
4286 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
4287 * sysdeps/i386/i686/multiarch/strstr-c.c
4288 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
4289 [SHARED && !NO_HIDDEN].
4290 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
4291 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
4292 * sysdeps/powerpc/powerpc32/dl-machine.c
4293 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
4294 * sysdeps/powerpc/powerpc32/sysdep.h
4295 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
4296 to [SHARED && PIC && !NO_HIDDEN].
4297 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
4298 conditional to [SHARED].
4299
44558701
WN
43002013-09-04 Will Newton <will.newton@linaro.org>
4301
4302 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
4303 * benchtests/bench-string.h: Include bench-timing.h instead
4304 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
4305 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
4306 call to HP_TIMING_DIFF_INIT.
4307 * benchtests/bench-memccpy.c: Use bench-timing.h macros
4308 instead of hp-timing.h macros.
4309 * benchtests/bench-memchr.c: Likewise.
4310 * benchtests/bench-memcmp.c: Likewise.
4311 * benchtests/bench-memcpy.c: Likewise.
4312 * benchtests/bench-memmem.c: Likewise.
4313 * benchtests/bench-memmove.c: Likewise.
4314 * benchtests/bench-memset.c: Likewise.
4315 * benchtests/bench-rawmemchr.c: Likewise.
4316 * benchtests/bench-strcasecmp.c: Likewise.
4317 * benchtests/bench-strcasestr.c: Likewise.
4318 * benchtests/bench-strcat.c: Likewise.
4319 * benchtests/bench-strchr.c: Likewise.
4320 * benchtests/bench-strcmp.c: Likewise.
4321 * benchtests/bench-strcpy.c: Likewise.
4322 * benchtests/bench-strcpy_chk.c: Likewise.
4323 * benchtests/bench-strlen.c: Likewise.
4324 * benchtests/bench-strncasecmp.c: Likewise.
4325 * benchtests/bench-strncat.c: Likewise.
4326 * benchtests/bench-strncmp.c: Likewise.
4327 * benchtests/bench-strncpy.c: Likewise.
4328 * benchtests/bench-strnlen.c: Likewise.
4329 * benchtests/bench-strpbrk.c: Likewise.
4330 * benchtests/bench-strrchr.c: Likewise.
4331 * benchtests/bench-strspn.c: Likewise.
4332 * benchtests/bench-strstr.c: Likewise.
4333
cae16d66
WN
43342013-09-04 Will Newton <will.newton@linaro.org>
4335
4336 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
4337
ffa3cd7f
JM
43382013-09-03 Joseph Myers <joseph@codesourcery.com>
4339
4340 [BZ #15427]
4341 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
4342 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
4343 * math/libm-test.inc (lgamma_test_data): Add more tests.
4344 * sysdeps/i386/fpu/libm-test-ulps: Update.
4345 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4346
8f02859f
OB
43472013-09-03 Ondřej Bílka <neleai@seznam.cz>
4348
4349 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
4350 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4351 Add ifunc.
4352 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
4353 Add strcmp-sse2-unaligned
4354 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
4355
18d43716
MF
43562013-09-02 Mike Frysinger <vapier@gentoo.org>
4357
4358 * Versions.def (libc): Add GLIBC_2.19.
4359
ac444012
MF
43602013-09-02 Mike Frysinger <vapier@gentoo.org>
4361
4362 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
4363 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
4364
b7835e32
JM
43652013-09-02 Joseph Myers <joseph@codesourcery.com>
4366
4367 [BZ #14155]
4368 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
4369 intermediate calculations in recurrence.
4370 (__ieee754_ynf): Likewise.
4371 * math/libm-test.inc (jn_test_data): Do not allow spurious
4372 underflow exception. Add more tests.
4373 (yn_test_data): Add more tests.
4374 * sysdeps/i386/fpu/libm-test-ulps: Update.
4375 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4376
8220f4f0
OB
43772013-09-02 Ondřej Bílka <neleai@seznam.cz>
4378
4379 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
4380
f24a6d08
OB
43812013-08-30 Ondřej Bílka <neleai@seznam.cz>
4382
4383 * csu/init-first.c: Fix then/than typos.
4384 * locale/programs/ld-collate.c: Likewise.
4385 * locale/programs/linereader.h: Likewise.
4386 * manual/charset.texi: Likewise.
4387 * manual/filesys.texi: Likewise.
4388 * manual/stdio.texi: Likewise.
4389 * manual/string.texi: Likewise.
4390 * stdlib/fmtmsg.c: Likewise.
4391 * sysdeps/i386/stpncpy.S: Likewise.
4392 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4393 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4394 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
4395 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4396
382466e0
OB
43972013-08-30 Ondřej Bílka <neleai@seznam.cz>
4398
4399 * elf/dl-open.c: Fix typos.
4400 * iconvdata/gbbig5.c: Likewise.
4401 * iconvdata/iso-2022-jp.c: Likewise.
4402 * iconv/gconv_int.h: Likewise.
4403 * iconv/loop.c: Likewise.
4404 * nis/rpcsvc/nis.h: Likewise.
4405 * resolv/ns_name.c: Likewise.
4406 * stdio-common/vfscanf.c: Likewise.
4407 * streams/stropts.h: Likewise.
4408 * sunrpc/rpc_thread.c: Likewise.
4409 * sysdeps/i386/strpbrk.S: Likewise.
4410 * sysdeps/ieee754/k_standard.c: Likewise.
4411 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
4412 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
4413 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
4414 * sysdeps/mach/hurd/profil.c: Likewise.
4415 * sysdeps/s390/dl-procinfo.h: Likewise.
4416 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
4417 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4418 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4419 * sysdeps/x86_64/dl-trampoline.S: Likewise.
4420 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
4421
0186c6e9
OB
44222013-08-30 Ondřej Bílka <neleai@seznam.cz>
4423
4424 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
4425 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
4426
d4e16af1
OB
44272013-08-29 Ondřej Bílka <neleai@seznam.cz>
4428
4429 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
4430 aix specific files.
4431 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
4432 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
4433 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
4434 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
4435 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
4436 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
4437 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
4438 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
4439
88335980
TS
44402013-08-29 Thomas Schwinge <thomas@codesourcery.com>
4441 Roland McGrath <roland@hack.frob.com>
4442
4443 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
4444 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
4445
ed479b02
ST
44462013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
4447
4448 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
4449 __executable_start symbol instead of _start.
4450
f1cc4c86
TS
44512013-08-29 Thomas Schwinge <thomas@codesourcery.com>
4452
d821f07c
TS
4453 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
4454 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
4455 Move macros to...
4456 * sysdeps/gnu/ldsodefs.h: ... this new file.
4457
c54290cf
TS
4458 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
4459 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
4460 instead of ELFOSABI_LINUX.
4461
0007fc9b 4462 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
4463 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
4464 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
4465 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
4466 Likewise.
4467 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
4468 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
4469 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
4470 Likewise.
4471 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
4472 (ibm_extended_long_double): Add ieee_nan member.
4473 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
4474 (do_test): New function.
4475
f1cc4c86
TS
4476 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
4477 TEST_TRUNC.
4478 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
4479 functions, renamed from truncdfsf_test, trunctfsf_test,
4480 trunctfdf_test.
4481 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
4482 functions.
4483 (do_test): Run all these.
4484
6f65e668
OB
44852013-08-29 Ondřej Bílka <neleai@seznam.cz>
4486
4487 * argp/argp-help.c: Fix typos.
4488 * argp/argp-parse.c: Likewise.
4489 * debug/backtracesyms.c: Likewise.
4490 * elf/elf.h: Likewise.
4491 * malloc/malloc.c: Likewise.
4492 * nis/nis_print.c: Likewise.
4493 * resolv/res_comp.c: Likewise.
4494 * stdlib/stdlib.h: Likewise.
4495 * sunrpc/clnt_tcp.c: Likewise.
4496 * sunrpc/clnt_udp.c: Likewise.
4497 * sunrpc/clnt_unix.c: Likewise.
4498 * sysdeps/unix/bsd/ptsname.c: Likewise.
4499 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4500 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
4501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
4502 Likewise.
4503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4504 Likewise.
4505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4506 Likewise.
6f65e668
OB
4507 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
4508
3a309239
SP
45092013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
4510
4511 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
4512 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
4513
3b813b29
MF
45142013-08-27 Mike Frysinger <vapier@gentoo.org>
4515
4516 [BZ #15897]
4517 * dlfcn/Makefile (tests): Add bug-dl-leaf.
4518 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
4519 ($(objpfx)bug-dl-leaf): New rule.
4520 ($(objpfx)bug-dl-leaf.so): Likewise.
4521 ($(objpfx)bug-dl-leaf.out): Likewise.
4522 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
4523 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
4524 * dlfcn/bug-dl-leaf.c: New test.
4525 * dlfcn/bug-dl-leaf-lib.c: Likewise.
4526 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
4527 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
4528 (dlclose): Likewise.
4529 (dlmopen): Likewise.
4530
8cc3269f
RM
45312013-08-27 Roland McGrath <roland@hack.frob.com>
4532
7f9d0034
RM
4533 * include/netdb.h [!_ISOMAC]:
4534 Don't include <tls.h>.
4535 (h_errno, __libc_h_errno): Move declaration and macros out of
4536 [_LIBC_REENTRANT].
4537
fb431262
RM
4538 * include/resolv.h [_RESOLV_H_]:
4539 Don't include <tls.h>.
4540 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
4541 * resolv/res_libc.c: Don't include <tls.h>.
4542 (_res): Use __attribute__ ((nocommon)) in place of
4543 __attribute__ ((section (".bss"))).
4544
bd81123a
RM
4545 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
4546 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
4547
c4e42566
RM
4548 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
4549
f890a59b
RM
4550 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
4551 only under [SIOCGIFCONF && SIOCGIFNETMASK].
4552
4553 * resolv/res_mkquery.c: Include <sys/time.h>.
4554
5d1f0a09
RM
4555 * inet/ifreq.c: Moved to ...
4556 * sysdeps/unix/ifreq.c: ... here.
4557 * inet/ifreq.c: New file, true stub version.
4558
6fcf28b3
RM
4559 * socket/sa_len.c: New file.
4560 * socket/Makefile (aux): Add it.
4561 * sysdeps/unix/sysv/linux/Makefile
4562 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
4563 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
4564 and #include <socket/sa_len.c>.
4565 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
4566 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
4567
e041fb8b
RM
4568 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
4569 * bits/socket.h: ... here.
4570
8cc3269f
RM
4571 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
4572 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
4573 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
4574
5d228a43
AS
45752013-08-27 Andreas Schwab <schwab@suse.de>
4576
45b8accc
AS
4577 [BZ #15736]
4578 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
4579 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
4580 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
4581 * string/test-strcasecmp.c (test_main): Run tests in several
4582 locales.
4583 * string/test-strncasecmp.c (test_main): Likewise.
4584
5d228a43
AS
4585 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
4586 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
4587 to __strcasecmp_nonascii and __strncasecmp_nonascii.
4588 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
4589 (__strncasecmp_ssse3) [PIC]: Likewise.
4590
59d112a4
RM
45912013-08-26 Roland McGrath <roland@hack.frob.com>
4592
53234cc3
RM
4593 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
4594
59d112a4
RM
4595 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
4596 instead of explicitly declaring xdecrypt.
4597 * nis/nss_nis/nis-publickey.c: Likewise.
4598
595aba70
SP
45992013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4600
4601 [BZ #15890]
4602 * nscd/aicache.c: Include res_hconf.h.
4603 (addhstaiX): Initialize res_hconf.
4604
ffabd393
AS
46052013-08-26 Andreas Schwab <schwab@suse.de>
4606
4607 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
4608 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
4609
e0a69f5c
SP
46102013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4611
4612 * nscd/aicache.c (addhstaiX): Fix indentation.
4613
8c12f01d
MF
46142013-08-25 Mike Frysinger <vapier@gentoo.org>
4615
4616 * configure.ac: Quote $build_pt_chown test.
4617 * configure: Regenerated.
4618
8fe89494
JM
46192013-08-23 Joseph Myers <joseph@codesourcery.com>
4620
4621 [BZ #15532]
4622 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
4623 * math/s_cexpf.c (__cexpf): Likewise.
4624 * math/s_cexpl.c (__cexpl): Likewise.
4625 * math/libm-test.inc (cexp_test_data): Correct expected return
4626 value for NaN + i0. Add another test.
4627
75b181d6
DM
46282013-08-22 David S. Miller <davem@davemloft.net>
4629
4630 * po/ca.po: Update Catalan translation from translation project.
936241e4 4631 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 4632
acd06bb1
JM
46332013-08-21 Joseph Myers <joseph@codesourcery.com>
4634
4635 [BZ #15797]
4636 * math/s_fdim.c (__fdim): Check for infinite arguments if result
4637 is infinite, not alongside NaN test.
4638 * math/s_fdimf.c (__fdimf): Likewise.
4639 * math/s_fdiml.c (__fdiml): Likewise.
4640 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
4641 errno is unchanged.
4642
c0c3f78a
OB
46432013-08-21 Ondřej Bílka <neleai@seznam.cz>
4644
4645 * argp/argp-help.c: Fix typos.
4646 * crypt/speeds.c: Likewise.
4647 * csu/check_fds.c: Likewise.
4648 * elf/dl-load.c: Likewise.
4649 * elf/dl-open.c: Likewise.
4650 * elf/reldep3.c: Likewise.
4651 * elf/reldep.c: Likewise.
4652 * elf/sprof.c: Likewise.
4653 * iconv/iconv_charmap.c: Likewise.
4654 * iconv/skeleton.c: Likewise.
4655 * iconv/strtab.c: Likewise.
4656 * io/lockf64.c: Likewise.
4657 * libio/libioP.h: Likewise.
4658 * resolv/gai_notify.c: Likewise.
4659 * resolv/ns_name.c: Likewise.
4660 * resolv/ns_samedomain.c: Likewise.
4661 * resolv/res_send.c: Likewise.
4662 * stdlib/random.c: Likewise.
4663 * sunrpc/rpc/xdr.h: Likewise.
4664 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
4665 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4666 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4667 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4668 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4669 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4670 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4671 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4672 * sysdeps/mach/hurd/check_fds.c: Likewise.
4673 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
4674 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4675 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
4676 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
4677 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4678 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
4679 * sysdeps/pthread/aio_notify.c: Likewise.
4680 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
4681 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
4682 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
4683 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4684 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
4685
46ed1038
LD
46862013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
4687
4688 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
4689 version if bit_Slow_SSE4_2 is set.
4690 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
4691 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
4692
d400dcac
AZ
46932013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4694
4695 [BZ #15867]
4696 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
4697 trampoline stack frame information.
4698 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
4699 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
4700 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
4701 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
4702 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
4703 * sysdeps/unix/sysv/linux/powerpc/init-first.c
4704 (_libc_vdso_platform_setup): Initialize the signal trampolines.
4705 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
4706 sa_flags value.
4707 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
4708 interrupting a syscall and set with option SA_SIGINFO.
4709
42c8fdd8
JM
47102013-08-20 Joseph Myers <joseph@codesourcery.com>
4711
c980f2f4
JM
4712 [BZ #15531]
4713 * math/s_cproj.c (__cproj): Only return an infinity if one part of
4714 argument is infinite.
4715 * math/s_cprojf.c (__cprojf): Likewise.
4716 * math/s_cprojl.c (__cprojl): Likewise.
4717 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
4718 * math/libm-test.inc (cproj_test_data): Add more tests.
4719
0716c4fc
JM
4720 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
4721
42c8fdd8
JM
4722 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
4723 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
4724 size. Use __ffs to determine corresponding shift.
4725
b31469d0
JM
47262013-08-20 Joseph Myers <joseph@codesourcery.com>
4727 Roland McGrath <roland@hack.frob.com>
4728
4729 * Makefile (INSTALL): Remove trailing blank lines from output of
4730 makeinfo.
4731
4e39af6e
AK
47322013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4733
4734 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
4735 Align 32 bit compat elf_greg to 8 bytes.
4736
f315524e
AA
47372013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4738
4739 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
4740
1326ba1a
SP
47412013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
4742
4743 * string/strcoll_l.c (coll_seq): New structure.
4744 (get_next_seq_cached): New function.
4745 (get_next_seq): New function.
4746 (do_compare): New function.
4747 (STRCOLL): Use GNU style definition. Simplify implementation
4748 by using get_next_seq, get_next_seq_cached and do_compare.
4749
91ce4085
FW
47502013-08-16 Florian Weimer <fweimer@redhat.com>
4751
4752 [BZ #14699]
4753 CVE-2013-4237
4754 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
4755 member.
4756 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
4757 member.
4758 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
4759 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
4760 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
4761 conditional.
4762 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
4763 GETDENTS_64BIT_ALIGNED.
4764 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
4765 * manual/filesys.texi (Reading/Closing Directory): Document
4766 ENAMETOOLONG return value of readdir_r. Recommend readdir more
4767 strongly.
4768 * manual/conf.texi (Limits for Files): Add portability note to
4769 NAME_MAX, PATH_MAX.
4770 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
4771
ca0a6bc4
AS
47722013-08-13 Andreas Schwab <schwab@suse.de>
4773
4774 [BZ #15749]
4775 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
4776 of fabs.
4777 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
4778 LDBL_MAX_EXP >= 16384]: Add tests for it.
4779
6c1fd795
DM
47802013-08-12 David S. Miller <davem@davemloft.net>
4781
4782 * version.h (RELEASE): Set to "development".
4783 (VERSION): Set to "2.18.90".
4784 * NEWS: Add 2.19 section.
4785
31ad488d
DM
47862013-08-03 David S. Miller <davem@davemloft.net>
4787
4788 * po/ko.po: Update Korean translation from translation project.
4789
db24e684
DM
47902013-08-01 David S. Miller <davem@davemloft.net>
4791
4792 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
4793 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
4794 Bilka.
4795
f723285b
DM
47962013-07-30 David S. Miller <davem@davemloft.net>
4797
4798 * po/fr.po: Update French translation from translation project.
4799
3cbc52db
DM
48002013-07-28 David S. Miller <davem@davemloft.net>
4801
30bbc0cc
DM
4802 * po/cs.po: Update Czech translation from translation project.
4803
3cbc52db
DM
4804 * po/sv.po: Update Swedish translation from translation project.
4805
d492e6d0
DM
48062013-07-27 David S. Miller <davem@davemloft.net>
4807
f1a7f492
DM
4808 * po/eo.po: Update Esperanto translation from translation project.
4809
90e62a4a
DM
4810 * po/vi.po: Update Vietnamese translation from translation project.
4811
d492e6d0
DM
4812 * po/de.po: Update German translation from translation project.
4813
d4baa62d
DM
48142013-07-26 David S. Miller <davem@davemloft.net>
4815
641aa7b4
DM
4816 * po/bg.po: Update Bulgarian translation from translation project.
4817
d4baa62d
DM
4818 * po/nl.po: Update Dutch translation from translation project.
4819 * po/pl.po: Update Polish translation from translation project.
4820 * po/ru.po: Update Russian translation from translation project.
4821
61a9dcb9
DM
48222013-07-24 David S. Miller <davem@davemloft.net>
4823
4824 * po/libc.pot: Update.
4825
7b1f8b58
AZ
48262013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4827
4828 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
4829 variable page size.
4830 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
4831 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
4832 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
4833
a8fc7a03
AK
48342013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4835
4836 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
4837
e4608715
CD
48382013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4839 Andreas Schwab <schwab@suse.de>
4840 Roland McGrath <roland@hack.frob.com>
4841 Joseph Myers <joseph@codesourcery.com>
4842 Carlos O'Donell <carlos@redhat.com>
4843
4844 [BZ #15755]
4845 * config.h.in: Define HAVE_PT_CHOWN.
4846 * config.make.in (build-pt-chown): New variable.
4847 * configure.in (--enable-pt_chown): New configure option.
4848 * configure: Regenerate.
4849 * login/Makefile: Include Makeconfig. Build pt_chown only if
4850 build-pt-chown is enabled.
4851 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
4852 pt_chown to fix pty ownership.
4853 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
4854 CLOSE_ALL_FDS.
4855 * manual/install.texi (Configuring and compiling): Mention
4856 --enable-pt_chown. Add @findex for grantpt.
4857 * INSTALL: Regenerate.
4858
da2d62df
DM
48592013-07-20 David S. Miller <davem@davemloft.net>
4860
4861 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
4862 difference between 32-bit and 64-bit.
4863
d7e06450
CD
48642013-07-15 Carlos O'Donell <carlos@redhat.com>
4865
4866 [BZ #15711]
4867 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
4868 Avoid system header dependency with -ffreestanding.
4869 ($(objpfx)bits/syscall%d): Likewise.
4870
f959cfd7
DM
48712013-07-13 David S. Miller <davem@davemloft.net>
4872
4873 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
4874 underflows from atanl/atan2l due to bug 15319.
4875 (casinh_test_data): Likewise.
4876
c61f8513
DM
48772013-07-07 David S. Miller <davem@davemloft.net>
4878
4879 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
4880
72c90ed0
JA
48812013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
4882
4883 * sysdeps/i386/fpu/libm-test-ulps: Update.
4884 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4885
52dfbe13
SP
48862013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
4887
4888 * configure.in (--enable-lock-elision): Fix message text.
4889 * INSTALL: Regenerate.
4890 * configure: Regenerate.
4891
3f169543
AZ
48922013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4893
4894 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4895
521c6785
AJ
48962013-07-03 Andreas Jaeger <aj@suse.de>
4897
4898 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
4899 define.
4900 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
4901 (ptrace_peeksiginfo_args): Add.
4902 (__ptrace_peeksiginfo_flags): Add.
4903 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
4904 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
4905 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
4906
d2cc15cb
AM
49072013-07-03 Allan McRae <allan@archlinux.org>
4908
4909 * sysdeps/i386/fpu/libm-test-ulps: Update.
4910
3aaeeca7
DM
49112013-07-02 David S. Miller <davem@davemloft.net>
4912
4913 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4914
5314ed1a
MT
49152013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
4916
4917 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4918
67338156
JM
49192013-07-02 Joseph Myers <joseph@codesourcery.com>
4920
4921 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4922 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4923
1717da59
AK
49242013-07-02 Andi Kleen <ak@linux.intel.com>
4925
4926 * config.h.in (ENABLE_LOCK_ELISION): Add.
4927 * configure.in (--enable-lock-elision): Add option.
4928 * manual/install.texi: Document --enable lock elision.
4929 * configure: Regenerate
4930 * INSTALL: Regenerate.
4931
1c81621c
L
49322013-07-02 H.J. Lu <hongjiu.lu@intel.com>
4933
4934 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
4935 SSE4.2 strcasecmp for libc.a.
4936 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4937
77f01ab5
JM
49382013-07-02 Joseph Myers <joseph@codesourcery.com>
4939
4940 [BZ #13304]
4941 * soft-fp/op-common.h (_FP_FMA): New macro.
4942 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
4943 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
4944 (_FP_MUL_MEAT_1_imm): ... here.
4945 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
4946 (_FP_MUL_MEAT_1_wide): ... here.
4947 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
4948 (_FP_MUL_MEAT_1_hard): ... here.
4949 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
4950 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
4951 (_FP_MUL_MEAT_2_wide): ... here.
4952 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
4953 (_FP_MUL_MEAT_2_wide_3mul): ... here.
4954 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
4955 (_FP_MUL_MEAT_2_gmp): ... here.
4956 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
4957 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
4958 (_FP_MUL_MEAT_4_wide): ... here.
4959 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
4960 (_FP_MUL_MEAT_4_gmp): ... here.
4961 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
4962 (_FP_WFRACBITS_DW_S): Likewise.
4963 (_FP_WFRACXBITS_DW_S): Likewise.
4964 (_FP_HIGHBIT_DW_S): Likewise.
4965 (FP_FMA_S): Likewise.
4966 (_FP_FRAC_HIGH_DW_S): Likewise.
4967 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
4968 (_FP_WFRACBITS_DW_D): Likewise.
4969 (_FP_WFRACXBITS_DW_D): Likewise.
4970 (_FP_HIGHBIT_DW_D): Likewise.
4971 (FP_FMA_D): Likewise.
4972 (_FP_FRAC_HIGH_DW_D): Likewise.
4973 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
4974 (_FP_WFRACBITS_DW_E): Likewise.
4975 (_FP_WFRACXBITS_DW_E): Likewise.
4976 (_FP_HIGHBIT_DW_E): Likewise.
4977 (FP_FMA_E): Likewise.
4978 (_FP_FRAC_HIGH_DW_E): Likewise.
4979 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
4980 (_FP_WFRACBITS_DW_Q): Likewise.
4981 (_FP_WFRACXBITS_DW_Q): Likewise.
4982 (_FP_HIGHBIT_DW_Q): Likewise.
4983 (FP_FMA_Q): Likewise.
4984 (_FP_FRAC_HIGH_DW_Q): Likewise.
4985 * soft-fp/fmasf4.c: New file.
4986 * soft-fp/fmadf4.c: Likewise.
4987 * soft-fp/fmatf4.c: Likewise.
4988
6308fd9a
LD
49892013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
4990
4991 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
4992 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
4993 Silvermont.
4994 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
4995 macro.
4996 (index_Slow_SSE4_2): Likewise.
4997 (index_Prefer_PMINUB_for_stringop): Likewise.
4998 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
4999 bit_Slow_SSE4_2 is set.
5000 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5001 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
5002
89cd9569
RA
50032013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5004
5005 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
5006 rtld_global._dl_hwcap2.
5007 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
5008 POWER8.
5009 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
5010 POWER8 feature descriptions defined in _dl_hwcap2.
5011 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
5012 string handling for POWER8 feature bits.
5013 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
5014 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
5015 _dl_powerpc_cap_flags.
5016 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
5017 * sysdeps/powerpc/rtld-global-offsets.sym
5018 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
5019 _dl_hwcap2 in the rtld_global_ro structure.
5020
1ae8bfe0
RA
50212013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5022
5023 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
5024 hardware capabilities in support of AT_HWCAP2.
5025 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
5026 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
5027 GLRO(dl_hwcap2).
5028 (_dl_show_auxv): Add support for calling _dl_procinfo to display
5029 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
5030 explicitly the unknown a_type display mechanism is used.
5031 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
5032 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
5033 struct member.
5034 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
5035 to macro prototype for AT_HWCAP2 support.
5036 * sysdeps/i386/dl-procinfo.h: Likewise.
5037 * sysdeps/s390/dl-procinfo.h: Likewise.
5038 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
5039 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
5040 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
5041 return -1 for unknown a_type display fallback.
5042 * sysdeps/sparc/dl-procinfo.h: Likewise.
5043 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
5044 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
5045
8fbec010
JM
50462013-06-28 Joseph Myers <joseph@codesourcery.com>
5047
5048 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
5049 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
5050
0432680e
PY
50512013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
5052
5053 [BZ #12492]
5054 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
5055 mprotect making __stack_prot writable.
5056
ce61a2ad
NF
50572013-06-28 Nathan Froyd <froydnj@codesourcery.com>
5058 Joseph Myers <joseph@codesourcery.com>
5059
5060 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
5061 as being properly aligned.
5062
f91f1c0f
MR
50632013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
5064
3d0f5d0c
MR
5065 * dlfcn/modstatic5.c: New file.
5066 * dlfcn/tststatic5.c: New file.
5067 * dlfcn/Makefile (tests): Add tststatic5.
5068 (tests-static): Likewise.
5069 (modules-names): Add modstatic5.
5070 (tststatic5-ENV): New variable.
5071 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
5072
f91f1c0f
MR
5073 [BZ #15022]
5074 * elf/dl-support.c (_dl_main_map): New variable.
5075 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
5076 (_dl_nns, _dl_load_adds): Set to 1.
5077 (_dl_initial_searchlist): Refer to _dl_main_map.
5078 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
5079 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
5080 call to _dl_get_origin.
5081 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
5082 around call_map.
5083 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
5084 * dlfcn/modstatic3.c: New file.
5085 * dlfcn/tststatic3.c: New file.
5086 * dlfcn/tststatic4.c: New file.
5087 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
5088 (tests-static): Likewise.
5089 (modules-names): Add modstatic3.
5090 (tststatic3-ENV, tststatic4-ENV): New variables.
5091 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
5092 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
5093
cbe7d24b
JM
50942013-06-26 Joseph Myers <joseph@codesourcery.com>
5095
5096 * configure.in (CC): Require GCC version 4.4 or later.
5097 * configure: Regenerated.
5098 * manual/install.texi (Tools for Compilation): Update GCC version
5099 requirement.
5100 * INSTALL: Regenerated.
5101
11b8a0e1
LD
51022013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
5103
5104 [BZ #15674]
bb5bb87c
L
5105 * string/test-memcmp.c (check2): New.
5106 (main): Call check2.
5107
11b8a0e1
LD
5108 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
5109
b0037103
MR
51102013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5111
5112 [BZ #15022]
5113 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
5114 over to...
5115 (dl_open_worker) [!SHARED]: ... here.
5116
c18c701d
RA
51172013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5118
5119 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
5120
1d17fa5f
RH
51212013-06-25 Richard Henderson <rth@redhat.com>
5122
5123 * locale/programs/locarchive.c: Include <libc-internal.h>
5124
8fcb833a
JM
51252013-06-25 Joseph Myers <joseph@codesourcery.com>
5126
5127 * manual/texinfo.tex: Update to version 2013-06-21.17, with
5128 trailing whitespace removed.
5129
17db6e8d
MF
51302013-06-24 Mike Frysinger <vapier@gentoo.org>
5131
5132 [BZ #10283]
17db6e8d
MF
5133 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
5134 * locale/programs/locarchive.c: Include libc-mmap.h.
5135 (prepare_address_space): Take two new outputs (the mmap base and len).
5136 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
5137 values.
5138 (create_archive): Declare new mmap base and len values for
5139 prepare_address_space, and store the result in ah.
5140 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
5141 (enlarge_archive): If ah->mmap_base is not NULL, use that and
5142 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
5143 Declare new mmap base and len values for
5144 prepare_address_space, and store the result in new_ah.
5145 (open_archive): Declare new mmap base and len values for
5146 prepare_address_space, and store the result in ah.
5147 (close_archive): If ah->mmap_base is not NULL, use that and
5148 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
5149 * sysdeps/generic/libc-mmap.h: New file.
5150
d605071e
MF
51512013-06-24 Mike Frysinger <vapier@gentoo.org>
5152
5153 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
5154 (ALIGN_UP): Likewise.
5155 (PTR_ALIGN_DOWN): Likewise.
5156 (PTR_ALIGN_UP): Likewise.
5157
2f063a6e
RA
51582013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5159
5160 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
5161 entry mapped to PPC_PLATFORM_POWER8.
5162 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
5163 POWER8.
5164 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
5165 (_dl_string_platform): Add case for exporting platform position for
5166 POWER8.
5167 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
5168 search path to sysdeps/powerpc/powerpc32/power8 directory.
5169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
5170 search path to sysdeps/powerpc/powerpc64/power8 directory.
5171 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
5172 power7 directories.
5173 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
5174 power7 directories.
5175
a31ee4b3
SP
51762013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
5177
a74ca98f
SP
5178 * INSTALL: Regenerate.
5179
a31ee4b3
SP
5180 * nscd/connections.c (nscd_init): Fix comment.
5181
695c378f
JM
51822013-06-22 Joseph Myers <joseph@codesourcery.com>
5183
d8412221
JM
5184 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
5185
695c378f
JM
5186 [BZ #15667]
5187 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
5188 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
5189
d1d54715
MR
51902013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
5191
5192 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
5193 DL_DST_REQ_STATIC.
5194 (DL_DST_REQ_STATIC): Remove macro.
5195
8fdda7af
JM
51962013-06-21 Joseph Myers <joseph@codesourcery.com>
5197
5198 [BZ #7006]
5199 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
5200 with a shift of 0 bits.
5201
f3bc5e5a
MR
52022013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
5203
5204 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
5205 $(tststatic-ENV).
5206
be09e8c9
KK
52072013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5208
5209 [BZ #15655]
5210 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
5211
85c2e611
AZ
52122013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5213
5214 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
5215 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
5216 accepts -fno-tree-loop-distribute-patterns.
5217 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
5218 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
5219 recursive call.
5220 * string/memset.c (memset): Likewise.
5221 * string/test-memmove.c (simple_memmove): Disable loop transformation
5222 to library calls.
5223 * string/test-memset.c (simple_memset): Likewise.
5224 * benchtests/bench-memmove.c (simple_memmove): Likewise.
5225 * benchtests/bench-memset.c (simple_memset): Likewise.
5226 * configure: Regenerated.
5227
c91e0825
JM
52282013-06-20 Joseph Myers <joseph@codesourcery.com>
5229
b8c792af
JM
5230 * math/test-misc.c (main): Ignore fesetround failure when failures
5231 of subsequent rounding tests would be ignored.
5232
c91e0825
JM
5233 [BZ #15654]
5234 * math/fedisblxcpt.c (fedisableexcept): Return 0.
5235 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
5236 * math/fegetenv.c (__fegetenv): Return 0.
5237 * math/fegetexcept.c (fegetexcept): Return 0.
5238 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
5239 FE_TONEAREST.
5240 * math/feholdexcpt.c (feholdexcept): Return 0.
5241 * math/fesetenv.c (__fesetenv): Return 0.
5242 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
5243 argument FE_TONEAREST.
5244 * math/feupdateenv.c (__feupdateenv): Return 0.
5245 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
5246
bfcacbde
RM
52472013-06-18 Roland McGrath <roland@hack.frob.com>
5248
5249 * elf/rtld-Rules (rtld-compile-command.S): New variable.
5250 (rtld-compile-command.s, rtld-compile-command.c): New variables.
5251 ($(objpfx)rtld-%.os rules): Use them.
5252
e55a9b25
AZ
52532013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5254
5255 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
5256 fields.
5257
346d65b3
RM
52582013-06-17 Roland McGrath <roland@hack.frob.com>
5259
12086fb4
RM
5260 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
5261 length of target pattern, then descending length of dependency pattern.
5262 * configure.in (AWK): Require gawk 3.1.2 or newer.
5263 * manual/install.texi (Tools for Compilation): Say that we do.
5264 * configure: Regenerated.
5265
346d65b3
RM
5266 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
5267 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
5268 * scripts/sysd-rules.awk: ... this new script.
5269 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
5270 than a glob-style pattern.
5271
1a846317
JM
52722013-06-17 Joseph Myers <joseph@codesourcery.com>
5273
5274 * math/test-misc.c (main): Do not treat incorrectly rounded
5275 conversions as failure unless ROUNDING_TESTS passes.
5276
8fc75e6f
JM
52772013-06-15 Joseph Myers <joseph@codesourcery.com>
5278
3711a167
JM
5279 [BZ #15631]
5280 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
5281 restore exception state around main square root computation, then
5282 check for inexactness explicitly.
5283
8fc75e6f
JM
5284 * math/libm-test.inc (fma_test_data): Add another test.
5285
61dd6208
SP
52862013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
5287
adf23d2c
SP
5288 * manual/threads.texi (Non-POSIX Extensions): New document
5289 node. Document pthread_getattr_default_np and
5290 pthread_setattr_default_np.
5291
61dd6208
SP
5292 * Versions.def (libpthread): Add GLIBC_2.18.
5293 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
5294 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
5295 Likewise.
5296 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
5297 Likewise.
5298 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5299 Likewise.
5300 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5301 Likewise.
5302 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
5303 Likewise.
5304 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
5305 Likewise.
5306 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
5307 Likewise.
5308 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
5309 Likewise.
5310 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
5311 Likewise.
5312
d086fc7b
LD
53132013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
5314
5315 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5316 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
5317
747ef469
SP
53182013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
5319 H.J. Lu <hjl.tools@gmail.com>
5320
5321 [BZ #15627]
5322 * sysdeps/x86_64/rtld-memset.c: Remove file.
5323 * sysdeps/x86_64/rtld-memset.S: New file.
5324
1b2feed2
JM
53252013-06-14 Joseph Myers <joseph@codesourcery.com>
5326
5327 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
5328 (test_in_one_mode): Take arguments for whether the rounding mode
5329 is supported for each floating-point type.
5330 (do_test): Pass new arguments to test_in_one_mode using
5331 ROUNDING_TESTS.
5332
a58ad3f8
RM
53332013-06-13 Roland McGrath <roland@hack.frob.com>
5334
5335 * posix/tst-waitid.c (do_test): Distinguish different instances of
5336 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
5337 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
5338 before entering the kernel for waitpid.
5339
c204ab28
SP
53402013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
5341
5342 * NEWS: Fix note on clock function precision. Text by Roland
5343 McGrath.
5344
f4a29fba
RM
53452013-06-13 Roland McGrath <roland@hack.frob.com>
5346
5347 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
5348 it into place only when and if the sanity check passes.
5349
1f24b9ad
JM
53502013-06-13 Joseph Myers <joseph@codesourcery.com>
5351
5352 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
5353 output for whether conversion result is exact. Take argument
5354 indicating whether type is IBM long double.
5355 (round_for_all): Change need_exact field to ibm_ld.
5356 * stdlib/tst-strtod-round.c (struct exactness): New type.
5357 (struct test): Change bool ld_ok field to struct exactness exact.
5358 (TEST): Update all definitions for change to field.
5359 (tests): Regenerate array contents.
5360 (test_in_one_mode): Take pointer to new field instead of old ld_ok
5361 field value. Check for IBM long double here.
5362 (do_test): Update calls to test_in_one_mode.
5363
58206c68
SP
53642013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
5365
5366 [BZ #12515]
5367 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
5368 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
5369
2d6f4c5b 53702013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
5371
5372 [BZ #15605]
5373 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
5374 generated by the compiler on loop optimizations.
5375 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
5376 general definitions.
5377
94f2c076
JM
53782013-06-12 Joseph Myers <joseph@codesourcery.com>
5379
5380 * math/bug-nextafter.c: Include <math-tests.h>.
5381 (main): Only test for exceptions if EXCEPTION_TESTS is true for
5382 the relevant type.
5383 * math/bug-nexttoward.c: Include <math-tests.h>.
5384 (main): Only test for exceptions if EXCEPTION_TESTS is true for
5385 the relevant type.
5386 * math/test-misc.c: Include <math-tests.h>.
5387 (main): Only test for exceptions if EXCEPTION_TESTS is true for
5388 the relevant type.
5389
e0e50a0a
AJ
53902013-06-12 Andreas Jaeger <aj@suse.de>
5391
5392 * po/ia.po: Update Interlingua translation from translation
5393 project.
5394
25061094
SP
53952013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
5396
5397 * include/fenv.h: Include stdbool.h.
5398 (struct rm_ctx): New structure.
5399 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
5400 Define macro.
5401 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
5402 (SET_RESTORE_ROUNDF): Likewise.
5403 (SET_RESTORE_ROUNDL): Likewise.
5404 (SET_RESTORE_ROUND_NOEX): Likewise.
5405 (SET_RESTORE_ROUND_NOEXF): Likewise.
5406 (SET_RESTORE_ROUND_NOEXL): Likewise.
5407 (SET_RESTORE_ROUND_53BIT): Likewise.
5408 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
5409 (libc_feresetround_noexf_ctx): Likewise.
5410 (libc_feresetround_noexl_ctx): Likewise.
5411 (libc_feholdsetround_53bit_ctx): Likewise.
5412 (libc_feresetround_53bit_ctx): Likewise.
5413 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
5414 (libc_feholdexcept_setround_sse_ctx): New function.
5415 (libc_fesetenv_sse_ctx): Likewise.
5416 (libc_feupdateenv_sse_ctx): Likewise.
5417 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
5418 (libc_feholdexcept_setround_387_ctx): Likewise.
5419 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
5420 (libc_feholdsetround_387_prec_ctx): Likewise.
5421 (libc_feholdsetround_387_ctx): Likewise.
5422 (libc_feholdsetround_387_53bit_ctx): Likewise.
5423 (libc_feholdsetround_sse_ctx): Likewise.
5424 (libc_feresetround_sse_ctx): Likewise.
5425 (libc_feresetround_387_ctx): Likewise.
5426 (libc_feupdateenv_387_ctx): Likewise.
5427 (libc_feholdexcept_setroundf_ctx): Define macro.
5428 (libc_fesetenvf_ctx): Likewise.
5429 (libc_feupdateenvf_ctx): Likewise.
5430 (libc_feholdsetroundf_ctx): Likewise.
5431 (libc_feresetroundf_ctx): Likewise.
5432 (libc_feholdexcept_setround_ctx): Likewise.
5433 (libc_fesetenv_ctx): Likewise.
5434 (libc_feupdateenv_ctx): Likewise.
5435 (libc_feholdsetround_ctx): Likewise.
5436 (libc_feresetround_ctx): Likewise.
5437 (libc_feholdexcept_setroundl_ctx): Likewise.
5438 (libc_feupdateenvl_ctx): Likewise.
5439 (libc_feholdsetroundl_ctx): Likewise.
5440 (libc_feresetroundl_ctx): Likewise.
5441 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
5442 (libc_feresetround_53bit_ctx): Likewise.
5443
59b30555
SP
54442013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5445
5446 * locale/iso-639.def: Convert to UTF-8.
5447
f1d73d30
JM
54482013-06-11 Joseph Myers <joseph@codesourcery.com>
5449
5450 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
5451 (EXCEPTION_TESTS_double): Likewise.
5452 (EXCEPTION_TESTS_long_double): Likewise.
5453 (EXCEPTION_TESTS): Likewise.
5454 * math/libm-test.inc (test_exceptions): Only test exceptions if
5455 EXCEPTION_TESTS (FLOAT).
5456
94aca5e7
SP
54572013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5458
5459 * benchtests/Makefile (string-bench): Add strcpy_chk and
5460 stpcpy_chk.
5461 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
5462 * benchtests/bench-stpcpy_chk.c: New file.
5463 * benchtests/bench-strcpy_chk-ifunc.c: New file.
5464 * benchtests/bench-strcpy_chk.c: New file.
5465 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
5466 code.
5467 (do_test): Likewise.
5468
fac0c5f2
RA
54692013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5470
5471 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
5472 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
5473 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
5474 with tabs where appropriate.
5475 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
5476 dl-procinfo.h.
5477 [PPC_PLATFORM_PPC440]: Likewise.
5478 [PPC_PLATFORM_PPC464]: Likewise.
5479 [PPC_PLATFORM_PPC476]: Likewise.
5480 (_dl_string_platform): Add support for detecting ppc405, ppc440,
5481 ppc464, and ppc476 platform strings merging from ports/
5482 dl-procinfo.h.
5483
f22bc486
AS
54842013-06-11 Andreas Schwab <schwab@suse.de>
5485
5486 [BZ #14991]
5487 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
5488 (from_ucs4_idx): Regenerate.
5489 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
5490 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
5491 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
5492 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
5493 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
5494 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
5495 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
5496 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
5497 from FROM_LOOP and TO_LOOP specific macros.
5498 (BODY): Handle combining characters.
5499 * iconvdata/BIG5HKSCS.irreversible: Update.
5500 * iconvdata/BIG5HKSCS.precomposed: New file.
5501 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
5502 characters.
5503 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
5504
c1f75dc3
SP
55052013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5506
4eacded2
SP
5507 * include/sys/time.h: Fix indentation and add copyright header.
5508
fec799f8
SP
5509 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
5510 (do_test): Likewise.
5511 * string/test-memchr.c (do_one_test): Likewise.
5512 (do_test): Likewise.
5513 * string/test-memcmp.c (do_one_test): Likewise.
5514 (do_test): Likewise.
5515 * string/test-memcpy.c (do_one_test): Likewise.
5516 (do_test): Likewise.
5517 * string/test-memmem.c (do_one_test): Likewise.
5518 (do_test): Likewise.
5519 (do_random_tests): Likewise.
5520 * string/test-memmove.c (do_one_test): Likewise.
5521 (do_test): Likewise.
5522 * string/test-memset.c (do_one_test): Likewise.
5523 (do_test): Likewise.
5524 * string/test-rawmemchr.c (do_one_test): Likewise.
5525 (do_test): Likewise.
5526 * string/test-strcasecmp.c (do_one_test): Likewise.
5527 (do_test): Likewise.
5528 * string/test-strcasestr.c (do_one_test): Likewise.
5529 (do_test): Likewise.
5530 * string/test-strcat.c (do_one_test): Likewise.
5531 (do_test): Likewise.
5532 * string/test-strchr.c (do_one_test): Likewise.
5533 (do_test): Likewise.
5534 * string/test-strcmp.c (do_one_test): Likewise.
5535 (do_test): Likewise.
5536 * string/test-strcpy.c (do_one_test): Likewise.
5537 (do_test): Likewise.
5538 * string/test-string.h: Likewise.
5539 (test_init): Likewise.
5540 * string/test-strlen.c (do_one_test): Likewise.
5541 (do_test): Likewise.
5542 * string/test-strncasecmp.c (do_one_test): Likewise.
5543 (do_test): Likewise.
5544 * string/test-strncat.c (do_one_test): Likewise.
5545 (do_test): Likewise.
5546 * string/test-strncmp.c (do_one_test): Likewise.
5547 (do_test_limit): Likewise.
5548 (do_test): Likewise.
5549 * string/test-strncpy.c (do_one_test): Likewise.
5550 (do_test): Likewise.
5551 * string/test-strnlen.c (do_one_test): Likewise.
5552 (do_test): Likewise.
5553 * string/test-strpbrk.c (do_one_test): Likewise.
5554 (do_test): Likewise.
5555 * string/test-strrchr.c (do_one_test): Likewise.
5556 (do_test): Likewise.
5557 * string/test-strspn.c (do_one_test): Likewise.
5558 (do_test): Likewise.
5559 * string/test-strstr.c (do_one_test): Likewise.
5560 (do_test): Likewise.
5561
97020474
SP
5562 * benchtests/Makefile (string-bench): Add string benchmarks.
5563 * benchtests/bench-bcopy-ifunc.c: New file.
5564 * benchtests/bench-bcopy.c: New file.
5565 * benchtests/bench-bzero-ifunc.c: New file.
5566 * benchtests/bench-bzero.c: New file.
5567 * benchtests/bench-memccpy-ifunc.c: New file.
5568 * benchtests/bench-memccpy.c: New file.
5569 * benchtests/bench-memchr-ifunc.c: New file.
5570 * benchtests/bench-memchr.c: New file.
5571 * benchtests/bench-memcmp-ifunc.c: New file.
5572 * benchtests/bench-memcmp.c: New file.
5573 * benchtests/bench-memmem-ifunc.c: New file.
5574 * benchtests/bench-memmem.c: New file.
5575 * benchtests/bench-memmove-ifunc.c: New file.
5576 * benchtests/bench-memmove.c: New file.
5577 * benchtests/bench-mempcpy-ifunc.c: New file.
5578 * benchtests/bench-mempcpy.c: New file.
5579 * benchtests/bench-memset-ifunc.c: New file.
5580 * benchtests/bench-memset.c: New file.
5581 * benchtests/bench-rawmemchr-ifunc.c: New file.
5582 * benchtests/bench-rawmemchr.c: New file.
5583 * benchtests/bench-stpcpy-ifunc.c: New file.
5584 * benchtests/bench-stpcpy.c: New file.
5585 * benchtests/bench-stpncpy-ifunc.c: New file.
5586 * benchtests/bench-stpncpy.c: New file.
5587 * benchtests/bench-strcasecmp-ifunc.c: New file.
5588 * benchtests/bench-strcasecmp.c: New file.
5589 * benchtests/bench-strcasestr-ifunc.c: New file.
5590 * benchtests/bench-strcasestr.c: New file.
5591 * benchtests/bench-strcat-ifunc.c: New file.
5592 * benchtests/bench-strcat.c: New file.
5593 * benchtests/bench-strchr-ifunc.c: New file.
5594 * benchtests/bench-strchr.c: New file.
5595 * benchtests/bench-strchrnul-ifunc.c: New file.
5596 * benchtests/bench-strchrnul.c: New file.
5597 * benchtests/bench-strcmp-ifunc.c: New file.
5598 * benchtests/bench-strcmp.c: New file.
5599 * benchtests/bench-strcpy-ifunc.c: New file.
5600 * benchtests/bench-strcpy.c: New file.
5601 * benchtests/bench-strcspn-ifunc.c: New file.
5602 * benchtests/bench-strcspn.c: New file.
5603 * benchtests/bench-strlen-ifunc.c: New file.
5604 * benchtests/bench-strlen.c: New file.
5605 * benchtests/bench-strncasecmp-ifunc.c: New file.
5606 * benchtests/bench-strncasecmp.c: New file.
5607 * benchtests/bench-strncat-ifunc.c: New file.
5608 * benchtests/bench-strncat.c: New file.
5609 * benchtests/bench-strncmp-ifunc.c: New file.
5610 * benchtests/bench-strncmp.c: New file.
5611 * benchtests/bench-strncpy-ifunc.c: New file.
5612 * benchtests/bench-strncpy.c: New file.
5613 * benchtests/bench-strnlen-ifunc.c: New file.
5614 * benchtests/bench-strnlen.c: New file.
5615 * benchtests/bench-strpbrk-ifunc.c: New file.
5616 * benchtests/bench-strpbrk.c: New file.
5617 * benchtests/bench-strrchr-ifunc.c: New file.
5618 * benchtests/bench-strrchr.c: New file.
5619 * benchtests/bench-strspn-ifunc.c: New file.
5620 * benchtests/bench-strspn.c: New file.
5621 * benchtests/bench-strstr-ifunc.c: New file.
5622 * benchtests/bench-strstr.c: New file.
5623
c1f75dc3
SP
5624 * benchtests/Makefile: Disable parallel execution of targets.
5625 (string-bench): Add memcpy.
5626 (benchset): New variable to store a list of benchmark sets.
5627 (bench-func): Renamed from bench.
5628 (bench-set): New target.
5629 (bench): Depend on bench-func and bench-set.
5630 * benchtests/README: Add section on benchmark sets.
5631 * benchtests/bench-memcpy-ifunc.c: New file.
5632 * benchtests/bench-memcpy.c: New file.
5633 * benchtests/bench-string.h: New file.
5634
50fd745b
AS
56352013-06-11 Andreas Schwab <schwab@suse.de>
5636
5637 [BZ #15577]
5638 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
5639 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
5640 values in the triple.
5641 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
5642 terminator in the group key.
5643
3ee7e9fe
AJ
56442013-06-11 Andreas Jaeger <aj@suse.de>
5645
5646 * po/zh_TW.po: Update Chinese (traditional) translation from
5647 translation project.
5648
89fb6835
SP
56492013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5650
5651 * include/time.h (__clock_gettime): Add libc_hidden_proto.
5652 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
5653 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
5654 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
5655 (clock_getcpuclockid): Likewise.
5656 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
5657 Add weak_alias and libc_hidden_def.
5658 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
5659 * rt/clock_gettime.c (clock_gettime): Rename to
5660 __clock_gettime. Add weak_alias and libc_hidden_def.
5661 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
5662 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
5663 __clock_nanosleep. Add weak_alias and libc_hidden_def.
5664 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
5665 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
5666 Likewise.
5667 * rt/clock_settime.c (clock_settime): Rename to
5668 __clock_settime. Add weak_alias and libc_hidden_def.
5669 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
5670
0efa6f8b
JM
56712013-06-10 Joseph Myers <joseph@codesourcery.com>
5672
b8c61b4b
JM
5673 * mach/err_boot.sub: Remove trailing whitespace.
5674 * mach/err_ipc.sub: Likewise.
5675 * mach/err_mach.sub: Likewise.
5676
0efa6f8b
JM
5677 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
5678 (ROUNDING_TESTS_double): Likewise.
5679 (ROUNDING_TESTS_long_double): Likewise.
5680 (ROUNDING_TESTS): Likewise.
5681 * math/libm-test.inc: Include <math-tests.h>.
5682 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
5683 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
5684 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
5685 (IF_ROUND_INIT_FE_UPWARD): Likewise.
5686
50b818bf
SP
56872013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
5688
5689 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
5690 of assigning.
5691
60d2f8f3
JM
56922013-06-08 Joseph Myers <joseph@codesourcery.com>
5693
4902d2c3
JM
5694 * sysdeps/gnu/errlist.awk: Do not generate space at end of
5695 otherwise empty TRANS lines.
5696 * sysdeps/gnu/errlist.c: Regenerated.
5697
60d2f8f3
JM
5698 * catgets/gencat.c (error_print): Use (void) in function
5699 definition.
5700 * crypt/crypt_util.c (__init_des): Likewise.
5701 * crypt/speeds.c (Stop): Likewise.
5702 (main): Likewise.
5703 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
5704 * inet/ruserpass.c (token): Likewise.
5705 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
5706 * intl/localealias.c (extend_alias_table): Likewise.
5707 * intl/plural-exp.c (init_germanic_plural): Likewise.
5708 * libio/fcloseall.c (__fcloseall): Likewise.
5709 * libio/genops.c (_IO_flush_all): Likewise.
5710 (_IO_flush_all_linebuffered): Likewise.
5711 (_IO_cleanup): Likewise.
5712 (_IO_iter_begin): Likewise.
5713 (_IO_iter_end): Likewise.
5714 (_IO_list_lock): Likewise.
5715 (_IO_list_unlock): Likewise.
5716 (_IO_list_resetlock): Likewise.
5717 * libio/getchar.c (getchar): Likewise.
5718 * libio/getchar_u.c (getchar_unlocked): Likewise.
5719 * libio/getwchar.c (getwchar): Likewise.
5720 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
5721 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
5722 * login/getpt.c (__getpt): Likewise.
5723 * login/tst-utmp.c (main): Likewise.
5724 * malloc/hooks.c (__malloc_check_init): Likewise.
5725 * malloc/malloc.c (__malloc_stats): Likewise.
5726 * malloc/mtrace.c (tr_break): Likewise.
5727 (mtrace): Likewise.
5728 (muntrace): Likewise.
5729 * misc/fstab.c (endfsent): Likewise.
5730 * misc/getclktck.c (__getclktck): Likewise.
5731 * misc/getdtsz.c (__getdtablesize): Likewise.
5732 * misc/gethostid.c (gethostid): Likewise.
5733 * misc/getpagesize.c (__getpagesize): Likewise.
5734 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
5735 (__get_nprocs): Likewise.
5736 (__get_phys_pages): Likewise.
5737 (__get_avphys_pages): Likewise.
5738 * misc/getttyent.c (getttyent): Likewise.
5739 (setttyent): Likewise.
5740 (endttyent): Likewise.
5741 * misc/getusershell.c (getusershell): Likewise.
5742 (endusershell): Likewise.
5743 (setusershell): Likewise.
5744 (initshells): Likewise.
5745 * misc/hsearch.c (__hdestroy): Likewise.
5746 * misc/sync.c (sync): Likewise.
5747 * misc/syslog.c (closelog_internal): Likewise.
5748 (closelog): Likewise.
5749 * misc/ttyslot.c (ttyslot): Likewise.
5750 * misc/vhangup.c (vhangup): Likewise.
5751 * posix/fork.c (__fork): Likewise.
5752 * posix/getegid.c (__getegid): Likewise.
5753 * posix/geteuid.c (__geteuid): Likewise.
5754 * posix/getgid.c (__getgid): Likewise.
5755 * posix/getpid.c (__getpid): Likewise.
5756 * posix/getppid.c (__getppid): Likewise.
5757 * posix/getuid.c (__getuid): Likewise.
5758 * posix/pause.c (pause): Likewise.
5759 * posix/setpgrp.c (setpgrp): Likewise.
5760 * posix/setsid.c (__setsid): Likewise.
5761 * posix/test-vfork.c (noop): Likewise.
5762 * resolv/gethnamaddr.c (_endhtent): Likewise.
5763 (_gethtent): Likewise.
5764 (ht_endhostent): Likewise.
5765 (gethostent): Likewise.
5766 (dns_service): Likewise.
5767 * stdlib/drand48.c (drand48): Likewise.
5768 * stdlib/lrand48.c (lrand48): Likewise.
5769 * stdlib/mrand48.c (mrand48): Likewise.
5770 * stdlib/rand.c (rand): Likewise.
5771 * stdlib/random.c (__random): Likewise.
5772 * stdlib/setenv.c (clearenv): Likewise.
5773 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
5774 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
5775 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
5776 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
5777 (__get_nprocs): Likewise.
5778 (__get_phys_pages): Likewise.
5779 (__get_avphys_pages): Likewise.
5780 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
5781 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
5782 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
5783 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
5784 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
5785 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
5786 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
5787 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
5788 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
5789 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
5790 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
5791 * sysdeps/mach/hurd/sync.c (sync): Likewise.
5792 * sysdeps/posix/clock.c (clock): Likewise.
5793 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
5794 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
5795 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
5796 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
5797 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
5798 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
5799 (__get_nprocs_conf): Likewise.
5800 (__get_phys_pages): Likewise.
5801 (__get_avphys_pages): Likewise.
5802 * time/clock.c (clock): Likewise.
5803 * time/tzset.c (__tzname_max): Likewise.
5804
2e09a79a
JM
58052013-06-07 Joseph Myers <joseph@codesourcery.com>
5806
5807 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
5808 (__bswap_32): Do not use "register".
5809 * crypt/crypt.c (_ufc_doit_r): Likewise.
5810 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
5811 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
5812 * gmon/gmon.c (__monstartup): Likewise.
5813 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
5814 * hurd/hurdmalloc.c (more_memory): Likewise.
5815 (malloc): Likewise.
5816 (free): Likewise.
5817 (realloc): Likewise.
5818 (malloc_fork_prepare): Likewise.
5819 (malloc_fork_parent): Likewise.
5820 (malloc_fork_child): Likewise.
5821 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
5822 (_svcauth_des): Likewise.
5823 * inet/inet_lnaof.c (inet_lnaof): Likewise.
5824 * inet/inet_net.c (inet_network): Likewise.
5825 * inet/inet_netof.c (inet_netof): Likewise.
5826 * inet/rcmd.c (__validuser2_sa): Likewise.
5827 * io/fts.c (fts_open): Likewise.
5828 (fts_load): Likewise.
5829 (fts_close): Likewise.
5830 (fts_read): Likewise.
5831 (fts_children): Likewise.
5832 (fts_build): Likewise.
5833 (fts_stat): Likewise.
5834 (fts_sort): Likewise.
5835 (fts_alloc): Likewise.
5836 (fts_lfree): Likewise.
5837 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
5838 (_IO_file_xsgetn): Likewise.
5839 (_IO_file_xsgetn_mmap): Likewise.
5840 * libio/iofopncook.c (_IO_cookie_read): Likewise.
5841 (_IO_cookie_write): Likewise.
5842 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
5843 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
5844 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
5845 * malloc/obstack.c (_obstack_begin): Likewise.
5846 (_obstack_begin_1): Likewise.
5847 (_obstack_newchunk): Likewise.
5848 (_obstack_allocated_p): Likewise.
5849 (obstack_free): Likewise.
5850 (_obstack_memory_used): Likewise.
5851 * misc/getttyent.c (getttynam): Likewise.
5852 (getttyent): Likewise.
5853 (skip): Likewise.
5854 (value): Likewise.
5855 * misc/getusershell.c (initshells): Likewise.
5856 * misc/syslog.c (__vsyslog_chk): Likewise.
5857 * misc/ttyslot.c (ttyslot): Likewise.
5858 * nis/nis_hash.c (__nis_hash): Likewise.
5859 * posix/fnmatch_loop.c (FCT): Likewise.
5860 * posix/getconf.c (print_all): Likewise.
5861 (main): Likewise.
5862 * posix/getopt.c (exchange): Likewise.
5863 * posix/glob.c (globfree): Likewise.
5864 (prefix_array): Likewise.
5865 (__glob_pattern_type): Likewise.
5866 * resolv/arpa/nameser.h (NS_GET16): Likewise.
5867 (NS_GET32): Likewise.
5868 (NS_PUT16): Likewise.
5869 (NS_PUT32): Likewise.
5870 * resolv/gethnamaddr.c (getanswer): Likewise.
5871 (gethostbyname2): Likewise.
5872 (gethostbyaddr): Likewise.
5873 (_gethtent): Likewise.
5874 (_gethtbyname2): Likewise.
5875 (_gethtbyaddr): Likewise.
5876 * resolv/ns_print.c (dst_s_get_int16): Likewise.
5877 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
5878 * resolv/res_init.c (__res_vinit): Likewise.
5879 (net_mask): Likewise.
5880 * resolv/res_mkquery.c (outchar): Likewise.
5881 (PRINT): Likewise.
5882 * stdio-common/printf_fp.c (outchar): Likewise.
5883 (PRINT): Likewise.
5884 * stdio-common/printf_fphex.c (outchar): Likewise.
5885 (PRINT): Likewise.
5886 * stdio-common/printf_size.c (outchar): Likewise.
5887 (PRINT): Likewise.
5888 * stdio-common/test_rdwr.c (main): Likewise.
5889 * stdio-common/tfformat.c (matches): Likewise.
5890 * stdio-common/vfprintf.c (outchar): Likewise.
5891 (printf_unknown): Likewise.
5892 (buffered_vfprintf): Likewise.
5893 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
5894 * stdio-common/xbug.c (AppendToBuffer): Likewise.
5895 (ReadFile): Likewise.
5896 * stdlib/qsort.c (SWAP): Likewise.
5897 (_quicksort): Likewise.
5898 * stdlib/setenv.c (__add_to_environ): Likewise.
5899 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
5900 * stdlib/strtol_l.c (__strtol_l): Likewise.
5901 * stdlib/tst-strtod.c (main): Likewise.
5902 * stdlib/tst-strtol.c (main): Likewise.
5903 * stdlib/tst-strtoll.c (main): Likewise.
5904 * string/bits/string2.h (__strcmp_cc): Likewise.
5905 (__strcmp_cg): Likewise.
5906 (__strcspn_c1): Likewise.
5907 (__strcspn_c2): Likewise.
5908 (__strcspn_c3): Likewise.
5909 (__strspn_c1): Likewise.
5910 (__strspn_c2): Likewise.
5911 (__strspn_c3): Likewise.
5912 (__strsep_1c): Likewise.
5913 (__strsep_2c): Likewise.
5914 (__strsep_3c): Likewise.
5915 * string/memccpy.c (__memccpy): Likewise.
5916 * string/stpcpy.c (__stpcpy): Likewise.
5917 * string/strcmp.c (strcmp): Likewise.
5918 * string/strrchr.c (strrchr): Likewise.
5919 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
5920 Likewise.
5921 * sysdeps/mach/hurd/getcwd.c
5922 (_hurd_canonicalize_directory_name_internal): Likewise.
5923 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
5924 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
5925 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
5926 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
5927 Likewise, in both definitions.
5928 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
5929 definitions.
5930 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
5931 64] (__bswap_64): Likewise.
5932 * time/test_time.c (main): Likewise.
5933 * time/tzfile.c (__tzfile_read): Likewise.
5934 (__tzfile_compute): Likewise.
5935 * time/tzset.c (__tzset_parse_tz): Likewise.
5936 (tzset_internal): Likewise.
5937 (compute_change): Likewise.
5938 * wcsmbs/wcscat.c (__wcscat): Likewise.
5939 * wcsmbs/wcschr.c (wcschr): Likewise.
5940 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
5941 * wcsmbs/wcscspn.c (wcscspn): Likewise.
5942 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
5943 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
5944 * wcsmbs/wcsspn.c (wcsspn): Likewise.
5945 * wcsmbs/wcsstr.c (wcsstr): Likewise.
5946 * wcsmbs/wmemchr.c (wmemchr): Likewise.
5947 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
5948 * wcsmbs/wmemset.c (wmemset): Likewise.
5949
9e54314b
JM
59502013-06-06 Joseph Myers <joseph@codesourcery.com>
5951
5952 * scripts/config.guess: Update to version 2013-05-16.
5953 * scripts/config.sub: Update to version 2013-04-24.
5954 * scripts/install-sh: Update to version 2011-11-20.07.
5955 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
5956 * scripts/move-if-change: Update to version 2012-01-06 07:23.
5957
350635a5
OB
59582013-06-06 Ondřej Bílka <neleai@seznam.cz>
5959
5960 * debug/fgetws_u_chk.c: Fix leading whitespaces.
5961 * elf/sln.c: Likewise.
5962 * hurd/hurd/ioctl.h: Likewise.
5963 * hurd/hurdmalloc.c: Likewise.
5964 * hurd/xattr.c: Likewise.
5965 * include/shlib-compat.h: Likewise.
5966 * inet/ruserpass.c: Likewise.
5967 * libio/iofgets_u.c: Likewise.
5968 * libio/iofgetws_u.c: Likewise.
5969 * locale/programs/ld-identification.c: Likewise.
5970 * locale/programs/ld-time.c: Likewise.
5971 * mach/msg-destroy.c: Likewise.
5972 * nss/nss_files/files-netgrp.c: Likewise.
5973 * resolv/res_data.c: Likewise.
5974 * soft-fp/op-1.h: Likewise.
5975 * soft-fp/op-2.h: Likewise.
5976 * soft-fp/op-4.h: Likewise.
5977 * soft-fp/op-common.h: Likewise.
5978 * stdio-common/printf_fphex.c: Likewise.
5979 * stdlib/strtod_l.c: Likewise.
5980 * sunrpc/rpc/clnt.h: Likewise.
5981 * sysdeps/generic/framestate.c: Likewise.
5982 * sysdeps/i386/bsd-_setjmp.S: Likewise.
5983 * sysdeps/i386/bsd-setjmp.S: Likewise.
5984 * sysdeps/i386/__longjmp.S: Likewise.
5985 * sysdeps/i386/setjmp.S: Likewise.
5986 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
5987 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
5988 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
5989 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
5990 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
5991 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
5992 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
5993 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
5994 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5995 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
5996 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
5997 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
5998 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
5999 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
6000 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
6001 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
6002 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
6003 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
6004 * sysdeps/ieee754/support.c: Likewise.
6005 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
6006 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
6007 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
6008 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
6009 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
6010 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
6011 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
6012 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
6013 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
6014 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
6015 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
6016 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
6017 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
6018 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
6019 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
6020 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
6021 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6022 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6023
44a988af
OB
60242013-06-05 Ondřej Bílka <neleai@seznam.cz>
6025
25506f09 6026 * posix/transbug.c: Remove executable mode.
44a988af 6027
9c84384c
JM
60282013-06-05 Joseph Myers <joseph@codesourcery.com>
6029
6030 * crypt/speeds.c: Remove trailing whitespace.
6031 * dlfcn/default.c: Likewise.
6032 * elf/ifuncdep2.c: Likewise.
6033 * elf/ifuncmain1.c: Likewise.
6034 * elf/ifuncmain1vis.c: Likewise.
6035 * elf/testobj.h: Likewise.
6036 * elf/tst-stackguard1.c: Likewise.
6037 * gmon/sys/gmon.h: Likewise.
6038 * hurd/hurdmsg.c: Likewise.
6039 * hurd/new-fd.c: Likewise.
6040 * hurd/ports-get.c: Likewise.
6041 * iconvdata/ibm1008_420.c: Likewise.
6042 * inet/tst-getni1.c: Likewise.
6043 * inet/tst-getni2.c: Likewise.
6044 * libio/ioungetc.c: Likewise.
6045 * libio/wfiledoalloc.c: Likewise.
6046 * manual/libm-err-tab.pl: Likewise.
6047 * math/w_dremf.c: Likewise.
6048 * misc/ftruncate.c: Likewise.
6049 * posix/bug-glob2.c: Likewise.
6050 * posix/tst-pcre.c: Likewise.
6051 * posix/wait4.c: Likewise.
6052 * resolv/README: Likewise.
6053 * resolv/res_debug.h: Likewise.
6054 * resolv/tst-inet_ntop.c: Likewise.
6055 * setjmp/bug269-setjmp.c: Likewise.
6056 * soft-fp/extended.h: Likewise.
6057 * soft-fp/op-1.h: Likewise.
6058 * soft-fp/op-2.h: Likewise.
6059 * soft-fp/op-4.h: Likewise.
6060 * soft-fp/op-8.h: Likewise.
6061 * soft-fp/testit.c: Likewise.
6062 * stdio-common/bug16.c: Likewise.
6063 * stdlib/random.c: Likewise.
6064 * sunrpc/rpcsvc/rquota.x: Likewise.
6065 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
6066 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
6067 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
6068 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
6069 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
6070 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
6071 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6072 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
6073 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
6074 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
6075 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
6076 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
6077 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
6078 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
6079 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
6080 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
6081 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
6082 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
6083 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
6084 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
6085 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
6086 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
6087 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
6088 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
6089 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
6090 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
6091 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
6092 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
6093 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
6094 * sysdeps/ieee754/s_lib_version.c: Likewise.
6095 * sysdeps/mach/hurd/check_fds.c: Likewise.
6096 * sysdeps/mach/hurd/getsockname.c: Likewise.
6097 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
6098 * sysdeps/mach/hurd/recvfrom.c: Likewise.
6099 * sysdeps/powerpc/bits/link.h: Likewise.
6100 * sysdeps/powerpc/dl-procinfo.c: Likewise.
6101 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
6102 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
6103 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
6104 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
6105 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
6106 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
6107 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
6108 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
6109 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
6110 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6111 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
6112 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
6113 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
6114 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
6115 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
6116 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
6117 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
6118 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
6119 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
6120 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
6121 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
6122 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
6123 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
6124 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6125 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
6126 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
6127 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
6128 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
6129 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
6130 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
6131 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
6132 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6133 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
6134 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
6135 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
6136 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
6137 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
6138 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6139 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
6140 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
6141 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
6142 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
6143 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
6144 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
6145 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
6146 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
6147 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
6148 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
6149 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
6150 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
6151 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
6152 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6153 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6154 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
6155 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6156 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6157 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
6158 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
6159 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6160 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
6161 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
6162 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
6163 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
6164 * sysdeps/powerpc/sysdep.h: Likewise.
6165 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
6166 * sysdeps/s390/s390-64/sub_n.S: Likewise.
6167 * sysdeps/sh/dl-trampoline.S: Likewise.
6168 * sysdeps/sh/memset.S: Likewise.
6169 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
6170 * sysdeps/sh/strlen.S: Likewise.
6171 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
6172 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
6173 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
6174 * sysdeps/sparc/sparc32/rem.S: Likewise.
6175 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
6176 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
6177 * sysdeps/sparc/sparc32/strchr.S: Likewise.
6178 * sysdeps/sparc/sparc32/udiv.S: Likewise.
6179 * sysdeps/sparc/sparc32/urem.S: Likewise.
6180 * sysdeps/sparc/sparc64/add_n.S: Likewise.
6181 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
6182 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
6183 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
6184 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
6185 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
6186 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
6187 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
6188 * sysdeps/unix/bsd/times.c: Likewise.
6189 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
6190 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
6191 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6193 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6194 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
6195 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
6196 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
6197 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
6198 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
6199 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
6200 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
6201 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
6202 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
6203 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
6204 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
6205 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
6206 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
6207 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
6208 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
6209 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
6210 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
6211 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
6212 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
6213 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
6214 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
6215 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
6216 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6217 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
6218 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
6219 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
6220 * sysdeps/x86_64/strcspn.S: Likewise.
6221
869378a5
RA
62222013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
6223
6224 * locale/C-translit.h: Revert #include <stdint.h> because this is a
6225 generated file. Regenerate properly from gen-translit.pl.
6226 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
6227 locale/C-translit.h.
6228
840e2943
AS
62292013-06-05 Andreas Schwab <schwab@suse.de>
6230
6231 [BZ #15100]
6232 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
6233 week as 6 instead of -1.
6234 * time/tst-strptime.c (day_tests): Add test case.
6235
4c60cb0c
SP
62362013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6237
6238 * sysdeps/generic/math_private.h
6239 (libc_feholdexcept_setround_53bit): Replace with
6240 libc_feholdsetround_53bit.
6241 (libc_feupdateenv_53bit): Replace with
6242 libc_feresetround_53bit.
6243 (SET_RESTORE_ROUND_53BIT): Adjust.
6244
d180203e
SP
62452013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
6246
96df079a
SP
6247 * string/test-strchrnul.c: Add copyright header.
6248
d180203e
SP
6249 * posix/tst-getaddrinfo4.c: Increase test timeout.
6250
8b0ccb2d
CD
62512013-06-03 Carlos O'Donell <carlos@redhat.com>
6252
6253 [BZ #15536]
6254 * math/libm-test.inc (MAX_EXP): Remove
6255 (MIN_EXP): Define.
6256 (ulp): Use MIN_EXP - MANT_DIG.
6257 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
6258
3b3c4d40
CD
62592013-05-31 Carlos O'Donell <carlos@redhat.com>
6260
6261 * po/be.po: Revert last change.
6262 * po/zh_CN.po: Likewise.
6263 * po/header.pot: Likewise.
6264
fab7ce3f
JM
62652013-05-31 Joseph Myers <joseph@codesourcery.com>
6266
6267 * Makefile ($(common-objpfx)linkobj/libc.so): Define
6268 link-libc-deps to empty as target-specific variable.
6269 * Makerules (link-libc-args): New variable.
6270 (libc-for-link): Likewise.
6271 (link-libc-deps): Likewise.
6272 (lib%.so): Depend on $(link-libc-deps). Link with
6273 $(link-libc-args).
6274 (build-module): Link with $(link-libc-args).
6275 (build-module-asneeded): Likewise.
6276 (build-module-helper-objlist): Filter out $(link-libc-deps) from
6277 list of objects.
6278 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
6279 target-specific variable.
6280 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
6281 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
6282 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
6283 libc.
6284 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
6285 libc and ld.so.
6286 ($(objpfx)libpcprofile.so): Likewise.
6287 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
6288 libc_nonshared.a.
6289 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
6290 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
6291 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
6292 $(link-libc-deps).
6293 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
6294 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
6295 * login/Makefile ($(objpfx)libutil.so): Likewise.
6296 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
6297 * math/Makefile ($(objpfx)libm.so): Likewise.
6298 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
6299 $(objpfx)libnsl.so): Define libc-for-link as target-specific
6300 variable instead of depending directly on libc.
6301 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
6302 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
6303 $(link-libc-deps).
6304 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
6305 libc.
6306 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
6307 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
6308 ($(objpfx)libanl.so): Likewise.
6309 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
6310 ld.so.
6311 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
6312 $(link-libc-deps).
6313 * sysdeps/i386/fpu/Makefile: Remove file.
6314 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
6315 ($(objpfx)libm.so): Remove dependency on ld.so.
6316
eca5920c
PF
63172013-05-30 Patsy Franklin <pfrankli@redhat.com>
6318
6319 [BZ # 15553]
6320 * nis/yp_xdr.c (XDRMAXNAME): Define.
6321 (XDRMAXRECORD): Define.
6322 (xdr_domainname): Use XDRMAXNAME.
6323 (xdr_mapname): Likewise.
6324 (xdr_peername): Likewise.
6325 (xdr_keydat): Use XDRMAXRECORD.
6326 (xdr_valdat): Likewise.
6327
63282013-05-30 Jeff Law <law@redhat.com>
96945714
JL
6329
6330 [BZ #14256]
6331 * manual/errno.texi (ESTALE): Update to account for more than
6332 just NFS file systems.
6333 * sysdeps/gnu/errlist.c: Regenerated.
6334
b9375348
SP
63352013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
6336
6337 [BZ #15465]
6338 * elf/Makefile (tests): Add tst-null-argv.
6339 (modules-names): Add tst-null-argv-lib.
6340 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
6341 (tst-null-argv-ENV): Set environment for tst-null-argv.
6342 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
6343 (RTLD_PROGNAME): New macro.
6344 * elf/tst-null-argv.c: New test case.
6345 * elf/tst-null-argv-lib.c: Library for test case.
6346 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
6347 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
6348 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
6349 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
6350 * elf/dl-init.c (call_init): Likewise.
6351 (_dl_init): Likewise.
6352 * elf/dl-load.c (print_search_path): Likewise.
6353 (_dl_map_object): Likewise.
6354 * elf/dl-lookup.c (do_lookup_x): Likewise.
6355 (add_dependency): Likewise.
6356 (_dl_lookup_symbol_x): Likewise.
6357 (_dl_debug_bindings): Likewise.
6358 * elf/dl-open.c (_dl_show_scope): Likewise.
6359 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
6360 * elf/dl-version.c (match_symbol): Likewise.
6361 (_dl_check_map_versions): Likewise.
6362 * elf/rtld.c (dl_main): Likewise.
6363 (print_unresolved): Use RTLD_PROGNAME.
6364 (print_missing_version): Likewise.
6365 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
6366 (elf_machine_rela): Likewise.
6367 * sysdeps/powerpc/powerpc32/dl-machine.c
6368 (__process_machine_rela): Likewise.
6369 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
6370 Likewise.
6371 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
6372 Likewise.
6373 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6374 Likewise.
6375 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6376 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
6377 Likewise.
6378 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
6379 Likewise.
6380 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
6381
8a9f20c8
CD
63822013-05-28 Carlos O'Donell <carlos@redhat.com>
6383
6384 * po/be.po: Add descriptive title.
6385 * po/zh_CN.po: Likewise.
6386 * po/header.pot: Likewise.
6387
0e60d68e
MF
63882013-05-28 Mike Frysinger <vapier@gentoo.org>
6389
6390 * locale/programs/locarchive.c (create_archive): Inlucde fname in
6391 error message.
6392 (enlarge_archive): Likewise.
6393
56b672e9
BN
63942013-05-28 Ben North <ben@redfrontdoor.org>
6395
6396 * manual/arith.texi (frexp): It is the magnitude of the return
6397 value which lies in [0.5, 1), not the return value itself.
6398
5e056687
AZ
63992013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6400
6401 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6402
2b66ef5d
TS
64032013-05-26 Thomas Schwinge <thomas@codesourcery.com>
6404
528c2405
TS
6405 * stdio-common/bug26.c (main): Correct fscanf template.
6406
07b4c13d
TS
6407 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
6408 declare _dl_skip_args.
6409
ec9dd97c
TS
6410 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
6411 Don't declare.
6412
2b66ef5d
TS
6413 * manual/platform.texi: Add missing @end deftypefun.
6414
4f8dfe27
JM
64152013-05-24 Joseph Myers <joseph@codesourcery.com>
6416
0323d086
JM
6417 [BZ #15529]
6418 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
6419 bit of mantissa of 2^16382.
6420 * math/libm-test.inc (hypot_test_data): Add more tests.
6421
dd4259b9
JM
6422 * math/libm-test.inc: Add drem and pow10 to list of tested
6423 functions.
6424 (pow10_test): New function.
6425 (drem_test): Likewise.
6426 (drem_test_tonearest): Likewise.
6427 (drem_test_towardzero): Likewise.
6428 (drem_test_downward): Likewise.
6429 (drem_test_upward): Likewise.
6430 (main): Call the new functions.
6431
4f8dfe27
JM
6432 * math/libm-test.inc (finite_test_data): Remove.
6433 (finite_test): Run tests from isfinite_test_data.
6434 (gamma_test_data): Remove.
6435 (gamma_test): Run tests from lgamma_test_data.
6436 * sysdeps/i386/fpu/libm-test-ulps: Update.
6437 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6438
d116b7c4
AZ
64392013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6440
6441 * manual/platform.texi: Add PowerPC PPR function set documentation.
6442 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
6443 implementation.
6444
e96e3767
CD
64452013-05-24 Carlos O'Donell <carlos@redhat.com>
6446
6447 * math/libm-test.inc (MAX_EXP): Define.
6448 (ULPDIFF): Define.
6449 (ulp): New function.
6450 (check_float_internal): Use ULPDIFF.
6451 (cpow_test): Disable failing test.
6452 (check_ulp): Test ulp() implemetnation.
6453 (main): Call check_ulp before starting tests.
6454
b679a606
JM
64552013-05-24 Joseph Myers <joseph@codesourcery.com>
6456
e8bdba36
JM
6457 * math/gen-libm-test.pl (generate_testfile): Do not handle
6458 START_DATA and END_DATA.
6459 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
6460 END_DATA.
6461 (acos_tonearest_test_data): Likewise.
6462 (acos_towardzero_test_data): Likewise.
6463 (acos_downward_test_data): Likewise.
6464 (acos_upward_test_data): Likewise.
6465 (acosh_test_data): Likewise.
6466 (asin_test_data): Likewise.
6467 (asin_tonearest_test_data): Likewise.
6468 (asin_towardzero_test_data): Likewise.
6469 (asin_downward_test_data): Likewise.
6470 (asin_upward_test_data): Likewise.
6471 (asinh_test_data): Likewise.
6472 (atan_test_data): Likewise.
6473 (atanh_test_data): Likewise.
6474 (atan2_test_data): Likewise.
6475 (cabs_test_data): Likewise.
6476 (cacos_test_data): Likewise.
6477 (cacosh_test_data): Likewise.
6478 (carg_test_data): Likewise.
6479 (casin_test_data): Likewise.
6480 (casinh_test_data): Likewise.
6481 (catan_test_data): Likewise.
6482 (catanh_test_data): Likewise.
6483 (cbrt_test_data): Likewise.
6484 (ccos_test_data): Likewise.
6485 (ccosh_test_data): Likewise.
6486 (ceil_test_data): Likewise.
6487 (cexp_test_data): Likewise.
6488 (cimag_test_data): Likewise.
6489 (clog_test_data): Likewise.
6490 (clog10_test_data): Likewise.
6491 (conj_test_data): Likewise.
6492 (copysign_test_data): Likewise.
6493 (cos_test_data): Likewise.
6494 (cos_tonearest_test_data): Likewise.
6495 (cos_towardzero_test_data): Likewise.
6496 (cos_downward_test_data): Likewise.
6497 (cos_upward_test_data): Likewise.
6498 (cosh_test_data): Likewise.
6499 (cosh_tonearest_test_data): Likewise.
6500 (cosh_towardzero_test_data): Likewise.
6501 (cosh_downward_test_data): Likewise.
6502 (cosh_upward_test_data): Likewise.
6503 (cpow_test_data): Likewise.
6504 (cproj_test_data): Likewise.
6505 (creal_test_data): Likewise.
6506 (csin_test_data): Likewise.
6507 (csinh_test_data): Likewise.
6508 (csqrt_test_data): Likewise.
6509 (ctan_test_data): Likewise.
6510 (ctan_tonearest_test_data): Likewise.
6511 (ctan_towardzero_test_data): Likewise.
6512 (ctan_downward_test_data): Likewise.
6513 (ctan_upward_test_data): Likewise.
6514 (ctanh_test_data): Likewise.
6515 (ctanh_tonearest_test_data): Likewise.
6516 (ctanh_towardzero_test_data): Likewise.
6517 (ctanh_downward_test_data): Likewise.
6518 (ctanh_upward_test_data): Likewise.
6519 (erf_test_data): Likewise.
6520 (erfc_test_data): Likewise.
6521 (exp_test_data): Likewise.
6522 (exp_tonearest_test_data): Likewise.
6523 (exp_towardzero_test_data): Likewise.
6524 (exp_downward_test_data): Likewise.
6525 (exp_upward_test_data): Likewise.
6526 (exp10_test_data): Likewise.
6527 (exp2_test_data): Likewise.
6528 (expm1_test_data): Likewise.
6529 (fabs_test_data): Likewise.
6530 (fdim_test_data): Likewise.
6531 (finite_test_data): Likewise.
6532 (floor_test_data): Likewise.
6533 (fma_test_data): Likewise.
6534 (fma_towardzero_test_data): Likewise.
6535 (fma_downward_test_data): Likewise.
6536 (fma_upward_test_data): Likewise.
6537 (fmax_test_data): Likewise.
6538 (fmin_test_data): Likewise.
6539 (fmod_test_data): Likewise.
6540 (fpclassify_test_data): Likewise.
6541 (frexp_test_data): Likewise.
6542 (gamma_test_data): Likewise.
6543 (hypot_test_data): Likewise.
6544 (ilogb_test_data): Likewise.
6545 (isfinite_test_data): Likewise.
6546 (isgreater_test_data): Likewise.
6547 (isgreaterequal_test_data): Likewise.
6548 (isinf_test_data): Likewise.
6549 (isless_test_data): Likewise.
6550 (islessequal_test_data): Likewise.
6551 (islessgreater_test_data): Likewise.
6552 (isnan_test_data): Likewise.
6553 (isnormal_test_data): Likewise.
6554 (issignaling_test_data): Likewise.
6555 (isunordered_test_data): Likewise.
6556 (j0_test_data): Likewise.
6557 (j1_test_data): Likewise.
6558 (jn_test_data): Likewise.
6559 (ldexp_test_data): Likewise.
6560 (lgamma_test_data): Likewise.
6561 (lrint_test_data): Likewise.
6562 (lrint_tonearest_test_data): Likewise.
6563 (lrint_towardzero_test_data): Likewise.
6564 (lrint_downward_test_data): Likewise.
6565 (lrint_upward_test_data): Likewise.
6566 (llrint_test_data): Likewise.
6567 (llrint_tonearest_test_data): Likewise.
6568 (llrint_towardzero_test_data): Likewise.
6569 (llrint_downward_test_data): Likewise.
6570 (llrint_upward_test_data): Likewise.
6571 (log_test_data): Likewise.
6572 (log10_test_data): Likewise.
6573 (log1p_test_data): Likewise.
6574 (log2_test_data): Likewise.
6575 (logb_test_data): Likewise.
6576 (logb_downward_test_data): Likewise.
6577 (lround_test_data): Likewise.
6578 (llround_test_data): Likewise.
6579 (modf_test_data): Likewise.
6580 (nearbyint_test_data): Likewise.
6581 (nextafter_test_data): Likewise.
6582 (nexttoward_test_data): Likewise.
6583 (pow_test_data): Likewise.
6584 (pow_tonearest_test_data): Likewise.
6585 (pow_towardzero_test_data): Likewise.
6586 (pow_downward_test_data): Likewise.
6587 (pow_upward_test_data): Likewise.
6588 (remainder_test_data): Likewise.
6589 (remainder_tonearest_test_data): Likewise.
6590 (remainder_towardzero_test_data): Likewise.
6591 (remainder_downward_test_data): Likewise.
6592 (remainder_upward_test_data): Likewise.
6593 (remquo_test_data): Likewise.
6594 (rint_test_data): Likewise.
6595 (rint_tonearest_test_data): Likewise.
6596 (rint_towardzero_test_data): Likewise.
6597 (rint_downward_test_data): Likewise.
6598 (rint_upward_test_data): Likewise.
6599 (round_test_data): Likewise.
6600 (scalb_test_data): Likewise.
6601 (scalbn_test_data): Likewise.
6602 (scalbln_test_data): Likewise.
6603 (signbit_test_data): Likewise.
6604 (sin_test_data): Likewise.
6605 (sin_tonearest_test_data): Likewise.
6606 (sin_towardzero_test_data): Likewise.
6607 (sin_downward_test_data): Likewise.
6608 (sin_upward_test_data): Likewise.
6609 (sincos_test_data): Likewise.
6610 (sinh_test_data): Likewise.
6611 (sinh_tonearest_test_data): Likewise.
6612 (sinh_towardzero_test_data): Likewise.
6613 (sinh_downward_test_data): Likewise.
6614 (sinh_upward_test_data): Likewise.
6615 (sqrt_test_data): Likewise.
6616 (tan_test_data): Likewise.
6617 (tan_tonearest_test_data): Likewise.
6618 (tan_towardzero_test_data): Likewise.
6619 (tan_downward_test_data): Likewise.
6620 (tan_upward_test_data): Likewise.
6621 (tanh_test_data): Likewise.
6622 (tgamma_test_data): Likewise.
6623 (trunc_test_data): Likewise.
6624 (y0_test_data): Likewise.
6625 (y1_test_data): Likewise.
6626 (yn_test_data): Likewise.
6627 (significand_test_data): Likewise.
6628
b679a606
JM
6629 * math/gen-libm-test.pl (@functions): Remove variable.
6630 (generate_testfile): Don't handle START and END lines.
6631 * math/libm-test.inc (START): New macro.
6632 (END): Likewise.
6633 (END_COMPLEX): Likewise.
6634 (acos_test): Use END macro without arguments.
6635 (acos_test_tonearest): Likewise.
6636 (acos_test_towardzero): Likewise.
6637 (acos_test_downward): Likewise.
6638 (acos_test_upward): Likewise.
6639 (acosh_test): Likewise.
6640 (asin_test): Likewise.
6641 (asin_test_tonearest): Likewise.
6642 (asin_test_towardzero): Likewise.
6643 (asin_test_downward): Likewise.
6644 (asin_test_upward): Likewise.
6645 (asinh_test): Likewise.
6646 (atan_test): Likewise.
6647 (atanh_test): Likewise.
6648 (atan2_test): Likewise.
6649 (cabs_test): Likewise.
6650 (cacos_test): Use END_COMPLEX macro without arguments.
6651 (cacosh_test): Likewise.
6652 (carg_test): Use END macro without arguments.
6653 (casin_test): Use END_COMPLEX macro without arguments.
6654 (casinh_test): Likewise.
6655 (catan_test): Likewise.
6656 (catanh_test): Likewise.
6657 (cbrt_test): Use END macro without arguments.
6658 (ccos_test): Use END_COMPLEX macro without arguments.
6659 (ccosh_test): Likewise.
6660 (ceil_test): Use END macro without arguments.
6661 (cexp_test): Use END_COMPLEX macro without arguments.
6662 (cimag_test): Use END macro without arguments.
6663 (clog_test): Use END_COMPLEX macro without arguments.
6664 (clog10_test): Likewise.
6665 (conj_test): Likewise.
6666 (copysign_test): Use END macro without arguments.
6667 (cos_test): Likewise.
6668 (cos_test_tonearest): Likewise.
6669 (cos_test_towardzero): Likewise.
6670 (cos_test_downward): Likewise.
6671 (cos_test_upward): Likewise.
6672 (cosh_test): Likewise.
6673 (cosh_test_tonearest): Likewise.
6674 (cosh_test_towardzero): Likewise.
6675 (cosh_test_downward): Likewise.
6676 (cosh_test_upward): Likewise.
6677 (cpow_test): Use END_COMPLEX macro without arguments.
6678 (cproj_test): Likewise.
6679 (creal_test): Use END macro without arguments.
6680 (csin_test): Use END_COMPLEX macro without arguments.
6681 (csinh_test): Likewise.
6682 (csqrt_test): Likewise.
6683 (ctan_test): Likewise.
6684 (ctan_test_tonearest): Likewise.
6685 (ctan_test_towardzero): Likewise.
6686 (ctan_test_downward): Likewise.
6687 (ctan_test_upward): Likewise.
6688 (ctanh_test): Likewise.
6689 (ctanh_test_tonearest): Likewise.
6690 (ctanh_test_towardzero): Likewise.
6691 (ctanh_test_downward): Likewise.
6692 (ctanh_test_upward): Likewise.
6693 (erf_test): Use END macro without arguments.
6694 (erfc_test): Likewise.
6695 (exp_test): Likewise.
6696 (exp_test_tonearest): Likewise.
6697 (exp_test_towardzero): Likewise.
6698 (exp_test_downward): Likewise.
6699 (exp_test_upward): Likewise.
6700 (exp10_test): Likewise.
6701 (exp2_test): Likewise.
6702 (expm1_test): Likewise.
6703 (fabs_test): Likewise.
6704 (fdim_test): Likewise.
6705 (finite_test): Likewise.
6706 (floor_test): Likewise.
6707 (fma_test): Likewise.
6708 (fma_test_towardzero): Likewise.
6709 (fma_test_downward): Likewise.
6710 (fma_test_upward): Likewise.
6711 (fmax_test): Likewise.
6712 (fmin_test): Likewise.
6713 (fmod_test): Likewise.
6714 (fpclassify_test): Likewise.
6715 (frexp_test): Likewise.
6716 (gamma_test): Likewise.
6717 (hypot_test): Likewise.
6718 (ilogb_test): Likewise.
6719 (isfinite_test): Likewise.
6720 (isgreater_test): Likewise.
6721 (isgreaterequal_test): Likewise.
6722 (isinf_test): Likewise.
6723 (isless_test): Likewise.
6724 (islessequal_test): Likewise.
6725 (islessgreater_test): Likewise.
6726 (isnan_test): Likewise.
6727 (isnormal_test): Likewise.
6728 (issignaling_test): Likewise.
6729 (isunordered_test): Likewise.
6730 (j0_test): Likewise.
6731 (j1_test): Likewise.
6732 (jn_test): Likewise.
6733 (ldexp_test): Likewise.
6734 (lgamma_test): Likewise.
6735 (lrint_test): Likewise.
6736 (lrint_test_tonearest): Likewise.
6737 (lrint_test_towardzero): Likewise.
6738 (lrint_test_downward): Likewise.
6739 (lrint_test_upward): Likewise.
6740 (llrint_test): Likewise.
6741 (llrint_test_tonearest): Likewise.
6742 (llrint_test_towardzero): Likewise.
6743 (llrint_test_downward): Likewise.
6744 (llrint_test_upward): Likewise.
6745 (log_test): Likewise.
6746 (log10_test): Likewise.
6747 (log1p_test): Likewise.
6748 (log2_test): Likewise.
6749 (logb_test): Likewise.
6750 (logb_test_downward): Likewise.
6751 (lround_test): Likewise.
6752 (llround_test): Likewise.
6753 (modf_test): Likewise.
6754 (nearbyint_test): Likewise.
6755 (nextafter_test): Likewise.
6756 (nexttoward_test): Likewise.
6757 (pow_test): Likewise.
6758 (pow_test_tonearest): Likewise.
6759 (pow_test_towardzero): Likewise.
6760 (pow_test_downward): Likewise.
6761 (pow_test_upward): Likewise.
6762 (remainder_test): Likewise.
6763 (remainder_test_tonearest): Likewise.
6764 (remainder_test_towardzero): Likewise.
6765 (remainder_test_downward): Likewise.
6766 (remainder_test_upward): Likewise.
6767 (remquo_test): Likewise.
6768 (rint_test): Likewise.
6769 (rint_test_tonearest): Likewise.
6770 (rint_test_towardzero): Likewise.
6771 (rint_test_downward): Likewise.
6772 (rint_test_upward): Likewise.
6773 (round_test): Likewise.
6774 (scalb_test): Likewise.
6775 (scalbn_test): Likewise.
6776 (scalbln_test): Likewise.
6777 (signbit_test): Likewise.
6778 (sin_test): Likewise.
6779 (sin_test_tonearest): Likewise.
6780 (sin_test_towardzero): Likewise.
6781 (sin_test_downward): Likewise.
6782 (sin_test_upward): Likewise.
6783 (sincos_test): Likewise.
6784 (sinh_test): Likewise.
6785 (sinh_test_tonearest): Likewise.
6786 (sinh_test_towardzero): Likewise.
6787 (sinh_test_downward): Likewise.
6788 (sinh_test_upward): Likewise.
6789 (sqrt_test): Likewise.
6790 (tan_test): Likewise.
6791 (tan_test_tonearest): Likewise.
6792 (tan_test_towardzero): Likewise.
6793 (tan_test_downward): Likewise.
6794 (tan_test_upward): Likewise.
6795 (tanh_test): Likewise.
6796 (tgamma_test): Likewise.
6797 (trunc_test): Likewise.
6798 (y0_test): Likewise.
6799 (y1_test): Likewise.
6800 (yn_test): Likewise.
6801 (significand_test): Likewise.
6802
bae143d2
OB
68032013-05-24 Ondřej Bílka <neleai@seznam.cz>
6804
6805 [BZ #15381]
6806 * libio/genops.c (_IO_no_init): Initialize wide struct info.
6807
9323d39b
EM
68082013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
6809
d4ea44a0 6810 [BZ #14894]
9323d39b
EM
6811 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
6812 __ppc_mdoio and __ppc_mdoom.
6813 * manual/platform.texi: Document new functions __ppc_yield,
6814 __ppc_mdoio and __ppc_mdoom.
6815
13e23af7
CD
68162013-05-22 Carlos O'Donell <carlos@redhat.com>
6817
6818 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
6819 (main): Mention "tls" pseudo-hwcap is legacy.
6820 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
6821
351fe550
JM
68222013-05-22 Joseph Myers <joseph@codesourcery.com>
6823
6824 * math/gen-libm-test.pl (parse_args): Output only string of
6825 arguments as text for test name, not full call or descriptions of
6826 tests for extra outputs.
6827 (generate_testfile): Do not pass function name to parse_args.
6828 Generate this_func variable from START.
6829 * math/libm-test.inc (struct test_f_f_data): Rename test_name
6830 field to arg_str.
6831 (struct test_ff_f_data): Likewise.
6832 (test_ff_f_data_nexttoward): Likewise.
6833 (struct test_fi_f_data): Likewise.
6834 (struct test_fl_f_data): Likewise.
6835 (struct test_if_f_data): Likewise.
6836 (struct test_fff_f_data): Likewise.
6837 (struct test_c_f_data): Likewise.
6838 (struct test_f_f1_data): Likewise. Remove field extra_name.
6839 (struct test_fF_f1_data): Likewise.
6840 (struct test_ffI_f1_data): Likewise.
6841 (struct test_c_c_data): Rename test_name field to arg_str.
6842 (struct test_cc_c_data): Likewise.
6843 (struct test_f_i_data): Likewise.
6844 (struct test_ff_i_data): Likewise.
6845 (struct test_f_l_data): Likewise.
6846 (struct test_f_L_data): Likewise.
6847 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
6848 and extra2_name.
6849 (COMMON_TEST_SETUP): New macro.
6850 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
6851 (COMMON_TEST_CLEANUP): Likewise.
6852 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
6853 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
6854 macros.
6855 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
6856 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
6857 macros.
6858 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
6859 (RUN_TEST_fff_f): Take argument string. Call new setup and
6860 cleanup macros.
6861 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
6862 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
6863 macros.
6864 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
6865 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
6866 macros.
6867 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
6868 (RUN_TEST_fF_f1): Take argument string. Call new setup and
6869 cleanup macros.
6870 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
6871 (RUN_TEST_fI_f1): Take argument string. Call new setup and
6872 cleanup macros.
6873 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
6874 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
6875 cleanup macros.
6876 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
6877 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
6878 macros.
6879 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
6880 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
6881 macros.
6882 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
6883 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
6884 macros.
6885 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
6886 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
6887 cleanup macros.
6888 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
6889 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
6890 cleanup macros.
6891 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
6892 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
6893 macros.
6894 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
6895 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
6896 cleanup macros.
6897 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
6898 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
6899 macros.
6900 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
6901 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
6902 macros.
6903 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
6904 (RUN_TEST_fFF_11): Take argument string. Call new setup and
6905 cleanup macros.
6906 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
6907
85118d4d
EBM
69082013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6909
6910 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
6911 to _sifields.sigfault.
6912 (si_addr_lsb): Define new macro.
6913 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
6914 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
6915 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
6916
7a44c18f
CD
69172013-05-03 Carlos O'Donell <carlos at redhat.com>
6918
6919 [BZ #15441]
6920 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
6921 returns -1.
6922 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
6923 null return -1.
6924 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
6925 loading the domain.
6926
b50a7181
JM
69272013-05-22 Joseph Myers <joseph@codesourcery.com>
6928
6929 * math/gen-libm-test.pl (parse_args): Do not include expected
6930 result in test name.
6931 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
6932 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
6933 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
6934 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
6935 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
6936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6937
051063c8
SP
69382013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
6939
3ce9e010
SP
6940 * benchtests/Makefile: Sort function entries.
6941
051063c8
SP
6942 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
6943 tanh, asinh, acosh, atanh.
6944 * benchtests/acos-inputs: New file.
6945 * benchtests/acosh-inputs: New file.
6946 * benchtests/asin-inputs: New file.
6947 * benchtests/asinh-inputs: New file.
6948 * benchtests/atanh-inputs: New file.
6949 * benchtests/cosh-inputs: New file.
6950 * benchtests/log-inputs: New file.
6951 * benchtests/sinh-inputs: New file.
6952 * benchtests/tanh-inputs: New file.
6953
47c22455
DL
69542013-05-21 Dmitry V. Levin <ldv@altlinux.org>
6955
6956 [BZ #15339]
6957 * posix/tst-getaddrinfo4.c: New test.
6958 * posix/Makefile (tests): Add it.
6959
3d04f5db
SP
69602013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
6961
6962 [BZ #15339]
6963 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
6964 when no services were used.
6965 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
6966 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
6967
d5dd6189
AS
69682013-05-21 Andreas Schwab <schwab@suse.de>
6969
6970 [BZ #15014]
6971 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
6972 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
6973 successful.
6974 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
6975 redundant variable declarations and reallocation of buffer when
6976 parsing as IPv6 address. Always set NSS status when called from
6977 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
6978 buffer too small. Correct computation of needed size.
6979 * nss/Makefile (tests): Add test-digits-dots.
6980 * nss/test-digits-dots.c: New test.
6981
fef94eab
SP
69822013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
6983
6984 * benchtests/Makefile: Remove instructions for adding
6985 benchmark tests.
6986 * benchtests/README: New file to explain how to execute and
6987 enhance the benchmark tests.
6988
e39adf43
AS
69892013-05-21 Andreas Schwab <schwab@suse.de>
6990
6991 [BZ #15493]
6992 * setjmp/Makefile (tests): Add tst-sigsetjmp.
6993 * setjmp/tst-sigsetjmp.c: New test.
6994
b2b671b6
OB
69952013-05-20 Ondřej Bílka <neleai@seznam.cz>
6996
6997 * sysdeps/x86_64/memset.S (memset): New implementation.
6998 (__bzero): Likewise.
6999 (__memset_tail): New function.
7000
2d48b41c
OB
70012013-05-20 Ondřej Bílka <neleai@seznam.cz>
7002
7003 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
7004 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
7005 __memcpy_sse2_unaligned ifunc selection.
7006 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
7007 Add memcpy-sse2-unaligned.S.
7008 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7009 Add: __memcpy_sse2_unaligned.
7010
f16cc3eb
JM
70112013-05-19 Joseph Myers <joseph@codesourcery.com>
7012
3e694268
JM
7013 [BZ #15490]
7014 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
7015 math_force_eval before restoring floating-point envrionment.
7016 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
7017 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
7018 Likewise.
7019 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
7020 <math_private.h>.
7021 (__nearbyintl): Use math_force_eval before restoring
7022 floating-point environment.
7023 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
7024
db62a907
JM
7025 * math/gen-libm-test.pl (special_functions): Remove.
7026 (parse_args): Don't handle TEST_extra. Handle functions with no
7027 return value.
7028 * math/libm-test.inc (struct test_sincos_data): Replace with
7029 struct test_fFF_11_data.
7030 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
7031 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
7032 (sincos_test_data): Change element type to struct
7033 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
7034 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
7035 RUN_TEST_LOOP_sincos.
7036 * math/README.libm-test: Don't mention special handling of
7037 individual functions.
7038 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
7039 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
7040 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
7041 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
7042 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
7043 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7044
f16cc3eb
JM
7045 * math/gen-libm-test.pl (get_variable): Remove function.
7046 (parse_args): Don't show pointer parameters to call in test
7047 names. Use "extra output N" in test names for extra outputs
7048 rather than naming variables.
7049
3779b5b6
JM
70502013-05-18 Joseph Myers <joseph@codesourcery.com>
7051
2ee094ff
JM
7052 [BZ #15488]
7053 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
7054 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
7055 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
7056 double tests.
7057 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
7058 disable.
7059 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
7060 check_long_double.
7061
3779b5b6
JM
7062 * math/gen-libm-test.pl (@tests): Remove variable.
7063 ($count): Likewise.
7064 (new_test): Remove function.
7065 (show_exceptions): New function.
7066 (special_functions): Use show_exceptions instead of new_test.
7067 (parse_args): Likewise.
7068 (generate_testfile): Pass only function name in generated call to
7069 print_max_error or print_complex_max_error.
7070 (get_ulps): Do not handle complex tests specially.
7071 (output_test): Rename to ...
7072 (get_all_ulps_for_test): ... this. Return a string rather than
7073 printing to a file. Require ulps to be present.
7074 (output_ulps): Generate arrays rather than #defines.
7075 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
7076 (struct ulp_data): New type.
7077 (BUILD_COMPLEX_ULP): Remove macro.
7078 (compare_ulp_data): New function.
7079 (find_ulps): Likewise.
7080 (find_test_ulps): Likewise.
7081 (find_function_ulps): Likewise.
7082 (find_complex_function_ulps): Likewise.
7083 (print_max_error): Determine allowed ulps using
7084 find_function_ulps.
7085 (print_complex_max_error): Determine allowed ulps using
7086 find_complex_function_ulps.
7087 (check_float_internal): Determine max ulps using find_test_ulps.
7088 (check_float): Do not take max_ulp parameter. Update call to
7089 check_float_internal.
7090 (check_complex): Likewise.
7091 (check_int): Do not take max_ulp parameter.
7092 (check_long): Likewise.
7093 (check_bool): Likewise.
7094 (check_longlong): Likewise.
7095 (struct test_f_f_data): Remove max_ulp field.
7096 (struct test_ff_f_data): Likewise.
7097 (struct test_ff_f_data_nexttoward): Likewise.
7098 (struct test_fi_f_data): Likewise.
7099 (struct test_fl_f_data): Likewise.
7100 (struct test_if_f_data): Likewise.
7101 (struct test_fff_f_data): Likewise.
7102 (struct test_c_f_data): Likewise.
7103 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
7104 (struct test_fF_f1_data): Likewise.
7105 (struct test_ffI_f1_data): Likewise.
7106 (struct test_c_c_data): Remove max_ulp field.
7107 (struct test_cc_c_data): Likewise.
7108 (struct test_f_i_data): Likewise.
7109 (struct test_ff_i_data): Likewise.
7110 (struct test_f_l_data): Likewise.
7111 (struct test_f_L_data): Likewise.
7112 (struct test_sincos_data): Likewise.
7113 (RUN_TEST_f_f): Do not handle ulps.
7114 (RUN_TEST_LOOP_f_f): Likewise.
7115 (RUN_TEST_2_f): Likewise.
7116 (RUN_TEST_LOOP_2_f): Likewise.
7117 (RUN_TEST_fff_f): Likewise.
7118 (RUN_TEST_LOOP_fff_f): Likewise.
7119 (RUN_TEST_c_f): Likewise.
7120 (RUN_TEST_LOOP_c_f): Likewise.
7121 (RUN_TEST_f_f1): Likewise.
7122 (RUN_TEST_LOOP_f_f1): Likewise.
7123 (RUN_TEST_fF_f1): Likewise.
7124 (RUN_TEST_LOOP_fF_f1): Likewise.
7125 (RUN_TEST_fI_f1): Likewise.
7126 (RUN_TEST_LOOP_fI_f1): Likewise.
7127 (RUN_TEST_ffI_f1): Likewise.
7128 (RUN_TEST_LOOP_ffI_f1): Likewise.
7129 (RUN_TEST_c_c): Likewise.
7130 (RUN_TEST_LOOP_c_c): Likewise.
7131 (RUN_TEST_cc_c): Likewise.
7132 (RUN_TEST_LOOP_cc_c): Likewise.
7133 (RUN_TEST_f_i): Likewise.
7134 (RUN_TEST_LOOP_f_i): Likewise.
7135 (RUN_TEST_f_i_tg): Likewise.
7136 (RUN_TEST_LOOP_f_i_tg): Likewise.
7137 (RUN_TEST_ff_i_tg): Likewise.
7138 (RUN_TEST_LOOP_ff_i_tg): Likewise.
7139 (RUN_TEST_f_b): Likewise.
7140 (RUN_TEST_LOOP_f_b): Likewise.
7141 (RUN_TEST_f_b_tg): Likewise.
7142 (RUN_TEST_LOOP_f_b_tg): Likewise.
7143 (RUN_TEST_f_l): Likewise.
7144 (RUN_TEST_LOOP_f_l): Likewise.
7145 (RUN_TEST_f_L): Likewise.
7146 (RUN_TEST_LOOP_f_L): Likewise.
7147 (RUN_TEST_sincos): Likewise.
7148 (RUN_TEST_LOOP_sincos): Likewise.
7149
8269107f
JM
71502013-05-17 Joseph Myers <joseph@codesourcery.com>
7151
bb38759d
JM
7152 [BZ #15480]
7153 [BZ #15485]
7154 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
7155 main case of finite arguments, set rounding mode to FE_TONEAREST
7156 and discard exceptions.
7157 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
7158 exceptions.
7159 (remainder_tonearest_test_data): New variable.
7160 (remainder_test_tonearest): New function.
7161 (remainder_towardzero_test_data): New variable.
7162 (remainder_test_towardzero): New function.
7163 (remainder_downward_test_data): New variable.
7164 (remainder_test_downward): New function.
7165 (remainder_upward_test_data): New variable.
7166 (remainder_test_upward): New function.
7167 (main): Call the new test functions.
7168
a00bdcf0
JM
7169 * math/libm-test.inc (struct test_f_f1_data): Remove field
7170 extra_init.
7171 (struct test_fF_f1_data): Likewise.
7172 (struct test_ffI_f1_data): Likewise.
7173 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
7174 based on value of EXTRA_EXPECTED.
7175 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
7176 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
7177 EXTRA_VAR based on value of EXTRA_EXPECTED.
7178 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
7179 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
7180 EXTRA_VAR based on value of EXTRA_EXPECTED.
7181 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
7182 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
7183 EXTRA_VAR based on value of EXTRA_EXPECTED.
7184 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
7185 * math/gen-libm-test.pl (parse_args): Don't output initializers
7186 for extra output values.
7187
de407f79
JM
7188 * math/libm-test.inc (check_int): Expect result to be exactly
7189 equal to expected value and do not handle ulps.
7190 (check_long): Likewise.
7191 (check_longlong): Likewise.
7192
8269107f
JM
7193 * math/libm-test.inc (ceil_test_data): Test for "inexact"
7194 exceptions.
7195 (cimag_test_data): Likewise.
7196 (conj_test_data): Likewise.
7197 (copysign_test_data): Likewise.
7198 (cproj_test_data): Likewise.
7199 (creal_test_data): Likewise.
7200 (fabs_test_data): Likewise.
7201 (fdim_test_data): Likewise.
7202 (finite_test_data): Likewise.
7203 (floor_test_data): Likewise.
7204 (fmax_test_data): Likewise.
7205 (fmin_test_data): Likewise.
7206 (fmod_test_data): Likewise.
7207 (fpclassify_test_data): Likewise.
7208 (frexp_test_data): Likewise.
7209 (ilogb_test_data): Likewise.
7210 (isfinite_test_data): Likewise.
7211 (isgreater_test_data): Likewise.
7212 (isgreaterequal_test_data): Likewise.
7213 (isinf_test_data): Likewise.
7214 (isless_test_data): Likewise.
7215 (islessequal_test_data): Likewise.
7216 (islessgreater_test_data): Likewise.
7217 (isnan_test_data): Likewise.
7218 (isnormal_test_data): Likewise.
7219 (issignaling_test_data): Likewise.
7220 (isunordered_test_data): Likewise.
7221 (ldexp_test_data): Likewise.
7222 (lrint_test_data): Likewise.
7223 (lrint_test_data) [TEST_FLOAT]: Disable one test.
7224 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
7225 (lrint_tonearest_test_data): Test for "inexact" exceptions.
7226 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
7227 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
7228 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
7229 test input.
7230 (lrint_towardzero_test_data): Test for "inexact" exceptions.
7231 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
7232 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
7233 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
7234 that test input.
7235 (lrint_downward_test_data): Test for "inexact" exceptions.
7236 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
7237 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
7238 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
7239 test input.
7240 (lrint_upward_test_data): Test for "inexact" exceptions.
7241 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
7242 test input.
7243 (llrint_test_data): Test for "inexact" exceptions.
7244 (llrint_test_data) [TEST_FLOAT]: Disable one test.
7245 (llrint_tonearest_test_data): Test for "inexact" exceptions.
7246 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
7247 (llrint_towardzero_test_data): Test for "inexact" exceptions.
7248 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
7249 (llrint_downward_test_data): Test for "inexact" exceptions.
7250 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
7251 (llrint_upward_test_data): Test for "inexact" exceptions.
7252 (logb_test_data): Likewise.
7253 (logb_downward_test_data): Likewise.
7254 (nextafter_test_data): Likewise.
7255 (nexttoward_test_data): Likewise.
7256 (remainder_test_data): Likewise.
7257 (remquo_test_data): Likewise.
7258 (scalbn_test_data): Likewise.
7259 (scalbln_test_data): Likewise.
7260 (signbit_test_data): Likewise.
7261 (sqrt_test_data): Likewise.
7262 (significand_test_data): Likewise.
7263
48a18de1
SP
72642013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7265
7266 [BZ #15424]
7267 * benchtests/bench-modf.c (struct args): Mark arg0 as
7268 volatile.
7269 * scripts/bench.pl: Mark members of struct args as volatile.
7270
13d3b41a
AZ
72712013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7272
68191c1d 7273 [BZ # 15497]
13d3b41a
AZ
7274 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
7275 negative infinity on POWER6 or lower.
7276 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
7277
2848b105
MR
72782013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7279
7280 [BZ #15442]
7281 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
7282 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
7283 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
7284 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
7285 (_FP_SETQNAN): New macro.
7286 (_FP_SETQNAN_SEMIRAW): Likewise.
7287 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
7288 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
7289 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
7290 (FP_EXTEND): Use _FP_FRAC_SNANP.
7291 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
7292 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
7293 into account.
7294 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
7295 New macro.
7296 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
7297 Likewise.
7298
323e5cb7
JM
72992013-05-16 Joseph Myers <joseph@codesourcery.com>
7300
c58b274f
JM
7301 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
7302 with DIVIDE_BY_ZERO_EXCEPTION.
7303 (gamma_test_data): Likewise.
7304 (lgamma_test_data): Likewise.
7305 (log_test_data): Likewise.
7306 (log10_test_data): Likewise.
7307 (log2_test_data): Likewise.
7308 (tgamma_test_data): Likewise.
7309
0ab34904
JM
7310 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
7311 (acos_test_tonearest): Likewise.
7312 (acos_test_towardzero): Likewise.
7313 (acos_test_downward): Likewise.
7314 (acos_test_upward): Likewise.
7315 (acosh_test): Likewise.
7316 (asin_test): Likewise.
7317 (asin_test_tonearest): Likewise.
7318 (asin_test_towardzero): Likewise.
7319 (asin_test_downward): Likewise.
7320 (asin_test_upward): Likewise.
7321 (asinh_test): Likewise.
7322 (atan_test): Likewise.
7323 (atanh_test): Likewise.
7324 (atan2_test): Likewise.
7325 (cabs_test): Likewise.
7326 (cacos_test): Likewise.
7327 (cacosh_test): Likewise.
7328 (casin_test): Likewise.
7329 (casinh_test): Likewise.
7330 (catan_test): Likewise.
7331 (catanh_test): Likewise.
7332 (cbrt_test): Likewise.
7333 (ccos_test): Likewise.
7334 (ccosh_test): Likewise.
7335 (cexp_test): Likewise.
7336 (clog_test): Likewise.
7337 (clog10_test): Likewise.
7338 (cos_test): Likewise.
7339 (cos_test_tonearest): Likewise.
7340 (cos_test_towardzero): Likewise.
7341 (cos_test_downward): Likewise.
7342 (cos_test_upward): Likewise.
7343 (cosh_test): Likewise.
7344 (cosh_test_tonearest): Likewise.
7345 (cosh_test_towardzero): Likewise.
7346 (cosh_test_downward): Likewise.
7347 (cosh_test_upward): Likewise.
7348 (cpow_test): Likewise.
7349 (csin_test): Likewise.
7350 (csinh_test): Likewise.
7351 (csqrt_test): Likewise.
7352 (ctan_test): Likewise.
7353 (ctan_test_tonearest): Likewise.
7354 (ctan_test_towardzero): Likewise.
7355 (ctan_test_downward): Likewise.
7356 (ctan_test_upward): Likewise.
7357 (ctanh_test): Likewise.
7358 (ctanh_test_tonearest): Likewise.
7359 (ctanh_test_towardzero): Likewise.
7360 (ctanh_test_downward): Likewise.
7361 (ctanh_test_upward): Likewise.
7362 (erf_test): Likewise.
7363 (erfc_test): Likewise.
7364 (exp_test): Likewise.
7365 (exp_test_tonearest): Likewise.
7366 (exp_test_towardzero): Likewise.
7367 (exp_test_downward): Likewise.
7368 (exp_test_upward): Likewise.
7369 (exp10_test): Likewise.
7370 (exp2_test): Likewise.
7371 (expm1_test): Likewise.
7372 (fmod_test): Likewise.
7373 (gamma_test): Likewise.
7374 (hypot_test): Likewise.
7375 (j0_test): Likewise.
7376 (j1_test): Likewise.
7377 (jn_test): Likewise.
7378 (lgamma_test): Likewise.
7379 (log_test): Likewise.
7380 (log10_test): Likewise.
7381 (log1p_test): Likewise.
7382 (log2_test): Likewise.
7383 (logb_test_downward): Likewise.
7384 (pow_test): Likewise.
7385 (pow_test_tonearest): Likewise.
7386 (pow_test_towardzero): Likewise.
7387 (pow_test_downward): Likewise.
7388 (pow_test_upward): Likewise.
7389 (remainder_test): Likewise.
7390 (remquo_test): Likewise.
7391 (sin_test): Likewise.
7392 (sin_test_tonearest): Likewise.
7393 (sin_test_towardzero): Likewise.
7394 (sin_test_downward): Likewise.
7395 (sin_test_upward): Likewise.
7396 (sincos_test): Likewise.
7397 (sinh_test): Likewise.
7398 (sinh_test_tonearest): Likewise.
7399 (sinh_test_towardzero): Likewise.
7400 (sinh_test_downward): Likewise.
7401 (sinh_test_upward): Likewise.
7402 (sqrt_test): Likewise.
7403 (tan_test): Likewise.
7404 (tan_test_tonearest): Likewise.
7405 (tan_test_towardzero): Likewise.
7406 (tan_test_downward): Likewise.
7407 (tan_test_upward): Likewise.
7408 (tanh_test): Likewise.
7409 (tgamma_test): Likewise.
7410 (y0_test): Likewise.
7411 (y1_test): Likewise.
7412 (yn_test): Likewise.
7413
323e5cb7
JM
7414 * math/gen-libm-test.pl (adjust_arg): Remove function.
7415 (special_function): Remove argument $in_func. Only handle
7416 generating output for tables of tests, not inside functions.
7417 (parse_args): Likewise.
7418 (generate_testfile): Remove variable $in_func. Update call to
7419 parse_args.
7420 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
7421 (MINUS_ZERO_INIT): Rename macro to minus_zero.
7422 (PLUS_INFTY_INIT): Rename macro to plus_infty.
7423 (MINUS_INFTY_INIT): Rename macro to minus_infty.
7424 (QNAN_VALUE_INIT): Rename macro to qnan_value.
7425 (MAX_VALUE_INIT): Rename macro to max_value.
7426 (MIN_VALUE_INIT): Rename macro to min_value.
7427 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
7428 (plus_zero): Remove variable.
7429 (minus_zero): Likewise.
7430 (plus_infty): Likewise.
7431 (minus_infty): Likewise.
7432 (qnan_value): Likewise.
7433 (max_value): Likewise.
7434 (min_value): Likewise.
7435 (min_subnorm_value): Likewise.
7436
e054f494
RA
74372013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
7438
7439 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
7440 uint64_t or uint32_t usage.
7441 * crypt/sha256-block.c: Likewise.
7442 * crypt/sha256-crypt.c: Likewise.
7443 * crypt/sha256.c: Likewise.
7444 * crypt/sha512-block.c: Likewise.
7445 * crypt/sha512-crypt.c: Likewise.
7446 * crypt/sha512.c: Likewise.
7447 * debug/backtrace-tst.c: Likewise.
7448 * debug/pcprofiledump.c: Likewise.
7449 * elf/cache.c: Likewise.
7450 * elf/dl-cache.c: Likewise.
7451 * elf/dl-misc.c: Likewise.
7452 * elf/dl-profile.c: Likewise.
7453 * elf/dl-support.c: Likewise.
7454 * elf/ldconfig.c: Likewise.
7455 * elf/sprof.c: Likewise.
7456 * iconv/dummy-repertoire.c: Likewise.
7457 * iconv/iconv_charmap.c: Likewise.
7458 * iconv/skeleton.c: Likewise.
7459 * iconvdata/8bit-generic.c: Likewise.
7460 * iconvdata/cp737.h: Likewise.
7461 * iconvdata/cp775.h: Likewise.
7462 * iconvdata/ibm1008.h: Likewise.
7463 * iconvdata/ibm1025.h: Likewise.
7464 * iconvdata/ibm1046.h: Likewise.
7465 * iconvdata/ibm1097.h: Likewise.
7466 * iconvdata/ibm1112.h: Likewise.
7467 * iconvdata/ibm1122.h: Likewise.
7468 * iconvdata/ibm1123.h: Likewise.
7469 * iconvdata/ibm1124.h: Likewise.
7470 * iconvdata/ibm1129.h: Likewise.
7471 * iconvdata/ibm1130.h: Likewise.
7472 * iconvdata/ibm1132.h: Likewise.
7473 * iconvdata/ibm1133.h: Likewise.
7474 * iconvdata/ibm1137.h: Likewise.
7475 * iconvdata/ibm1140.h: Likewise.
7476 * iconvdata/ibm1141.h: Likewise.
7477 * iconvdata/ibm1142.h: Likewise.
7478 * iconvdata/ibm1143.h: Likewise.
7479 * iconvdata/ibm1144.h: Likewise.
7480 * iconvdata/ibm1145.h: Likewise.
7481 * iconvdata/ibm1146.h: Likewise.
7482 * iconvdata/ibm1147.h: Likewise.
7483 * iconvdata/ibm1148.h: Likewise.
7484 * iconvdata/ibm1149.h: Likewise.
7485 * iconvdata/ibm1153.h: Likewise.
7486 * iconvdata/ibm1154.h: Likewise.
7487 * iconvdata/ibm1155.h: Likewise.
7488 * iconvdata/ibm1156.h: Likewise.
7489 * iconvdata/ibm1157.h: Likewise.
7490 * iconvdata/ibm1158.h: Likewise.
7491 * iconvdata/ibm1160.h: Likewise.
7492 * iconvdata/ibm1161.h: Likewise.
7493 * iconvdata/ibm1162.h: Likewise.
7494 * iconvdata/ibm1163.h: Likewise.
7495 * iconvdata/ibm1164.h: Likewise.
7496 * iconvdata/ibm1166.h: Likewise.
7497 * iconvdata/ibm1167.h: Likewise.
7498 * iconvdata/ibm12712.h: Likewise.
7499 * iconvdata/ibm1390.h: Likewise.
7500 * iconvdata/ibm1399.h: Likewise.
7501 * iconvdata/ibm16804.h: Likewise.
7502 * iconvdata/ibm4517.h: Likewise.
7503 * iconvdata/ibm4899.h: Likewise.
7504 * iconvdata/ibm4909.h: Likewise.
7505 * iconvdata/ibm4971.h: Likewise.
7506 * iconvdata/ibm5347.h: Likewise.
7507 * iconvdata/ibm803.h: Likewise.
7508 * iconvdata/ibm856.h: Likewise.
7509 * iconvdata/ibm901.h: Likewise.
7510 * iconvdata/ibm902.h: Likewise.
7511 * iconvdata/ibm9030.h: Likewise.
7512 * iconvdata/ibm9066.h: Likewise.
7513 * iconvdata/ibm921.h: Likewise.
7514 * iconvdata/ibm922.h: Likewise.
7515 * iconvdata/ibm9448.h: Likewise.
7516 * iconvdata/isiri-3342.h: Likewise.
7517 * iconvdata/jis0201.h: Likewise.
7518 * include/link.h: Likewise.
7519 * include/netdb.h: Likewise.
7520 * inet/check_native.c: Likewise.
7521 * inet/check_pf.c: Likewise.
7522 * inet/getipv4sourcefilter.c: Likewise.
7523 * inet/getnameinfo.c: Likewise.
7524 * inet/getsourcefilter.c: Likewise.
7525 * inet/htonl.c: Likewise.
7526 * inet/setipv4sourcefilter.c: Likewise.
7527 * inet/setsourcefilter.c: Likewise.
7528 * inet/test-inet6_opt.c: Likewise.
7529 * inet/tst-network.c: Likewise.
7530 * locale/C-collate.c: Likewise.
7531 * locale/C-ctype.c: Likewise.
7532 * locale/C-time.c: Likewise.
7533 * locale/C-translit.h: Likewise.
7534 * locale/loadarchive.c: Likewise.
7535 * locale/programs/3level.h: Likewise.
7536 * locale/programs/charmap.c: Likewise.
7537 * locale/programs/charmap.h: Likewise.
7538 * locale/programs/ld-address.c: Likewise.
7539 * locale/programs/ld-collate.c: Likewise.
7540 * locale/programs/ld-ctype.c: Likewise.
7541 * locale/programs/ld-identification.c: Likewise.
7542 * locale/programs/ld-measurement.c: Likewise.
7543 * locale/programs/ld-messages.c: Likewise.
7544 * locale/programs/ld-monetary.c: Likewise.
7545 * locale/programs/ld-name.c: Likewise.
7546 * locale/programs/ld-numeric.c: Likewise.
7547 * locale/programs/ld-paper.c: Likewise.
7548 * locale/programs/ld-telephone.c: Likewise.
7549 * locale/programs/ld-time.c: Likewise.
7550 * locale/programs/linereader.c: Likewise.
7551 * locale/programs/locale.c: Likewise.
7552 * locale/programs/locarchive.c: Likewise.
7553 * locale/programs/locfile.h: Likewise.
7554 * locale/programs/repertoire.c: Likewise.
7555 * locale/programs/simple-hash.c: Likewise.
7556 * locale/programs/simple-hash.h: Likewise.
7557 * malloc/memusage.c: Likewise.
7558 * malloc/memusagestat.c: Likewise.
7559 * nis/nis_defaults.c: Likewise.
7560 * nis/nis_hash.c: Likewise.
7561 * nis/nis_print.c: Likewise.
7562 * nis/nis_xdr.c: Likewise.
7563 * nscd/connections.c: Likewise.
7564 * nscd/hstcache.c: Likewise.
7565 * nscd/nscd_gethst_r.c: Likewise.
7566 * nscd/nscd_getserv_r.c: Likewise.
7567 * nscd/nscd_helper.c: Likewise.
7568 * nscd/servicescache.c: Likewise.
7569 * nss/makedb.c: Likewise.
7570 * nss/nss_db/db-XXX.c: Likewise.
7571 * nss/nss_db/db-initgroups.c: Likewise.
7572 * nss/nss_db/db-netgrp.c: Likewise.
7573 * nss/nss_files/files-network.c: Likewise.
7574 * nss/nss_files/files-parse.c: Likewise.
7575 * posix/bug-regex5.c: Likewise.
7576 * posix/fnmatch_loop.c: Likewise.
7577 * posix/regcomp.c: Likewise.
7578 * posix/regexec.c: Likewise.
7579 * posix/tst-rfc3484-2.c: Likewise.
7580 * posix/tst-rfc3484-3.c: Likewise.
7581 * posix/tst-rfc3484.c: Likewise.
7582 * resolv/nss_dns/dns-canon.c: Likewise.
7583 * resolv/nss_dns/dns-network.c: Likewise.
7584 * resolv/res_init.c: Likewise.
7585 * resolv/res_mkquery.c: Likewise.
7586 * resolv/tst-aton.c: Likewise.
7587 * stdlib/cxa_atexit.c: Likewise.
7588 * stdlib/cxa_finalize.c: Likewise.
7589 * stdlib/gen-fpioconst.c: Likewise.
7590 * stdlib/strtol_l.c: Likewise.
7591 * string/tst-endian.c: Likewise.
7592 * sunrpc/auth_des.c: Likewise.
7593 * sunrpc/clnt_udp.c: Likewise.
7594 * sunrpc/rtime.c: Likewise.
7595 * sunrpc/svcauth_des.c: Likewise.
7596 * sunrpc/xdr.c: Likewise.
7597 * sunrpc/xdr_intXX_t.c: Likewise.
7598 * sunrpc/xdr_rec.c: Likewise.
7599 * sysdeps/generic/ldconfig.h: Likewise.
7600 * sysdeps/generic/ldsodefs.h: Likewise.
7601 * sysdeps/generic/memusage.h: Likewise.
7602 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
7603 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
7604 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
7605 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
7606 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
7607 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
7608 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
7609 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
7610 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
7611 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
7612 * sysdeps/posix/getaddrinfo.c: Likewise.
7613 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
7614 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7615 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7616 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7617 * sysdeps/powerpc/test-gettimebase.c: Likewise.
7618 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7619 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
7620 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
7621 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7622 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
7623 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
7624 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
7625 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
7626 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
7627 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
7628 * sysdeps/x86_64/dl-tls.h: Likewise.
7629 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
7630 * time/alt_digit.c: Likewise.
7631 * time/era.c: Likewise.
7632 * wcsmbs/tst-c16c32-1.c: Likewise.
7633
8c75f674
JM
76342013-05-16 Joseph Myers <joseph@codesourcery.com>
7635
7636 * math/libm-test.inc (struct test_sincos_data): New type.
7637 (RUN_TEST_LOOP_sincos): New macro.
7638 (sincos_test_data): New variable.
7639 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
7640
e6e49e59
RH
76412013-05-16 Richard Henderson <rth@redhat.com>
7642
7643 * math/atest-exp2.c (LIMB64): New macro.
7644 (CONSTSZ): New macro.
7645 (mp_exp1, mp_exp_m1, mp_log2): New variables.
7646 (hexdig): Move ...
7647 (print_mpn_fp): ... to function scope.
7648 (read_mpn_hex): Remove.
7649 (get_log2): Remove.
7650 (exp2_mpn): Use mp_log2.
7651 (main): Use mp_exp1.
7652
15c7c18d
JM
76532013-05-16 Joseph Myers <joseph@codesourcery.com>
7654
105a07df
JM
7655 * math/libm-test.inc: Remove comment about not testing "inexact"
7656 exceptions.
7657 (INEXACT_EXCEPTION): New macro.
7658 (NO_INEXACT_EXCEPTION): Likewise.
7659 (INVALID_EXCEPTION_OK): Update value.
7660 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
7661 (OVERFLOW_EXCEPTION_OK): Likewise.
7662 (UNDERFLOW_EXCEPTION_OK): Likewise.
7663 (IGNORE_ZERO_INF_SIGN): Likewise.
7664 (ERRNO_UNCHANGED): Likewise.
7665 (ERRNO_EDOM): Likewise.
7666 (ERRNO_ERANGE): Likewise.
7667 (test_exceptions): Handle testing "inexact" exceptions.
7668 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
7669 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
7670 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
7671 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
7672 INEXACT_EXCEPTION.
7673 (rint_towardzero_test_data): Likewise.
7674 (rint_downward_test_data): Likewise.
7675 (rint_upward_test_data): Likewise.
7676
e9eee333
JM
7677 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
7678 with OVERFLOW_EXCEPTION.
7679 (exp10_test_data): Likewise.
7680 (exp2_test_data): Likewise.
7681 (expm1_test_data): Likewise.
7682 (lgamma_test_data): Likewise.
7683 (pow_test_data): Likewise.
7684 (tgamma_test_data): Likewise.
7685 (yn_test_data): Remove duplicate test of overflow.
7686
1c38ff73
JM
7687 * math/libm-test.inc (struct test_cc_c_data): New type.
7688 (RUN_TEST_LOOP_cc_c): New macro.
7689 (cpow_test_data): New variable.
7690 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
7691
15c7c18d
JM
7692 * math/libm-test.inc (struct test_f_L_data): New type.
7693 (RUN_TEST_LOOP_f_L): New macro.
7694 (llrint_test_data): New variable.
7695 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
7696 (llrint_tonearest_test_data): New variable.
7697 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
7698 (llrint_towardzero_test_data): New variable.
7699 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
7700 (llrint_downward_test_data): New variable.
7701 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
7702 (llrint_upward_test_data): New variable.
7703 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
7704 (llround_test_data): New variable.
7705 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
7706
f137ff13
PC
77072013-05-13 Peter Collingbourne <pcc@google.com>
7708
7709 * math/atest-exp2.c (get_log2): Remove const attribute.
7710
3608cb24
JM
77112013-05-15 Joseph Myers <joseph@codesourcery.com>
7712
7713 * math/libm-test.inc (struct test_f_l_data): New type.
7714 (RUN_TEST_LOOP_f_l): New macro.
7715 (lrint_test_data): New variable.
7716 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
7717 (lrint_tonearest_test_data): New variable.
7718 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
7719 (lrint_towardzero_test_data): New variable.
7720 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
7721 (lrint_downward_test_data): New variable.
7722 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
7723 (lrint_upward_test_data): New variable.
7724 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
7725 (lround_test_data): New variable.
7726 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
7727
39b1f617
PC
77282013-05-15 Peter Collingbourne <pcc@google.com>
7729
1deff3dc
PC
7730 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
7731 (EXTRACT_WORDS64) Use where appropriate.
7732 (INSERT_WORDS64) Likewise.
7733
791f3ba0
PC
7734 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
7735 constraints with x constraints.
7736 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
7737
39b1f617
PC
7738 * malloc/obstack.c (_obstack_compat): Add initializer.
7739
12fba011
EM
77402013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
7741
7742 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
7743 si_trapno and add si_addr_lsb to _sifields.sigfault.
7744 (si_trapno): Remove macro.
7745 (si_addr_lsb): Define new macro.
7746 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
7747
d369f531
JM
77482013-05-15 Joseph Myers <joseph@codesourcery.com>
7749
b861c6c4
JM
7750 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
7751 instead of TEST_f_l.
7752 (llrint_test_tonearest): Likewise.
7753 (llrint_test_towardzero): Likewise.
7754 (llrint_test_downward): Likewise.
7755 (llrint_test_upward): Likewise.
7756 (llround_test): Likewise.
7757
7abeee12
JM
7758 * math/libm-test.inc (struct test_f_i_data): Add comment.
7759 (RUN_TEST_LOOP_f_b): New macro.
7760 (RUN_TEST_LOOP_f_b_tg): Likewise.
7761 (finite_test_data): New variable.
7762 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
7763 (isfinite_test_data): New variable.
7764 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7765 (isinf_test_data): New variable.
7766 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7767 (isnan_test_data): New variable.
7768 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7769 (isnormal_test_data): New variable.
7770 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7771 (issignaling_test_data): New variable.
7772 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7773 (signbit_test_data): New variable.
7774 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
7775
cbe8c4d3
JM
7776 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
7777 with INVALID_EXCEPTION.
7778 (acosh_test_data): Likewise.
7779 (asin_test_data): Likewise.
7780 (atanh_test_data): Likewise.
7781 (fmod_test_data): Likewise.
7782 (log_test_data): Likewise.
7783 (log10_test_data): Likewise.
7784 (log2_test_data): Likewise.
7785 (pow_test_data): Likewise.
7786 (sqrt_test_data): Likewise.
7787 (y0_test_data): Likewise.
7788 (y1_test_data): Likewise.
7789 (yn_test_data): Likewise.
7790
5575c0e5
JM
7791 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
7792 function contents.
7793
d369f531
JM
7794 * math/libm-test.inc (struct test_ff_i_data): New type.
7795 (RUN_TEST_LOOP_ff_i_tg): New macro.
7796 (isgreater_test_data): New variable.
7797 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7798 (isgreaterequal_test_data): New variable.
7799 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7800 (isless_test_data): New variable.
7801 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7802 (islessequal_test_data): New variable.
7803 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7804 (islessgreater_test_data): New variable.
7805 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7806 (isunordered_test_data): New variable.
7807 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
7808
781fd748
DM
78092013-05-14 David S. Miller <davem@davemloft.net>
7810
7811 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7812
87aa21df
JM
78132013-05-14 Joseph Myers <joseph@codesourcery.com>
7814
5e908270
JM
7815 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
7816
f71172e5
JM
7817 * math/libm-test.inc (struct test_fF_f1_data): Change type of
7818 extra_test to int.
7819 (struct test_f_i_data): Change type of max_ulp to int.
7820
8cfa635a
JM
7821 * math/libm-test.inc (test_ffI_f1_data): New type.
7822 (RUN_TEST_LOOP_ffI_f1): New macro.
7823 (remquo_test_data): New variable.
7824 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
7825
2bcb36b2
JM
7826 * setjmp/tst-setjmp-fp.c: New file.
7827 * setjmp/Makefile (tests): Add tst-setjmp-fp.
7828 (link-libm): New variable.
7829 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
7830
acbd839a
JM
7831 * math/libm-test.inc (struct test_f_i_data): New type.
7832 (RUN_TEST_LOOP_f_i): New macro.
7833 (RUN_TEST_LOOP_f_i_tg): Likewise.
7834 (fpclassify_test_data): New variable.
7835 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
7836 (ilogb_test_data): New variable.
7837 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
7838
e414d745
JM
7839 * math/libm-test.inc (scalbln_test): Correct function name in END
7840 call.
7841
d9c2a0fd
JM
7842 * math/libm-test.inc (struct test_f_f1_data): Add comment.
7843 (RUN_TEST_LOOP_fI_f1): New macro.
7844 (frexp_test_data): New variable.
7845 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
7846
9dc9095d
JM
7847 * math/libm-test.inc (struct test_fF_f1_data): New type.
7848 (RUN_TEST_LOOP_fF_f1): New macro.
7849 (modf_test_data): New variable.
7850 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
7851
87aa21df
JM
7852 * math/libm-test.inc (struct test_f_f1_data): New type.
7853 (RUN_TEST_LOOP_f_f1): New macro.
7854 (gamma_test_data): New variable.
7855 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
7856 (lgamma_test_data): New variable.
7857 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
7858
141af660
CD
78592013-05-13 Carlos O'Donell <carlos@redhat.com>
7860
7861 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
7862 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
7863 (main): Comment "tls" pseudo-hwcap.
7864
6d33265c
JM
78652013-05-13 Joseph Myers <joseph@codesourcery.com>
7866
68fc074c
JM
7867 * math/libm-test.inc (struct test_fl_f_data): New type.
7868 (RUN_TEST_LOOP_fl_f): New variable.
7869 (scalbln_test_data): New variable.
7870 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
7871
243216e1
JM
7872 * math/libm-test.inc (struct test_fi_f_data): New type.
7873 (RUN_TEST_LOOP_fi_f): New macro.
7874 (ldexp_test_data): New variable.
7875 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
7876 (scalbn_test_data): New variable.
7877 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
7878
6a1992e2
JM
7879 * math/libm-test.inc (struct test_c_f_data): New type.
7880 (RUN_TEST_LOOP_c_f): New macro.
7881 (cabs_test_data): New variable.
7882 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
7883 (carg_test_data): New variable.
7884 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
7885 (cimag_test_data): New variable.
7886 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
7887 (creal_test_data): New variable.
7888 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
7889
0e400df5
JM
7890 * math/libm-test.inc (struct test_if_f_data): New type.
7891 (RUN_TEST_LOOP_if_f): New macro.
7892 (jn_test_data): New variable.
7893 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
7894 (yn_test_data): New variable.
7895 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
7896
6d33265c
JM
7897 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
7898
f98ece5f
AZ
78992013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7900
7901 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
7902 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
7903
0f7d347b
SP
79042013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
7905
43fe811b
SP
7906 * benchtests/Makefile (CPPFLAGS-nonlib): Add
7907 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
7908 (bench-deps): Add bench-timing.h.
7909 * benchtests-bench-skeleton.c: Include bench-timing.h.
7910 (main): Use TIMING_* macros instead of clock_gettime.
7911 * benchtests/bench-timing.h: New file.
7912
0f7d347b
SP
7913 [BZ #14582]
7914 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
7915 Renamed from _LIB_VERSION.
7916 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
7917
601a3a5f
JM
79182013-05-12 Joseph Myers <joseph@codesourcery.com>
7919
4f184d30
JM
7920 * math/libm-test.inc (struct test_fff_f_data): New type.
7921 (RUN_TEST_LOOP_fff_f): New macro.
7922 (fma_test_data): New variable.
7923 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
7924 (fma_towardzero_test_data): New variable.
7925 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
7926 (fma_downward_test_data): New variable.
7927 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
7928 (fma_upward_test_data): New variable.
7929 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
7930
08198877
JM
7931 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
7932 (struct test_c_c_data): New type.
7933 (RUN_TEST_LOOP_c_c): New macro.
7934 (cacos_test_data): New variable.
7935 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
7936 (cacosh_test_data): New variable.
7937 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
7938 (casin_test_data): New variable.
7939 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
7940 (casinh_test_data): New variable.
7941 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
7942 (catan_test_data): New variable.
7943 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
7944 (catanh_test_data): New variable.
7945 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
7946 (ccos_test_data): New variable.
7947 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
7948 (ccosh_test_data): New variable.
7949 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
7950 (cexp_test_data): New variable.
7951 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
7952 (clog_test_data): New variable.
7953 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
7954 (clog10_test_data): New variable.
7955 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
7956 (conj_test_data): New variable.
7957 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
7958 (cproj_test_data): New variable.
7959 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
7960 (csin_test_data): New variable.
7961 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
7962 (csinh_test_data): New variable.
7963 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
7964 (csqrt_test_data): New variable.
7965 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
7966 (ctan_test_data): New variable.
7967 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
7968 (ctan_tonearest_test_data): New variable.
7969 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
7970 (ctan_towardzero_test_data): New variable.
7971 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
7972 (ctan_downward_test_data): New variable.
7973 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
7974 (ctan_upward_test_data): New variable.
7975 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
7976 (ctanh_test_data): New variable.
7977 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
7978 (ctanh_tonearest_test_data): New variable.
7979 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
7980 (ctanh_towardzero_test_data): New variable.
7981 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
7982 (ctanh_downward_test_data): New variable.
7983 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
7984 (ctanh_upward_test_data): New variable.
7985 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
7986 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
7987 of BUILD_COMPLEX.
7988
601a3a5f
JM
7989 * math/libm-test.inc (struct test_ff_f_data): New type.
7990 (struct test_ff_f_data_nexttoward): Likewise.
7991 (RUN_TEST_LOOP_2_f): New macro.
7992 (RUN_TEST_LOOP_ff_f): Likewise.
7993 (atan2_test_data): New variable.
7994 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
7995 (copysign_test_data): New variable.
7996 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
7997 (fdim_test_data): New variable.
7998 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
7999 (fmax_test_data): New variable.
8000 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
8001 (fmin_test_data): New variable.
8002 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
8003 (fmod_test_data): New variable.
8004 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
8005 (hypot_test_data): New variable.
8006 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
8007 (nextafter_test_data): New variable.
8008 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
8009 (nexttoward_test_data): New variable.
8010 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
8011 (pow_test_data): New variable.
8012 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
8013 (pow_tonearest_test_data): New variable.
8014 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
8015 (pow_towardzero_test_data): New variable.
8016 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
8017 (pow_downward_test_data): New variable.
8018 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
8019 (pow_upward_test_data): New variable.
8020 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
8021 (remainder_test_data): New variable.
8022 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
8023 (scalb_test_data): New variable.
8024 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
8025 * sysdeps/i386/fpu/libm-test-ulps: Update.
8026
74c57478
JM
80272013-05-11 Joseph Myers <joseph@codesourcery.com>
8028
8329e4da
JM
8029 * math/libm-test.inc (fma_test): Use max_value instead of local
8030 variable fltmax.
8031 (nextafter_test): Likewise.
8032
74c57478
JM
8033 * math/libm-test.inc (acos_towardzero_test_data): New variable.
8034 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8035 (acos_downward_test_data): New variable.
8036 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8037 (acos_upward_test_data): New variable.
8038 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8039 (acosh_test_data): New variable.
8040 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
8041 (asin_test_data): New variable.
8042 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
8043 (asin_tonearest_test_data): New variable.
8044 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8045 (asin_towardzero_test_data): New variable.
8046 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8047 (asin_downward_test_data): New variable.
8048 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8049 (asin_upward_test_data): New variable.
8050 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8051 (asinh_test_data): New variable.
8052 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
8053 (atan_test_data): New variable.
8054 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
8055 (atanh_test_data): New variable.
8056 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
8057 (cbrt_test_data): New variable.
8058 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
8059 (ceil_test_data): New variable.
8060 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
8061 (cos_test_data): New variable.
8062 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
8063 (cos_tonearest_test_data): New variable.
8064 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8065 (cos_towardzero_test_data): New variable.
8066 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8067 (cos_downward_test_data): New variable.
8068 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8069 (cos_upward_test_data): New variable.
8070 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8071 (cosh_test_data): New variable.
8072 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
8073 (cosh_tonearest_test_data): New variable.
8074 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8075 (cosh_towardzero_test_data): New variable.
8076 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8077 (cosh_downward_test_data): New variable.
8078 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8079 (cosh_upward_test_data): New variable.
8080 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8081 (erf_test_data): New variable.
8082 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
8083 (erfc_test_data): New variable.
8084 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
8085 (exp_test_data): New variable.
8086 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
8087 (exp_tonearest_test_data): New variable.
8088 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8089 (exp_towardzero_test_data): New variable.
8090 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8091 (exp_downward_test_data): New variable.
8092 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8093 (exp_upward_test_data): New variable.
8094 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8095 (exp10_test_data): New variable.
8096 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
8097 (exp2_test_data): New variable.
8098 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
8099 (expm1_test_data): New variable.
8100 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
8101 (fabs_test_data): New variable.
8102 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
8103 (floor_test_data): New variable.
8104 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
8105 (j0_test_data): New variable.
8106 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
8107 (j1_test_data): New variable.
8108 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
8109 (log_test_data): New variable.
8110 (log_test): Run tests with RUN_TEST_LOOP_f_f.
8111 (log10_test_data): New variable.
8112 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
8113 (log1p_test_data): New variable.
8114 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
8115 (log2_test_data): New variable.
8116 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
8117 (logb_test_data): New variable.
8118 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
8119 (logb_downward_test_data): New variable.
8120 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8121 (nearbyint_test_data): New variable.
8122 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
8123 (rint_test_data): New variable.
8124 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
8125 (rint_tonearest_test_data): New variable.
8126 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8127 (rint_towardzero_test_data): New variable.
8128 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8129 (rint_downward_test_data): New variable.
8130 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8131 (rint_upward_test_data): New variable.
8132 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8133 (round_test_data): New variable.
8134 (round_test): Run tests with RUN_TEST_LOOP_f_f.
8135 (sin_test_data): New variable.
8136 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
8137 (sin_tonearest_test_data): New variable.
8138 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8139 (sin_towardzero_test_data): New variable.
8140 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8141 (sin_downward_test_data): New variable.
8142 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8143 (sin_upward_test_data): New variable.
8144 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8145 (sinh_test_data): New variable.
8146 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
8147 (sinh_tonearest_test_data): New variable.
8148 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8149 (sinh_towardzero_test_data): New variable.
8150 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8151 (sinh_downward_test_data): New variable.
8152 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8153 (sinh_upward_test_data): New variable.
8154 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8155 (sqrt_test_data): New variable.
8156 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
8157 (tan_test_data): New variable.
8158 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
8159 (tan_tonearest_test_data): New variable.
8160 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8161 (tan_towardzero_test_data): New variable.
8162 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
8163 (tan_downward_test_data): New variable.
8164 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
8165 (tan_upward_test_data): New variable.
8166 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
8167 (tanh_test_data): New variable.
8168 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
8169 (tgamma_test_data): New variable.
8170 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
8171 (trunc_test_data): New variable.
8172 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
8173 (y0_test_data): New variable.
8174 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
8175 (y1_test_data): New variable.
8176 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
8177 (significand_test_data): New variable.
8178 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
8179
7187d844
CG
81802013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
8181
8182 [BZ #12387]
8183 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
8184
f63fae73
PT
81852013-05-10 Pino Toscano <toscano.pino@tiscali.it>
8186
8187 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
8188
8a67a4b3
AJ
81892013-05-10 Andreas Jaeger <aj@suse.de>
8190
8191 [BZ #15448]
8192 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
8193 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
8194
51df539d
JM
81952013-05-10 Joseph Myers <joseph@codesourcery.com>
8196
8197 * math/gen-libm-test.pl (adjust_arg): New function.
8198 (special_functions): Handle generating output in both functions
8199 and arrays.
8200 (parse_args): Likewise.
8201 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
8202 $in_func argument to parse_args.
8203 * math/libm-test.inc (struct test_f_f_data): New type.
8204 (IF_ROUND_INIT_): New macro.
8205 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
8206 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
8207 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
8208 (IF_ROUND_INIT_FE_UPWARD): Likewise.
8209 (ROUND_RESTORE_): Likewise.
8210 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
8211 (ROUND_RESTORE_FE_TONEAREST): Likewise.
8212 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
8213 (ROUND_RESTORE_FE_UPWARD): Likewise.
8214 (RUN_TEST_LOOP_f_f): New macro.
8215 (acos_test_data): New variable.
8216 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
8217 (acos_tonearest_test_data): New variable.
8218 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
8219
5c637fe5
SP
82202013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8221
8222 * benchtests/bench-skeleton.c (startup): Fix coding style.
8223
ab2b9461
JM
82242013-05-10 Joseph Myers <joseph@codesourcery.com>
8225
8226 [BZ #6809]
8227 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
8228 negative infinity argument.
8229 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
8230 negative infinity argument.
8231 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
8232 negative infinity argument.
8233 * math/libm-test.inc (tgamma_test): Expect errno to be set for
8234 domain errors.
8235
4c0fe6fe
FW
82362013-05-10 Florian Weimer <fweimer@redhat.com>
8237
8238 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
8239 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
8240 * iconv/iconv_prog.c (main): Likewise.
8241 * locale/programs/charmap-dir.c (charmap_readdir)
8242 (fopen_uncompressed): Likewise.
8243 * locale/programs/locfile.c (siblings_uncached)
8244 (write_locale_data): Use lstat64 instead of lstat.
8245 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
8246 stat.
8247
a3375d29
AJ
82482013-05-10 Andreas Jaeger <aj@suse.de>
8249
8250 [BZ #15395]
8251 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
8252 localization.
8253 Include <locale.h>.
8254
36129722
CD
82552013-05-09 Carlos O'Donell <carlos@redhat.com>
8256
8257 * elf/dl-close.c (_dl_close_worker): Add comments.
8258
faa7f811
JM
82592013-05-09 Joseph Myers <joseph@codesourcery.com>
8260
ed41ffef
JM
8261 [BZ #15359]
8262 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
8263 high part of pi/2.
8264 (__ieee754_rem_pio2l): Update comments.
8265
d0213cd0
JM
8266 [BZ #15429]
8267 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
8268 high part of pi/2.
8269 (__ieee754_rem_pio2l): Update comments.
8270
0d3e777a
JM
8271 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
8272 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
8273
24f56066
JM
8274 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
8275 M_PI_4l.
8276
faa7f811
JM
8277 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
8278 (M_PI_34_LOG10El): Likewise.
8279 (M_PI2_LOG10El): Likewise.
8280 (M_PI4_LOG10El): Likewise.
8281 (M_PI_LOG10El): Likewise.
8282
e9a5e0fd
AZ
82832013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8284
8285 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8286
d8cd06db
JM
82872013-05-08 Joseph Myers <joseph@codesourcery.com>
8288
a0d9f9d7
JM
8289 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
8290 (MINUS_ZERO_INIT): Likewise.
8291 (PLUS_INFTY_INIT): Likewise.
8292 (MINUS_INFTY_INIT): Likewise.
8293 (QNAN_VALUE_INIT): Likewise.
8294 (MAX_VALUE_INIT): Likewise.
8295 (MIN_VALUE_INIT): Likewise.
8296 (MIN_SUBNORM_VALUE_INIT): Likewise.
8297 (plus_zero): Initialize with PLUS_ZERO_INIT.
8298 (minus_zero): Initialize with MINUS_ZERO_INIT.
8299 (plus_infty): Initialize with PLUS_INFTY_INIT.
8300 (minus_infty): Initialize with MINUS_INFTY_INIT.
8301 (qnan_value): Initialize with QNAN_VALUE_INIT.
8302 (max_value): Initialize with MAX_VALUE_INIT.
8303 (min_value): Initialize with MIN_VALUE_INIT.
8304 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
8305
ae08db3b
JM
8306 * math/libm-test.inc (RUN_TEST_if_f): New macro.
8307 (jn_test): Use TEST_if_f instead of TEST_ff_f.
8308 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
8309 (yn_test): Use TEST_if_f instead of TEST_ff_f.
8310
f44bf14a
JM
8311 * math/libm-test.inc (RUN_TEST_f_f): New macro.
8312 (RUN_TEST_2_f): Likewise.
8313 (RUN_TEST_ff_f): Likewise.
8314 (RUN_TEST_fi_f): Likewise.
8315 (RUN_TEST_fl_f): Likewise.
8316 (RUN_TEST_fff_f): Likewise.
8317 (RUN_TEST_c_f): Likewise.
8318 (RUN_TEST_f_f1): Likewise.
8319 (RUN_TEST_fF_f1): Likewise.
8320 (RUN_TEST_fI_f1): Likewise.
8321 (RUN_TEST_ffI_f1): Likewise.
8322 (RUN_TEST_c_c): Likewise.
8323 (RUN_TEST_cc_c): Likewise.
8324 (RUN_TEST_f_i): Likewise.
8325 (RUN_TEST_f_i_tg): Likewise.
8326 (RUN_TEST_ff_i_tg): Likewise.
8327 (RUN_TEST_f_b): Likewise.
8328 (RUN_TEST_f_b_tg): Likewise.
8329 (RUN_TEST_f_l): Likewise.
8330 (RUN_TEST_f_L): Likewise.
8331 (RUN_TEST_sincos): Likewise.
8332 * math/gen-libm-test.pl (new_test): Take new argument to indicate
8333 whether to show exceptions. Do not include ");\n" in return
8334 value.
8335 (special_functions): Output call to RUN_TEST_sincos instead of
8336 check_float calls. Update calls to new_test.
8337 (parse_args): Output call to single RUN_TEST_* macro instead of
8338 check_* calls and other assignments. Update calls to new_test.
8339
d8cd06db
JM
8340 [BZ #2546]
8341 [BZ #2560]
8342 [BZ #5159]
8343 [BZ #15426]
8344 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
8345 input to result for tgamma overflow.
8346 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
8347 (gamma_coeff): New variable.
8348 (NCOEFF): New macro.
8349 (gamma_positive): New function.
8350 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
8351 underflow here. Use gamma_positive instead of exp (lgamma) for
8352 other arguments.
8353 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
8354 (gamma_coeff): New variable.
8355 (NCOEFF): New macro.
8356 (gammaf_positive): New function.
8357 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
8358 underflow here. Use gamma_positive instead of exp (lgamma) for
8359 other arguments.
8360 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
8361 (gamma_coeff): New variable.
8362 (NCOEFF): New macro.
8363 (gammal_positive): New function.
8364 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
8365 underflow here. Use gamma_positive instead of exp (lgamma) for
8366 other arguments.
8367 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
8368 (gamma_coeff): New variable.
8369 (NCOEFF): New macro.
8370 (gammal_positive): New function.
8371 (__ieee754_gammal_r): Handle positive infinity, overflow and
8372 underflow here. Handle NaN the same as positive infinity. Remove
8373 check x < 0xffffffff for negative integers. Use gamma_positive
8374 instead of exp (lgamma) for other arguments.
8375 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
8376 (gamma_coeff): New variable.
8377 (NCOEFF): New macro.
8378 (gammal_positive): New function.
8379 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
8380 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
8381 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
8382 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
8383 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
8384 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
8385 * sysdeps/generic/math_private.h (__gamma_productf): New
8386 prototype.
8387 (__gamma_product): Likewise.
8388 (__gamma_productl): Likewise.
8389 * math/Makefile (libm-calls): Add gamma_product.
8390 * math/libm-test.inc (tgamma_test): Add more tests.
8391 * sysdeps/i386/fpu/libm-test-ulps: Update.
8392 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8393
bb7cf681
OB
83942013-05-08 Ondřej Bílka <neleai@seznam.cz>
8395
8396 * benchtests/bench-skeleton.c (main): Preheat CPU.
8397
ba853947
AJ
83982013-05-07 Aurelien Jarno <aurelien@aurel32.net>
8399
8400 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
8401
8347c74c
RM
84022013-05-07 Roland McGrath <roland@hack.frob.com>
8403
8404 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
8405 and _dl_skip_args_internal.
8406
e8dd4791
CD
84072013-05-07 Carlos O'Donell <carlos@redhat.com>
8408
8409 * manual/message.texi (Message Translation): Talk about users.
8410 Message to key mapping impacts design.
8411
c7405830
RM
84122013-05-06 Roland McGrath <roland@hack.frob.com>
8413
a9173057
RM
8414 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
8415
976e2f03
RM
8416 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
8417
9723ffc5
RM
8418 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
8419 * sysdeps/wordsize-64/glob64.c: ... here.
8420
962e6658
RM
8421 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
8422 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
8423 New macros.
8424
ee586a6d
RM
8425 * debug/getlogin_r_chk.c: Moved to ...
8426 * login/getlogin_r_chk.c: ... here.
8427 * debug/Makefile (routines): Move getlogin_r_chk to ...
8428 * login/Makefile (routines): ... here.
8429 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
8430 * login/Versions (libc: GLIBC_2.4): ... here.
8431
355f9165
RM
8432 * io/poll.c (__poll): Renamed from poll.
8433 Add libc_hidden_def.
8434 (poll): Define as weak alias.
8435
bd9ffde6
RM
8436 * debug/ptsname_r_chk.c: Moved to ...
8437 * login/ptsname_r_chk.c: ... here.
8438 * debug/Makefile (routines): Move ptsname_r_chk to ...
8439 * login/Makefile (routines): ... here.
8440 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
8441 * login/Versions (libc: GLIBC_2.4): ... here.
8442
8fb16a04
RM
8443 * posix/getlogin.c: Moved to ...
8444 * login/getlogin.c: ... here.
8445 * posix/getlogin_r.c: Moved to ...
8446 * login/getlogin_r.c: ... here.
8447 * posix/getlogin_r.c: Moved to ...
8448 * login/getlogin_r.c: ... here.
8449 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
8450 * login/Makefile (routines): ... here.
8451 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
8452 * login/Versions (libc: GLIBC_2.0): ... here.
8453
b99b892f
RM
8454 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
8455 (setrlimit): Define as weak alias.
8456
c7405830
RM
8457 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
8458 Call __ names for open, ftruncate, and close.
8459 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
8460 (truncate): Define as weak alias.
8461
5bf96de5
JM
84622013-05-06 Joseph Myers <joseph@codesourcery.com>
8463
9ea3513c
JM
8464 * math/gen-libm-test.pl (parse_args): Initialize x before each
8465 test of frexp, modf and remquo.
8466
5bf96de5
JM
8467 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
8468 test signgam value.
8469
16e616a7
AZ
84702013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8471
8472 [BZ #15418]
8473 [BZ #15419]
8474 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
8475 internal tests.
8476 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
8477
d5e82754
RM
84782013-05-06 Roland McGrath <roland@hack.frob.com>
8479
8480 * elf/dl-writev.h: New file.
8481 * elf/dl-misc.c: Include it.
8482 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
8483 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
8484
a7548d41
JM
84852013-05-04 Joseph Myers <joseph@codesourcery.com>
8486
b7dab1e4
JM
8487 * math/libm-test.inc (noXFails): Remove variable.
8488 (noXPasses): Likewise.
8489 (BUILD_COMPLEX_INT): Remove macro.
8490 (print_screen): Remove xfail argument.
8491 (print_screen_max_error): Likewise.
8492 (update_stats): Likewise.
8493 (print_max_error): Likewise. Update calls to other affected
8494 functions.
8495 (print_complex_max_error): Likewise.
8496 (test_single_exception): Update calls to print_screen.
8497 (test_single_errno): Likewise.
8498 (check_float_internal): Remove xfail argument. Update calls to
8499 other affected functions.
8500 (check_float): Likewise.
8501 (check_complex): Likewise.
8502 (check_int): Likewise.
8503 (check_long): Likewise.
8504 (check_bool): Likewise.
8505 (check_longlong): Likewise.
8506 (main): Don't print noXFails and noXPasses.
8507 * math/gen-libm-test.pl (top level): Don't mention expected
8508 failure handling in comment.
8509 (new_test): Don't handle expected failures.
8510 (parse_args): Don't mention expected failure handling in comment.
8511 (generate_testfile): Don't handle expected failures.
8512 (parse_ulps): Likewise.
8513 (print_ulps_file): Likewise.
8514 (get_failure): Remove function.
8515 (output_test): Don't handle expected failures.
8516 * make/README.libm-test: Don't mention expected failure handling.
8517
a7548d41
JM
8518 * math/libm-test.inc (plus_zero): Make const. Add initializer.
8519 (minus_zero): Likewise.
8520 (plus_infty): Likewise.
8521 (minus_infty): Likewise.
8522 (qnan_value): Likewise.
8523 (max_value): Likewise.
8524 (min_value): Likewise.
8525 (min_subnorm_value): Likewise.
8526 (initialize): Do not initialize those variables dynamically.
8527
60bfd54c
RM
85282013-05-03 Roland McGrath <roland@hack.frob.com>
8529
cc0e6ed8
RM
8530 * io/open.c (__open_2): Moved to ...
8531 * io/open_2.c: ... this new file.
8532 * io/open64.c (__open64_2): Moved to ...
8533 * io/open64_2.c: ... this new file.
8534 * io/openat.c (__openat_2): Moved to ...
8535 * io/openat_2.c: ... this new file.
8536 * io/openat64.c (__openat64_2): Moved to ...
8537 * io/openat64_2.c: ... this new file.
8538 * io/Makefile (routines): Add them.
8539 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
8540 * sysdeps/unix/sysv/linux/open_2.c: File removed.
8541 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
8542 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
8543 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
8544 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
8545 (__openat64): Add hidden_ver.
8546 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
8547 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
8548
60bfd54c
RM
8549 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
8550 Separately conditionalize setting of GLRO(dl_sysinfo) so
8551 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
8552 as well, but the actual setting is only under [NEED_DL_SYSINFO].
8553
83e7640f
AZ
85542013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8555
8556 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
8557 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
8558 definition.
8559 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
8560 * sysdeps/unix/sysv/linux/powerpc/init-first.c
8561 (_libc_vdso_platform_setup): Add __vdso_time initialization.
8562 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
8563 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
8564
d5dc2af3
JM
85652013-05-03 Joseph Myers <joseph@codesourcery.com>
8566
c31a5b1e
JM
8567 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
8568 test signgam value.
8569
d5dc2af3
JM
8570 * math/libm-test.inc (hypot_test): Do not use
8571 IGNORE_ZERO_INF_SIGN.
8572
164fd39d
AJ
85732013-05-03 Andreas Jaeger <aj@suse.de>
8574
8575 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
8576 Linux 3.9.
8577 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
8578 (PF_MAX): Adjust for VSOCK change.
8579
8237f48c
AZ
85802013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8581
8582 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8583
9df02941
CD
85842013-05-02 Carlos O'Donell <carlos@redhat.com>
8585
8586 [BZ #15264]
8587 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
8588 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
8589 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
8590
d422395e
DM
85912013-05-02 David S. Miller <davem@davemloft.net>
8592
8593 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8594
a07c5731
OB
85952013-05-01 Ondřej Bílka <neleai@seznam.cz>
8596
8597 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
8598
1324e37f
RM
85992013-05-01 Roland McGrath <roland@hack.frob.com>
8600
8601 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
8602
0695940b
RS
86032013-05-01 Richard Smith <richard@metafoo.co.uk>
8604
bb5f27ad 8605 [BZ #14952]
0695940b
RS
8606 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
8607 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
8608 Use __attribute__ ((__gnu_inline__)).
8609 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
8610 Don't use __attribute__ ((__gnu_inline__)).
8611
10de07f5
JM
86122013-05-01 Joseph Myers <joseph@codesourcery.com>
8613
8614 [BZ #15423]
8615 * math/s_catan.c (__catan): Handle small real or imaginary part of
8616 input specially to avoid spurious underflow.
8617 * math/s_catanf.c (__catanf): Likewise.
8618 * math/s_catanh.c (__catanh): Likewise.
8619 * math/s_catanhf.c (__catanhf): Likewise.
8620 * math/s_catanhl.c (__catanhl): Likewise.
8621 * math/s_catanl.c (__catanl): Likewise.
8622 * math/libm-test.inc (catan_test): Add more tests.
8623 (catanh_test): Likewise.
8624 * sysdeps/i386/fpu/libm-test-ulps: Update.
8625 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8626
cb4d5414
AZ
86272013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8628
8629 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8630
caf84319
JM
86312013-04-30 Joseph Myers <joseph@codesourcery.com>
8632
8633 [BZ #15416]
8634 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
8635 accurately for denominator in atan2.
8636 * math/s_catanf.c (__catanf): Likewise.
8637 * math/s_catanh.c (__catanh): Likewise.
8638 * math/s_catanhf.c (__catanhf): Likewise.
8639 * math/s_catanhl.c (__catanhl): Likewise.
8640 * math/s_catanl.c (__catanl): Likewise.
8641 * math/libm-test.inc (catan_test): Add more tests.
8642 (catanh_test): Likewise.
8643 * sysdeps/i386/fpu/libm-test-ulps: Update.
8644 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8645
d569c6ee
SP
86462013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8647
6dbe713d
SP
8648 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
8649
f0ee064b
SP
8650 * benchtests/Makefile (bench): Remove slow benchmarks.
8651 * benchtests/atan-inputs: Add slow benchmark inputs.
8652 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
8653 (BENCH_FUNC): Accept variant offset.
8654 (VARIANT): Define.
8655 * benchtests/bench-skeleton.c (main): Run benchmark for each
8656 variant.
8657 * benchtests/cos-inputs: Add slow benchmark inputs.
8658 * benchtests/exp-inputs: Likewise.
8659 * benchtests/pow-inputs: Likewise.
8660 * benchtests/sin-inputs: Likewise.
8661 * benchtests/slowatan-inputs: Remove.
8662 * benchtests/slowatan.c: Remove.
8663 * benchtests/slowcos-inputs: Remove.
8664 * benchtests/slowcos.c: Remove.
8665 * benchtests/slowexp-inputs: Remove.
8666 * benchtests/slowexp.c: Remove.
8667 * benchtests/slowpow-inputs: Remove.
8668 * benchtests/slowpow.c: Remove.
8669 * benchtests/slowsin-inputs: Remove.
8670 * benchtests/slowsin.c: Remove.
8671 * benchtests/slowtan-inputs: Remove.
8672 * benchtests/slowtan.c: Remove.
8673 * benchtests/tan-inputs: Add slow benchmark inputs.
8674 * scripts/bench.pl: Parse comments and directives.
8675
d569c6ee
SP
8676 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
8677 in CPPFLAGS.
8678 ($(objpfx)bench-%.c): Remove *-ITER.
8679 * benchtests/bench-modf.c: Remove definition of ITER.
8680 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
8681 (main): Loop for DURATION seconds instead of fixed number of
8682 iterations.
8683 * scripts/bench.pl: Don't expect iterations in parameters.
8684
a6a242fe
RM
86852013-04-29 Roland McGrath <roland@hack.frob.com>
8686
8687 * io/fchdir.c (__fchdir): Renamed from fchdir.
8688 (fchdir): Define as weak alias.
8689
f2da7793
JM
86902013-04-29 Joseph Myers <joseph@codesourcery.com>
8691
8692 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
8693 (ERRNO_EDOM): Likewise.
8694 (ERRNO_ERANGE): Likewise.
8695 (noErrnoTests): New variable.
8696 (init_max_error): Set errno to 0.
8697 (test_single_errno): New function.
8698 (test_errno): Likewise.
8699 (check_float_internal): Call test_errno. Set errno to 0.
8700 (check_complex): Refer to errno tests in comment.
8701 (check_int): Call test_errno. Set errno to 0.
8702 (check_long): Likewise.
8703 (check_bool): Likewise.
8704 (check_longlong): Likewise.
8705 (cos_test): Use ERRNO_* flags for errno tests instead of
8706 check_int.
8707 (expm1_test): Likewise.
8708 (fmod_test): Likewise.
8709 (ilogb_test): Likewise.
8710 (lgamma_test): Likewise.
8711 (pow_test): Likewise.
8712 (remainder_test): Likewise.
8713 (sin_test): Likewise.
8714 (tan_test): Likewise.
8715 (yn_test): Likewise.
8716 (initialize): Set errno to 0.
8717 (main): Print number of errno tests.
8718 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
8719
b1a36ceb
AJ
87202013-04-29 Andreas Jaeger <aj@suse.de>
8721
c3ed8088
AJ
8722 [BZ #15084]
8723 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
8724 and RES_USEVC.
8725
f1a24198
AJ
8726 [BZ #15085]
8727 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
8728 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
8729 unimplemented.
8730
9ce3b2cb
AJ
8731 [BZ #15380]
8732 * stdlib/random.c (__initstate): Return NULL if
8733 __initstate fails.
8734
f1a24198 8735 [BZ #15086]
b1a36ceb
AJ
8736 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
8737 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
8738 RES_SNGLKUPREOP.
8739
7e7b6f36
AZ
87402013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8741
8742 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8743
4d14f449
JM
87442013-04-29 Joseph Myers <joseph@codesourcery.com>
8745
8746 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
8747 of individual tests.
8748 (casin_test): Likewise.
8749 (casinh_test): Likewise.
8750
5b4217d7
JM
87512013-04-27 Joseph Myers <joseph@codesourcery.com>
8752
8753 [BZ #15409]
8754 * math/s_catan.c (__catan): Handle arguments with large real or
8755 imaginary part separately without squaring.
8756 * math/s_catanf.c (__catanf): Likewise.
8757 * math/s_catanh.c (__catanh): Likewise.
8758 * math/s_catanhf.c (__catanhf): Likewise.
8759 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
8760 and redefine.
8761 (__catanhl): Handle arguments with large real or imaginary part
8762 separately without squaring.
8763 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
8764 and redefine.
8765 (__catanl): Handle arguments with large real or imaginary part
8766 separately without squaring.
8767 * math/libm-test.inc (catan_test): Add more tests.
8768 (catanh_test): Likewise.
8769 * sysdeps/i386/fpu/libm-test-ulps: Update.
8770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8771
4220c3ef
AJ
87722013-04-27 Andreas Jaeger <aj@suse.de>
8773
8774 [BZ #15007]
8775 * stdlib/stdlib.h: Update guards for qecvt.
8776 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
8777 <stdlib.h>.
8778
4721b2d1
AM
87792013-04-27 Allan McRae <allan@archlinux.org>
8780
8781 * sysdeps/i386/fpu/libm-test-ulps: Update.
8782
f0302940
JM
87832013-04-26 Joseph Myers <joseph@codesourcery.com>
8784
9457fd95
JM
8785 [BZ #15406]
8786 * math/s_catan.c: Include <float.h>.
8787 (__catan): Ensure underflow exception occurs for underflowed
8788 result.
8789 * math/s_catanf.c: Include <float.h>.
8790 (__catanf): Ensure underflow exception occurs for underflowed
8791 result.
8792 * math/s_catanh.c: Include <float.h>.
8793 (__catanh): Ensure underflow exception occurs for underflowed
8794 result.
8795 * math/s_catanhf.c: Include <float.h>.
8796 (__catanhf): Ensure underflow exception occurs for underflowed
8797 result.
8798 * math/s_catanhl.c: Include <float.h>.
8799 (__catanhl): Ensure underflow exception occurs for underflowed
8800 result.
8801 * math/s_catanl.c: Include <float.h>.
8802 (__catanl): Ensure underflow exception occurs for underflowed
8803 result.
8804 * math/libm-test.inc (catan_test): Add more tests.
8805 (catanh_test): Likewise.
8806
f0302940
JM
8807 [BZ #15405]
8808 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
8809 underflowed result.
8810 * math/s_ccoshf.c (__ccoshf): Likewise.
8811 * math/s_ccoshl.c (__ccoshl): Likewise.
8812 * math/s_csin.c (__csin): Likewise.
8813 * math/s_csinf.c (__csinf): Likewise.
8814 * math/s_csinh.c (__csinh): Likewise.
8815 * math/s_csinhf.c (__csinhf): Likewise.
8816 * math/s_csinhl.c (__csinhl): Likewise.
8817 * math/s_csinl.c (__csinl): Likewise.
8818 * math/libm-test.inc (ccos_test): Add more tests.
8819 (ccosh_test): Likewise.
8820 (csin_test): Likewise.
8821 (csinh_test): Likewise.
8822
aa630f59
AZ
88232013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8824
8825 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
8826 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
8827 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
8828 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
8829 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
8830 powerpc/power5+/fpu folders.
8831 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
8832
8833
1b835983
MT
88342013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
8835
8836 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8837
73709b26
JM
88382013-04-25 Joseph Myers <joseph@codesourcery.com>
8839
8840 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
8841 additions to variable.
8842 [$(config-machine) = x86_64] (modules-names): Likewise.
8843 ($(objpfx)tst-audit3): Remove dependency.
8844 ($(objpfx)tst-audit3.out): Likewise.
8845 ($(objpfx)tst-audit4): Likewise.
8846 ($(objpfx)tst-audit4.out): Likewise.
8847 ($(objpfx)tst-audit5): Likewise.
8848 ($(objpfx)tst-audit5.out): Likewise.
8849 ($(objpfx)tst-audit6): Likewise.
8850 ($(objpfx)tst-audit6.out): Likewise.
8851 ($(objpfx)tst-audit7): Likewise.
8852 ($(objpfx)tst-audit7.out): Likewise.
8853 (tst-audit3-ENV): Remove variable.
8854 (tst-audit4-ENV): Likewise.
8855 (tst-audit5-ENV): Likewise.
8856 (tst-audit6-ENV): Likewise.
8857 (tst-audit7-ENV): Likewise.
8858 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
8859 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
8860 addition to variable.
8861 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
8862 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
8863 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
8864 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
8865 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
8866 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
8867 tst-audit3, tst-audit4 and tst-audit5.
8868 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
8869 tst-audit6 and tst-audit7.
8870 [$(subdir) = elf] (modules-names): Add audit modules for those
8871 tests.
8872 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
8873 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
8874 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
8875 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
8876 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
8877 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
8878 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
8879 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
8880 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
8881 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
8882 [$(subdir) = elf] (tst-audit3-ENV): New variable.
8883 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
8884 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
8885 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
8886 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
8887 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
8888 Likewise.
8889 [$(subdir) = elf && $(config-cflags-avx) = yes]
8890 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
8891 [$(subdir) = elf && $(config-cflags-avx) = yes]
8892 (CFLAGS-tst-auditmod4a.c): Likewise.
8893 [$(subdir) = elf && $(config-cflags-avx) = yes]
8894 (CFLAGS-tst-auditmod4b.c): Likewise.
8895 [$(subdir) = elf && $(config-cflags-avx) = yes]
8896 (CFLAGS-tst-auditmod6b.c): Likewise.
8897 [$(subdir) = elf && $(config-cflags-avx) = yes]
8898 (CFLAGS-tst-auditmod6c.c): Likewise.
8899 [$(subdir) = elf && $(config-cflags-avx) = yes]
8900 (CFLAGS-tst-auditmod7b.c): Likewise.
8901 * elf/tst-audit3.c: Move to ...
8902 * sysdeps/x86_64/tst-audit3.c: ... here.
8903 * elf/tst-audit4.c: Move to ...
8904 * sysdeps/x86_64/tst-audit4.c: ... here.
8905 * elf/tst-audit5.c: Move to ...
8906 * sysdeps/x86_64/tst-audit5.c: ... here.
8907 * elf/tst-audit6.c: Move to ...
8908 * sysdeps/x86_64/tst-audit6.c: ... here.
8909 * elf/tst-audit7.c: Move to ...
8910 * sysdeps/x86_64/tst-audit7.c: ... here.
8911 * elf/tst-auditmod3a.c: Move to ...
8912 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
8913 * elf/tst-auditmod3b.c: Move to ...
8914 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
8915 * elf/tst-auditmod4a.c: Move to ...
8916 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
8917 * elf/tst-auditmod4b.c: Move to ...
8918 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
8919 * elf/tst-auditmod5a.c: Move to ...
8920 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
8921 * elf/tst-auditmod5b.c: Move to ...
8922 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
8923 * elf/tst-auditmod6a.c: Move to ...
8924 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
8925 * elf/tst-auditmod6b.c: Move to ...
8926 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
8927 * elf/tst-auditmod6c.c: Move to ...
8928 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
8929 * elf/tst-auditmod7a.c: Move to ...
8930 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
8931 * elf/tst-auditmod7b.c: Move to ...
8932 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
8933
1ef74943
PP
89342013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
8935
8936 [BZ #15366]
8937 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
8938 define unconditionally.
8939 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
8940 define unconditionally.
8941 (INT8_C, INT16_C, etc.): Likewise.
8942
93fd48c5
MR
89432013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
8944
ae9552cf
MR
8945 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
8946 __ehdr_start with hidden visibility.
8947
93fd48c5
MR
8948 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
8949
418601aa
CD
89502013-04-24 Carlos O'Donell <carlos@redhat.com>
8951
8952 * math/libm-test.inc (cos_test): Use accurate hex constants.
8953 (sincost_test): Likewise.
8954
2f38fbfe
JM
89552013-04-24 Joseph Myers <joseph@codesourcery.com>
8956
5e221800
JM
8957 * math/libm-test.inc (catan_test): Add more tests.
8958 (catanh_test): Likewise.
8959
77f143fd
JM
8960 * math/s_catanf.c (__catanf): Use suffixed floating-point
8961 constants.
8962 * math/s_catanhf.c (__catanhf): Likewise.
8963 * math/s_catanhl.c (__catanhl): Likewise.
8964 * math/s_catanl.c (__catanl): Likewise.
8965
2f38fbfe
JM
8966 [BZ #15394]
8967 * math/s_catan.c (__catan): Calculate imaginary part of result
8968 with log1p not log unless computing log of number close to 0.
8969 * math/s_catanf.c (__catanf): Likewise.
8970 * math/s_catanl.c (__catanl): Likewise.
8971 * math/s_catanh.c (__catanh): Calculate real part of result with
8972 log1p not log unless computing log of number close to 0.
8973 * math/s_catanhf.c (__catanhf): Likewise.
8974 * math/s_catanhl.c (__catanhl): Likewise.
8975 * math/libm-test.inc (catan_test): Add more tests.
8976 (catanh_test): Likewise.
8977 * sysdeps/i386/fpu/libm-test-ulps: Update.
8978 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8979
45d69176
SP
89802013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
8981
8982 * benchtests/Makefile: Mention files in which fast and slow
8983 paths of math functions are implemented.
8984
87f51853
RM
89852013-04-23 Roland McGrath <roland@hack.frob.com>
8986
8987 * sysdeps/posix/timespec_get.c: New file.
8988
3c026539
AZ
89892013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8990
8991 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
8992 POWER.
8993 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
8994 for POWER.
8995 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
8996 powerpc/power5/fpu folders.
8997 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
8998 * benchtests/Makefile: Add modf testcase.
8999 * benchtests/bench-modf.c: New file: Benchmark test for mo
9000
ff491d14
SP
90012013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
9002
9003 [BZ #14888]
9004 * time/Makefile (tests): Add tst-strptime-whitespace.
9005 * time/strptime_l.c (get_number): Use ISSPACE.
9006 (__strptime_internal): Likewise.
9007 * time/tst-strptime-whitespace.c: New test case.
9008
7ed3f4e8
AS
90092013-04-23 Andreas Schwab <schwab@linux-m68k.org>
9010
9011 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
9012 member.
9013 (_nss_files_init): Set it here.
9014
5c95f7b6
HC
90152013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
9016
9017 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
9018 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
9019 unsigned.
9020
d34c9158
JBG
90212013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
9022
9023 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
9024
2169712d
SP
90252013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9026
9027 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
9028 size just once.
9029
29c5de99
DM
90302013-04-21 David S. Miller <davem@davemloft.net>
9031
9032 * po/ru.po: Update Russion translation from translation project.
9033
ccdad15d
AC
90342013-04-17 Adam Conrad <adconrad@0c3.net>
9035
9036 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
9037 and setfsgid.
9038
0f122b8d
CD
90392013-04-17 Carlos O'Donell <carlos@redhat.com>
9040
5c5b07da 9041 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 9042 * configure: Regenerate.
5c5b07da 9043 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
9044 Add example to error message.
9045 * sysdeps/i386/configure: Regenerate.
9046
037714dd
SP
90472013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
9048
9049 * benchtests/Makefile (bench): Add cos, tan, slowcos and
9050 slowtan.
9051 * benchtests/cos-inputs: New file.
9052 * benchtests/slowcos-inputs: New file.
9053 * benchtests/slowcos.c: New file.
9054 * benchtests/slowtan-inputs: New file.
9055 * benchtests/slowtan.c: New file.
9056 * benchtests/tan-inputs: New file.
9057
e913141d
RM
90582013-04-16 Roland McGrath <roland@hack.frob.com>
9059
9060 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
9061 considered kosher.
9062
a2964074
SP
90632013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
9064
4856bcd2
SP
9065 * benchtests/Makefile: Include cppflags-iterator.mk to add
9066 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
9067
a2964074
SP
9068 * Makefile.in (bench-clean): New target.
9069 * benchtests/Makefile (bench-clean): Likewise.
9070
9fbf9aca
DH
90712013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
9072
9073 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
9074
207d1e2a
TS
90752013-04-15 Thomas Schwinge <thomas@codesourcery.com>
9076
9077 * stdio-common/tstdiomisc.c: Fix coding-style violation.
9078
306dfba9
AS
90792013-04-15 Andreas Schwab <schwab@suse.de>
9080
9081 * nscd/grpcache.c (cache_addgr): Properly check for short write.
9082 * nscd/initgrcache.c (addinitgroupsX): Likewise.
9083 * nscd/pwdcache.c (cache_addpw): Likewise.
9084 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
9085 more than recsize.
9086
206a6699
SP
90872013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9088
9089 * benchtests/Makefile (bench): Write all output to
9090 bench-out.tmp together.
9091
0582f6b3
AS
90922013-04-15 Andreas Schwab <schwab@suse.de>
9093
9094 * nscd/nscd.c (main): Don't fork again after closing files.
9095
acb4325f
SP
90962013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9097
5cb26d0a
SP
9098 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
9099
acb4325f
SP
9100 * benchtests/Rules (bench-deps): Collect dependencies into a
9101 single variable. Add Makefile to dependencies.
9102 ($(objpfx)bench-%.c): Depend on bench-deps.
9103
47792506
RM
91042013-04-12 Roland McGrath <roland@hack.frob.com>
9105 Xavier Roche <roche+kml2@exalead.com>
9106
9107 [BZ #15361]
9108 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
9109 just that it's a file descriptor.
9110 * manual/llio.texi (Synchronizing AIO Operations): Update description
9111 for EBADF error from aio_fsync.
9112
8fc1bee5
SP
91132013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
9114
9115 * Rules (bench): Move target definition...
9116 * benchtests/Makefile: ... here.
9117
aba5e333
CD
91182013-04-11 Carlos O'Donell <carlos@redhat.com>
9119
9120 * math/libm-test.inc (cos_test): Fix PI/2 test.
9121 (sincos_test): Likewise.
9122 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9123 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
9124
273cdee8
AS
91252013-04-11 Andreas Schwab <schwab@suse.de>
9126
6ecec3b6
AS
9127 [BZ #13988]
9128 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
9129 accept exponent character only when digits were seen.
9130 * stdio-common/Makefile (tests): Add bug26.
9131 * stdio-common/bug26.c: New file.
9132
273cdee8
AS
9133 [BZ #14293]
9134 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
9135 non-freeable.
9136
8da491f5
SP
91372013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
9138
01dc6df9
SP
9139 * Makeconfig (rtld-prefix): Define built linker prefix.
9140 * Rules (run-bench): Use it.
9141 * math/Makefile (run-regen-ulps): Likewise.
9142
8da491f5
SP
9143 * Rules (bench): Remove eval.
9144
abe7f530
SP
91452013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9146 Roland McGrath <roland@hack.frob.com>
9147 Ondrej Bilka <neleai@seznam.cz>
9148
9149 [BZ #15346]
9150 * time/getdate.c: Include ctype.h and alloca.h.
9151 (__getdate_r): Trim leading and trailing spaces of input.
9152 * time/tst-getdate.c (tests): Add tests with leading and
9153 trailing spaces.
9154
61c23e62
RM
91552013-04-08 Roland McGrath <roland@hack.frob.com>
9156
9157 [BZ #14280]
9158 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
9159 when computing value.
9160
7208a313
CD
91612013-04-06 Carlos O'Donell <carlos@redhat.com>
9162
085b2d41
CD
9163 * math/README.libm-test (How can I generate "libm-test-ulps"?):
9164 Use testrun.sh to run libm tests.
9165
7208a313
CD
9166 [BZ #15309]
9167 * elf/dl-open.c (dl_open_worker): memset all of seen array.
9168
872c0acd
MM
91692013-04-06 Marko Myllynen <myllynen@redhat.com>
9170
9171 [BZ #15264]
9172 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
9173
26510bdd
CD
91742013-04-06 Carlos O'Donell <carlos@redhat.com>
9175
9176 * Makefile.in (regen-ulps): New target.
9177 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
9178 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
9179 [ifneq (no,$(PERL)] (regen-ulps): New target.
9180 [ifeq (no,$(PERL)] (regen-ulps): New target.
9181 * math/libm-test.inc (ulps_file_name): Define.
9182 (output_dir): New variable.
9183 (options): Add "output-dir" option.
9184 (parse_opt): Handle 'o' case.
9185 (main): If output_dir is non-NULL use it as a prefix
9186 otherwise use "".
9187 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
9188
a01f19c8
CD
91892013-04-06 Carlos O'Donell <carlos@redhat.com>
9190
9191 [BZ #10060, #10062]
9192 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
9193 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
9194 fail configure if __sync_val_compare_and_swap is not inlined.
9195 * sysdeps/i386/configure: Regenerate.
9196 * configure.in: Build for i686 when configured for i386.
9197 * configure: Regenerate.
9198 * README: Remove i386 reference.
9199
b7a329a5
CD
92002013-04-06 Carlos O'Donell <carlos@redhat.com>
9201
9202 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
9203 * sysdeps/s390/s390-64/sysdep.h: Likewise.
9204
bf0f50df
TS
92052013-04-05 Thomas Schwinge <thomas@codesourcery.com>
9206
ee091edf
TS
9207 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
9208 (lmsnanval): New variables.
9209 (F): Add conversion tests.
9210 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
9211 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
9212
a8b792d6
TS
9213 * stdio-common/tstdiomisc.c (F): Properly collect individual
9214 tests' results.
9215
a1cbf437
TS
9216 [BZ #14686, #15336]
9217 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
9218 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
9219 Instead, use input NaN values or generate a qNaN by arithmetic
9220 operation. Also fix bugs to comply with the standard.
9221 * math/libm-test.inc (remainder_test): Add more tests.
9222
8b43a0c9
TS
9223 [BZ #15335, #15342]
9224 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
9225 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
9226 input NaN values or generate a qNaN by arithmetic operation.
9227
d91da4ce
TS
9228 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
9229 unreachable code.
9230
bf0f50df
TS
9231 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
9232 definitions.
9233
05e166c8
JM
92342013-04-03 Joseph Myers <joseph@codesourcery.com>
9235
9236 [BZ #14478]
9237 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
9238 underflowed result.
9239 * math/s_cexpf.c (__cexpf): Likewise.
9240 * math/s_cexpl.c (__cexpl): Likewise.
9241 * math/libm-test.inc (cexp_test): Add more tests.
9242
1cef1b19
AS
92432013-04-03 Andreas Schwab <schwab@suse.de>
9244
9245 [BZ #15330]
9246 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
9247 order arrays from heap if bigger than alloca cutoff.
9248
74d87055
TS
92492013-04-03 Thomas Schwinge <thomas@codesourcery.com>
9250
9251 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
9252 (SNAN_TESTS_double): Refer to GCC PR56831.
9253 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
9254 GCC PR56828.
9255
d755bba4
SP
92562013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
9257
90d5d5bb
SP
9258 * Rules (bench): Move bench.out after the run is complete.
9259
73e0cd5d
SP
9260 * Rules (bench): Echo currently running benchmark.
9261
64aabd4b
SP
9262 * benchtests/Makefile (bench): Add atan and slowatan.
9263 * benchtests/atan-inputs: New file.
9264 * benchtests/slowatan-inputs: New file.
9265 * benchtests/slowatan.c: New file.
9266
c871eccd
SP
9267 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
9268 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
9269 its value.
9270
d755bba4
SP
9271 [BZ #15305]
9272 * sysdeps/unix/sysv/linux/kernel-features.h
9273 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
9274 __ASSUME_XFS_RESTRICTED_CHOWN.
9275 * sysdeps/unix/sysv/linux/pathconf.c
9276 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9277 Save and restore errno.
9278
52ce4860
JM
92792013-04-02 Joseph Myers <joseph@codesourcery.com>
9280
9281 [BZ #15327]
9282 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
9283 arguments using __kernel_casinh.
9284 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
9285 arguments using __kernel_casinhf.
9286 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
9287 arguments using __kernel_casinhl.
9288 * math/libm-test.inc (cacosh_test): Add more tests.
9289 * sysdeps/i386/fpu/libm-test-ulps: Update.
9290 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9291
81f311c2
SP
92922013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9293
e7906a47
SP
9294 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
9295 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
9296
92e3664b
SP
9297 * bench/Makefile (bench): Add sin and slowsin.
9298 * benchtests/sin-inputs: New file.
9299 * benchtests/slowsin-inputs: New file.
9300 * benchtests/slowsin.c: New file.
9301
81f311c2
SP
9302 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
9303 (bench): Add slowexp and slowpow.
9304 (exp-ITER): Increase iterations.
9305 (pow-ITER): Likewise.
9306 * benchtests/exp-inputs: Change input.
9307 * benchtests/pow-inputs: Likewise.
9308 * benchtests/slowexp-inputs: New file.
9309 * benchtests/slowexp.c: New file.
9310 * benchtests/slowpow-inputs: New file.
9311 * benchtests/slowpow.c: New file.
9312
ab0f1aa9
AZ
93132013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9314
9315 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
9316 instructions.
9317 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
9318 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
9319 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
9320 * benchtests/Makefile: Add rint benchtest.
9321 * benchtests/rint-inputs: Input for rint benchtest.
9322
57267616
TS
93232013-04-02 Thomas Schwinge <thomas@codesourcery.com>
9324
9325 * Versions.def (libm): Add GLIBC_2.18.
9326 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
9327 hidden libm prototypes.
9328 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
9329 * math/Makefile (libm-calls): Add s_issignaling.
9330 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
9331 __issignalingf, __issignalingl. Adjust all libm.abilist files.
9332 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
9333 declaration.
9334 * math/math.h [__USE_GNU] (issignaling): New macro.
9335 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
9336 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
9337 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
9338 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
9339 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
9340 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
9341 * manual/arith.texi (issignaling): New section.
9342 * manual/libm-err-tab.pl (@all_functions): Update comment.
9343 * math/gen-libm-test.pl (parse_args): Apply special handling for
9344 issignaling.
9345 * math/libm-test.inc (print_float, issignaling_test): New
9346 functions.
9347 (check_float_internal): Add issignaling checks.
9348 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
9349 default definition.
9350 * sysdeps/powerpc/math-tests.h: New file.
9351 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
9352 tests.
9353 * math/test-snan.c (TEST_FUNC): Likewise.
9354
6142896d
DM
93552013-03-30 David S. Miller <davem@davemloft.net>
9356
9357 * po/de.po: Update from translation team.
9358
ccc8cadf
JM
93592013-03-30 Joseph Myers <joseph@codesourcery.com>
9360
9361 [BZ #10357]
9362 * math/k_casinh.c (__kernel_casinh): Handle arguments with
9363 imaginary part less than 1.0 and real part less than 0.5
9364 specially.
9365 * math/k_casinhf.c (__kernel_casinhf): Likewise.
9366 * math/k_casinhl.c (__kernel_casinhl): Likewise.
9367 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
9368 (cacos_test): Add more tests.
9369 (casin_test): Likewise.
9370 (casinh_test): Likewise.
9371 * sysdeps/i386/fpu/libm-test-ulps: Update.
9372 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9373
0f6a8d4b
SP
93742013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
9375
0d1029de
SP
9376 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
9377 ONE with its value.
9378
c2d94018
SP
9379 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
9380 (__pow_mp): Replace ONE and MONE with their values.
9381 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
9382 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
9383 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
9384 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
9385 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
9386 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
9387
27ec37f1
SP
9388 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
9389
a64d7e0e
SP
9390 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
9391 (__pow_mp): Replace ZERO and MZERO with their values.
9392 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
9393 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
9394 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
9395 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
9396 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
9397 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
9398 (__sqr): Likewise.
9399
d26dd3eb
SP
9400 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
9401
0f6a8d4b
SP
9402 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
9403
e57b0c61
RM
94042013-03-28 Roland McGrath <roland@hack.frob.com>
9405
9406 * include/stdlib.h [!SHARED] (__call_tls_dtors):
9407 Declare with __attribute__ ((weak)).
9408 * stdlib/exit.c (__libc_atexit) [!SHARED]:
9409 Call __call_tls_dtors only if it's not NULL.
9410
356b3480
RM
94112013-03-28 Roland McGrath <roland@hack.frob.com>
9412
288f7d79
RM
9413 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
9414 didn't do it already, then set _dl_phdr and _dl_phnum based on the
9415 magic __ehdr_start linker symbol if it's defined.
9416 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
9417 them up here if it was already done.
9418
dc0a0263
RM
9419 * elf/dl-support.c (_dl_phdr): Make pointer to const.
9420 (_dl_aux_init): Use const in cast when setting it.
9421 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
9422 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
9423 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
9424
3d3436ae
RM
9425 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
9426 Declare them here.
9427 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
9428 * csu/libc-tls.c: Nor here.
9429 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
9430
356b3480
RM
9431 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
9432 (__libc_message): Never call vsyslog.
9433
b0f1246a
AM
94342013-03-28 Alan Modra <amodra@gmail.com>
9435
9436 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
9437 Define as empty.
9438 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
9439 Likewise.
9440
fbbe2b9a
AZ
94412013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9442
9443 [BZ #15214]
9444 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
9445 underflow.
9446 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9447
1728ab37
SP
94482013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9449
7a86be6e
SP
9450 [BZ #15304]
9451 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9452 Don't add gid passed as argument.
9453
1728ab37
SP
9454 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
9455
3a7182a1
JM
94562013-03-27 Joseph Myers <joseph@codesourcery.com>
9457
9458 [BZ #15307]
9459 * math/k_casinh.c (__kernel_casinh): Handle arguments with
9460 imaginary part between 1.0 and 1.5 and real part less than 0.5
9461 specially.
9462 * math/k_casinhf.c (__kernel_casinhf): Likewise.
9463 * math/k_casinhl.c (__kernel_casinhl): Likewise.
9464 * math/libm-test.inc (cacos_test): Add more tests.
9465 (casin_test): Likewise.
9466 (casinh_test): Likewise.
9467 * sysdeps/i386/fpu/libm-test-ulps: Update.
9468 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9469
6f2e90e7
SP
94702013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9471
5739f705
SP
9472 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
9473 constants.
9474 (norm): Likewise.
9475 (denorm): Likewise.
9476 (__dbl_mp): Likewise.
9477 (add_magnitudes): Likewise.
9478 (sub_magnitudes): Likewise.
9479 (__add): Likewise.
9480 (__sub): Likewise.
9481 (__mul): Likewise.
9482 (__sqr): Likewise.
9483 (__inv): Likewise.
9484 (__dvd): Likewise.
9485
e375e83d
SP
9486 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
9487 commented code.
9488 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
9489 (__dubcos): Likewise.
9490 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
9491 (__ieee754_acos): Likewise.
9492 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
9493 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
9494 (__exp1): Likewise.
9495 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
9496 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
9497 (log1): Likewise.
9498 (my_log2): Likewise.
9499 (checkint): Likewise.
9500 * sysdeps/ieee754/dbl-64/e_remainder.c
9501 (__ieee754_remainder): Likewise.
9502 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
9503 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
9504 (bsloww): Likewise.
9505 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
9506
6f2e90e7
SP
9507 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
9508 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
9509 MANTISSA_STORE_T to store computations on mantissa. Use
9510 macros for rounding and division.
9511 (denorm): Likewise.
9512 (__dbl_mp): Likewise.
9513 (add_magnitudes): Likewise.
9514 (sub_magnitudes): Likewise.
9515 (__mul): Likewise.
9516 (__sqr): Likewise.
9517 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
9518 powers of two in terms of TWOPOW macro.
9519 (mp_no): Make type of mantissa as MANTISSA_T.
9520 [!RADIXI]: Define RADIXI.
9521 [!TWO52]: Define TWO52.
9522 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
9523
fce14d4e
AZ
95242013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9525
9526 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
9527 llroundl symbol when building for PPC32.
9528
9ad027fb
MW
95292013-03-24 Mark H Weaver <mhw@netris.org>
9530
9531 * manual/arith.texi (Normalization Functions): Fix prototypes for
9532 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
9533
e42a38dd
AZ
95342013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9535
9536 [BZ #13889]
9537 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
9538 high value to check if expl overflow.
9539 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
9540 to check for underflow and overflow.
9541 * math/libm-test.inc: Add exp test.
9542
2e0fb521
DL
95432013-03-21 Dmitry V. Levin <ldv@altlinux.org>
9544
9545 [BZ #11120]
9546 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
9547 with NOT_IN_libc.
9548
b5784d95
AZ
95492013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9550
9551 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
9552 symbol.
9553
5aa4a1a1
TS
95542013-03-21 Thomas Schwinge <thomas@codesourcery.com>
9555
bdef0be7
TS
9556 * math/gen-libm-test.pl (parse_args, special_functions): Properly
9557 wrap blocks consisting of several statements.
9558
5aa4a1a1
TS
9559 * sysdeps/generic/math-tests.h: New file.
9560 * sysdeps/i386/fpu/math-tests.h: Likewise.
9561 * math/test-snan.c: Include it.
9562 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
9563
98c48fe5
JM
95642013-03-21 Joseph Myers <joseph@codesourcery.com>
9565
9566 [BZ #15285]
9567 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
9568 (__ieee754_j0l): Do not improve calculations using cos of twice
9569 input for inputs above LDBL_MAX / 2.0L.
9570 (__ieee754_y0l): Likewise.
9571 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
9572 (__ieee754_j1l): Do not improve calculations using cos of twice
9573 input for inputs above LDBL_MAX / 2.0L.
9574 (__ieee754_y1l): Likewise.
9575 * math/libm-test.inc (j0_test): Add another test.
9576 (j1_test): Likewise.
9577 (y0_test): Likewise.
9578 (y1_test): Likewise.
9579 * sysdeps/i386/fpu/libm-test-ulps: Update.
9580
3775a8bc
SP
95812013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9582
9583 * Rules ($(objpfx)bench-%.c): Include code from a C source
9584 file.
9585
0a1b2ae6
JM
95862013-03-21 Joseph Myers <joseph@codesourcery.com>
9587
9588 [BZ #15287]
9589 * math/k_casinh.c (__kernel_casinh): Handle arguments with
9590 imaginary part 1.0 and real part less than 0.5 specially.
9591 * math/k_casinhf.c (__kernel_casinhf): Likewise.
9592 * math/k_casinhl.c (__kernel_casinhl): Likewise.
9593 * math/libm-test.inc (cacos_test): Add more tests.
9594 (casin_test): Likewise.
9595 (casinh_test): Likewise.
9596 * sysdeps/i386/fpu/libm-test-ulps: Update.
9597 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9598
b33d4ce4
SP
95992013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9600
9601 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
9602 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
9603
bef0b507
JM
96042013-03-20 Joseph Myers <joseph@codesourcery.com>
9605
9606 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
9607 * config.make.in (config-cflags-sse4): Remove variable.
9608 (config-cflags-avx): Likewise.
9609 (config-cflags-sse2avx): Likewise.
9610 (config-cflags-novzeroupper): Likewise.
9611 (config-asflags-i686): Likewise.
9612 (have-mfma4): Likewise.
9613 (have-as-vis3): Likewise.
9614 (MIG): Likewise.
9615 * configure.in (MIG): Do not AC_SUBST.
9616 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
9617 (libc_cv_cc_sse4): Do not AC_SUBST.
9618 (libc_cv_cc_avx): Likewise.
9619 (libc_cv_cc_sse2avx): Likewise.
9620 (libc_cv_cc_novzeroupper): Likewise.
9621 (libc_cv_cc_fma4): Likewise.
9622 (libc_cv_as_i686): Likewise.
9623 (libc_cv_sparc_as_vis3): Likewise.
9624 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
9625 LIBC_CONFIG_VAR.
9626 (config-asflags-i686): Likewise.
9627 (config-cflags-avx): Likewise.
9628 (config-cflags-sse2avx): Likewise.
9629 (have-mfma4): Likewise.
9630 (config-cflags-novzeroupper): Likewise.
9631 * sysdeps/mach/configure.in (MIG): Likewise.
9632 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
9633 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
9634 LIBC_CONFIG_VAR.
9635 (config-cflags-avx): Likewise.
9636 (config-cflags-sse2avx): Likewise.
9637 (have-mfma4): Likewise.
9638 (config-cflags-novzeroupper): Likewise.
9639 * configure: Regenerated.
9640 * sysdeps/i386/configure: Likewise.
9641 * sysdeps/mach/configure: Likewise.
9642 * sysdeps/sparc/configure: Likewise.
9643 * sysdeps/x86_64/configure: Likewise.
9644
912cc4b3
RM
96452013-03-20 Roland McGrath <roland@hack.frob.com>
9646
9647 [BZ #14812]
9648 * locale/programs/localedef.c (options): Put N_ translation marker
9649 on argument names, not just descriptions.
9650
04eed2b0
MS
96512013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
9652
9653 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
9654
a065ceff
OB
96552013-03-20 Ondřej Bílka <neleai@seznam.cz>
9656
9bb2a810 9657 [BZ #14176]
a065ceff
OB
9658 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
9659
a600e5ce
RM
96602013-03-19 Roland McGrath <roland@hack.frob.com>
9661
9662 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
9663 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
9664 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
9665 [!BEFORE_ABORT] (before_abort): New function.
9666 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
9667 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
9668 (writev_for_fatal): New function.
9669 (WRITEV_FOR_FATAL): New macro; call that.
9670 (backtrace_and_maps): New function.
9671 (BEFORE_ABORT): New macro; call that.
9672 (struct str_list): Type removed.
9673 (__libc_message, __libc_fatal): Functions removed.
9674 Include <sysdeps/posix/libc_fatal.c> instead.
9675
6b18bea6
JM
96762013-03-19 Joseph Myers <joseph@codesourcery.com>
9677
9678 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
9679 constants.
9680 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
9681 double constants.
9682
aaa8cb4b
AS
96832013-03-19 Andreas Schwab <schwab@suse.de>
9684
44673770
AS
9685 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
9686 * sysdeps/gnu/configure: Regenerate.
9687
aaa8cb4b
AS
9688 * configure.in: Substitute libc_cv_rtlddir.
9689 * configure: Regenerate.
9690 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
9691 * Makeconfig (rtlddir, inst_rtlddir): New variables.
9692 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
9693 * elf/Makefile (install-others, CFLAGS-interp.c)
9694 (ldso_install, common-ldd-rewrite): Likewise.
9695 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
9696 $(inst_slibdir)/$(rtld-installed-name).
9697 * scripts/rellns-sh: Add -p option.
9698 * Makerules (make-shlib-link): Use rellns-sh to get relative name
9699 for source.
9700
d3cfc668
SP
97012013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
9702
9703 * manual/nptl.texi: Renamed to ...
9704 * manual/threads.texi: ... this.
9705 * manual/Makefile (chapters): Update.
9706
0e2b9cdd
RM
97072013-03-18 Roland McGrath <roland@hack.frob.com>
9708
9709 [BZ #14812]
9710 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
9711 on argument names, not just descriptions.
0e2b9cdd
RM
9712 * malloc/memusagestat.c (options): Likewise.
9713 * nss/getent.c (options): Likewise.
63270c24
RM
9714
97152013-03-18 Benno Schulenberg <bensberg@justemail.net>
9716
9717 [BZ #14812]
9718 * iconv/iconv_prog.c (options): Put N_ translation marker
9719 on argument names, not just descriptions.
9720 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 9721
b2e1393c
OB
97222013-03-18 Ondrej Bilka <neleai@seznam.cz>
9723
9724 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
9725 implementation which is faster on all x86_64 architectures.
9726 Tested on AMD, Intel Nehalem, SNB, IVB.
9727 * sysdeps/x86_64/strnlen.S: Likewise.
9728
9729 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
9730 Remove all multiarch strlen and strnlen versions.
9731 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
9732 Remove strlen and strnlen related parts.
9733
9734 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
9735 Inline strlen part.
9736 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
9737
9738 * sysdeps/x86_64/multiarch/strlen.S: Remove.
9739 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
9740 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
9741 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
9742 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
9743 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
9744
ec4ff04d
CD
97452013-03-17 Carlos O'Donell <carlos@redhat.com>
9746
9747 * manual/memory.texi (Malloc Tunable Parameters):
9748 Sort parameters alphabetically. Add comments for missing entries.
9749
cd18e90a
DM
97502013-03-17 David S. Miller <davem@davemloft.net>
9751
9752 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9753
2a185d32
JM
97542013-03-16 Joseph Myers <joseph@codesourcery.com>
9755
d2f9799e
JM
9756 [BZ #15283]
9757 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
9758 for arguments at most half maximum finite value.
9759 * math/libm-test.inc (j0_test): Add more tests.
9760 (j1_test): Likewise.
9761 (y0_test): Likewise.
9762 (y1_test): Likewise.
9763 * sysdeps/i386/fpu/libm-test-ulps: Update.
9764 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9765
2a185d32
JM
9766 [BZ #14155]
9767 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
9768 1 / x and functions P and Q for arguments above 0x1p256L.
9769 (__ieee754_y0l): Likewise.
9770 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
9771 (__ieee754_y1l): Likewise.
9772 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
9773 (j1_test): Likewise.
9774 (y0_test): Likewise.
9775 (y1_test): Likewise.
9776
6cbec759
TS
97772013-03-16 Thomas Schwinge <thomas@codesourcery.com>
9778
9779 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
9780 variable.
9781
bc16e260
RM
97822013-03-15 Roland McGrath <roland@hack.frob.com>
9783
aefc9b8c
RM
9784 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
9785 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
9786 zero since it's initialized to EXEC_PAGESIZE.
9787
bc16e260
RM
9788 * sysdeps/unix/sysv/linux/ldsodefs.h
9789 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
9790 * sysdeps/generic/ldsodefs.h: ... here.
9791
a57da955
TS
97922013-03-15 Thomas Schwinge <thomas@codesourcery.com>
9793
af00a34d
TS
9794 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
9795
495ded2c
TS
9796 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
9797 math/test-snan.c.
9798 * math/test-snan.c: Renamed from
9799 sysdeps/powerpc/fpu/test-powerpc-snan.c.
9800 * math/Makefile (tests): Add test-snan.
9801 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
9802 test-powerpc-snan.
9803
777b0332
TS
9804 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
9805 SUFFIX. Initialize qNaN_var with __builtin_nan family of
9806 functions.
9807 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
9808 __builtin_nan family of functions.
9809 * math/libm-test.inc (initialize): Initialize qnan_value with
9810 __builtin_nan family of functions.
9811 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
9812 Remove variables.
9813 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
9814 Remove functions.
9815 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
9816 storage class. Initialize qNaN_var and sNaN_var with
9817 __builtin_nan and __builtin_nans families of functions,
9818 respectively.
9819
64d063b8
TS
9820 * math/libm-test.inc (acosh_test): Also test with qNaN input.
9821 (sqrt_test): Remove duplicate test with qNaN input.
9822 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
9823 (round_test, signbit_test, significand_test): Note missing +/-Inf
9824 as well as qNaN tests.
9825
67e971f1
TS
9826 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
9827 qNaN_var. Fix a few strings, too.
9828 * math/libm-test.inc (nan_value): Rename to qnan_value.
9829 * math/gen-libm-test.pl (%beautify): Adjust to that.
9830 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
9831 * math/test-misc.c (main): Likewise.
9832 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
9833 to __qnan_bytes, and __qnan_union, respectively.
9834 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
9835 Likewise.
9836 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
9837 and lqnanval, respectively.
9838 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
9839 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
9840 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
9841 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
9842
64487e12
TS
9843 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
9844 * math/test-misc.c (main) [__x86_64__]: Enable test for long
9845 doubles.
9846
e015e27b
TS
9847 * math/test-misc.c (main): Fix copy'n'pastos.
9848 * misc/tst-efgcvt.c (special): Likewise.
9849
a57da955
TS
9850 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
9851 Remove declarations.
9852
1e380345
SP
98532013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9854
9855 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
9856 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
9857 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
9858 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
9859
ef26eece
AZ
98602013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9861
9862 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
9863 macro to return vdso values correctly in IFUNC implementations.
9864 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
9865 Optimization by using IFUNC.
9866
8cfdb7e0
SP
98672013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9868 Richard Henderson <rth@redhat.com>
9869 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
9870
9871 * Makefile.in (bench): New target.
9872 * NEWS: Mention the benchmark framework.
9873 * Rules (bench): Likewise.
9874 (binaries-bench): Generate binaries for functions to
9875 benchmark.
9876 * benchtests/Makefile: New makefile for benchmark tests.
9877 * benchtests/bench-skeleton.c: New skeleton file for benchmark
9878 programs.
9879 * benchtests/exp-inputs: New input file for EXP function.
9880 * benchtests/pow-inputs: New input file for POW function.
9881 * scripts/bench.pl: New script to generate source files for
9882 benchmark programs.
9883
bcda9880
SP
98842013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9885
d22ca8cd
SP
9886 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
9887 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
9888 computations on mantissa. Use macros for rounding and
9889 division.
9890 (denorm): Likewise.
9891 (__dbl_mp): Likewise.
9892 (add_magnitudes): Likewise.
9893 (sub_magnitudes): Likewise.
9894 (__mul): Likewise.
9895 (__sqr): Likewise.
9896 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
9897 powers of two in terms of TWOPOW macro.
9898 (mp_no): Make type of mantissa as MANTISSA_T.
9899 [!RADIXI]: Define RADIXI.
9900 [!TWO52]: Define TWO52.
9901 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
9902
bcda9880
SP
9903 * manual/nptl.texi (cindex): Modify threads to pthreads.
9904
06d5adfb
JM
99052013-03-15 Joseph Myers <joseph@codesourcery.com>
9906
9907 * sysdeps/x86_64/preconfigure: Regenerated.
9908
41c7328e
JM
99092013-03-14 Joseph Myers <joseph@codesourcery.com>
9910
9911 [BZ #14155]
9912 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
9913 0x1p28 and above.
9914 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
9915 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
9916 0x1p28 and above.
9917 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
9918 * math/libm-test.inc (j0_test): Do not allow one spurious
9919 underflow exception.
9920 (y1_test): Likewise.
9921
e25cfa60
SP
99222013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
9923
0409959c
SP
9924 * manual/Makefile (chapters): Add nptl.
9925 * manual/debug.texi (Debugging Support): Add link to Threads
9926 chapter.
9927 * manual/nptl.texi: New file.
9928
e25cfa60
SP
9929 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
9930
58a1335e
PB
99312013-03-14 Petr Baudis <pasky@ucw.cz>
9932
9933 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
9934 for non-NULL pointer before the memory validity test. Pointed
9935 out by Holger Brunck <holger.brunck@keymile.com>.
9936
9dc7c64f
AS
99372013-03-13 Andreas Schwab <schwab@suse.de>
9938
9939 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
9940 instead of .os.
9941
54206aa6
JM
99422013-03-13 Joseph Myers <joseph@codesourcery.com>
9943
9944 * timezone/zic.c: Update from tzcode 2013b.
9945
e98cdb38
CD
99462013-03-12 Carlos O'Donell <carlos@redhat.com>
9947
9948 * manual/install.texi (Configuring and compiling):
9949 Mention i686 and i586.
9950 * INSTALL: Regenerate.
9951
9967e003
RM
99522013-03-12 Roland McGrath <roland@hack.frob.com>
9953
9954 * sysdeps/init_array/elf-init.c: New file.
9955 * csu/elf-init.c
9956 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
9957 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
9958
9959 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
9960 __gmon_start__ as global, but as static with a .preinit_array pointer.
9961 * sysdeps/init_array/gmon-start.c: New file. Use that.
9962 * sysdeps/init_array/crti.S: New file, empty except for comments.
9963 * sysdeps/init_array/crtn.S: Likewise.
9964
e6b5a293 99652013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
9966
9967 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
9968 definining bcopy.
80f844c9
OB
9969 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
9970 Remove Prefer_SSE_for_memop.
9971 * sysdeps/x86_64/multiarch/init-arch.h: Remove
9972 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
9973 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
9974 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
9975 memset-x86-64.
80f844c9 9976 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 9977 Remove bzero, memset ifunc support.
80f844c9
OB
9978 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
9979 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
9980 * sysdeps/x86_64/multiarch/memset.S: Likewise.
9981 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9982
fb6b0fcb
AS
99832013-03-11 Andreas Schwab <schwab@suse.de>
9984
9985 [BZ #15234]
9986 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
9987 by SHLIB_COMPAT.
9988 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
9989 (GLIBC_2.16): Remove pthread_atfork.
9990
3e6bd4b1
PP
99912013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9992
9993 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
9994 (ptestcases.h): Likewise.
9995
222d7f00
RM
99962013-03-08 Roland McGrath <roland@hack.frob.com>
9997
9998 * Makeconfig ($(common-objpfx)config.status): Depend on
9999 sysdeps/*/preconfigure{,.in} too.
10000
1ba4f030
JM
100012013-03-08 Joseph Myers <joseph@codesourcery.com>
10002
a222d91a
JM
10003 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
10004 (__free_hook): Use void * instead of __malloc_ptr_t.
10005 (__malloc_hook): Likewise.
10006 (__realloc_hook): Likewise.
10007 (__memalign_hook): Likewise.
10008 (__after_morecore_hook): Likewise.
10009 * malloc/arena.c (save_malloc_hook): Likewise.
10010 (save_free_hook): Likewise.
10011 * malloc/hooks.c (malloc_hook_ini): Likewise.
10012 (realloc_hook_ini): Likewise.
10013 (memalign_hook_ini): Likewise.
10014 * malloc/malloc.c (malloc_hook_ini): Likewise.
10015 (realloc_hook_ini): Likewise.
10016 (memalign_hook_ini): Likewise.
10017 (__free_hook): Likewise.
10018 (__malloc_hook): Likewise.
10019 (__realloc_hook): Likewise.
10020 (__memalign_hook): Likewise.
10021 (__libc_malloc): Likewise.
10022 (__libc_free): Likewise.
10023 (__libc_realloc): Likewise.
10024 (__libc_memalign): Likewise.
10025 (__libc_valloc): Likewise.
10026 (__libc_pvalloc): Likewise.
10027 (__libc_calloc): Likewise.
10028 (__posix_memalign): Likewise.
10029 * malloc/morecore.c (__sbrk): Likewise.
10030 (__default_morecore): Likewise.
10031
5cc45e10
JM
10032 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
10033
dd54b864
JM
10034 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
10035 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
10036 __malloc_ptrdiff_t.
10037
1ba4f030
JM
10038 * malloc/malloc.h (__malloc_size_t): Remove macro.
10039 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
10040 __malloc_size_t.
10041 (old_memalign_hook): Likewise.
10042 (old_realloc_hook): Likewise.
10043 (struct hdr): Likewise.
10044 (flood): Likewise.
10045 (mallochook): Likewise.
10046 (memalignhook): Likewise.
10047 (reallochook): Likewise.
10048 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
10049 (tr_old_realloc_hook): Likewise.
10050 (tr_old_memalign_hook): Likewise.
10051 (tr_mallochook): Likewise.
10052 (tr_reallochook): Likewise.
10053 (tr_memalignhook): Likewise.
10054
edf66e57
AZ
100552013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10056
10057 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
10058 default_ldbl_pack and using as default implementation.
10059 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
10060 implementation.
10061 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
10062 redundant definition.
10063 (ldbl_insert_mantissa): Likewise.
10064 (ldbl_canonicalize): Likewise.
10065 (ldbl_nearbyint): Likewise.
10066 (ldbl_pack): Rename to ldbl_pack_ppc.
10067 (ldbl_unpack): Rename to ldbl_unpack_ppc.
10068 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
10069 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
10070
6d9145d8
SP
100712013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
10072
10073 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
10074 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
10075 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
10076 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
10077 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
10078 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
10079 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
10080 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
10081
4dd4e157
AJ
100822013-03-07 Andreas Jaeger <aj@suse.de>
10083
10084 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10085 bits/mman-linux.h.
10086
adbb8027
SP
100872013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
10088
ce544b5b
SP
10089 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
10090 Include mpa.h and declare __MPEXP.
10091 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
10092 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
10093 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
10094 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
10095 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
10096 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
10097 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
10098
4cc149fd
SP
10099 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
10100 (__slowpow): Use long double EXPL and LOGL functions to
10101 compute POW.
10102 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
10103 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
10104 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
10105 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
10106 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
10107 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
10108
e6ebd4a7
SP
10109 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
10110 intermediate variable to calculate exponent.
10111 (__sqr): Likewise.
10112 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
10113 Likewise.
10114 (__sqr): Likewise.
10115
82a9811d
SP
10116 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
10117 [!NO__SQR]: Define __sqr.
10118 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
10119 and NO__SQR. Remove all code except __mul and __sqr. Include
10120 sysdeps/ieee754/dbl-64/mpa.c.
10121 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
10122
adbb8027
SP
10123 [BZ #12723]
10124 * posix/Makefile (tests): Add tst-pathconf.
10125 * posix/tst-pathconf.c: New test case.
10126 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
10127 _PC_PIPE_BUF.
10128 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
10129
39120df9
PF
101302013-03-06 Patsy Franklin <pfrankli@redhat.com>
10131
10132 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
10133
67525cb8
AJ
101342013-03-06 Andreas Jaeger <aj@suse.de>
10135
664a9ce4
AJ
10136 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
10137 definition via __MAP_ANONYMOUS.
10138
8e39047d
AJ
10139 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
10140 it's not part of Linux headers.
10141
67525cb8
AJ
10142 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
10143 (MAP_HUGE_MASK): Define.
10144
10145 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
10146 Define.
10147 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10148 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
10149 Define.
10150 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10151 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
10152 Define.
10153 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10154 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
10155 Define.
10156 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
10157
10158 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
10159 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
10160 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
10161 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
10162 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
10163 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
10164
10165 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
10166 Handle f2fs.
10167
10168 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10169 Handle f2fs and efivarfs.
10170
10171 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
10172 f2fs.
10173
10174 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
10175 (EFIVARFS_MAGIC): Add.
10176 (F2FS_LINK_MAX): Add.
10177
e1b42695
PP
101782013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10179
10180 * stdio-common/vfprintf.c: Replace __builtin_expect with
10181 __glibc_unlikely.
10182
2d67d91a
JM
101832013-03-06 Joseph Myers <joseph@codesourcery.com>
10184
10185 [BZ #13550]
10186 * sysdeps/generic/bp-sym.h: Remove file.
10187 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
10188 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
10189 <bp-sym.h> and <bp-asm.h>.
10190 (__longjmp): Don't use BP_SYM.
10191 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
10192 and <bp-asm.h>.
10193 (memcpy): Don't use BP_SYM.
10194 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
10195 <bp-sym.h> and <bp-asm.h>.
10196 (memcpy): Don't use BP_SYM.
10197 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
10198 <bp-asm.h>.
10199 (memcpy): Don't use BP_SYM.
10200 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
10201 <bp-asm.h>.
10202 (memset): Don't use BP_SYM.
10203 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10204 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10205 (__bzero): Don't use BP_SYM.
10206 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10207 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10208 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
10209 <bp-sym.h> and <bp-asm.h>.
10210 (memcmp): Don't use BP_SYM. Remove comment about bounded
10211 pointers.
10212 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
10213 <bp-sym.h> and <bp-asm.h>.
10214 (memcpy): Don't use BP_SYM.
10215 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
10216 <bp-sym.h> and <bp-asm.h>.
10217 (memset): Don't use BP_SYM.
10218 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10219 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10220 (__bzero): Don't use BP_SYM.
10221 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10222 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10223 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
10224 <bp-sym.h> and <bp-asm.h>.
10225 (strncmp): Don't use BP_SYM. Remove comment about bounded
10226 pointers.
10227 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
10228 <bp-sym.h> and <bp-asm.h>.
10229 (memcpy): Don't use BP_SYM.
10230 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
10231 <bp-sym.h> and <bp-asm.h>.
10232 (memset): Don't use BP_SYM.
10233 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10234 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10235 (__bzero): Don't use BP_SYM.
10236 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10237 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10238 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
10239 <bp-sym.h> and <bp-asm.h>.
10240 (__memchr): Don't use BP_SYM.
10241 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
10242 <bp-sym.h> and <bp-asm.h>.
10243 (memcmp): Don't use BP_SYM. Remove comment about bounded
10244 pointers.
10245 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
10246 <bp-sym.h> and <bp-asm.h>.
10247 (memcpy): Don't use BP_SYM.
10248 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
10249 <bp-sym.h> and <bp-asm.h>.
10250 (__mempcpy): Don't use BP_SYM.
10251 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
10252 <bp-sym.h> and <bp-asm.h>.
10253 (__memrchr): Don't use BP_SYM.
10254 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
10255 <bp-sym.h> and <bp-asm.h>.
10256 (memset): Don't use BP_SYM.
10257 (__bzero): Likewise.
10258 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
10259 <bp-sym.h> and <bp-asm.h>.
10260 (__rawmemchr): Don't use BP_SYM.
10261 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
10262 <bp-sym.h> and <bp-asm.h>.
10263 (__STRCMP): Don't use BP_SYM.
10264 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
10265 <bp-sym.h> and <bp-asm.h>.
10266 (strchr): Don't use BP_SYM.
10267 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
10268 <bp-sym.h> and <bp-asm.h>.
10269 (__strchrnul): Don't use BP_SYM.
10270 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
10271 <bp-sym.h> and <bp-asm.h>.
10272 (strlen): Don't use BP_SYM.
10273 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
10274 <bp-sym.h> and <bp-asm.h>.
10275 (strncmp): Don't use BP_SYM. Remove comment about bounded
10276 pointers.
10277 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
10278 <bp-sym.h> and <bp-asm.h>.
10279 (__strnlen): Don't use BP_SYM.
10280 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
10281 <bp-sym.h> and <bp-asm.h>.
10282 (__GI__setjmp): Don't use BP_SYM.
10283 (_setjmp): Likewise.
10284 (__sigsetjmp): Likewise.
10285 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
10286 (L(start_addresses)): Don't use BP_SYM.
10287 (_start): Likewise.
10288 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
10289 <bp-asm.h>.
10290 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
10291 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
10292 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10293 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10294 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
10295 <bp-asm.h>.
10296 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
10297 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
10298 about bounded pointers.
10299 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
10300 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10301 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
10302 <bp-asm.h>.
10303 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
10304 about bounded pointers. Remove GKM FIXME comments.
10305 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
10306 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
10307 <bp-asm.h>.
10308 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
10309 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
10310 Remove GKM FIXME comments.
10311 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10312 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10313 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
10314 <bp-asm.h>.
10315 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
10316 about bounded pointers. Remove GKM FIXME comment.
10317 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
10318 and <bp-asm.h>.
10319 (strncmp): Don't use BP_SYM. Remove comment about bounded
10320 pointers.
10321 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
10322 <bp-sym.h> and <bp-asm.h>.
10323 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
10324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
10325 <bp-sym.h> and <bp-asm.h>.
10326 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
10327 comment.
10328
cdcf361f
PP
103292013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10330
10331 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
10332 call free(NULL).
10333
3c4a2b15
DM
103342013-03-05 David S. Miller <davem@davemloft.net>
10335
10336 * po/es.po: Update from translation team.
10337
cdcf361f 103382013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
10339
10340 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
10341 <bits/mman-linux.h>.
10342 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
10343 is fine.
10344 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
10345 <bits/mman-linux.h> to end of file.
10346 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
10347 is fine.
10348 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
10349 <bits/mman-linux.h> to end of file.
10350 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
10351 is fine.
10352 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
10353 <bits/mman-linux.h> to end of file.
10354
10355 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
10356 (MCL_CURRENT, MCL_FUTURE): Define here.
10357
5f67c04f
AK
103582013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10359
8a4473cc 10360 [BZ #15232]
5f67c04f
AK
10361 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
10362 attribute_hidden.
10363 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
10364
c3e94a95
AK
103652013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10366
10367 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
10368 fourth parameter needed for rt_sigprocmask syscall.
10369 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
10370 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
10371 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
10372 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
10373 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10374 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
10375
cfb6382a
JM
103762013-03-04 Joseph Myers <joseph@codesourcery.com>
10377
10378 [BZ #13550]
10379 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
10380 comment about bounded pointers.
10381 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
10382 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
10383
539d8e01
AJ
103842013-03-04 Andreas Jaeger <aj@suse.de>
10385
10386 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
10387 common definitions.
10388
10389 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
10390 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
10391 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
10392 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
10393 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
10394 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
10395
2e167a70 103962013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
10397
10398 [BZ #15055]
10399 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
10400 __ieee754_sqrl instead of __sqrl.
10401
68508633
JM
104022013-03-01 Joseph Myers <joseph@codesourcery.com>
10403
10404 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
10405 * sysdeps/powerpc/fpu_control.h: ... here.
10406 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
10407 * sysdeps/powerpc/bits/fenvinline.h: ... here.
10408 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
10409 * sysdeps/powerpc/bits/mathinline.h: ... here.
10410
7775448e
RM
104112013-03-01 Roland McGrath <roland@hack.frob.com>
10412
10413 * elf/dl-hwcaps.c (_dl_important_hwcaps):
10414 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
10415 to just [NEED_DL_SYSINFO_DSO].
10416 * elf/dl-support.c: Likewise.
10417 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
10418 * elf/rtld.c (dl_main): Likewise.
10419 * elf/setup-vdso.h (setup_vdso): Likewise.
10420 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
10421 * sysdeps/unix/sysv/linux/dl-sysdep.c
10422 (_dl_discover_osversion): Likewise.
10423
4e9b5995
CD
104242013-03-01 Carlos O'Donell <carlos@redhat.com>
10425
10426 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
10427 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
10428
e23872c8
SP
104292013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
10430
e5c74c63
SP
10431 * NEWS: Mention libm performance improvements and non-x86 PI
10432 futex support.
10433
e23872c8
SP
10434 * csu/libc-start.c (__pthread_initialize_minimal): Change
10435 function arguments.
10436 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
10437
b5510883
JM
104382013-02-28 Joseph Myers <joseph@codesourcery.com>
10439
10440 [BZ #13550]
10441 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
10442 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
10443 <bp-sym.h> and <bp-asm.h>.
10444 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
10445 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
10446 and <bp-asm.h>.
10447 (memcpy): Don't use BP_SYM.
10448 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
10449 <bp-asm.h>.
10450 (__mpn_add_n): Don't use BP_SYM.
10451 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
10452 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
10453 and <bp-asm.h>.
10454 (__mpn_addmul_1): Don't use BP_SYM.
10455 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10456 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
10457 <bp-sym.h>.
10458 (_setjmp): Don't use BP_SYM.
10459 (__novmx_setjmp): Likewise.
10460 (__GI__setjmp): Likewise.
10461 (__vmx_setjmp): Likewise.
10462 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
10463 <bp-sym.h>.
10464 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
10465 (__bzero): Don't use BP_SYM.
10466 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
10467 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
10468 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
10469 <bp-sym.h> and <bp-asm.h>.
10470 (memcpy): Don't use BP_SYM.
10471 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
10472 <bp-sym.h> and <bp-asm.h>.
10473 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
10474 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
10475 <bp-sym.h> and <bp-asm.h>.
10476 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
10477 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
10478 <bp-asm.h>.
10479 (__mpn_lshift): Don't use BP_SYM.
10480 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10481 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
10482 <bp-asm.h>.
10483 (memset): Don't use BP_SYM.
10484 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
10485 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
10486 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
10487 <bp-asm.h>.
10488 (__mpn_mul_1): Don't use BP_SYM.
10489 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10490 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
10491 <bp-sym.h> and <bp-asm.h>.
10492 (memcmp): Don't use BP_SYM.
10493 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
10494 <bp-sym.h> and <bp-asm.h>.
10495 (memcpy): Don't use BP_SYM.
10496 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
10497 <bp-sym.h> and <bp-asm.h>.
10498 (memset): Don't use BP_SYM.
10499 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
10500 <bp-sym.h> and <bp-asm.h>.
10501 (strncmp): Don't use BP_SYM.
10502 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
10503 <bp-sym.h> and <bp-asm.h>.
10504 (memcpy): Don't use BP_SYM.
10505 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
10506 <bp-sym.h> and <bp-asm.h>.
10507 (memset): Don't use BP_SYM.
10508 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
10509 <bp-sym.h> and <bp-asm.h>.
10510 (__memchr): Don't use BP_SYM.
10511 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
10512 <bp-sym.h> and <bp-asm.h>.
10513 (memcmp): Don't use BP_SYM.
10514 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
10515 <bp-sym.h> and <bp-asm.h>.
10516 (memcpy): Don't use BP_SYM.
10517 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
10518 <bp-sym.h> and <bp-asm.h>.
10519 (__mempcpy): Don't use BP_SYM.
10520 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
10521 <bp-sym.h> and <bp-asm.h>.
10522 (__memrchr): Don't use BP_SYM.
10523 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
10524 <bp-sym.h> and <bp-asm.h>.
10525 (memset): Don't use BP_SYM.
10526 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
10527 <bp-sym.h> and <bp-asm.h>.
10528 (__rawmemchr): Don't use BP_SYM.
10529 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
10530 <bp-sym.h> and <bp-asm.h>.
10531 (__STRCMP): Don't use BP_SYM.
10532 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
10533 <bp-sym.h> and <bp-asm.h>.
10534 (strchr): Don't use BP_SYM.
10535 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
10536 <bp-sym.h> and <bp-asm.h>.
10537 (__strchrnul): Don't use BP_SYM.
10538 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
10539 <bp-sym.h> and <bp-asm.h>.
10540 (strlen): Don't use BP_SYM.
10541 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
10542 <bp-sym.h> and <bp-asm.h>.
10543 (strncmp): Don't use BP_SYM.
10544 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
10545 <bp-sym.h> and <bp-asm.h>.
10546 (__strnlen): Don't use BP_SYM.
10547 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
10548 <bp-asm.h>.
10549 (__mpn_rshift): Don't use BP_SYM.
10550 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10551 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
10552 <bp-sym.h> and <bp-asm.h>.
10553 (__sigsetjmp): Don't use BP_SYM.
10554 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
10555 (L(start_addresses)): Don't use BP_SYM.
10556 (_start): Likewise.
10557 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
10558 <bp-asm.h>.
10559 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
10560 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10561 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10562 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
10563 <bp-asm.h>.
10564 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
10565 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
10566 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10567 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
10568 <bp-asm.h>.
10569 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
10570 comments.
10571 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
10572 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
10573 <bp-asm.h>.
10574 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
10575 FIXME comments.
10576 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10577 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
10578 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
10579 <bp-asm.h>.
10580 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
10581 comment.
10582 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
10583 and <bp-asm.h>.
10584 (strncmp): Don't use BP_SYM,
10585 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
10586 <bp-asm.h>.
10587 (__mpn_sub_n): Don't use BP_SYM.
10588 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10589 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
10590 and <bp-asm.h>.
10591 (__mpn_submul_1): Don't use BP_SYM.
10592 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
10594 <bp-sym.h> and <bp-asm.h>.
10595 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
10596 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
10597 <bp-sym.h> and <bp-asm.h>.
10598 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
10599 comment.
10600
8d19fe64
SP
106012013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
10602
10603 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
10604 Use ZK to minimize writes to Z.
10605 (sub_magnitudes): Simplify code a bit.
10606 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
10607 Use ZK to minimize writes to Z.
10608 (sub_magnitudes): Simplify code a bit.
10609
85bd816a
RM
106102013-02-27 Roland McGrath <roland@hack.frob.com>
10611
10612 * csu/gmon-start.c: Add special exception to license text.
10613
b5977bf2
RH
106142013-02-27 Richard Henderson <rth@redhat.com>
10615
10616 * scripts/config.guess: Update from config.git.
10617 * scripts/config.sub: Likewise.
10618
11d6e2f2
SP
106192013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10620
09c14ed2
SP
10621 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
10622
a688864e
SP
10623 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
10624
6295157a
SP
10625 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
10626
b8de2202
SP
10627 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
10628
11d6e2f2
SP
10629 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
10630
7e80ddb8
RM
106312013-02-26 Roland McGrath <roland@hack.frob.com>
10632
10633 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
10634 [$(build-shared = yes].
7e80ddb8 10635
7da6d9ed
SP
106362013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10637
45f05884
SP
10638 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
10639 (__mul): Reduce iterations for calculating mantissa.
10640
2236d359
SP
10641 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
10642 MPTWO.
10643 (__mpranred): Likewise.
10644
7da6d9ed
SP
10645 [BZ #15160]
10646 * malloc/memusagestat.c (main): Draw graphs for heap and stack
10647 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
10648
b7688c42
PE
106492013-02-26 Paul Eggert <eggert@cs.ucla.edu>
10650
10651 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
10652 Define __attribute__.
10653
53a5c423
SP
106542013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10655
10656 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
10657 unused.
10658 * posix/regex_internal.h (__attribute): Remove.
10659 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
10660 (re_string_context_at): Likewise.
10661 (bitset_not): Use __attribute__ and mark function as possibly
10662 unused.
10663 (bitset_merge): Likewise.
10664 (bitset_mask): Likewise.
10665 (re_string_char_size_at): Likewise.
10666 (re_string_wchar_at): Likewise.
10667 (re_string_elem_size_at): Likewise.
10668
60f5a8b5
SP
106692013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
10670
2a983a2e
SP
10671 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
10672 code.
10673 (cc32): Likewise.
10674
e69804d1
SP
10675 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
10676 (__acr): Likewise.
10677 (__cpy): Likewise.
10678 (norm): Likewise.
10679 (denorm): Likewise.
10680 (__dbl_mp): Likewise.
10681 (add_magnitudes): Likewise.
10682 (sub_magnitudes): Likewise.
10683 (__mul): Likewise.
10684 (__inv): Likewise.
10685
2f22a1e8
SP
10686 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
10687 style.
10688
8930ddc7
SP
10689 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
10690 style.
10691
dc60cb11
SP
10692 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
10693 code.
10694
60f5a8b5
SP
10695 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
10696 up changes with default code.
10697 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
10698 Likewise.
10699
b4d1fd33
AM
107002013-02-24 Allan McRae <allan@archlinux.org>
10701
faf6f8bc
AM
10702 * manual/socket.texi (The Internet Namespace): Order menu items
10703 to match that in the file.
10704
b4d1fd33
AM
10705 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
10706 node listing of the info page menu.
10707
2366713d
JM
107082013-02-21 Joseph Myers <joseph@codesourcery.com>
10709
10710 [BZ #13550]
10711 * sysdeps/i386/bp-asm.h: Remove file.
10712 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
10713 (PARMS): Do not use macros from bp-asm.h.
10714 (S1): Likewise.
10715 (S2): Likewise.
10716 (SIZE): Likewise.
10717 (__mpn_add_n): Do not use BP_SYM
10718 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
10719 "bp-asm.h".
10720 (PARMS): Do not use macros from bp-asm.h.
10721 (S1): Likewise.
10722 (SIZE): Likewise.
10723 (__mpn_addmul_1): Do not use BP_SYM
10724 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
10725 "bp-asm.h".
10726 (PARMS): Do not use macros from bp-asm.h.
10727 (SIGMSK): Likewise.
10728 (_setjmp): Likewise. Do not use BP_SYM.
10729 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
10730 "bp-asm.h".
10731 (PARMS): Do not use macros from bp-asm.h.
10732 (SIGMSK): Likewise.
10733 (setjmp): Likewise. Do not use BP_SYM.
10734 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
10735 "bp-asm.h".
10736 (PARMS): Do not use macros from bp-asm.h.
10737 (__frexp): Do not use BP_SYM.
10738 (frexp): Likewise.
10739 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
10740 "bp-asm.h".
10741 (PARMS): Do not use macros from bp-asm.h.
10742 (__frexpf): Do not use BP_SYM.
10743 (frexpf): Likewise.
10744 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
10745 "bp-asm.h".
10746 (PARMS): Do not use macros from bp-asm.h.
10747 (__frexpl): Do not use BP_SYM.
10748 (frexpl): Likewise.
10749 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
10750 "bp-asm.h".
10751 (PARMS): Do not use macros from bp-asm.h.
10752 (__remquo): Do not use BP_SYM.
10753 (remquo): Likewise.
10754 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
10755 "bp-asm.h".
10756 (PARMS): Do not use macros from bp-asm.h.
10757 (__remquof): Do not use BP_SYM.
10758 (remquof): Likewise.
10759 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
10760 "bp-asm.h".
10761 (PARMS): Do not use macros from bp-asm.h.
10762 (__remquol): Do not use BP_SYM.
10763 (remquol): Likewise.
10764 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
10765 "bp-asm.h".
10766 (PARMS): Do not use macros from bp-asm.h.
10767 (DEST): Likewise.
10768 (SRC): Likewise.
10769 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
10770 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
10771 "bp-asm.h".
10772 (PARMS): Do not use macros from bp-asm.h.
10773 (strlen): Do not use BP_SYM.
10774 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
10775 "bp-asm.h".
10776 (PARMS): Do not use macros from bp-asm.h.
10777 (S1): Likewise.
10778 (S2): Likewise.
10779 (SIZE): Likewise.
10780 (__mpn_add_n): Do not use BP_SYM.
10781 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
10782 "bp-asm.h".
10783 (PARMS): Do not use macros from bp-asm.h.
10784 (S1): Likewise.
10785 (SIZE): Likewise.
10786 (__mpn_addmul_1): Do not use BP_SYM.
10787 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
10788 weak_alias.
10789 (bzero): Likewise.
10790 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
10791 "bp-asm.h".
10792 (PARMS): Do not use macros from bp-asm.h.
10793 (S): Likewise.
10794 (SIZE): Likewise.
10795 (__mpn_lshift): Do not use BP_SYM.
10796 * sysdeps/i386/i586/memcpy.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 (LEN): Likewise.
10802 (memcpy): Likewise. Do not use BP_SYM.
10803 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
10804 libc_hidden_def and weak_alias.
10805 (mempcpy): Do not use BP_SYM in weak_alias.
10806 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
10807 "bp-asm.h".
10808 (PARMS): Do not use macros from bp-asm.h.
10809 (DEST): Likewise.
10810 (LEN): Likewise.
10811 [!BZERO_P] (CHR): Likewise.
10812 (memset): Likewise. Do not use BP_SYM.
10813 * sysdeps/i386/i586/mul_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_mul_1): Do not use BP_SYM.
10819 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
10820 "bp-asm.h".
10821 (PARMS): Do not use macros from bp-asm.h.
10822 (S): Likewise.
10823 (SIZE): Likewise.
10824 (__mpn_rshift): Do not use BP_SYM.
10825 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
10826 "bp-asm.h".
10827 (PARMS): Do not use macros from bp-asm.h.
10828 (STR): Likewise.
10829 (CHR): Likewise.
10830 (strchr): Likewise. Do not use BP_SYM.
10831 (index): Do not use BP_SYM in weak_alias.
10832 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
10833 "bp-asm.h".
10834 (PARMS): Do not use macros from bp-asm.h.
10835 (DEST): Likewise.
10836 (SRC): Likewise.
10837 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
10838 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
10839 "bp-asm.h".
10840 (PARMS): Do not use macros from bp-asm.h.
10841 (strlen): Do not use BP_SYM.
10842 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
10843 "bp-asm.h".
10844 (PARMS): Do not use macros from bp-asm.h.
10845 (S1): Likewise.
10846 (S2): Likewise.
10847 (SIZE): Likewise.
10848 (__mpn_sub_n): Do not use BP_SYM.
10849 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
10850 "bp-asm.h".
10851 (PARMS): Do not use macros from bp-asm.h.
10852 (S1): Likewise.
10853 (SIZE): Likewise.
10854 (__mpn_submul_1): Do not use BP_SYM.
10855 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
10856 "bp-asm.h".
10857 (PARMS): Do not use macros from bp-asm.h.
10858 (S1): Likewise.
10859 (S2): Likewise.
10860 (SIZE): Likewise.
10861 (__mpn_add_n): Do not use BP_SYM.
10862 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
10863 weak_alias.
10864 (bzero): Likewise.
10865 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
10866 "bp-asm.h".
10867 (PARMS): Do not use macros from bp-asm.h.
10868 (BLK2): Likewise.
10869 (LEN): Likewise.
10870 (memcmp): Do not use BP_SYM.
10871 (bcmp): Do not use BP_SYM in weak_alias.
10872 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
10873 "bp-asm.h".
10874 (PARMS): Do not use macros from bp-asm.h.
10875 (DEST): Likewise.
10876 (SRC): Likewise.
10877 (LEN): Likewise.
10878 (memcpy): Likewise. Do not use BP_SYM.
10879 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
10880 "bp-asm.h".
10881 (PARMS): Do not use macros from bp-asm.h.
10882 (DEST): Likewise.
10883 (SRC): Likewise.
10884 (LEN): Likewise.
10885 (memmove): Likewise. Do not use BP_SYM.
10886 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
10887 "bp-asm.h".
10888 (PARMS): Do not use macros from bp-asm.h.
10889 (DEST): Likewise.
10890 (SRC): Likewise.
10891 (LEN): Likewise.
10892 (__mempcpy): Likewise. Do not use BP_SYM.
10893 (mempcpy): Do not use BP_SYM in weak_alias.
10894 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
10895 "bp-asm.h".
10896 (PARMS): Do not use macros from bp-asm.h.
10897 (DEST): Likewise.
10898 (LEN): Likewise.
10899 [!BZERO_P] (CHR): Likewise.
10900 (memset): Likewise. Do not use BP_SYM.
10901 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
10902 "bp-asm.h".
10903 (PARMS): Do not use macros from bp-asm.h.
10904 (STR2): Likewise.
10905 (strcmp): Do not use BP_SYM.
10906 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
10907 "bp-asm.h".
10908 (PARMS): Do not use macros from bp-asm.h.
10909 (STR): Likewise.
10910 (DELIM): Likewise.
10911 [USE_AS_STRTOK_R] (SAVE): Likewise.
10912 (FUNCTION): Likewise. Do not use BP_SYM.
10913 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
10914 aliases.
10915 (strtok_r): Likewise.
10916 (__GI___strtok_r): Likewise.
10917 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
10918 (PARMS): Do not use macros from bp-asm.h.
10919 (S): Likewise.
10920 (SIZE): Likewise.
10921 (__mpn_lshift): Do not use BP_SYM.
10922 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
10923 (PARMS): Do not use macros from bp-asm.h.
10924 (STR): Likewise.
10925 (CHR): Likewise.
10926 (__memchr): Do not use BP_SYM.
10927 (memchr): Do not use BP_SYM in weak_alias.
10928 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
10929 (PARMS): Do not use macros from bp-asm.h.
10930 (BLK2): Likewise.
10931 (LEN): Likewise.
10932 (memcmp): Do not use BP_SYM.
10933 (bcmp): Do not use BP_SYM in weak_alias.
10934 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
10935 (PARMS): Do not use macros from bp-asm.h.
10936 (S1): Likewise.
10937 (SIZE): Likewise.
10938 (__mpn_mul_1): Do not use BP_SYM.
10939 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
10940 "bp-asm.h".
10941 (PARMS): Do not use macros from bp-asm.h.
10942 (STR): Likewise.
10943 (CHR): Likewise.
10944 (__rawmemchr): Do not use BP_SYM.
10945 (rawmemchr): Do not use BP_SYM in weak_alias.
10946 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
10947 (PARMS): Do not use macros from bp-asm.h.
10948 (S): Likewise.
10949 (SIZE): Likewise.
10950 (__mpn_rshift): Do not use BP_SYM.
10951 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
10952 (PARMS): Do not use macros from bp-asm.h.
10953 (SIGMSK): Likewise.
10954 (__sigsetjmp): Likewise. Do not use BP_SYM.
10955 * sysdeps/i386/start.S: Do not include "bp-sym.h".
10956 (_start): Do not use BP_SYM.
10957 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
10958 (PARMS): Do not use macros from bp-asm.h.
10959 (DEST): Likewise.
10960 (SRC): Likewise.
10961 (__stpcpy): Likewise. Do not use BP_SYM.
10962 (stpcpy): Do not use BP_SYM in weak_alias.
10963 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
10964 "bp-asm.h".
10965 (PARMS): Do not use macros from bp-asm.h.
10966 (DEST): Likewise.
10967 (SRC): Likewise.
10968 (LEN): Likewise.
10969 (__stpncpy): Likewise. Do not use BP_SYM.
10970 (stpncpy): Do not use BP_SYM in weak_alias.
10971 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
10972 (PARMS): Do not use macros from bp-asm.h.
10973 (STR): Likewise.
10974 (CHR): Likewise.
10975 (strchr): Likewise. Do not use BP_SYM.
10976 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
10977 "bp-asm.h".
10978 (PARMS): Do not use macros from bp-asm.h.
10979 (STR): Likewise.
10980 (CHR): Likewise.
10981 (__strchrnul): Likewise. Do not use BP_SYM.
10982 (strchrnul): Do not use BP_SYM in weak_alias.
10983 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
10984 "bp-asm.h".
10985 (PARMS): Do not use macros from bp-asm.h.
10986 (STOP): Likewise.
10987 (strcspn): Do not use BP_SYM.
10988 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
10989 "bp-asm.h".
10990 (PARMS): Do not use macros from bp-asm.h.
10991 (STR): Likewise.
10992 (STOP): Likewise.
10993 (strpbrk): Likewise. Do not use BP_SYM.
10994 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
10995 "bp-asm.h".
10996 (PARMS): Do not use macros from bp-asm.h.
10997 (STR): Likewise.
10998 (CHR): Likewise.
10999 (strrchr): Likewise. Do not use BP_SYM.
11000 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
11001 (PARMS): Do not use macros from bp-asm.h.
11002 (SKIP): Likewise.
11003 (strspn): Do not use BP_SYM.
11004 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
11005 (PARMS): Do not use macros from bp-asm.h.
11006 (STR): Likewise.
11007 (DELIM): Likewise.
11008 (SAVE): Likewise.
11009 (FUNCTION): Likewise. Do not use BP_SYM.
11010 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
11011 aliases.
11012 (strtok_r): Likewise.
11013 (__GI___strtok_r): Likewise.
11014 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
11015 (PARMS): Do not use macros from bp-asm.h.
11016 (S1): Likewise.
11017 (S2): Likewise.
11018 (SIZE): Likewise.
11019 (__mpn_sub_n): Do not use BP_SYM.
11020 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
11021 "bp-asm.h".
11022 (PARMS): Do not use macros from bp-asm.h.
11023 (S1): Likewise.
11024 (SIZE): Likewise.
11025 (__mpn_submul_1): Do not use BP_SYM.
11026 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
11027 <bp-sym.h>.
11028 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
11029 and <bp-asm.h>.
11030 (PARMS): Do not use macros from bp-asm.h.
11031 (FLAGS): Likewise.
11032 (PTID): Likewise.
11033 (TLS): Likewise.
11034 (CTID): Likewise.
11035 (__clone): Do not use BP_SYM.
11036 (clone): Do not use BP_SYM in weak_alias.
11037 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
11038 and <bp-asm.h>.
11039 (PARMS): Do not use macros from bp-asm.h.
11040 (LEN): Likewise.
11041 (__mmap64): Do not use BP_SYM.
11042 (mmap64): Do not use BP_SYM in weak_alias.
11043 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
11044 <bp-sym.h> and <bp-asm.h>.
11045 (PARMS): Do not use macros from bp-asm.h.
11046 (__posix_fadvise64_l64): Do not use BP_SYM.
11047 * sysdeps/unix/sysv/linux/i386/semtimedop.S
11048 (PARMS): Do not use macros from bp-asm.h.
11049 (NSOPS): Likewise.
11050 (semtimedop): Do not use BP_SYM.
11051 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
11052 and <bp-asm.h>.
11053
582a3cff
AM
110542013-02-21 Allan McRae <allan@archlinux.org>
11055
11056 * manual/message.texi (Charset conversion in gettext):
11057 Move @end statement to beginning of line.
11058
bab8a695
SP
110592013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11060
80945231
SP
11061 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
11062 static.
11063 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
11064 Likewise.
11065
bab8a695
SP
11066 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
11067 (denorm): Likewise.
11068 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
11069 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
11070
e21d7aa7
AK
110712013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11072
11073 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
11074 tail-call to the resolved function if pltexit isn't needed.
11075
4c7a4263
SP
110762013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11077
11078 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
11079 or Y being zero as being unlikely.
11080 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
11081 Likewise.
11082
41f49342
CD
110832013-02-20 Carlos O'Donell <carlos@redhat.com>
11084
11085 * manual/nss.texi (System Databases and Name Service Switch):
11086 Remove frobnicate @pxref.
11087
50022a93
TS
110882013-02-20 Thomas Schwinge <thomas@codesourcery.com>
11089
11090 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
11091 __attribute__ ((unused)) to __attribute__ ((__unused__)).
11092
08cbd996
PM
110932013-02-20 Petr Machata <pmachata@redhat.com>
11094
11095 * elf/elf.h (R_ARM_TARGET1): New macro.
11096 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
11097 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
11098 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
11099 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
11100 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
11101 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
11102 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
11103 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
11104 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
11105 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
11106 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
11107 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
11108 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
11109 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
11110 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
11111 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
11112 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
11113 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
11114 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
11115 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
11116 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
11117 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
11118 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
11119 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
11120 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
11121 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
11122 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
11123 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
11124 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
11125 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
11126 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
11127 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
11128 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
11129 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
11130 (R_ARM_THM_GOT_BREL12): Likewise.
11131 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
11132 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
11133 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
11134 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
11135 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
11136 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
11137 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
11138 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
11139 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
11140
c7b275d6
TS
111412013-02-20 Thomas Schwinge <thomas@codesourcery.com>
11142
11143 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
11144 __attribute_used__ to __attribute__ ((unused)).
11145
20cd7fb3
SP
111462013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
11147
11148 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
11149 powerpc mpa.c.
11150 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
11151 comment formatting.
11152 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
11153
92945b52
JM
111542013-02-19 Joseph Myers <joseph@codesourcery.com>
11155
11156 [BZ #13550]
11157 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
11158 Remove macro.
11159 (ENTER): Remove both macro definitions.
11160 (LEAVE): Likewise.
11161 (CHECK_BOUNDS_LOW): Likewise.
11162 (CHECK_BOUNDS_HIGH): Likewise.
11163 (CHECK_BOUNDS_BOTH): Likewise.
11164 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
11165 (RETURN_BOUNDED_POINTER): Likewise.
11166 (RETURN_NULL_BOUNDED_POINTER): Likewise.
11167 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
11168 (POP_ERRNO_LOCATION_RETURN): Likewise.
11169 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
11170 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11171 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
11172 macros.
11173 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11174 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
11175 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
11176 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
11177 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
11178 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
11179 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
11180 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
11181 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
11182 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
11183 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
11184 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
11185 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11186 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
11187 removed macros.
11188 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11189 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
11190 macros.
11191 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11192 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
11193 * sysdeps/i386/i586/memset.S (memset): Likewise.
11194 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
11195 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11196 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
11197 macros.
11198 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11199 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
11200 Change uses of L(2) to L(out).
11201 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
11202 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
11203 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
11204 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11205 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
11206 removed macros.
11207 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11208 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
11209 macros.
11210 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11211 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
11212 (RETURN): Do not use macro LEAVE.
11213 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
11214 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
11215 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
11216 * sysdeps/i386/i686/memset.S (memset): Likewise.
11217 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
11218 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
11219 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
11220 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
11221 Likewise.
11222 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
11223 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
11224 L(1_2) and L(1_3) into L(1).
11225 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
11226 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
11227 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11228 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
11229 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
11230 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
11231 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
11232 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11233 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
11234 macros.
11235 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
11236 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
11237 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
11238 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
11239 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
11240 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
11241 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
11242 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
11243 * sysdeps/i386/strcspn.S (strcspn): Likewise.
11244 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
11245 * sysdeps/i386/strrchr.S (strrchr): Likewise.
11246 * sysdeps/i386/strspn.S (strspn): Likewise.
11247 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
11248 conditional code.
11249 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
11250 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
11251 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
11252 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
11253 L(1_3) into L(1_1).
11254 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
11255 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
11256 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
11257 macros.
11258 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
11259
2389741a
JJ
112602013-02-19 Jakub Jelinek <jakub@redhat.com>
11261
11262 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
11263 macro.
11264
2016b3cd
SP
112652013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
11266
e4f22324
SP
11267 * math/atest-exp.c (exp_mpn): Remove ROUND.
11268 * math/atest-exp2.c (exp_mpn): Likewise.
11269 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
11270
2016b3cd
SP
11271 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
11272 * stdlib/tst-tls-atexit-lib.c: Likewise.
11273 * stdlib/tst-tls-atexit.c: Likewise.
11274
4be9b544
MF
112752013-02-18 Mike Frysinger <vapier@gentoo.org>
11276
11277 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
11278 and __attribute_alloc_size__.
11279
2f62b9ee
MF
112802013-02-18 Mike Frysinger <vapier@gentoo.org>
11281
11282 * include/programs/xmalloc.h: Change __attribute_alloc_size to
11283 __attribute_alloc_size__.
11284 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
11285 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
11286
6ff444c4
MF
112872013-02-18 Mike Frysinger <vapier@gentoo.org>
11288
11289 * include/programs/xmalloc.h: New file.
11290 * catgets/gencat.c: Include it.
11291 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
11292 * elf/pldd.c: Likewise.
11293 * iconv/iconv_charmap.c: Likewise.
11294 * iconv/iconvconfig.c: Likewise.
11295 * iconv/strtab.c: Likewise.
11296 * locale/programs/locale.c: Likewise.
11297 * locale/programs/localedef.h: Likewise.
11298 * locale/programs/simple-hash.c: Likewise.
11299 * nscd/nscd.h: Likewise.
11300 * nss/makedb.c: Likewise.
11301 * sysdeps/generic/ldconfig.h: Likewise.
11302
be179c8a
SP
113032013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
11304
ba384f6e
SP
11305 * Versions.def: Add GLIBC_2.18.
11306 * include/link.h (struct link_map): New member l_tls_dtor_count.
11307 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
11308 (__call_tls_dtors): Likewise.
11309 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
11310 __cxa_thread_atexit_impl.
11311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11312 Likewise.
11313 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11314 Likewise.
11315 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11316 Likewise.
11317 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11318 Likewise.
11319 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
11320 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
11321 Likewise.
11322 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
11323 Likewise.
11324 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
11325 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
11326 Likewise.
11327 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
11328 (tests): Add test case tst-tls-atexit.
11329 (modules-names): Add shared library for tst-tls-atexit.
85891aca 11330 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
11331 (GLIBC_PRIVATE): Add __call_tls_dtors.
11332 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
11333 for libstdc++.
11334 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
11335 * stdlib/tst-tls-atexit.c: New test case.
11336 * stdlib/tst-tls-atexit-lib.c: New test case.
11337
ffaa74cf 11338 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 11339
be179c8a
SP
11340 * elf/Versions (ld): Add _dl_find_dso_for_object.
11341 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
11342 * elf/dl-open.c (_dl_find_dso_for_object): New function.
11343 (dl_open_worker): Use _dl_find_dso_for_object.
11344 * elf/dl-sym.c (do_sym): Likewise.
11345 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
11346
f78b5caa
AK
113472013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11348
11349 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
11350 Syntactic changes only.
11351 (_dl_runtime_profile): Do a tail-call to the resolved function.
11352
29691210
JM
113532013-02-17 Joseph Myers <joseph@codesourcery.com>
11354
11355 [BZ #13550]
11356 * sysdeps/x86_64/bp-asm.h: Remove file.
11357 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
11358 <bp-sym.h> and <bp-asm.h>.
11359 (__clone): Do not use BP_SYM.
11360 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
11361 <bp-sym.h> and <bp-asm.h>.
11362 * sysdeps/unix/x86_64/sysdep.S: Likewise.
11363 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
11364 "bp-asm.h".
11365 (_setjmp): Do not use BP_SYM.
11366 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
11367 "bp-asm.h".
11368 (setjmp): Do not use BP_SYM.
11369 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
11370 libc_hidden_def.
11371 (mempcpy): Do not use BP_SYM in weak_alias.
11372 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
11373 "bp-asm.h".
11374 (strchr): Do not use BP_SYM.
11375 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
11376 "bp-asm.h".
11377 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
11378 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
11379 (_start): Do not use BP_SYM.
11380 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
11381 "bp-asm.h".
11382 (strcat): Do not use BP_SYM.
11383 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
11384 "bp-asm.h".
11385 (STRCMP): Do not use BP_SYM.
11386 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
11387 "bp-asm.h".
11388 (STRCPY): Do not use BP_SYM.
11389 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
11390 "bp-asm.h".
11391 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
11392 "bp-asm.h".
11393 (FUNCTION): Do not use BP_SYM.
11394 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
11395 weak_alias.
11396 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
11397
f238fd19
AJ
113982013-02-17 Andreas Jaeger <aj@suse.de>
11399
11400 * time/Versions: Sort entries.
11401 * string/Versions: Likewise.
11402 * resolv/Versions: Likewise.
11403 * posix/Versions: Likewise.
11404 * iconv/Versions: Likewise.
11405 * elf/Versions: Likewise.
11406 * wcsmbs/Versions: Likewise.
11407
bd07f23c 114082013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 11409
22af19f9
SP
11410 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
11411 loop termination condition.
11412
4709fe76
SP
11413 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
11414 variable to calculate EZ.
11415 (__sqr): Likewise.
2d0e0f29
SP
11416
11417 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
11418 the lower precision input.
11419
daaa7713
JM
114202013-02-15 Joseph Myers <joseph@codesourcery.com>
11421
11422 [BZ #13550]
11423 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
11424 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
11425 (run-via-rtld-prefix): Do not handle %-bp tests.
11426 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
11427 (all-object-suffixes): Remove .ob.
11428 (bppfx): Remove variable.
11429 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
11430 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
11431 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
11432 [$(build-bounded) = yes] (libtype.ob): Likewise.
11433 * Makerules (elide-routines.ob): Remove variable.
11434 (do-tests-clean): Do not handle *-bp.out.
11435 (common-mostlyclean): Do not handle *-bp and *-bp.out.
11436 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
11437 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
11438 (tests): Do not include $(tests-bp.out).
11439 (xtests): Do not include $(xtests-bp.out).
11440 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
11441 [$(build-bounded) = yes] ($(addprefix
11442 $(objpfx),$(binaries-bounded))): Remove rule.
11443 ($(objpfx)%-bp.out): Remove rule.
11444 * config.make.in (build-bounded): Remove variable.
11445 * crypt/Makefile [$(build-bounded) = yes]
11446 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
11447 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
11448 append to variable.
11449 [$(build-bounded) = yes] (install-lib): Likewise.
11450 [$(build-bounded) = yes] (generated): Likewise.
11451 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
11452 Remove rule.
11453 * intl/Makefile [$(build-bounded) = yes]
11454 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
11455 * math/Makefile [$(build-bounded) = yes]
11456 ($(tests:%=$(objpfx)%-bp): Likewise.
11457 * misc/Makefile [$(build-bounded) = yes]
11458 ($(objpfx)tst-tsearch-bp): Likewise.
11459 * nptl/Makeconfig (bounded-thread-library): Remove variable.
11460 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
11461 Remove dependency.
11462 * string/Makefile (o-objects.ob): Remove variable.
11463 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
11464 (CFLAGS-.ob): Remove variable.
11465 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
11466 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
11467 both definitions of variable.
11468 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
11469 (ASFLAGS-.ob): Remove variable.
11470
e97ed6dd
JM
114712013-02-14 Joseph Myers <joseph@codesourcery.com>
11472
2bdd4ca6
JM
11473 [BZ #13550]
11474 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
11475 Remove __BOUNDED_POINTERS__ from condition.
11476 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
11477 * string/bits/string2.h [!__NO_STRING_INLINES &&
11478 !__BOUNDED_POINTERS__]: Likewise.
11479 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
11480 Likewise.
11481 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
11482 Remove conditional code.
11483 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
11484 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
11485 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
11486 condition.
11487
e97ed6dd
JM
11488 [BZ #13550]
11489 * csu/libc-start.c: Do not include <bp-sym.h>.
11490 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
11491 * elf/dl-open.c: Do not include <bp-sym.h>.
11492 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
11493 * math/fegetenv.c: Do not include <bp-sym.h>.
11494 (fegetenv): Do not use BP_SYM in versioned symbols.
11495 * nptl/sysdeps/pthread/bits/libc-lockP.h
11496 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
11497 <bp-sym.h>.
11498 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11499 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
11500 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11501 (__pthread_mutex_destroy): Likewise.
11502 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11503 (__pthread_mutex_lock): Likewise.
11504 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11505 (__pthread_mutex_trylock): Likewise.
11506 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11507 (__pthread_mutex_unlock): Likewise.
11508 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11509 (__pthread_mutexattr_init): Likewise.
11510 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11511 (__pthread_mutexattr_destroy): Likewise.
11512 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11513 (__pthread_mutexattr_settype): Likewise.
11514 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11515 (__pthread_rwlock_init): Likewise.
11516 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11517 (__pthread_rwlock_destroy): Likewise.
11518 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11519 (__pthread_rwlock_rdlock): Likewise.
11520 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11521 (__pthread_rwlock_tryrdlock): Likewise.
11522 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11523 (__pthread_rwlock_wrlock): Likewise.
11524 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11525 (__pthread_rwlock_trywrlock): Likewise.
11526 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11527 (__pthread_rwlock_unlock): Likewise.
11528 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11529 (__pthread_key_create): Likewise.
11530 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11531 (__pthread_setspecific): Likewise.
11532 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11533 (__pthread_getspecific): Likewise.
11534 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
11535 Likewise.
11536 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11537 (_pthread_cleanup_push_defer): Likewise.
11538 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11539 (_pthread_cleanup_pop_restore): Likewise.
11540 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
11541 (pthread_setcancelstate): Likewise.
11542 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
11543 <bp-sym.h>.
11544 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
11545 (memchr): Do not use BP_SYM in weak_alias.
11546 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
11547 (fegetenv): Do not use BP_SYM in versioned symbols.
11548 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
11549 (fesetenv): Do not use BP_SYM in versioned symbols.
11550 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
11551 (feupdateenv): Do not use BP_SYM in versioned symbols.
11552 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
11553 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
11554 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
11555 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
11556 (open64): Do not use BP_SYM in weak_alias.
11557 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
11558 (fegetenv): Do not use BP_SYM in versioned symbols.
11559 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
11560 (fesetenv): Do not use BP_SYM in versioned symbols.
11561 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
11562 (feupdateenv): Do not use BP_SYM in versioned symbols.
11563 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
11564 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
11565 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
11566 (feraiseexcept): Do not use BP_SYM in versioned symbols.
11567 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
11568 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
11569 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
11570 <bp-sym.h>.
11571 (__libc_start_main): Do not use BP_SYM.
11572
d6752ccd
SP
115732013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
11574
cb57ce60
SP
11575 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
11576 redundant return line.
11577 (norm): Likewise.
11578 (denorm): Likewise.
11579 (dbl_mp): Likewise.
11580 (sub_magnitudes): Likewise.
11581 (__add): Likewise.
11582 (__sub): Likewise.
11583 (__mul): Likewise.
11584 (__inv): Likewise.
11585 (__dvd): Likewise.
11586 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
11587 (norm): Likewise.
11588 (denorm): Likewise.
11589 (dbl_mp): Likewise.
11590 (sub_magnitudes): Likewise.
11591 (__add): Likewise.
11592 (__sub): Likewise.
11593 (__mul): Likewise.
11594 (__inv): Likewise.
11595 (__dvd): Likewise.
11596
f414520d
SP
11597 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
11598 instead of __mul.
11599 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
11600 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
11601 (cc32): Likewise.
11602
d6752ccd
SP
11603 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
11604 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
11605 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
11606 of __mul for squares.
11607 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
11608 function
11609 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
11610 Likewise.
11611 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
11612 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
11613
70d9946a
JM
116142013-02-13 Joseph Myers <joseph@codesourcery.com>
11615
11616 [BZ #13550]
11617 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
11618 code.
11619 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
11620 prototype or function definition. Rename ubp_* variables and
11621 parameters. Remove argv definitions conditional on
11622 [__BOUNDED_POINTERS__].
11623 * debug/backtrace.c (__backtrace): Do not use __unbounded.
11624 * elf/dl-runtime.c (_dl_fixup): Likewise.
11625 * include/set-hooks.h (RUN_HOOK): Likewise.
11626 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
11627 definition.
11628 * string/strcpy.c (strcpy): Do not use __unbounded.
11629 * sysdeps/generic/frame.h (struct layout): Likewise.
11630 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
11631 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
11632 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
11633 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
11634 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
11635 (__backtrace): Likewise.
11636 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
11637 use __ptrvalue.
11638 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
11639 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11640 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
11641 Likewise.
11642 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
11643 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
11644 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11645 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
11646 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
11647 Do not use __unbounded.
11648 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
11649 Rename __unboundedrlimits parameter to rlimits in prototype.
11650 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
11651 Do not use __unbounded.
11652 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
11653 not use __ptrvalue.
11654 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
11655 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
11656 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
11657 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
11658 __ptrvalue or __unbounded.
11659 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
11660 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
11661 use __unbounded.
11662 (__new_msgctl): Do not use __ptrvalue.
11663 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
11664 __unbounded.
11665 (__libc_msgrcv): Do not use __ptrvalue.
11666 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
11667 startup_info): Do not use __unbounded.
11668 (__libc_start_main): Likewise. Rename ubp_* variables and
11669 parameters. Remove argv definitions conditional on
11670 [__BOUNDED_POINTERS__].
11671 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
11672 __ptrvalue.
11673 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
11674 use __unbounded.
11675 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
11676 or __ptrvalue.
11677 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
11678 use __unbounded.
11679 (__new_shmctl): Do not use __ptrvalue.
11680 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
11681 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
11682 Likewise.
11683 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
11684 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
11685 (__libc_sigaction): Likewise.
11686 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
11687 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
11688 Likewise.
11689 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
11690
cc7834d6
OB
116912013-02-13 Ondřej Bílka <neleai@seznam.cz>
11692
ffb1ec7b 11693 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
11694
11695 * string/mempcpy.c: Implement by calling memcpy.
11696
bdf02814
SP
116972013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
11698
c2af38aa
SP
11699 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
11700
4e92d59e
SP
11701 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
11702 evaluation.
11703
909279a5
SP
11704 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
11705 values in the mantissa.
11706
bdf02814
SP
11707 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
11708 minimize writes to Z.
11709 (sub_magnitudes): Simplify code a bit.
11710
cd525923
RM
117112013-02-12 Roland McGrath <roland@hack.frob.com>
11712
11713 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
11714 from the message. The linker prefixes all warnings with that already.
11715
7e2f0d2d
AS
117162013-02-12 Andreas Schwab <schwab@suse.de>
11717
a445af0b
AS
11718 [BZ #15078]
11719 * posix/regexec.c (extend_buffers): Add parameter min_len.
11720 (check_matching): Pass minimum needed length.
11721 (clean_state_log_if_needed): Likewise.
11722 (get_subexp): Likewise.
11723 * posix/Makefile (tests): Add bug-regex34.
11724 (bug-regex34-ENV): Define.
11725 * posix/bug-regex34.c: New file.
11726
7e2f0d2d
AS
11727 [BZ #11561]
11728 * posix/regcomp.c (parse_bracket_exp): When looking up collating
11729 elements compare against the byte sequence of it, not its name.
11730 * posix/Makefile (tests): Add bug-regex35.
11731 (bug-regex35-ENV): Define.
11732 * posix/bug-regex35.c: New file.
11733
a175b684
TV
117342013-02-11 Tom de Vries <tom@codesourcery.com>
11735
11736 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
11737 comment.
11738 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
11739 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
11740 (CHECK_EOL): Add undef.
11741
310998fe 117422013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
11743
11744 * bits/stdlib-bsearch.h: New file.
11745 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 11746 * stdlib/stdlib.h: Likewise.
41eda41d 11747
8ded91fb
RM
117482013-02-11 Roland McGrath <roland@hack.frob.com>
11749
11750 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
11751 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
11752 declaration.
11753 * manual/search.texi (Array Search Function): Add missing const in
11754 lfind prototype.
11755 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
11756 declaration to use rlim_t.
11757 (Basic Scheduling Functions): Remove erroneous const from
11758 sched_getparam prototype. Remove erroneous * from
11759 sched_get_priority_max and sched_get_priority_min prototypes.
11760 (Resource Usage): Fix summary @comment on vtimes to refer to
11761 sys/vtimes.h rather than vtimes.h.
11762 Add missing *s in vtimes prototype.
11763 (Limits on Resources): Fix ulimit prototype to return long int.
11764 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
11765 prototypes to use long int rather than double.
11766 (BSD Random): Fix initstate and setstate to use char *, not void *.
11767 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
11768 prototype to make second argument 'struct aiocb64 *const[]'.
11769 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
11770 (Status of AIO Operations): Remove erroneous const in aio_return and
11771 aio_return64 prototypes.
11772 (Synchronizing I/O): Fix sync prototype to return void.
11773 * manual/startup.texi (Suboptions): Remove an erroneous const in
11774 getsubopt prototype.
11775 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
11776 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
11777 use size_t rather than int.
11778 (Scanning All Users): Likewise for getpwent_r.
11779 (Setting Groups): Add missing const to setgroups prototype.
11780 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
11781 * manual/socket.texi (Host Names): Fix gethostbyaddr and
11782 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
11783 'const void *' rather than 'const char *'.
11784 (Host Address Functions): Likewise for inet_ntop.
11785 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
11786 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
11787 ssize_t for return value.
11788 (Sending Data): Likewise for send, sendto, sendmsg.
11789 (Socket Option Functions): Add a missing const in setsockopt prototype.
11790 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
11791 use wchar_t for the argument.
11792 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
11793 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
11794 take no arguments.
11795 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
11796 double/float/long double for second argument.
11797 Fix return types of significand, significandf, significandl.
11798 * manual/filesys.texi (Setting Permissions): Use mode_t for second
11799 argument in fchmod prototype.
11800 (File Owner): Use uid_t and gid_t in fchown prototype.
11801 (File Times): Add const to utimes, futimes, and lutimes prototypes.
11802 (Making Special Files): Use mode_t and dev_t in mknod prototype.
11803 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
11804 use 'const struct dirent **' as argument types to CMP function pointer
11805 argument.
11806 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
11807 (File Times): Fix summary magic @comment for struct utimbuf and utime
11808 to refer to utime.h, not time.h.
11809 * manual/string.texi (Argz Functions): Add missing const in
11810 argz_extract and argz_next prototypes.
11811 (Finding Tokens in a String): Likewise for basename.
11812 (String/Array Comparison): Fix typo in wcscasecmp prototype.
11813 (Copying and Concatenation): Fix typo in wmemmove prototype.
11814 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
11815 (Signal Stack): Remove erroneous const in sigstack prototype.
11816 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
11817 prototype.
11818 (Simple Calendar Time): Likewise for stime.
11819 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
11820 prototype.
11821 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
11822 say sys/sysctl.h instead.
11823 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
11824 and vsyslog prototypes.
11825
fe77fe6d
TV
118262013-02-11 Tom de Vries <tom@codesourcery.com>
11827
11828 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
11829 Remove.
11830
3a09b620
RM
118312013-02-11 Roland McGrath <roland@hack.frob.com>
11832
11833 * misc/sys/mman.h: Fix typo in mremap comment.
11834
550a0b89
RM
118352013-02-08 Roland McGrath <roland@hack.frob.com>
11836
11837 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
11838 the '\0' terminator.
11839
a2da1673
JM
118402013-02-08 Joseph Myers <joseph@codesourcery.com>
11841
11842 [BZ #13550]
11843 * debug/segfault.c: Don't include <bp-checks.h>.
11844 * sysdeps/generic/bp-checks.h: Remove file.
11845 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
11846 (__GETDENTS): Don't use CHECK_N.
11847 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
11848 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
11849 (__getgroups): Don't use CHECK_N.
11850 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
11851 (setgroups): Don't use CHECK_N.
11852 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
11853 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
11854 (__libc_msgrcv): Don't use CHECK_N.
11855 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
11856 (__libc_msgsnd): Don't use CHECK_N.
11857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
11858 <bp-checks.h>.
11859 (__libc_pread): Don't use CHECK_N.
11860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
11861 include <bp-checks.h>.
11862 (__libc_pread64): Don't use CHECK_N.
11863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
11864 include <bp-checks.h>.
11865 (__libc_pwrite): Don't use CHECK_N.
11866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
11867 include <bp-checks.h>.
11868 (__libc_pwrite64): Don't use CHECK_N.
11869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
11870 <bp-checks.h>.
11871 (__libc_pread): Don't use CHECK_N.
11872 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
11873 include <bp-checks.h>.
11874 (__libc_pread64): Don't use CHECK_N.
11875 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
11876 include <bp-checks.h>.
11877 (__libc_pwrite): Don't use CHECK_N.
11878 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
11879 include <bp-checks.h>.
11880 (__libc_pwrite64): Don't use CHECK_N.
11881 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
11882 (do_pread): Don't use CHECK_N.
11883 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
11884 (do_pread64): Don't use CHECK_N.
11885 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
11886 (do_pwrite): Don't use CHECK_N.
11887 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
11888 (do_pwrite64): Don't use CHECK_N.
11889 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
11890 (__libc_readv): Don't use CHECK_N.
11891 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
11892 (semop): Don't use CHECK_N.
11893 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
11894 <bp-checks.h>.
11895 (semtimedop): Don't use CHECK_N.
11896 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
11897 (__libc_pread): Don't use CHECK_N.
11898 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
11899 <bp-checks.h>.
11900 (__libc_pread64): Don't use CHECK_N.
11901 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
11902 <bp-checks.h>.
11903 (__libc_pwrite): Don't use CHECK_N.
11904 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
11905 <bp-checks.h>.
11906 (__libc_pwrite64): Don't use CHECK_N.
11907 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
11908 <bp-checks.h>.
11909 (__libc_msgrcv): Don't use CHECK_N.
11910 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
11911 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
11912 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
11913 (__libc_writev): Don't use CHECK_N.
11914
b84660a8
RM
119152013-02-08 Roland McGrath <roland@hack.frob.com>
11916
7f3e75f8
RM
11917 * string/strcpy.c: Removed unused variable.
11918
b84660a8
RM
11919 * Makeconfig (+sysdep-includes): Define with := rather than =.
11920 Use an existing include/ subdir of each sysdeps dir before it.
11921
471514d3
CD
119222013-02-08 Carlos O'Donell <carlos@redhat.com>
11923
11924 * nscd/connection.c (register_traced_file): Comment function.
11925 [HAVE_INOTIFY] (union __inev): Define.
11926 [HAVE_INOTIFY] (inotify_check_files): New function.
11927 [HAVE_INOTIFY] (clear_db_cache): Likewise.
11928 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
11929 clear_db_cache.
11930 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
11931
b2d3c3be
CD
119322013-02-08 Carlos O'Donell <carlos@redhat.com>
11933
11934 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
11935 loaded if not already and that a failure is permanent.
11936
b39949d2
CD
119372013-02-08 Carlos O'Donell <carlos@redhat.com>
11938
ddacd1db 11939 [BZ #15006]
b39949d2
CD
11940 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
11941 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
11942
b2c9eff4
JM
119432013-02-08 Joseph Myers <joseph@codesourcery.com>
11944
f3aae3f3
JM
11945 [BZ #13550]
11946 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
11947 (CHECK_1_NULL_OK): Likewise.
11948 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
11949 (__fxstat): Do not use CHECK_1.
11950 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
11951 <bp-checks.h>.
11952 (___fxstat64): Do not use CHECK_1.
11953 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11954 <bp-checks.h>.
11955 (__fxstatat): Do not use CHECK_1.
11956 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11957 <bp-checks.h>.
11958 (__fxstatat64): Do not use CHECK_1.
11959 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
11960 <bp-checks.h>.
11961 (__fxstat): Do not use CHECK_1.
11962 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11963 <bp-checks.h>.
11964 (__fxstatat): Do not use CHECK_1.
11965 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
11966 <bp-checks.h>.
11967 (__getresgid): Do not use CHECK_1.
11968 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
11969 <bp-checks.h>.
11970 (__getresuid): Do not use CHECK_1.
11971 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
11972 <bp-checks.h>.
11973 (__lxstat): Do not use CHECK_1.
11974 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
11975 <bp-checks.h>.
11976 (__old_msgctl): Do not use CHECK_1.
11977 (__new_msgctl): Likewise.
11978 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
11979 <bp-checks.h>.
11980 (__new_setrlimit): Do not use CHECK_1.
11981 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
11982 <bp-checks.h>.
11983 (__old_shmctl): Do not use CHECK_1.
11984 (__new_shmctl): Likewise.
11985 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
11986 <bp-checks.h>.
11987 (__xstat): Do not use CHECK_1.
11988 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
11989 (__lxstat): Do not use CHECK_1.
11990 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
11991 <bp-checks.h>.
11992 (___lxstat64): Do not use CHECK_1.
11993 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
11994 (__old_msgctl): Do not use CHECK_1.
11995 (__new_msgctl): Likewise.
11996 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
11997 <bp-checks.h>.
11998 (__gettimeofday): Do not use CHECK_1.
11999 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
12000 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
12001 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
12002 <bp-checks.h>.
12003 (__gettimeofday): Do not use CHECK_1.
12004 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
12005 (__old_shmctl): Do not use CHECK_1_NULL_OK.
12006 (__new_shmctl): Do not use CHECK_1.
12007 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
12008 <bp-checks.h>.
12009 (do_sigtimedwait): Do not use CHECK_1.
12010 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
12011 <bp-checks.h>.
12012 (do_sigwaitinfo): Do not use CHECK_1.
12013 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
12014 <bp-checks.h>.
12015 (msgctl): Do not use CHECK_1.
12016 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
12017 <bp-checks.h>.
12018 (shmctl): Do not use CHECK_1.
12019 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
12020 (ustat): Do not use CHECK_1.
12021 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
12022 <bp-checks.h>.
12023 (__fxstat): Do not use CHECK_1.
12024 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12025 <bp-checks.h>.
12026 (__fxstatat): Do not use CHECK_1.
12027 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
12028 <bp-checks.h>.
12029 (__lxstat): Do not use CHECK_1.
12030 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
12031 <bp-checks.h>.
12032 (__xstat): Do not use CHECK_1.
12033 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
12034 (__xstat): Do not use CHECK_1.
12035 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
12036 (___xstat64): Do not use CHECK_1.
12037
b2c9eff4
JM
12038 [BZ #13550]
12039 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
12040 definitions.
12041 (CHECK_BOUNDS_HIGH): Likewise.
12042 * string/strcpy.c: Do not include <bp-checks.h>.
12043 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
12044
f1d70dad
RM
120452013-02-07 Roland McGrath <roland@hack.frob.com>
12046
12047 * nscd/nscd-client.h (__nscd_drop_map_ref):
12048 Add __attribute__ ((unused)).
12049 * nis/nss-nisplus.h (niserr2nss): Likewise.
12050
12051 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
12052 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
12053
12054 * csu/libc-tls.c (init_static_tls, init_slotinfo):
12055 Remove inline keyword.
12056 * include/rounding-mode.h (round_away): Likewise.
12057 * libio/wfileops.c (adjust_wide_data): Likewise.
12058 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
12059 (__m128i_strloadu_tolower): Likewise.
12060 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
12061 (__m128i_strloadu_tolower): Likewise.
12062 * time/mktime.c (ydhms_diff): Likewise.
12063 * locale/elem-hash.h (elem_hash): Likewise.
12064 * locale/setlocale.c (setdata): Likewise.
12065 * posix/regex_internal.h (re_string_char_size_at): Likewise.
12066 (re_string_wchar_at): Likewise.
12067 (bitset_not, bitset_merge, bitset_mask): Likewise.
12068 [!(__GNUC__ > 3)] (inline): Remove macro.
12069 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
12070 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
12071 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
12072 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
12073 * string/memcmp.c (memcmp_bytes): Likewise.
12074 * locale/programs/locarchive.c (compute_hashval): Likewise.
12075 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
12076 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
12077 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
12078 * nss/getent.c (print_rpc, print_protocols): Likewise.
12079 (print_passwd, print_group, print_aliases): Likewise.
12080 * nis/nss-nisplus.h (niserr2nss): Likewise.
12081 * nscd/connections.c (restart_p): Likewise.
12082 Change return type to bool.
12083
eab55bfb
RM
120842013-02-05 Roland McGrath <roland@hack.frob.com>
12085
7bd642f5
RM
12086 * Makeconfig (all-Depend-files): Add existing
12087 $(sorted-subdirs:=/Depend) files.
12088 (all-subdirs): Remove nss.
12089 * sysdeps/unix/inet/Subdirs: Add it here instead.
12090 * hesiod/Depend: New file.
12091
573c29b2
RM
12092 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
12093 instead of calling alloca.
12094
b2e25af0
RM
12095 * io/lseek.c (__lseek): Rename to __libc_lseek.
12096 Define __lseek as an alias.
12097
eab55bfb
RM
12098 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
12099
9a0d1941
CD
121002013-02-04 Carlos O'Donell <carlos@redhat.com>
12101
12102 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
12103 else clause and remove check for non-standard endianness.
12104
b83bbec4
DM
121052013-02-04 David S. Miller <davem@davemloft.net>
12106
12107 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12108
6277fdab
JM
121092013-02-04 Joseph Myers <joseph@codesourcery.com>
12110
12111 [BZ #13550]
12112 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
12113 (__ubp_memchr): Remove prototype.
12114 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
12115 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
12116 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
12117 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
12118 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
12119 Remove alias.
12120 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
12121 (__ubp_memchr): Likewise.
12122 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
12123 (__ubp_memchr): Likewise.
12124 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
12125 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
12126 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
12127 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
12128 CHECK_STRING.
12129 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12130 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
12131 (__getcwd): Do not use CHECK_STRING.
12132 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
12133 <bp-checks.h>.
12134 (__real_chown): Do not use CHECK_STRING.
12135 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
12136 <bp-checks.h>.
12137 (fchownat): Do not use CHECK_STRING.
12138 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
12139 CHECK_STRING.
12140 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
12141 <bp-checks.h>.
12142 (__lchown): Do not use CHECK_STRING.
12143 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
12144 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
12145 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
12146 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
12147 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
12148 include <bp-checks.h>.
12149 (truncate64): Do not use CHECK_STRING.
12150 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
12151 <bp-checks.h>.
12152 (__real_chown): Do not use CHECK_STRING.
12153 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
12154 <bp-checks.h>.
12155 (__lchown): Do not use CHECK_STRING.
12156 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
12157 <bp-checks.h>.
12158 (__chown): Do not use CHECK_STRING.
12159 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
12160 <bp-checks.h>.
12161 (truncate64): Do not use CHECK_STRING.
12162 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
12163 Likewise.
12164 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
12165 (__xmknod): Do not use CHECK_STRING.
12166 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12167 <bp-checks.h>.
12168 (__xmknodat): Do not use CHECK_STRING.
12169 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
12170 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
12171
903ae060
AS
121722013-02-04 Andreas Schwab <schwab@suse.de>
12173
12174 [BZ #14142]
12175 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
12176 * include/netdb.h: Likewise for h_errno.
12177 * elf/tst-stackguard1.c: Include <tls.h>.
12178
542f9466
JK
121792013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12180
12181 * elf/link.h (struct link_map): Extend the l_addr comment.
12182 * include/link.h (struct link_map): Likewise.
12183
e782a927
JM
121842013-02-01 Joseph Myers <joseph@codesourcery.com>
12185
12186 [BZ #13550]
12187 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
12188 (BOUNDED_1): Remove macro.
12189 * debug/backtrace.c: Don't include <bp-checks.h>.
12190 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
12191 (__backtrace): Likewise.
12192 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
12193 <bp-checks.h>.
12194 (__backtrace): Don't use BOUNDED_1.
12195 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
12196 <bp-checks.h>.
12197 (__backtrace): Don't use BOUNDED_1.
12198 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
12199 (__backtrace): Don't use BOUNDED_1.
12200 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
12201 (shmat): Don't use BOUNDED_N.
12202
8cf28c5e
JM
122032013-01-31 Joseph Myers <joseph@codesourcery.com>
12204
3a7ac8a0
JM
12205 [BZ #13550]
12206 * sysdeps/generic/bp-start.h: Remove file.
12207 * csu/libc-start.c: Don't include <bp-start.h>.
12208 (LIBC_START_MAIN): Set up __environ directly instead of using
12209 INIT_ARGV_and_ENVIRON.
12210 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
12211 <bp-start.h>.
12212
f3499f95
JM
12213 [BZ #13550]
12214 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
12215 definitions.
12216 (CHECK_FCNTL): Likewise.
12217 (CHECK_N_PAGES): Likewise.
12218
32a45bea
JM
12219 [BZ #13550]
12220 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
12221 definitions.
12222 (CHECK_SIGSET_NULL_OK): Likewise.
12223 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
12224 <bp-checks.h>.
12225 (sigpending): Don't use CHECK_SIGSET.
12226 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
12227 <bp-checks.h>.
12228 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
12229 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
12230 <bp-checks.h>.
12231 (do_sigsuspend): Don't use CHECK_SIGSET.
12232 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
12233 use CHECK_SIGSET.
12234 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
12235 (do_sigwait): Don't use CHECK_SIGSET.
12236 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
12237 use CHECK_SIGSET.
12238 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
12239 include <bp-checks.h>.
12240 (sigpending): Don't use CHECK_SIGSET.
12241 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
12242 include <bp-checks.h>.
12243 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
12244 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
12245 <bp-checks.h>.
12246 (sigpending): Don't use CHECK_SIGSET.
12247 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
12248 <bp-checks.h>.
12249 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
12250
2e8a5c8c
JM
12251 [BZ #13550]
12252 * sysdeps/generic/bp-semctl.h: Remove file.
12253 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
12254 <bp-checks.h> and <bp-semctl.h>.
12255 (__old_semctl): Don't use CHECK_SEMCTL.
12256 (__new_semctl): Likewise.
12257 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
12258 and <bp-semctl.h>.
12259 (__old_semctl): Don't use CHECK_SEMCTL.
12260 (__new_semctl): Likewise.
12261 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
12262 <bp-checks.h> and <bp-semctl.h>.
12263 (__old_semctl): Don't use CHECK_SEMCTL.
12264 (__new_semctl): Likewise.
12265 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
12266 <bp-checks.h> and <bp-semctl.h>.
12267 (semctl): Don't use CHECK_SEMCTL.
12268
c2d54929
JM
12269 [BZ #13550]
12270 * Makerules (elide-bp-thunks): Remove variable.
12271 (elide-routines.oS): Don't use $(elide-bp-thunks).
12272 (elide-routines.os): Likewise.
12273 (elide-routines.o): Likewise.
12274 (elide-routines.op): Likewise.
12275 (elide-routines.og): Likewise.
12276 (objects): Don't use $(bp-thunks).
12277 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
12278 include.
12279 (common-generated): Do not add s-proto-bp.d.
12280 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
12281 (int): Likewise.
12282 (typ): Likewise.
12283 Do not generate makefile rules for bounded-pointer thunks.
12284 * sysdeps/generic/bp-thunks.h: Remove file.
12285 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
12286 * sysdeps/unix/s-proto-bp.S: Likewise.
12287
8cf28c5e
JM
12288 [BZ #15062]
12289 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
12290 parts of result separately when argument is not close to line from
12291 -i to i and one part of argument is small.
12292 * math/k_casinhf.c (__kernel_casinhf): Likewise.
12293 * math/k_casinhl.c (__kernel_casinhl): Likewise.
12294 * math/libm-test.inc (cacos_test): Add more tests.
12295 (casin_test): Likewise.
12296 (casinh_test): Likewise.
12297 * sysdeps/i386/fpu/libm-test-ulps: Update.
12298 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12299
c4e33b8d
DM
123002013-01-31 David S. Miller <davem@davemloft.net>
12301
12302 * po/de.po: Update from translation team.
12303
3b60b421
MK
123042013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12305
12306 * time/tzfile.c: Include stdint.h for SIZE_MAX.
12307
bb931195
TS
123082013-01-25 Thomas Schwinge <thomas@codesourcery.com>
12309
b5a5da23
TS
12310 * configure.in (_AC_PROG_CC_C89): New definition.
12311 * configure: Regenerate.
12312
bb931195
TS
12313 * configure.in (AC_PROG_CPP): New definition.
12314 * configure: Regenerate.
12315
8c53a12c
JM
123162013-01-23 Joseph Myers <joseph@codesourcery.com>
12317
12318 * debug/tst-backtrace.h: New file.
12319 * debug/tst-backtrace2.c: Include tst-backtrace.h.
12320 (ret): Remove variable.
12321 (x): Likewise.
12322 (FAIL): Remove macro.
12323 (NO_INLINE): Likewise.
12324 (fn1): Use match function instead of strstr.
12325 * debug/tst-backtrace3.c: Include tst-backtrace.h.
12326 (ret): Remove variable.
12327 (x): Likewise.
12328 (FAIL): Remove macro.
12329 (NO_INLINE): Likewise.
12330 (fn): Use match function instead of strstr.
12331 * debug/tst-backtrace4.c: Include tst-backtrace.h.
12332 (ret): Remove variable.
12333 (x): Likewise.
12334 (FAIL): Remove macro.
12335 (NO_INLINE): Likewise.
12336 (handle_signal): Use match function instead of strstr.
12337 * debug/tst-backtrace5.c: Include tst-backtrace.h.
12338 (ret): Remove variable.
12339 (x): Likewise.
12340 (FAIL): Remove macro.
12341 (NO_INLINE): Likewise.
12342 (handle_signal): Use match function instead of strstr.
12343
4858fa2a
RM
123442013-01-23 Roland McGrath <roland@hack.frob.com>
12345
12346 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
12347
bae8e7f5
DM
123482013-01-23 David S. Miller <davem@davemloft.net>
12349
12350 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
12351 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
12352 argument of CAS if possible.
12353 * sysdeps/sparc/sparc64/bits/atomic.h
12354 (__arch_compare_and_exchange_val_32_acq): Likewise.
12355 (__arch_compare_and_exchange_val_64_acq): Likewise.
12356
9cbbc4ae
PT
123572013-01-23 Pino Toscano <toscano.pino@tiscali.it>
12358
12359 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
12360 * sysdeps/posix/ulimit.c: ... this.
92a601b8 12361 Include <limits.h>.
67b3f58c 12362 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 12363
5655a0b5
AC
123642013-01-23 Adam Conrad <adconrad@0c3.net>
12365
12366 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
12367 (LDFLAGS-tst-array5): Likewise.
12368
052aff95
JM
123692013-01-23 Joseph Myers <joseph@codesourcery.com>
12370
12371 [BZ #15036]
12372 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
12373 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
12374 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
12375 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
12376
7c1e01aa
DM
123772013-01-21 David S. Miller <davem@davemloft.net>
12378
12379 * sysdeps/sparc/backtrace.c: New file.
12380 * sysdeps/sparc/sparc32/backtrace.h: New file.
12381 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
12382 * sysdeps/sparc/sparc64/backtrace.h: New file.
12383 * sysdeps/sparc/sparc64/backtrace.c: Delete.
12384 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
12385 -funwind-tables.
12386
ab087e0a
AS
123872013-01-21 Andreas Schwab <schwab@suse.de>
12388
12389 [BZ #15020]
12390 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
12391 closed its stdout.
12392
ed689c2f
AS
123932013-01-20 Andreas Schwab <schwab@linux-m68k.org>
12394
12395 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
12396 "mpa2.h".
12397 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
12398
31d470ac
JM
123992013-01-18 Joseph Myers <joseph@codesourcery.com>
12400 Mark Mitchell <mark@codesourcery.com>
12401 Tom de Vries <tom@codesourcery.com>
12402 Paul Pluzhnikov <ppluzhnikov@google.com>
12403
12404 * debug/tst-backtrace2.c: New file.
12405 * debug/tst-backtrace3.c: Likewise.
12406 * debug/tst-backtrace4.c: Likewise.
12407 * debug/tst-backtrace5.c: Likewise.
12408 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
12409 (CFLAGS-tst-backtrace3.c): Likewise.
12410 (CFLAGS-tst-backtrace4.c): Likewise.
12411 (CFLAGS-tst-backtrace5.c): Likewise.
12412 (LDFLAGS-tst-backtrace2): Likewise.
12413 (LDFLAGS-tst-backtrace3): Likewise.
12414 (LDFLAGS-tst-backtrace4): Likewise.
12415 (LDFLAGS-tst-backtrace5): Likewise.
12416 (tests): Add new tests tst-backtrace2, tst-backtrace3,
12417 tst-backtrace4 and tst-backtrace5.
12418
90567f30 124192013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
12420 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
12421
12422 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
12423 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
12424 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
12425 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
12426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12427 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
12428 "+r" and remove output regs list as redundant. Add explicit inline
12429 asm to specify register of return val to work around compiler codegen
12430 bug. Remove (int) cast on return value. Add return type parameter to
12431 use in macro so that this macro does not truncate return value for
12432 64-bit values.
12433 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
12434 pass to INTERNAL_VSYSCALL_NCS.
12435 (INLINE_VSYSCALL): Add 'long int' as return type to
12436 INTERNAL_VSYSCALL_NCS macro invocation.
12437 (INTERNAL_VSYSCALL): Add 'long int' as return type to
12438 INTERNAL_VSYSCALL_NCS macro invocation.
12439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12440
d3b9ea61
SP
124412013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
12442
0b57daeb
SP
12443 [BZ #14496]
12444 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
12445 Fix application of SIMD FP exception mask.
12446
caa99d06
SP
12447 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
12448 mp_no from a power of two.
12449 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
12450 __mpexp_twomm1. Use __pow_mp.
12451
d3b9ea61
SP
12452 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
12453 multiplication.
12454
1dbaee3c
DM
124552013-01-17 David S. Miller <davem@davemloft.net>
12456
12457 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12458
728d7b43
JM
124592013-01-17 Joseph Myers <joseph@codesourcery.com>
12460
12461 [BZ #15023]
12462 * include/complex.h: Condition contents on [!_COMPLEX_H].
12463 (__kernel_casinhf): New prototype.
12464 (__kernel_casinh): Likewise.
12465 (__kernel_casinhl): Likewise.
12466 * math/Makefile (libm_calls): Add k_casinh.
12467 * math/k_casinh.c: New file.
12468 * math/k_casinhf.c: Likewise.
12469 * math/k_casinhl.c: Likewise.
12470 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
12471 finite nonzero arguments.
12472 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
12473 finite nonzero arguments.
12474 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
12475 finite nonzero arguments.
12476 * math/s_casinh.c: Do not include <float.h>.
12477 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
12478 * math/s_casinhf.c: Do not include <float.h>.
12479 (__casinhf): Move code for finite nonzero arguments to
12480 k_casinhf.c.
12481 * math/s_casinhl.c: Do not include <float.h>.
12482 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
12483 redefine.
12484 (__casinhl): Move code for finite nonzero arguments to
12485 k_casinhl.c.
12486 * math/libm-test.inc (cacos_test): Add more tests.
12487 * sysdeps/i386/fpu/libm-test-ulps: Update.
12488 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12489
2a26ef3a
PT
124902013-01-17 Pino Toscano <toscano.pino@tiscali.it>
12491
12492 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
12493 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
12494 [!HAVE_MREMAP]: Remove [defined linux] case.
12495 * malloc/arena.c: Do not include <malloc-sysdep.h>.
12496
a897655d
SP
124972013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12498
12499 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
12500
881ebe89 125012013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
12502
12503 * elf/elf.h (R_386_SIZE32): New relocation.
12504 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
12505 R_386_SIZE32.
12506 (elf_machine_rela): Likewise.
12507 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
12508 R_X86_64_SIZE64 and R_X86_64_SIZE32.
12509
59981e9b
JM
125102013-01-17 Joseph Myers <joseph@codesourcery.com>
12511
12512 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
12513 (FP_FAST_FMA): Do not define.
12514 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
12515 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
12516 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
12517 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
12518 !_SOFT_FLOAT]: Likewise.
12519 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
12520 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
12521 value.
12522 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
12523 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
12524 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
12525 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
12526 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
12527 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
12528 file.
12529
cfa8054f
AS
125302013-01-16 Andreas Schwab <schwab@suse.de>
12531
12532 [BZ #14327]
12533 * include/stdlib.h (__mktemp): Add declaration.
12534 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
12535 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
12536
dd930cc5
SP
125372013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
12538
881ebe89
SP
12539 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
12540 definitions.
12541 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
12542 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
12543 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
12544 definitions here.
12545 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
12546 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
12547 definitions.
12548 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
12549 and ONE.
12550 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
12551 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
12552 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
12553 definitions.
12554 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
12555 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
12556 definitions.
12557 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 12558
dd930cc5
SP
12559 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
12560
c19a9f89
DM
125612013-01-15 David S. Miller <davem@davemloft.net>
12562
1aa61767
DM
12563 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
12564 trunc{,f} to libm-sysdep_routes.
12565 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
12566 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
12567 file.
12568 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
12569 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
12570 file.
12571 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
12572 file.
12573 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
12574 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
12575 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
12576 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
12577 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
12578 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
12579 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
12580 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
12581
c42d5e98
DM
12582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
12583 nearbyint{,f} to libm-sysdep_routes.
12584 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
12585 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
12586 New file.
12587 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
12588 file.
12589 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
12590 New file.
12591 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
12592 file.
12593 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
12594 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
12595 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
12596 file.
12597 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
12598 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
12599 file.
12600 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
12601 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
12602 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
12603
c19a9f89
DM
12604 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
12605 libc_feholdexcept and libc_fesetenv.
12606
357679d2
MF
126072013-01-15 Mike Frysinger <vapier@gentoo.org>
12608
12609 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
12610
65a82e3d
DM
126112013-01-14 David S. Miller <davem@davemloft.net>
12612
8b954ab9
DM
12613 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
12614 (SPARC_ASM_VIS2_IFUNC): Likewise.
12615 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
12616 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
12617 use of 'siam' instruction.
12618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
12619 Likewise.
12620 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
12621 Likewise.
12622 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
12623 Likewise.
12624 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
12625 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
12626 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
12627 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
12628 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
12629 file.
12630 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
12631 file.
12632 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
12633 file.
12634 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
12635 file.
12636 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
12637 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
12638 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
12639 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
12640 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
12641 new VIS2 routines.
12642 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
12643 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
12644 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
12645 Likewise.
12646 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
12647 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
12648 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
12649 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
12650 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
12651 routines to libm-sysdep_routines.
12652 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
12653
65a82e3d
DM
12654 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
12655 fdim/fdimf to libm-sysdep_routines.
12656 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
12657 file.
12658 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
12659 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
12660 file.
12661 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
12662 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
12663 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
12664 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
12665 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
12666 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
12667 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
12668
e34ab705
SP
126692013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
12670
2a91b573
SP
12671 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
12672 to optimize copies.
12673
1066a534
SP
12674 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
12675 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
12676 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
12677
e34ab705
SP
12678 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
12679 local variable MPTWO.
12680 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
12681 Likewise.
12682
aba5e596
MF
126832013-01-13 Mike Frysinger <vapier@gentoo.org>
12684
12685 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
12686 GLOB_NOESCAPE.
12687
e557e9e5
MF
126882013-01-13 Mike Frysinger <vapier@gentoo.org>
12689
12690 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
12691
0428cec9
MF
126922013-01-13 Mike Frysinger <vapier@gentoo.org>
12693
12694 * manual/pattern.texi (glob_t): Document gl_flags.
12695 (glob64_t): Likewise.
12696
8794a964
DM
126972013-01-11 David S. Miller <davem@davemloft.net>
12698
66438c3f
RM
12699 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
12700 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
12701 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
12702 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
12703 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
12704 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
12705 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
12706 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
12707 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
12708 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
12709 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
12710 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
12711 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
12712
4ae4244d
DM
12713 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
12714 sparc V9 rather than using V8 code.
12715 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
12716 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
12717
8794a964
DM
12718 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
12719 Move to...
12720 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
12721 Here.
12722
6270516e
RM
127232013-01-11 Roland McGrath <roland@hack.frob.com>
12724
12725 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
12726 not in the main loop.
12727 * configure: Regenerated.
12728
6a57d931
JM
127292013-01-11 Joseph Myers <joseph@codesourcery.com>
12730
12731 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
12732 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
12733 to just #else.
12734 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
12735 [!__GLIBC_HAVE_LONG_LONG] case.
12736 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
12737 condition to just #else.
12738 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
12739 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
12740 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
12741 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
12742 unconditional.
12743 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
12744 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
12745 #elif condition to just #else.
12746 * sysdeps/unix/sysv/linux/sys/sysmacros.h
12747 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
12748 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
12749 #elif condition to just #else.
12750
0e8529e9
SE
127512013-01-11 Steve Ellcey <sellcey@mips.com>
12752
12753 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
12754 (EF_MIPS_ARCH_64): Fix value.
12755 (EF_MIPS_ARCH_32R2): New.
12756 (EF_MIPS_ARCH_64R2): New.
12757
740b3dbe
L
127582013-01-11 H.J. Lu <hongjiu.lu@intel.com>
12759
12760 * Makeconfig (+link-pie-before-libc): New.
12761 (+link-pie-after-libc): Likewise.
12762 (+link-pie-tests): Likewise.
12763 (+link-pie): Rewritten.
12764 (link-before-libc): Remove $(config-LDFLAGS).
12765 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
12766 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
12767 (config-LDFLAGS): Renamed to ...
12768 (rtld-LDFLAGS): This.
12769 (rtld-tests-LDFLAGS): New macro.
12770 (link-libc-rpath-link): Likewise.
12771 (link-libc-tests-rpath-link): Likewise.
12772 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
12773 (link-libc): Prepand $(link-libc-rpath-link).
12774 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
12775 (test-program-prefix): New macro.
12776 (test-via-rtld-prefix): Likewise.
12777 (test-program-cmd): Likewise.
12778 (host-test-program-cmd): Likewise.
12779 * Makefile ($(common-objpfx)testrun.sh): Replace
12780 $(run-program-prefix) with $(test-program-prefix).
12781 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
12782 $(rtld-LDFLAGS).
12783 ($(common-objpfx)shlib.lds): Likewise.
12784 (build-module-helper): Likewise.
12785 ($(common-objpfx)format.lds): Likewise.
12786 * Rules (binaries-pie-tests): New.
12787 (binaries-pie-notests): Likewise.
12788 (binaries-pie): Rewritten.
12789 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
12790 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
12791 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
12792 (make-test-out): Replace $(host-built-program-cmd) with
12793 $(host-test-program-cmd).
12794 * config.make.in (build-hardcoded-path-in-tests): New variable.
12795 * configure.in (--enable-hardcoded-path-in-tests): New configure
12796 option.
12797 (hardcoded_path_in_tests): New AC_SUBST.
12798 * configure: Regenerated.
12799 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
12800 $(built-program-cmd) with $(test-program-cmd).
12801 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
12802 (test_program_cmd): This.
12803 * elf/Makefile ($(objpfx)order.out): Run test with
12804 $(test-program-prefix).
12805 ($(objpfx)order2.out): Likewise.
12806 ($(objpfx)tst-initorder.out): Likewise.
12807 ($(objpfx)tst-initorder2.out): Likewise.
12808 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
12809 $(test-program-cmd).
12810 ($(objpfx)tst-array1-static.out): Likewise.
12811 ($(objpfx)tst-array2.out): Likewise.
12812 ($(objpfx)tst-array3.out): Likewise.
12813 ($(objpfx)tst-array4.out): Likewise.
12814 ($(objpfx)tst-array5.out): Likewise.
12815 ($(objpfx)tst-array5-static.out): Likewise.
12816 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
12817 $(test-program-cmd).
12818 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
12819 $(run-program-prefix) with $(test-program-prefix).
12820 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
12821 (test_program_prefix): This.
12822 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
12823 $(run-program-prefix) with $(test-program-prefix).
12824 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
12825 (test_program_prefix): This.
12826 * iconvdata/tst-tables.sh: Likewise.
12827 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
12828 $(run-program-prefix) with $(test-program-prefix).
12829 ($(objpfx)tst-translit.out): Likewise.
12830 ($(objpfx)tst-gettext2.out): Likewise.
12831 ($(objpfx)tst-gettext4.out): Likewise.
12832 ($(objpfx)tst-gettext6.out): Likewise.
12833 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
12834 (test_program_prefix): This.
12835 * intl/tst-gettext2.sh: Likewise.
12836 * intl/tst-gettext4.sh Likewise.
12837 * intl/tst-gettext6.sh: Likewise.
12838 * intl/tst-translit.sh: Likewise.
12839 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
12840 with $(test-program-cmd).
12841 * libio/Makefile ($(objpfx)test-freopen.out): Replace
12842 $(run-program-prefix) with $(test-program-prefix).
12843 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
12844 (test_program_prefix): This.
12845 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
12846 $(run-program-prefix) with $(test-program-prefix).
12847 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
12848 (test_program_prefix): This.
12849 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
12850 * posix/Makefile ($(objpfx)globtest.out): Replace
12851 $(run-via-rtld-prefix) and $(test-wrapper) with
12852 $(test-program-prefix) and $(test-via-rtld-prefix).
12853 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
12854 $(test-program-prefix).
12855 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
12856 $(host-test-program-cmd).
12857 (tst-spawn-ARGS): Likewise.
12858 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
12859 $(test-program-prefix).
12860 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
12861 (test_via_rtld_prefix): This.
12862 (test_wrapper): Renamed to ...
12863 (test_program_prefix): This.
12864 (run_program_prefix): Replaced by test_program_prefix.
12865 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
12866 (test_program_prefix): This.
12867 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
12868 with $(host-test-program-cmd).
12869 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
12870 $(run-program-prefix) with $(test-program-prefix).
12871 ($(objpfx)tst-printf.out): Likewise.
12872 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
12873 $(test-program-cmd).
12874 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
12875 (test_program_prefix): This.
12876 * stdio-common/tst-unbputc.sh: Likewise.
12877 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
12878 $(run-program-prefix) with $(test-program-prefix).
12879 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
12880 (test_program_prefix): This.
12881 * string/Makefile ($(objpfx)tst-svc.out): Replace
12882 $(built-program-cmd) with $(test-program-cmd).
12883
c6fe55cf
AJ
128842013-01-11 Andreas Jaeger <aj@suse.de>
12885
12886 [BZ #15003]
12887 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
12888 value. Sync with Linux 3.7.
12889
9e6919c8
DM
128902013-01-10 David S. Miller <davem@davemloft.net>
12891
12892 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
12893 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
12894 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
12895
1c9f1a02
RM
128962013-01-10 Roland McGrath <roland@hack.frob.com>
12897
12898 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
12899 never set.
12900 * configure: Regenerated.
12901
b9de2dde
DM
129022013-01-10 David S. Miller <davem@davemloft.net>
12903
12904 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
12905 sparc V9 rather than using V8 code.
12906 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
12907 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
12908
e7f68ef4
RM
129092013-01-10 Roland McGrath <roland@hack.frob.com>
12910
12911 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
12912 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
12913 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
12914 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
12915 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
12916 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
12917 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
12918 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
12919 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
12920 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
12921 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
12922 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
12923 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
12924 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
12925 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
12926 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
12927 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
12928 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
12929 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
12930 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
12931 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
12932 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
12933 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
12934 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
12935 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
12936 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
12937 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
12938
5a47cc9c
DM
129392013-01-10 David S. Miller <davem@davemloft.net>
12940
12941 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12942
4cf8f209
L
129432013-01-10 H.J. Lu <hongjiu.lu@intel.com>
12944
12945 * posix/Makefile (tests-static): New variable.
12946 (tests): Add $(tests-static).
12947 (tst-exec-static-ARGS): New variable.
12948 (tst-spawn-static-ARGS): Likewise.
12949 * posix/tst-exec-static.c: New file.
12950 * posix/tst-spawn-static.c: Likewise.
12951 * posix/tst-exec.c: Support run directly.
12952 * posix/tst-spawn.c: Likewise.
12953
fed0faa1
JM
129542013-01-10 Joseph Myers <joseph@codesourcery.com>
12955
828beb13
JM
12956 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
12957 long.
12958 * math/bits/mathcalls.h (llrint): Likewise.
12959 (llround): Likewise.
12960 * stdlib/stdlib.h (struct drand48_data): Likewise.
12961 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
12962 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
12963 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
12964 Likewise.
12965 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
12966 Likewise.
12967 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
12968 (elf_greg_t): Likewise.
12969 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
12970 (__jmp_buf): Likewise.
12971 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
12972 definitions.
12973 (llrint): Likewise, for all definitions.
12974 (llrintl): Likewise.
12975
fed0faa1
JM
12976 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
12977 Remove [__GNUC__] condition.
12978 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
12979 condition to just [__USE_ISOC99].
12980 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
12981
1a20cb20
L
129822013-01-10 H.J. Lu <hongjiu.lu@intel.com>
12983
12984 [BZ #14200]
12985 * sysdeps/unix/sysv/linux/x86/bits/environments.h
12986 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
12987 defined.
12988 (_POSIX_V6_ILP32_OFF32): Likewise.
12989 (_XBS5_ILP32_OFF32): Likewise.
12990 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
12991 (__ILP32_OFFBIG_LDFLAGS): Likewise.
12992
751b85f7
SP
129932013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12994
7490eb81
SP
12995 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
12996
751b85f7
SP
12997 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
12998 doubles __mpexp_twomm1. Adjust usage.
12999 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
13000 Remove.
13001
988197f0
AS
130022013-01-10 Andreas Schwab <schwab@suse.de>
13003
13004 [BZ #14964]
13005 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
13006 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
13007
e83d7298
DM
130082013-01-09 David S. Miller <davem@davemloft.net>
13009
034ed64b 13010 [BZ #15003]
e83d7298
DM
13011 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
13012 TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
13013 TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
13014 TCP_FASTOPEN): Define.
13015 (tcp_repair_opt): New structure.
13016 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
13017 enum values.
13018 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
13019 TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
13020 TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
13021 (tcp_cookie_transactions): New structure.
13022
d5e0b9bd
AB
130232013-01-09 Anton Blanchard <anton@samba.org>
13024
13025 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
13026 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
13027 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
13028 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
13029
0c07e3ea
JM
130302013-01-09 Joseph Myers <joseph@codesourcery.com>
13031
13032 * include/features.h (__USE_ANSI): Remove.
13033
232f7002
RM
130342013-01-09 Roland McGrath <roland@hack.frob.com>
13035
ad98e30c
RM
13036 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
13037
232f7002
RM
13038 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
13039
950c99ca
SP
130402013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
13041
b5792741
SP
13042 * sysdeps/s390/fpu/libm-test-ulps: Update.
13043
47cf2278
SP
13044 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13045
950c99ca
SP
13046 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
13047 (__acr): Likewise.
13048 (__cpy): Likewise.
13049 (norm): Likewise.
13050 (denorm): Likewise.
13051 (__mp_dbl): Likewise.
13052 (__dbl_mp): Likewise.
13053 (add_magnitudes): Likewise.
13054 (sub_magnitudes): Likewise.
13055 (__add): Likewise.
13056 (__sub): Likewise.
13057 (__mul): Likewise.
13058 (__inv): Likewise.
13059 (__dvd): Likewise.
13060 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
13061 (__acr): Likewise.
13062 (__cpy): Likewise.
13063 (norm): Likewise.
13064 (denorm): Likewise.
13065 (__mp_dbl): Likewise.
13066 (__dbl_mp): Likewise.
13067 (add_magnitudes): Likewise.
13068 (sub_magnitudes): Likewise.
13069 (__add): Likewise.
13070 (__sub): Likewise.
13071 (__mul): Likewise.
13072 (__inv): Likewise.
13073 (__dvd): Likewise.
13074 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
13075 (__acr): Likewise.
13076 (__cpy): Likewise.
13077 (norm): Likewise.
13078 (denorm): Likewise.
13079 (__mp_dbl): Likewise.
13080 (__dbl_mp): Likewise.
13081 (add_magnitudes): Likewise.
13082 (sub_magnitudes): Likewise.
13083 (__add): Likewise.
13084 (__sub): Likewise.
13085 (__mul): Likewise.
13086 (__inv): Likewise.
13087 (__dvd): Likewise.
13088
eede9df9
JM
130892013-01-08 Joseph Myers <joseph@codesourcery.com>
13090
13091 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
13092 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
13093 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
13094 2 && __USE_EXTERN_INLINES]: Likewise.
13095
c40ea3d9
AJ
130962013-01-08 Andreas Jaeger <aj@suse.de>
13097
13098 [BZ# 14985]
13099 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
13100 Remove.
13101 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
13102 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
13103
2ccdea26
AB
131042013-01-07 Anton Blanchard <anton@samba.org>
13105
13106 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
13107 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
13108 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
13109 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
13110 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
13111 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
13112 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
13113 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
13114 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
13115 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
13116 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
13117 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
13118 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
13119 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
13120 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
13121 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
13122 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
13123 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
13124 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
13125 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
13126 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
13127 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
13128 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
13129 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
13130 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
13131 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
13132 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13133 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
13134 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
13135 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
13136 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
13137 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
13138 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
13139 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
13140 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
13141 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
13142 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
13143 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
13144 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
13145 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13146 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
13147 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
13148 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
13149
a9708fed
JM
131502013-01-07 Joseph Myers <joseph@codesourcery.com>
13151
375607b9
JM
13152 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
13153 (__MALLOC_PMT): Likewise.
13154 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
13155 [__GNUC__], only on [_LIBC].
13156 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
13157 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
13158 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
13159 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
13160 forward declaration.
13161 (realloc_hook_ini): Likewise.
13162 (memalign_hook_ini): Likewise.
13163 (__libc_memalign): Do not use __MALLOC_PMT in variable
13164 declaration.
13165 (__libc_valloc): Likewise.
13166 (__libc_pvalloc): Likewise.
13167 (__libc_calloc): Likewise.
13168 (__posix_memalign): Likewise.
13169
a9708fed
JM
13170 [BZ #14996]
13171 * math/s_casinh.c: Include <float.h>.
13172 (__casinh): Do not do computation with squaring and square root
13173 for large arguments.
13174 * math/s_casinhf.c: Include <float.h>.
13175 (__casinhf): Do not do computation with squaring and square root
13176 for large arguments.
13177 * math/s_casinhl.c: Include <float.h>.
13178 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
13179 (__casinhl): Do not do computation with squaring and square root
13180 for large arguments.
13181 * math/libm-test.inc (casin_test): Add more tests.
13182 (casinh_test): Likewise.
13183 * sysdeps/i386/fpu/libm-test-ulps: Update.
13184 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13185
afec409a
L
131862013-01-04 H.J. Lu <hongjiu.lu@intel.com>
13187
13188 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
13189 (__x86_64_raw_data_cache_size): Likewise.
13190 (__x86_64_data_cache_size_half): Likewise.
13191 (__x86_64_raw_data_cache_size_half): Likewise.
13192 (__x86_64_shared_cache_size): Likewise.
13193 (__x86_64_raw_shared_cache_size): Likewise.
13194 (__x86_64_shared_cache_size_half): Likewise.
13195 (__x86_64_raw_shared_cache_size_half): Likewise.
13196 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
13197 to ...
13198 (__x86_data_cache_size): This.
13199 (__x86_64_raw_data_cache_size): Renamed to ...
13200 (__x86_raw_data_cache_size): This.
13201 (__x86_64_data_cache_size_half): Renamed to ...
13202 (__x86_data_cache_size_half): This.
13203 (__x86_64_raw_data_cache_size_half): Renamed to ...
13204 (__x86_raw_data_cache_size_half): This.
13205 (__x86_64_shared_cache_size): Renamed to ...
13206 (__x86_shared_cache_size): This.
13207 (__x86_64_raw_shared_cache_size): Renamed to ...
13208 (__x86_raw_shared_cache_size): This.
13209 (__x86_64_shared_cache_size_half): Renamed to ...
13210 (__x86_shared_cache_size_half): This.
13211 (__x86_64_raw_shared_cache_size_half): Renamed to ...
13212 (__x86_raw_shared_cache_size_half): This.
13213 * sysdeps/x86_64/memcpy.S: Updated.
13214 * sysdeps/x86_64/memset.S: Likewise.
13215 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
13216 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
13217 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
13218
0b3986d0
DM
132192013-01-04 David S. Miller <davem@davemloft.net>
13220
13221 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13222
e47686e9
AS
132232013-01-04 Andreas Schwab <schwab@linux-m68k.org>
13224
d643bac1
AS
13225 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
13226 1 to avoid redefinition warning.
13227 (__USE_GNU): Don't define.
13228 (init_signaling_nan): Protoize.
13229
e47686e9
AS
13230 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13231
b18decba
SP
132322013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
13233
fffb407f
SP
13234 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
13235 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
13236 (__cpymn): Likewise.
13237 (norm): Remove commented code.
13238 (denorm): Likewise.
13239 (__mp_dbl): Likewise.
13240 (__inv): Likewise.
13241 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
13242 (__cpymn): Likewise.
13243 (norm): Remove commented code.
13244 (denorm): Likewise.
13245 (__mp_dbl): Likewise.
13246 (__inv): Likewise.
13247
b18decba
SP
13248 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
13249 mp_no value for 1.0 and 2.0.
13250 (norm): Use RADIXI instead of radixi.d.
13251 (denorm): Likewise.
13252 (__mul): Use 0.0 instead of zero.d.
13253 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
13254 mp_no value for 1.0 and 2.0.
13255 (norm): Use RADIXI instead of radixi.d.
13256 (denorm): Likewise.
13257 (__mul): Use 0.0 instead of zero.d.
13258
cdc1c96f
JM
132592013-01-04 Joseph Myers <joseph@codesourcery.com>
13260
13261 [BZ #14994]
13262 * math/s_casinh.c (__casinh): Reduce finite argument to first
13263 quadrant then set signs of results at the end.
13264 * math/s_casinhf.c (__casinhf): Likewise.
13265 * math/s_casinhl.c (__casinhl): Likewise.
13266 * math/libm-test.inc (casin_test): Add more tests.
13267 (casinh_test): Likewise.
13268 * sysdeps/i386/fpu/libm-test-ulps: Update.
13269 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13270
302913e1
SP
132712013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
13272
6420d207
SP
13273 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
13274
a9e48ab4
SP
13275 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
13276
b7837264
SP
13277 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
13278 declarations.
13279 (denorm): Likewise.
13280 (__mp_dbl): Likewise.
13281 (__inv): Likewise.
13282
f8af25d2
SP
13283 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
13284 and adjust the header comment.
13285
302913e1
SP
13286 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
13287 variable name from declaration.
13288
5d7dd1ca
L
132892013-01-03 H.J. Lu <hongjiu.lu@intel.com>
13290
13291 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13292 Initialize COMMON_CPUID_INDEX_7 element.
13293 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
13294 (CPUID_RTM): Likewise.
13295 (HAS_RTM): Likewise.
13296 (COMMON_CPUID_INDEX_7): New enum.
13297
2f5f40f4
AS
132982013-01-03 Andreas Schwab <schwab@linux-m68k.org>
13299
13300 [BZ #14981]
13301 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
13302 size is zero, record memory as freed.
13303
4056f4a0
AJ
133042013-01-03 Andreas Jaeger <aj@suse.de>
13305
13306 * po/ia.po: Add new Interlingua translation.
13307
ab15736f 133082012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
13309
13310 * locale/programs/localedef.c: Fix description of '--posix' flag.
13311
568035b7
JM
133122013-01-02 Joseph Myers <joseph@codesourcery.com>
13313
e6898b8d
JM
13314 * NEWS: Update dates in second copyright notice.
13315 * README: Update copyright dates in example.
13316 * manual/libc.texinfo: Update copyright dates.
13317 * scripts/test-installation.pl: Update copyright date in --version
13318 output.
13319
0e2f9562
JM
13320 * hurd/ctty-input.c: Fix copyright notice formatting.
13321 * hurd/ctty-output.c: Likewise.
13322 * hurd/dtable.c: Likewise.
13323 * hurd/hurd-raise.c: Likewise.
13324 * hurd/hurdprio.c: Likewise.
13325 * hurd/msgportdemux.c: Likewise.
13326 * misc/sys/file.h: Likewise.
13327 * misc/sys/ioctl.h: Likewise.
13328 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13329 * sysdeps/mach/hurd/chdir.c: Likewise.
13330 * sysdeps/mach/hurd/fchdir.c: Likewise.
13331 * sysdeps/mach/hurd/rename.c: Likewise.
13332 * sysdeps/mach/hurd/rmdir.c: Likewise.
13333 * sysdeps/mach/hurd/seekdir.c: Likewise.
13334 * sysdeps/mach/hurd/setsid.c: Likewise.
13335 * sysdeps/posix/wait3.c: Likewise.
13336
568035b7
JM
13337 * All files with FSF copyright notices: Update copyright dates
13338 using scripts/update-copyrights.
13339 * intl/plural.c: Regenerated.
13340 * locale/programs/charmap-kw.h: Likewise.
13341 * locale/programs/locfile-kw.h: Likewise.
13342
da08f647
SP
133432013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13344
0f5477af
SP
13345 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
13346 four values.
13347
44e0d4c2
SP
13348 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
13349 calculation loop and add branch prediction.
13350
4d55b4e5
SP
13351 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
13352 check access beyond bounds of m1np.
13353
da08f647
SP
13354 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
13355 MPTWO.
13356 (__inv): Remove local variable MPTWO to use the global
13357 constant.
13358 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
13359 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
13360 variable MPTWO.
13361 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
13362 MP3HALFS static const.
13363
8e051029
DM
133642013-01-01 David S. Miller <davem@davemloft.net>
13365
13366 * po/ca.po: Update from translation team.
13367
f4cf5f2d
JM
133682013-01-01 Joseph Myers <joseph@codesourcery.com>
13369
13370 * scripts/update-copyrights: New file.
13371 * Makeconfig: Reformat copyright notice.
13372 * ctype/ctype.h: Likewise.
13373 * debug/swprintf_chk.c: Likewise.
13374 * elf/dl-cache.c: Likewise.
13375 * elf/dl-debug.c: Likewise.
13376 * elf/dl-object.c: Likewise.
13377 * grp/initgroups.c: Likewise.
13378 * hurd/Makefile: Likewise.
13379 * hurd/hurd/signal.h: Likewise.
13380 * hurd/hurdfault.c: Likewise.
13381 * hurd/hurdioctl.c: Likewise.
13382 * hurd/hurdlookup.c: Likewise.
13383 * hurd/intr-msg.c: Likewise.
13384 * iconv/gconv_open.c: Likewise.
13385 * libio/swprintf.c: Likewise.
13386 * locale/lc-ctype.c: Likewise.
13387 * locale/nl_langinfo.c: Likewise.
13388 * mach/Machrules: Likewise.
13389 * mach/Makefile: Likewise.
13390 * malloc/obstack.h: Likewise.
13391 * manual/Makefile: Likewise.
13392 * manual/tsort.awk: Likewise.
13393 * misc/bits/stab.def: Likewise.
13394 * nis/nis_print_group_entry.c: Likewise.
13395 * nis/nis_table.c: Likewise.
13396 * nis/nss_compat/compat-pwd.c: Likewise.
13397 * nis/nss_compat/compat-spwd.c: Likewise.
13398 * po/Makefile: Likewise.
13399 * posix/fnmatch.c: Likewise.
13400 * posix/regex.h: Likewise.
13401 * resolv/Makefile: Likewise.
13402 * resolv/nss_dns/dns-network.c: Likewise.
13403 * resolv/res_hconf.c: Likewise.
13404 * scripts/gen-sorted.awk: Likewise.
13405 * soft-fp/soft-fp.h: Likewise.
13406 * stdio-common/printf.h: Likewise.
13407 * stdlib/monetary.h: Likewise.
13408 * stdlib/random.c: Likewise.
13409 * stdlib/random_r.c: Likewise.
13410 * sysdeps/generic/Makefile: Likewise.
13411 * sysdeps/gnu/Makefile: Likewise.
13412 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
13413 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13414 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13415 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13416 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13417 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13418 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13419 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
13420 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
13421 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13422 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
13423 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
13424 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
13425 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
13426 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
13427 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
13428 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
13429 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
13430 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
13431 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13432 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
13433 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
13434 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
13435 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
13436 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
13437 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
13438 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
13439 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
13440 * sysdeps/mach/hurd/errnos.awk: Likewise.
13441 * sysdeps/mach/hurd/fork.c: Likewise.
13442 * sysdeps/mach/hurd/getcwd.c: Likewise.
13443 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
13444 * sysdeps/mach/hurd/mmap.c: Likewise.
13445 * sysdeps/mach/hurd/utimes.c: Likewise.
13446 * sysdeps/mach/hurd/xmknod.c: Likewise.
13447 * sysdeps/posix/profil.c: Likewise.
13448 * sysdeps/posix/readdir_r.c: Likewise.
13449 * sysdeps/powerpc/bits/mathdef.h: Likewise.
13450 * sysdeps/powerpc/bits/setjmp.h: Likewise.
13451 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
13452 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
13453 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
13454 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
13455 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
13456 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13457 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
13458 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
13459 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
13460 * sysdeps/pthread/lio_listio.c: Likewise.
13461 * sysdeps/sparc/dl-procinfo.h: Likewise.
13462 * sysdeps/unix/i386/sysdep.S: Likewise.
13463 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
13464 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
13465 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
13466 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
13467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
13468 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
13469 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
13470 * sysdeps/unix/sysv/linux/speed.c: Likewise.
13471 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
13472 * sysdeps/wordsize-32/divdi3.c: Likewise.
13473 * time/sys/time.h: Likewise.
13474 * wcsmbs/Makefile: Likewise.
13475
0549fbba
DM
134762013-01-01 David S. Miller <davem@davemloft.net>
13477
a141f1a7
DM
13478 * po/fr.po: Update from translation team.
13479
0549fbba
DM
13480 * catgets/gencat.c: Update copyright year.
13481 * csu/version.c: Likewise.
13482 * debug/catchsegv.sh: Likewise.
13483 * debug/pcprofiledump.c: Likewise.
13484 * debug/xtrace.sh: Likewise.
13485 * elf/ldconfig.c: Likewise.
13486 * elf/ldd.bash.in: Likewise.
13487 * elf/pldd.c: Likewise.
13488 * elf/sotruss.ksh: Likewise.
13489 * elf/sprof.c: Likewise.
13490 * iconv/iconv_prog.c: Likewise.
13491 * iconv/iconvconfig.c: Likewise.
13492 * locale/programs/locale.c: Likewise.
13493 * locale/programs/localedef.c: Likewise.
13494 * login/programs/pt_chown.c: Likewise.
13495 * malloc/memusage.sh: Likewise.
13496 * malloc/memusagestat.c: Likewise.
13497 * malloc/mtrace.pl: Likewise.
13498 * nscd/nscd.c: Likewise.
13499 * nss/getent.c: Likewise.
13500 * nss/makedb.c: Likewise.
13501 * posix/getconf.c: Likewise.
13502
18ea052c
SP
135032012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
13504
13505 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
13506 numbers.
13507
9c89fca6
MF
135082012-12-30 Mike Frysinger <vapier@gentoo.org>
13509
13510 * math/bits/mathcalls.h (modf): Use __nonnull.
13511
085ec079
SP
135122012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
13513
13514 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
13515 (split): Use macro CN instead of the bare value.
13516 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
13517 could be used.
13518 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
13519 instead of the bare value.
13520 (power1): Likewise.
13521
6d9f97e1
SP
135222012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
13523
d63f73be
SP
13524 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
13525 __ATAN_TWOM.
13526 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13527
6d9f97e1
SP
13528 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
13529 their values.
13530 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
13531 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
13532 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
13533 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
13534
4c4febf5
AJ
135352012-12-28 Andreas Jaeger <aj@suse.de>
13536
af5843ef
AJ
13537 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
13538 values are from Linux 3.7.
13539
4c4febf5
AJ
13540 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
13541 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
13542
99136f82
SP
135432012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
13544
2f216c3c 13545 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
13546 TRUE case.
13547
99136f82
SP
13548 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
13549 (norm): Likewise.
13550 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
13551 variables with preprocessor constants.
13552 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13553 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
13554 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
13555
7fffbdff
BH
135562012-12-27 Bruno Haible <bruno@clisp.org>
13557
13558 [BZ #14317]
13559 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
13560 only if needed.
13561
b76eb5f0
SP
135622012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13563
31a7fe5c
SP
13564 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
13565 and use variable directly.
13566 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
13567
b76eb5f0
SP
13568 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
13569 MPONE.
13570 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
13571 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
13572 variable MPONE.
13573 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
13574 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
13575 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
13576 include directive. Remove local variable MPONE.
13577 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
13578 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
13579 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
13580
2c8bfe7d
DM
135812012-12-25 David S. Miller <davem@davemloft.net>
13582
13583 * version.h (RELEASE): Set to "development".
13584 (VERSION): Set to "2.17.90".
13585 * NEWS: Add 2.18 section.
13586
147d03b0
DM
135872012-12-21 David S. Miller <davem@davemloft.net>
13588
13589 * po/hr.po: Update from translation team.
13590
a8ebb2b9
AK
135912012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13592
13593 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
13594
95b4f1b6
SE
135952012-12-19 Steve Ellcey <sellcey@mips.com>
13596
b2d94007 13597 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 13598
cedb2a90
MS
135992012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13600
13601 * manual/contrib.texi (Contributors): Spelling correction.
13602
bbf527d6
DM
136032012-12-15 David S. Miller <davem@davemloft.net>
13604
13605 * po/ru.po: Update from translation team.
13606
bc38c906
DM
136072012-12-13 David S. Miller <davem@davemloft.net>
13608
85429b1a
DM
13609 * NEWS: Mention IFUNC testsuite enhancements.
13610
d283e353
DM
13611 * po/pl.po: Update from translation team.
13612 * po/bg.po: Likewise.
13613
bc38c906
DM
13614 * manual/contrib.texi (Contributors): Update entries for Hongjiu
13615 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
13616
a181b0d7
DM
136172012-12-11 David S. Miller <davem@davemloft.net>
13618
4641d57e
DM
13619 * po/sv.po: Update from translation team.
13620
f7bc6495
DM
13621 * po/vi.po: Update from translation team.
13622
6fc9048f
DM
13623 * po/cs.po: Update from translation team.
13624
a181b0d7
DM
13625 * po/de.po: Update from translation team.
13626 * po/eo.po: Likewise.
13627 * po/nl.po: Likewise.
13628
f70bfe80
SP
136292012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
13630
3c8b4190
SP
13631 [BZ #14246]
13632 * manual/argp.texi (Argp Helper Functions): Move node to follow
13633 Argp Parsing State.
13634
f70bfe80
SP
13635 [BZ #14872]
13636 * manual/conf.texi (Limits on File System Capacity): Mention if
13637 terminating null is included in the max size.
13638
188f0adf
AJ
136392012-12-10 Andreas Jaeger <aj@suse.de>
13640
13641 * po/cs.po: Update from translation team.
13642
56e7d3ad
SP
136432012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
13644
13645 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
13646 void pointer and cast to uintptr_t.
13647 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
13648 path.
13649 * sysdeps/s390/s390-64/memcpy.S: Likewise.
13650 * sysdeps/s390/s390-64/memset.S: Likewise.
13651
76f2d2ea 136522012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
13653
13654 [BZ #14833]
13655 * menual/message.texi (Message Translation): Fix typos.
13656 (Helper programs for gettext): Likewise.
13657
67cbf9a2
AS
136582012-12-07 Andreas Schwab <schwab@linux-m68k.org>
13659
13660 [BZ #14898]
13661 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
13662 Change to -1.
13663
682d0e9a
DM
136642012-12-07 David S. Miller <davem@davemloft.net>
13665
13666 * po/libc.pot: Update.
13667
573cd484
RH
136682012-12-07 Richard Henderson <rth@redhat.com>
13669
7e9da188 13670 [BZ #10114]
573cd484
RH
13671 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
13672 normal/normal case to before the switch.
13673 (_FP_DIV): Likewise.
13674
e933a943
MF
136752012-12-06 Carlos O'Donell <carlos@systemhalted.org>
13676 Mike Frysinger <vapier@gentoo.org>
13677
13678 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
13679 check for __NR_fadvise64_64.
13680
82123268
CM
136812012-12-06 Chris Metcalf <cmetcalf@tilera.com>
13682
13683 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
13684 0, not just to plain "0" as a statement.
13685 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
13686 with cw.
13687
d9814526
JM
136882012-12-06 Joseph Myers <joseph@codesourcery.com>
13689
13690 * NEWS: Use sourceware.org in Bugzilla URL.
13691
7728c574
SP
136922012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
13693
f16946dd
SP
13694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
13695 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
13696
5704bbcb
SP
13697 * stdio-common/tst-put-error.c (do_test): Add newline to the
13698 padded test to ensure flush.
13699
17aa0516
JL
137002012-12-05 Jeff Law <law@redhat.com>
13701
13702 * sunrpc/etc.rpc (fedfs_admin): Add entry.
13703
363313b5
JM
137042012-12-05 Joseph Myers <joseph@codesourcery.com>
13705
effbd42a
JM
13706 * README: Don't refer to ports add-on as distributed separately.
13707 Mention AArch64 in list of systems supported in the ports add-on.
13708
87600365
JM
13709 * LICENSES: Add more non-FSF copyright and license notices.
13710
a0d7066a
JM
13711 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
13712 ((unused)).
13713
66ca5a5b
JM
13714 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
13715
363313b5
JM
13716 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
13717 10000 as width of padded output.
13718
b37984ad
JM
137192012-12-04 Joseph Myers <joseph@codesourcery.com>
13720
9003570a
JM
13721 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
13722
b37984ad
JM
13723 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
13724 variable LX with __attribute__ ((unused)).
13725 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
13726 Likewise.
13727 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
13728 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
13729 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
13730 with __attribute__ ((unused)).
13731
c8df52ec
DM
137322012-12-04 David S. Miller <davem@abraco.davemloft.net>
13733
13734 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
13735
b3b099af
JM
137362012-12-04 Joseph Myers <joseph@codesourcery.com>
13737
c33aa6e3
JM
13738 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
13739 (CFLAGS-nldbl-acos.c): New variable.
13740 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
13741 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
13742 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
13743 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
13744 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
13745 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
13746 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
13747 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
13748 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
13749 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
13750 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
13751 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
13752 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
13753 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
13754 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
13755 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
13756 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
13757 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
13758 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
13759 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
13760 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
13761 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
13762 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
13763 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
13764 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
13765 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
13766 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
13767 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
13768 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
13769 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
13770 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
13771 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
13772 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
13773 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
13774 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
13775 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
13776 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
13777 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
13778 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
13779 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
13780 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
13781 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
13782 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
13783 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
13784 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
13785 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
13786 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
13787 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
13788 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
13789 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
13790 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
13791 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
13792 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
13793 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
13794 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
13795 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
13796 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
13797 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
13798 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
13799 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
13800 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
13801 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
13802 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
13803 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
13804 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
13805 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
13806 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
13807 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
13808 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
13809 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
13810 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
13811 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
13812 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
13813 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
13814 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
13815 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
13816 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
13817 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
13818 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
13819 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
13820 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
13821 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
13822 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
13823 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
13824 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
13825 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
13826 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
13827 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
13828 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
13829 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
13830 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
13831 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
13832 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
13833 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
13834 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
13835 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
13836 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
13837
20f0018d
JM
13838 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
13839 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
13840
b3b099af
JM
13841 [BZ #14914]
13842 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
13843 whole low double instead of just low 47 bits when splitting values
13844 into two parts.
13845
029264d1
AM
138462012-12-03 Allan McRae <allan@archlinux.org>
13847
13848 * manual/stdio.texi (Predefined Printf Handlers): Remove
13849 @hsep and @vsep usage.
13850
c9d6789e
MF
138512012-12-03 Mike Frysinger <vapier@gentoo.org>
13852
13853 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
13854 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
13855
4b7634a5
JL
138562012-12-03 Jeff Law <law@redhat.com>
13857
13858 * time/sys/time.h (settimeofday): Do not mark TV argument
13859 as __nonnull.
13860
eb6cbd24
MF
138612012-12-01 Mike Frysinger <vapier@gentoo.org>
13862
13863 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
13864 when currently writing and seek to current position when not.
13865 * libio/Makefile (tests): Remove bug-fclose1.
13866 * libio/bug-fclose1.c: Delete.
13867
f638872a
JM
138682012-12-01 Joseph Myers <joseph@codesourcery.com>
13869
13870 * manual/arith.texi (feenableexcept): Fix typo.
13871 (fedisableexcept): Likewise.
13872
48085d14
RM
138732012-11-30 Roland McGrath <roland@hack.frob.com>
13874
13875 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
13876 second, differently-typed declaration, rather than a cast.
13877
1a538b9f
SP
138782012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13879
13880 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
13881 * include/rpc/svc.h: ... here.
13882
d07f2ff1 138832012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
13884
13885 [BZ #13013]
13886 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
13887 depending n and resplen2 to catch cases where answer
13888 equals answerp2.
13889
c93ec1f0
CD
138902012-11-29 Carlos O'Donell <carlos@systemhalted.org>
13891
13892 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
13893 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
13894
37db69de
MF
138952012-11-29 Mike Frysinger <vapier@gentoo.org>
13896
13897 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
13898
e10c4e4f
RM
138992012-11-29 Roland McGrath <roland@hack.frob.com>
13900
13901 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
13902
2af1b328
JL
139032012-11-28 Jeff Law <law@redhat.com>
13904
13905 [BZ #13761]
13906 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
13907 dataset_temporary. Track alloca usage into alloca_used.
13908 If dataset is large allocate and release it via malloc/free.
13909
111db5b1
FW
139102012-06-04 Florian Weimer <fweimer@redhat.com>
13911
f06cc227 13912 [BZ #14197]
111db5b1
FW
13913 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
13914
dd694abd
DM
139152012-11-28 David S. Miller <davem@davemloft.net>
13916
13917 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13918
9984dd01
JM
139192012-11-28 Joseph Myers <joseph@codesourcery.com>
13920
13921 [BZ #14803]
13922 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
13923 of pi/2 rounded to nearest to 64 bits.
13924 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
13925 nearest to 64 bits.
13926 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
13927 bits.
13928
14bc93a9
JL
139292012-11-28 Jeff Law <law@redhat.com>
13930 Martin Osvald <mosvald@redhat.com>
13931
13932 [BZ #14889]
13933 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
13934 * sunrpc/svc.c: Include time.h.
13935 (__svc_accept_failed): New function.
13936 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
13937 any reason other than EINTR, call __svc_accept_failed.
13938 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
13939 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
13940
e3c6aa3a
AS
139412012-11-28 Andreas Schwab <schwab@suse.de>
13942
13943 * scripts/abilist.awk: Also handle indirect functions in .opd
13944 section.
13945
1bead169
JM
139462012-11-28 Joseph Myers <joseph@codesourcery.com>
13947
13948 [BZ #13881]
13949 * sysdeps/x86/fpu/powl_helper.c: New file.
13950 * sysdeps/x86/fpu/Makefile: Likewise.
13951 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
13952 (p3): New object.
13953 (__ieee754_powl): Use __powl_helper for finite arguments except
13954 integer exponents below 8.
13955 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
13956 (p3): New object.
13957 (__ieee754_powl): Use __powl_helper for finite arguments except
13958 integer exponents below 8.
13959 * math/libm-test.inc (pow_test): Add more tests and enable some
13960 previously disabled tests.
13961 * sysdeps/i386/fpu/libm-test-ulps: Update.
13962 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13963
0817d63d
SP
139642012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
13965 Carlos O'Donell <carlos_odonell@mentor.com>
13966
13967 * nss/makedb.c (is_prime): Assert that input is odd and greater
13968 than 4. Note that fact in a comment too.
13969 (next_prime): Add 4 to input.
13970
de2fd463
SP
139712012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13972
13973 [BZ #11741]
13974 * libio/Makefile (tests): Add test case tst-fwrite-error.
13975 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
13976 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
13977 * libio/tst-fwrite-error.c: New test case.
13978
c515fb51
L
139792012-11-26 H.J. Lu <hongjiu.lu@intel.com>
13980
13981 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
13982 before casting to void *.
13983 * include/libc-internal.h (__pointer_type): New macro.
13984 (__integer_if_pointer_type_sub): Likewise.
13985 (__integer_if_pointer_type): Likewise.
13986 (cast_to_integer): Likewise.
13987 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
13988 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
13989 before casting to atomic64_t.
13990 (atomic_exchange_acq): Likewise.
13991 (__arch_exchange_and_add_body): Likewise.
13992 (__arch_add_body): Likewise.
13993 (atomic_add_negative): Likewise.
13994 (atomic_add_zero): Likewise.
13995
4cf77aa9
JM
139962012-11-26 Joseph Myers <joseph@codesourcery.com>
13997
13998 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
13999 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
14000 (add_fdes): Likewise.
14001 (linear_search_fdes): Likewise.
14002 (binary_search_unencoded_fdes): Likewise.
14003
d260b3b4
AS
140042012-11-26 Andreas Schwab <schwab@linux-m68k.org>
14005
14006 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
14007
67060746
AC
140082012-11-24 Adam Conrad <adconrad@0c3.net>
14009
14010 * configure.in: Autodetect C++ header directories.
14011 * configure: Regenerated.
14012
800938a1
MF
140132012-11-23 Mike Frysinger <vapier@gentoo.org>
14014
14015 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
14016
4e6e34e6
AS
140172012-11-23 Andreas Schwab <schwab@linux-m68k.org>
14018
14019 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14020
7c7feb47
JM
140212012-11-22 Joseph Myers <joseph@codesourcery.com>
14022
7184dcdf
JM
14023 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
14024 LDBL_MANT_DIG == 106]: Disable some tests.
14025 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
14026 Likewise.
14027 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
14028 Likewise.
14029
0a42601f
JM
14030 [BZ #14871]
14031 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
14032 input for small inputs. Return +/- pi/2 for large inputs.
14033 * math/libm-test.inc (atan_test): Add more tests.
14034
79c9b9fe
JM
14035 * sysdeps/generic/unwind-dw2-fde-glibc.c
14036 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
14037 __attribute__ ((unused)).
14038
c60d3bf2
JM
14039 [BZ #14645]
14040 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
14041 x * y if x and y are nonzero and z is zero.
14042
ef1e0867
JM
14043 [BZ #14811]
14044 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
14045 nonzero exponents with absolute value below 0x1p-117 to +/-
14046 0x1p-117.
14047
1468ded3
JM
14048 [BZ #14869]
14049 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
14050 up arguments below 2**-450, not just those below 2**-500.
14051 * math/libm-test.inc (hypot_test): Add another test.
14052
8e27e3cc
JM
14053 [BZ #14868]
14054 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
14055 Return a+b for ratio over 2**120, not 2**60.
14056 * math/libm-test.inc (hypot_test): Add another test.
14057
c9c0279b
JM
14058 * math/libm-test.inc (clog_test): Use
14059 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
14060 (clog10_test): Likewise.
14061
7c7feb47
JM
14062 [BZ #6778]
14063 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
14064
fff1530e
AS
140652012-11-22 Andreas Schwab <schwab@suse.de>
14066
14067 * sysdeps/i386/fpu/libm-test-ulps: Update.
14068
94558d30
PT
140692012-11-22 Pino Toscano <toscano.pino@tiscali.it>
14070
14071 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
14072 printf output with newline.
14073
7e1be741
L
140742012-11-21 H.J. Lu <hongjiu.lu@intel.com>
14075
6bfea974
L
14076 [BZ #14865]
14077 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
14078 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
14079 -z nodlopen, -z initfirst and -z execstack support.
14080 * configure: Regenerated.
14081
7e1be741
L
14082 * elf/elf.h (DF_1_NODIRECT): New macro.
14083 (DF_1_IGNMULDEF): Likewise.
14084 (DF_1_NOKSYMS): Likewise.
14085 (DF_1_NOHDR): Likewise.
14086 (DF_1_EDITED): Likewise.
14087 (DF_1_NORELOC): Likewise.
14088 (DF_1_SYMINTPOSE): Likewise.
14089 (DF_1_GLOBAUDIT): Likewise.
14090 (DF_1_SINGLETON): Likewise.
14091 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
14092 DT_1_SUPPORTED_MASK bits.
14093 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
14094
105ce2ce
CD
140952012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
14096
14097 * sysdeps/unix/make-syscalls.sh: Document prefixes.
14098
123be9de
TS
140992012-11-20 Thomas Schwinge <thomas@codesourcery.com>
14100
d072f3f7
TS
14101 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
14102 macro.
14103
123be9de
TS
14104 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
14105 (sendmmsg): Move declarations...
14106 * socket/sys/socket.h: ... here.
14107 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
14108 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
14109 include it from...
14110 * socket/recvmmsg.c: ... this new file.
14111 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
14112 (sendmmsg): Rename to __sendmmsg, create weak alias and make
14113 definition of __sendmmsg hidden.
14114 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
14115 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
14116 Move ENOSYS stub into and include it from...
14117 * socket/sendmmsg.c: ... this new file.
14118 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
14119 (sysdep_routines): Move recvmmsg and sendmmsg...
14120 * socket/Makefile (routines): ... here.
14121 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
14122 (GLIBC_PRIVATE): Add __sendmmsg.
14123 * include/sys/socket.h (__sendmmsg): Add declarations.
14124 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
14125 sendmmsg.
14126
cf9a5d18
JM
141272012-11-20 Joseph Myers <joseph@codesourcery.com>
14128
14129 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
14130 variable I1 with __attribute__ ((unused)).
14131 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
14132
ecd4caf9
JM
141332012-11-19 Joseph Myers <joseph@codesourcery.com>
14134
be14d48f
JM
14135 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
14136 DUMMY variables with __attribute__ ((unused)).
14137
ecd4caf9
JM
14138 * bits/byteswap.h: Include <bits/types.h>.
14139 (__bswap_64): Use __uint64_t instead of unsigned long long int.
14140
986cab95
PT
141412012-11-19 Pino Toscano <toscano.pino@tiscali.it>
14142
14143 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
14144 string_t. Do not manually set errno.
14145 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
14146 length with __strnlen. Make sure to both set errno and return it on
14147 failure.
14148
6d33cc9d
DM
141492012-11-19 David S. Miller <davem@davemloft.net>
14150
14151 With help from Joseph Myers.
14152 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
14153 very large arguments properly.
14154 * math/libm-test.inc (atan_test): New tests.
14155 (atan2_test): New tests.
14156 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14157 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14158
ee663277
JM
141592012-11-19 Joseph Myers <joseph@codesourcery.com>
14160
877f2d8e
JM
14161 [BZ #14856]
14162 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
14163 Define to 3.
14164
116fc08a
JM
14165 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
14166 [POSIX] (EADDRNOTAVAIL): Likewise.
14167 [POSIX] (EAFNOSUPPORT): Likewise.
14168 [POSIX] (EALREADY): Likewise.
14169 [POSIX] (ECONNABORTED): Likewise.
14170 [POSIX] (ECONNREFUSED): Likewise.
14171 [POSIX] (ECONNRESET): Likewise.
14172 [POSIX] (EDESTADDRREQ): Likewise.
14173 [POSIX] (EDQUOT): Likewise.
14174 [POSIX] (EHOSTUNREACH): Likewise.
14175 [POSIX] (EIDRM): Likewise.
14176 [POSIX] (EISCONN): Likewise.
14177 [POSIX] (ELOOP): Likewise.
14178 [POSIX] (EMULTIHOP): Likewise.
14179 [POSIX] (ENETDOWN): Likewise.
14180 [POSIX] (ENETUNREACH): Likewise.
14181 [POSIX] (ENOBUFS): Likewise.
14182 [POSIX] (ENODATA): Likewise.
14183 [POSIX] (ENOLINK): Likewise.
14184 [POSIX] (ENOMSG): Likewise.
14185 [POSIX] (ENOPROTOOPT): Likewise.
14186 [POSIX] (ENOSR): Likewise.
14187 [POSIX] (ENOSTR): Likewise.
14188 [POSIX] (ENOTCONN): Likewise.
14189 [POSIX] (ENOTSOCK): Likewise.
14190 [POSIX] (EOPNOTSUPP): Likewise.
14191 [POSIX] (EOVERFLOW): Likewise.
14192 [POSIX] (EPROTO): Likewise.
14193 [POSIX] (EPROTONOSUPPORT): Likewise.
14194 [POSIX] (EPROTOTYPE): Likewise.
14195 [POSIX] (ESTALE): Likewise.
14196 [POSIX] (ETIME): Likewise.
14197 [POSIX] (ETXTBSY): Likewise.
14198 [POSIX] (EWOULDBLOCK): Likewise.
14199 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
14200 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
14201 [POSIX] (SEEK_CUR): Likewise.
14202 [POSIX] (SEEK_END): Likewise.
14203 [POSIX || UNIX98] (mode_t): Do not require.
14204 [POSIX] (off_t): Likewise.
14205 [POSIX] (pid_t): Likewise.
14206 [POSIX] (sys/stat.h): Do not allow header.
14207 [POSIX] (unistd.h): Likewise.
14208 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
14209 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
14210 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
14211 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
14212 require.
14213 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
14214 sigevent): Specify elements.
14215 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
14216 entry.
14217 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
14218 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
14219
a483863f
JM
14220 * conform/data/cpio.h-data [POSIX]: Disable whole file.
14221 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
14222 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
14223 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
14224 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
14225 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
14226 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
14227 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
14228 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
14229 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
14230 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
14231 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
14232 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
14233 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
14234 Likewise.
14235 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
14236 Likewise.
14237 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
14238 Likewise.
14239 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
14240 Likewise.
14241 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
14242 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
14243 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
14244 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
14245 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
14246 Specify lower bound on value.
14247 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
14248 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
14249 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
14250 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
14251 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
14252 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
14253 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
14254 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
14255 value.
14256 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
14257 as optional.
14258 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
14259 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
14260 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
14261 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
14262 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
14263 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
14264 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
14265 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
14266 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
14267 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
14268 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
14269 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
14270 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
14271 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
14272 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
14273 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
14274 entry.
14275 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
14276 optional.
14277 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
14278 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
14279 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
14280 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
14281 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
14282 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
14283 Likewise.
14284 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
14285 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
14286 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
14287 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
14288 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
14289 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
14290 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
14291 as optional.
14292 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
14293 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
14294 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
14295 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
14296 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
14297 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
14298 specify as optional.
14299 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
14300 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
14301 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
14302 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
14303 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
14304 [XPG3] (NL_LANGMAX): Likewise.
14305 [POSIX || XPG3] (NL_MSGMAX): Likewise.
14306 [POSIX || XPG3] (NL_NMAX): Likewise.
14307 [POSIX || XPG3] (NL_SETMAX): Likewise.
14308 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
14309 [XPG3] (NZERO): Likewise.
14310 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
14311 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
14312 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
14313 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
14314 (REG_ERANGE): Expect.
14315 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
14316 optional-constant.
14317 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
14318 Use (void) in prototype.
14319 [POSIX] (*_t): Allow.
14320 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
14321 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
14322 (WRDE_BADVAL): Expect.
14323
5ba924e3
JM
14324 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
14325 expect.
14326 [XPG3 || XPG4] (O_RSYNC): Likewise.
14327 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
14328 Likewise.
14329 [XPG3 || XPG4] (pthread_sigmask): Likewise.
14330 [XPG3 || XPG4] (sigqueue): Likewise.
14331 [XPG3 || XPG4] (sigtimedwait): Likewise.
14332 [XPG3 || XPG4] (sigwaitinfo): Likewise.
14333 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
14334 [XPG3 || XPG4] (vsnprintf): Likewise.
14335 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
14336 Likewise.
14337 [XPG3 || XPG4] (blksize_t): Likewise.
14338 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
14339 Likewise.
14340 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
14341 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
14342 [XPG3 || XPG4] (struct itimerspec): Likewise.
14343 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
14344 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
14345 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
14346 [XPG3 || XPG4] (clockid_t): Likewise.
14347 [XPG3 || XPG4] (timer_t): Likewise.
14348 [XPG3 || XPG4] (clock_getres): Likewise.
14349 [XPG3 || XPG4] (clock_gettime): Likewise.
14350 [XPG3 || XPG4] (clock_settime): Likewise.
14351 [XPG3 || XPG4] (nanosleep): Likewise.
14352 [XPG3 || XPG4] (timer_create): Likewise.
14353 [XPG3 || XPG4] (timer_delete): Likewise.
14354 [XPG3 || XPG4] (timer_gettime): Likewise.
14355 [XPG3 || XPG4] (timer_getoverrun): Likewise.
14356 [XPG3 || XPG4] (timer_settime): Likewise.
14357 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
14358 [XPG3 || XPG4] (getlogin_r): Likewise.
14359 [XPG3 || XPG4] (pread): Likewise.
14360 [XPG3 || XPG4] (pthread_atfork): Likewise.
14361 [XPG3 || XPG4] (pwrite): Likewise.
14362
ee663277
JM
14363 [BZ #14835]
14364 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
14365 <bits/siginfo.h>.
14366
942caa16
PT
143672012-11-19 Pino Toscano <toscano.pino@tiscali.it>
14368
e19af380
PT
14369 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
14370 finalizing MALLSTREAM.
14371
942caa16
PT
14372 * sysdeps/mach/hurd/syncfs.c: New file.
14373
cfde9b46
SP
143742012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
14375
14376 [BZ #14719]
14377 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
14378 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
14379 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
14380 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
14381 (_nss_dns_gethostbyname4_r): Likewise.
14382 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
14383 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
14384
f6da27e5
PH
143852012-11-19 Peng Haitao <penght@cn.fujitsu.com>
14386
14387 [BZ #13763]
14388 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
14389
6665d4a2
SM
143902012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
14391
1f51ee92
SM
14392 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
14393 * elf/cache.c (print_entry): Print ",AArch64" for
14394 FLAG_AARCH64_LIB64
14395
6665d4a2
SM
14396 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
14397 * elf/cache.c (print_entry): Print ",hard-float" for
14398 FLAG_ARM_LIBHF.
14399
05b227bd
DM
144002012-11-18 David S. Miller <davem@davemloft.net>
14401
14402 With help from Joseph Myers.
14403 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
14404 cutoff to 2**-13.
14405 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
14406 cutoff to 2**-25.
14407 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
14408 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
14409 small.
14410 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
14411 * math/libm-test.inc (y0_test): New tests.
14412 (y1_test): New tests.
14413 * sysdeps/i386/fpu/libm-test-ulps: Update.
14414 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14415 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14416
786b0b67
AS
144172012-11-18 Andreas Schwab <schwab@linux-m68k.org>
14418
14419 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
14420 64-bit targets.
14421 * configure: Regenerated.
14422
8e18b86d
DM
144232012-11-17 David S. Miller <davem@davemloft.net>
14424
14425 [BZ #14811]
14426 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
14427 nonzero exponents with absolute value below 0x1p-128 to +/-
14428 0x1p-128.
14429
531f1ae0
JM
144302012-11-17 Joseph Myers <joseph@codesourcery.com>
14431
12df29e2
JM
14432 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
14433
150dc1a0
JM
14434 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
14435
531f1ae0
JM
14436 * posix/getconf-speclist.c: New file.
14437 * posix/posix-envs.def: Likewise.
14438 * posix/confstr.c (START_ENV_GROUP): New macro.
14439 (END_ENV_GROUP): Likewise.
14440 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
14441 (KNOWN_PRESENT_ENV_STRING): Likewise.
14442 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
14443 (UNKNOWN_ENVIRONMENT): Likewise.
14444 (confstr): Include posix-envs.def instead of handling
14445 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
14446 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
14447 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
14448 (END_ENV_GROUP): Likewise.
14449 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
14450 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
14451 (UNKNOWN_ENVIRONMENT): Likewise.
14452 (__sysconf): Include posix-envs.def instead of handling associated
14453 cases directly here.
14454 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
14455 preprocessing getconf-speclist.c rather than running getconf or
14456 generating empty file.
14457
a93f9cbc
PT
144582012-11-16 Pino Toscano <toscano.pino@tiscali.it>
14459
14460 * scripts/check-local-headers.sh: Ignore 'mach' headers.
14461
d64d9f87
AL
144622012-11-16 Andrej Lajovic <natrij@gmail.com>
14463
14464 [BZ #14672]
14465 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
14466
447885eb
DM
144672012-11-16 David S. Miller <davem@davemloft.net>
14468
14469 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
14470 smaller than LDBL_EPSILON/2.0L, just return xm1.
14471
bcbf9830
L
144722012-11-16 H.J. Lu <hongjiu.lu@intel.com>
14473
14474 * elf/tst-array1.c (init): Set constructor priority to 1000.
14475 (fini): Set destructor priority to 1000.
14476 * elf/tst-array2dep.c: Likewise.
14477
2b766585
SP
144782012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
14479
14480 [BZ #11741]
14481 * libio/fileops.c (_IO_new_file_write): Correctly return error.
14482 (_IO_new_file_xsputn): Also return EOF if none of the input
14483 data was written when overflow failed.
14484 * libio/iopadn.c (_IO_padn): Likewise.
14485 * libio/iowpadn.c (_IO_wpadn): Likewise.
14486 * stdio-common/tst-put-error.c: Add copyright notice.
14487 (do_test): Add case for printing padded string.
14488 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
14489 _IO_padn returned error.
14490 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
14491 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
14492 return EOF.
14493
b1848fde
SP
144942012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
14495
14496 * libio/libioP.h: Add comment note that the references to C++
14497 bits are now obsolete.
14498
2fd89785
MS
144992012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14500
14501 * math/libm-test.inc (check_complex): Use asprintf.
14502
e3ea5409
JM
145032012-11-14 Joseph Myers <joseph@codesourcery.com>
14504
14505 * debug/pcprofiledump.c (print_version): Update copyright year.
14506 * malloc/memusagestat.c (print_version): Likewise.
14507
2e64d265
L
145082012-11-14 H.J. Lu <hongjiu.lu@intel.com>
14509
14510 [BZ #14831]
14511 * elf/Makefile (tests): Add tst-audit8.
14512 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
14513 ($(objpfx)tst-audit8.out): New target.
14514 (tst-audit8-ENV): New variable.
14515 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
14516 audit if l_reloc_result is NULL.
14517 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
14518 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
14519 * elf/tst-audit8.c: New file.
14520
c485e4d2
MS
145212012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14522
14523 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
14524 * misc/Makefile (CFLAGS-select.c): Define.
14525 * posix/Makefile (CFLAGS-pause.c): Define.
14526
3a0d900a
DM
145272012-11-13 David S. Miller <davem@davemloft.net>
14528
14529 * crypt/Makefile: Move test targets after toplevel Rules
14530 inclusion. Grab any necessary sysdep routines when linking.
14531 * crypt/md5.c (md5_process_block): Remove define, we will always
14532 name it __md5_process_block.
14533 (md5_finish_ctx): Update md5_process_block call.
14534 (md5_stream): Likewise.
14535 (md5_process_bytes): Likewise.
14536 (md5_process_block): Rename to __md5_process_block and move to ...
14537 * crypt/md5-block.c: ... here.
14538 * crypt/sha256.c (sha256_process_block): Move to ...
14539 * crypt/sha256-block.c: ... here.
14540 * crypt/sha512.c (sha512_process_block): Move to ...
14541 * crypt/sha512-block.c: ... here.
14542 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
14543 path.
14544 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
14545 * sysdeps/sparc/sparc64/multiarch/Makefile
14546 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
14547 crypt subdir.
14548 (localedef-aux): Add md5 crypto assembler when in locale subdir.
14549 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
14550 multiarch changes.
14551 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
14552 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
14553 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
14554 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
14555 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
14556 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
14557 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
14558 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
14559 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
14560 file.
14561 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
14562 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
14563 file.
14564 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
14565
8ca89318
JM
145662012-11-13 Joseph Myers <joseph@codesourcery.com>
14567
e27d476a
JM
14568 * timezone/tzselect.ksh: Update from tzcode git revision
14569 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
14570 * timezone/zdump.c: Likewise.
14571 * timezone/zic.c: Likewise.
14572 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
14573 in TZVERSION setting, not $(PKGVERSION).
14574 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
14575 REPORT_BUGS_TO settings.
14576
8ca89318
JM
14577 [BZ #14838]
14578 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
14579 macro.
14580
47594329
MS
145812012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14582
14583 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
14584 detection to immediately after _FP_ROUND().
14585 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
14586 bits are 0.
14587
640ac3f1
DM
145882012-11-11 David S. Miller <davem@davemloft.net>
14589
14590 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
14591 inttypes.h
14592 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
14593 __close rather than their public counterparts.
14594
3d2577bb
JM
145952012-11-10 Joseph Myers <joseph@codesourcery.com>
14596
14597 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
14598 file.
14599 [UNIX98] (sem_timedwait): Do not expect.
14600 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
14601 [XPG4 || UNIX98] (sockatmark): Do not expect.
14602 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
14603 (clock_getcpuclockid): Do not expect.
14604 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
14605 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
14606 Do not expect.
14607 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
14608 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
14609 [UNIX98] (vwscanf): Likewise.
14610 [UNIX98] (vswscanf): Likewise.
14611
fb1ae1ee
JM
146122012-11-09 Joseph Myers <joseph@codesourcery.com>
14613
9ec6f8bd
JM
14614 * timezone/version.h: Remove file.
14615 * timezone/README: Do not refer to version.h.
14616 * timezone/Makefile ($(objpfx)zic.o): New dependency on
14617 $(objpfx)version.h.
14618 ($(objpfx)zdump.o): Likewise.
c3f81911 14619 ($(objpfx)version.h): New target.
9ec6f8bd 14620
0aa8f8a1
JM
14621 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
14622 2012i.
14623 * timezone/README: Don't mention modification to tzselect.ksh.
14624 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
14625 work on unmodified tzselect.ksh. Substitute version numbers in
14626 tzselect.ksh.
14627
4e87147f
JM
14628 * Makefile (format-me): Remove.
14629 (INSTALL): Adjust indentation. Use commands directly instead of
14630 using $(format-me).
14631
8b748aed
JM
14632 * aclocal.m4 (ACX_PKGVERSION): New macro.
14633 (ACX_BUGURL): Likewise.
14634 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
14635 (PKGVERSION): New AC_DEFINE_UNQUOTED.
14636 (REPORT_BUGS_TO): Likewise.
14637 * configure: Regenerated.
14638 * config.h.in (PKGVERSION): New macro.
14639 (REPORT_BUGS_TO): Likewise.
14640 * config.make.in (PKGVERSION): New variable.
14641 (PKGVERSION_TEXI): Likewise.
14642 (REPORT_BUGS_TO): Likewise.
14643 (REPORT_BUGS_TEXI): Likewise.
14644 * Makefile (format-me): Use -I$(common-objpfx)manual.
14645 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
14646 ($(common-objpfx)manual/%): New target.
14647 (manual/%): Remove target.
14648 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
14649 (print_version): Use PKGVERSION.
14650 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
14651 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
14652 and REPORT_BUGS_TO.
14653 ($(objpfx)xtrace): Likewise.
14654 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
14655 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
14656 (print_version): Use PKGVERSION.
14657 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
14658 (do_version): Use PKGVERSION.
14659 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
14660 REPORT_BUGS_TO.
14661 (common-ldd-rewrite): Likewise.
14662 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
14663 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
14664 (print_version): Use PKGVERSION.
14665 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
14666 * elf/pldd.c (argp_program_bug_address): Remove variable.
14667 (more_help): New function.
14668 (argp): Use more_help.
14669 (print_version): Use PKGVERSION.
14670 * elf/sln.c (main): Use PKGVERSION.
14671 (usage): Use REPORT_BUGS_TO.
14672 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
14673 (top level): Use PKGVERSION.
14674 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
14675 (print_version): Use PKGVERSION.
14676 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
14677 (print_version): Use PKGVERSION.
14678 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
14679 (print_version): Use PKGVERSION.
14680 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
14681 (print_version): Use PKGVERSION.
14682 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
14683 (print_version): Use PKGVERSION.
14684 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
14685 (print_version): Use PKGVERSION.
14686 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
14687 and BUGURL.
14688 ($(objpfx)memusage): Likewise.
14689 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
14690 (do_version): Use PKGVERSION.
14691 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
14692 (print_version): Use PKGVERSION.
14693 * malloc/mtrace.pl ($PACKAGE): Remove variable.
14694 ($PKGVERSION): New variable.
14695 ($REPORT_BUGS_TO): Likewise.
14696 (usage): Use $REPORT_BUGS_TO.
14697 (top level): Use $PKGVERSION.
14698 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
14699 ($(objpfx)pkgvers.texi): New rule.
14700 ($(objpfx)stamp-pkgvers): Likewise.
14701 * manual/install.texi: Include pkgvers.texi.
14702 (--with-pkgversion): Document new configure option.
14703 (--with-bugurl): Likewise.
14704 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
14705 than necessarily for this particular distribution. Use
14706 REPORT_BUGS_TO for where to report bugs.
14707 * INSTALL: Regenerated.
14708 * manual/libc.texinfo: Include pkgvers.texi.
14709 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
14710 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
14711 (print_version): Use PKGVERSION.
14712 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
14713 (print_version): Use PKGVERSION.
14714 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
14715 (print_version): Use PKGVERSION.
14716 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
14717 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
14718 macro.
14719 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
14720 (print_version): Use PKGVERSION.
14721 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
14722 (print_version): Use PKGVERSION.
14723 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
14724 and PKGVERSION.
14725
92e4b6a9
JM
14726 * timezone/checktab.awk: Update from tzcode 2012i.
14727 * timezone/ialloc.c: Likewise.
14728 * timezone/private.h: Likewise.
14729 * timezone/scheck.c: Likewise.
14730 * timezone/tzfile.h: Likewise.
14731 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
14732 (TZVERSION): Hardcode tzcode version number.
14733 * timezone/zdump.c: Update from tzcode 2012i.
14734 * timezone/zic.c: Likewise.
14735 * timezone/version.h: New file.
14736 * timezone/README: Describe version.h. Update upstream location.
14737
9bde902c
JM
14738 [BZ #14824]
14739 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
14740 (mktemp): Enable declaration.
14741 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
14742 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
14743 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
14744 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
14745 Likewise.
14746 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
14747 Likewise.
14748 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
14749 Likewise.
14750 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
14751 Likewise.
14752 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
14753 Likewise.
14754 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
14755 Likewise.
14756
fb1ae1ee
JM
14757 [BZ #14821]
14758 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
14759 offset in buffer as u_int32_t not u_long. Consistently use memcpy
14760 for copies of such integer values.
14761 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
14762 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
14763
2c1adbcb
AJ
147642012-11-09 Andreas Jaeger <aj@suse.de>
14765
14766 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
14767 definitions and declarations that are provided by
14768 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
14769
d0f8457e
AK
147702012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14771
3a235abb 14772 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
14773 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
14774 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
14775 definition.
14776
57241e26
MS
147772012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14778
14779 * elf/elf.h: Update comment before AArch64 relocations.
14780
60e8270d
DM
147812012-11-07 David S. Miller <davem@davemloft.net>
14782
14783 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
14784 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
14785 (__start_context): Declare.
14786 (__makecontext_ret): Delete.
14787 (__makecontext): Hook up __start_context instead of
14788 __makecontext_ret.
14789 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
14790 (sysdep_routines): Add __start_context when in stdlib.
14791
0fbb0fbc
JM
147922012-11-07 Joseph Myers <joseph@codesourcery.com>
14793
14794 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
14795 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
14796 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
14797 hardcoded "nm".
14798 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
14799 (READELF): New variable. Use it instead of hardcoded "readelf".
14800
eb48db7e
L
148012012-11-07 H.J. Lu <hongjiu.lu@intel.com>
14802
14803 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
14804 * sysdeps/x86/Makefile: Here.
14805 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
14806 * sysdeps/x86/tst-xmmymm.sh: This.
14807
05bcf62a
JM
148082012-11-07 Joseph Myers <joseph@codesourcery.com>
14809
c4b6cf53
JM
14810 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
14811 expectations.
14812 [UNIX98] (pthread_barrier_t): Do not expect.
14813 [UNIX98] (pthread_barrierattr_t): Likewise.
14814 [UNIX98] (pthread_spinlock_t): Likewise.
14815 [UNIX98] (pthread_barrier_destroy): Likewise.
14816 [UNIX98] (pthread_barrier_init): Likewise.
14817 [UNIX98] (pthread_barrier_wait): Likewise.
14818 [UNIX98] (pthread_barrierattr_destroy): Likewise.
14819 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
14820 [UNIX98] (pthread_barrierattr_init): Likewise.
14821 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
14822 [UNIX98] (pthread_getcpuclockid): Likewise.
14823 [UNIX98] (pthread_mutex_timedlock): Likewise.
14824 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
14825 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
14826 [UNIX98] (pthread_sigmask): Likewise.
14827 [UNIX98] (pthread_spin_destroy): Likewise.
14828 [UNIX98] (pthread_spin_init): Likewise.
14829 [UNIX98] (pthread_spin_lock): Likewise.
14830 [UNIX98] (pthread_spin_trylock): Likewise.
14831 [UNIX98] (pthread_spin_unlock): Likewise.
14832 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
14833 Do not expect.
14834 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
14835 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
14836 [XPG3 || XPG4] (pthread_cond_t): Likewise.
14837 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
14838 [XPG3 || XPG4] (pthread_key_t): Likewise.
14839 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
14840 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
14841 [XPG3 || XPG4] (pthread_once_t): Likewise.
14842 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
14843 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
14844 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
14845 [XPG3 || XPG4] (pthread_t): Likewise.
14846
cbe6e120
JM
14847 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
14848 not expect.
14849 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
14850
1b126443
JM
14851 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
14852 Change function return type to int.
14853
b961a573
JM
14854 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
14855 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
14856 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
14857 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
14858 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
14859 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
14860 [!POSIX] (posix_madvise): Likewise.
14861 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
14862 && !UNIX98].
14863 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
14864 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
14865 (mode_t): Likewise.
14866 (posix_mem_offset): Likewise.
14867 (posix_typed_mem_get_info): Likewise.
14868 (posix_typed_mem_open): Likewise.
14869
9e188909
JM
14870 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
14871 Change condition to [XOPEN2K8].
14872
05bcf62a
JM
14873 * conform/conformtest.pl: Preprocess allow-header data with -x c
14874 instead of from stdin.
14875 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
14876 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
14877 [C99-based standards] (cerfc): Likewise.
14878 [C99-based standards] (cexp2): Likewise.
14879 [C99-based standards] (cexpm1): Likewise.
14880 [C99-based standards] (clog10): Likewise.
14881 [C99-based standards] (clog1p): Likewise.
14882 [C99-based standards] (clog2): Likewise.
14883 [C99-based standards] (clgamma): Likewise.
14884 [C99-based standards] (ctgamma): Likewise.
14885 [C99-based standards] (cerff): Likewise.
14886 [C99-based standards] (cerfcf): Likewise.
14887 [C99-based standards] (cexp2f): Likewise.
14888 [C99-based standards] (cexpm1f): Likewise.
14889 [C99-based standards] (clog10f): Likewise.
14890 [C99-based standards] (clog1pf): Likewise.
14891 [C99-based standards] (clog2f): Likewise.
14892 [C99-based standards] (clgammaf): Likewise.
14893 [C99-based standards] (ctgammaf): Likewise.
14894 [C99-based standards] (cerfl): Likewise.
14895 [C99-based standards] (cerfcl): Likewise.
14896 [C99-based standards] (cexp2l): Likewise.
14897 [C99-based standards] (cexpm1l): Likewise.
14898 [C99-based standards] (clog10l): Likewise.
14899 [C99-based standards] (clog1pl): Likewise.
14900 [C99-based standards] (clog2l): Likewise.
14901 [C99-based standards] (clgammal): Likewise.
14902 [C99-based standards] (ctgammal): Likewise.
14903 * conform/data/inttypes.h-data [C99-based standards]: Include
14904 stdint.h-data. Remove all expectations for stdint.h contents.
14905 [C99-based standards] (PRI*): Do not allow.
14906 [C99-based standards] (SCN*): Likewise.
14907 [C99-based standards] (*_t): Likewise.
14908 [C99-based-standards] (PRId8): Expect macro.
14909 [C99-based-standards] (PRIi8): Likewise.
14910 [C99-based-standards] (PRIo8): Likewise.
14911 [C99-based-standards] (PRIu8): Likewise.
14912 [C99-based-standards] (PRIx8): Likewise.
14913 [C99-based-standards] (PRIX8): Likewise.
14914 [C99-based-standards] (SCNd8): Likewise.
14915 [C99-based-standards] (SCNi8): Likewise.
14916 [C99-based-standards] (SCNo8): Likewise.
14917 [C99-based-standards] (SCNu8): Likewise.
14918 [C99-based-standards] (SCNx8): Likewise.
14919 [C99-based-standards] (PRIdLEAST8): Likewise.
14920 [C99-based-standards] (PRIiLEAST8): Likewise.
14921 [C99-based-standards] (PRIoLEAST8): Likewise.
14922 [C99-based-standards] (PRIuLEAST8): Likewise.
14923 [C99-based-standards] (PRIxLEAST8): Likewise.
14924 [C99-based-standards] (PRIXLEAST8): Likewise.
14925 [C99-based-standards] (SCNdLEAST8): Likewise.
14926 [C99-based-standards] (SCNiLEAST8): Likewise.
14927 [C99-based-standards] (SCNoLEAST8): Likewise.
14928 [C99-based-standards] (SCNuLEAST8): Likewise.
14929 [C99-based-standards] (SCNxLEAST8): Likewise.
14930 [C99-based-standards] (PRIdFAST8): Likewise.
14931 [C99-based-standards] (PRIiFAST8): Likewise.
14932 [C99-based-standards] (PRIoFAST8): Likewise.
14933 [C99-based-standards] (PRIuFAST8): Likewise.
14934 [C99-based-standards] (PRIxFAST8): Likewise.
14935 [C99-based-standards] (PRIXFAST8): Likewise.
14936 [C99-based-standards] (SCNdFAST8): Likewise.
14937 [C99-based-standards] (SCNiFAST8): Likewise.
14938 [C99-based-standards] (SCNoFAST8): Likewise.
14939 [C99-based-standards] (SCNuFAST8): Likewise.
14940 [C99-based-standards] (SCNxFAST8): Likewise.
14941 [C99-based-standards] (PRId16): Likewise.
14942 [C99-based-standards] (PRIi16): Likewise.
14943 [C99-based-standards] (PRIo16): Likewise.
14944 [C99-based-standards] (PRIu16): Likewise.
14945 [C99-based-standards] (PRIx16): Likewise.
14946 [C99-based-standards] (PRIX16): Likewise.
14947 [C99-based-standards] (SCNd16): Likewise.
14948 [C99-based-standards] (SCNi16): Likewise.
14949 [C99-based-standards] (SCNo16): Likewise.
14950 [C99-based-standards] (SCNu16): Likewise.
14951 [C99-based-standards] (SCNx16): Likewise.
14952 [C99-based-standards] (PRIdLEAST16): Likewise.
14953 [C99-based-standards] (PRIiLEAST16): Likewise.
14954 [C99-based-standards] (PRIoLEAST16): Likewise.
14955 [C99-based-standards] (PRIuLEAST16): Likewise.
14956 [C99-based-standards] (PRIxLEAST16): Likewise.
14957 [C99-based-standards] (PRIXLEAST16): Likewise.
14958 [C99-based-standards] (SCNdLEAST16): Likewise.
14959 [C99-based-standards] (SCNiLEAST16): Likewise.
14960 [C99-based-standards] (SCNoLEAST16): Likewise.
14961 [C99-based-standards] (SCNuLEAST16): Likewise.
14962 [C99-based-standards] (SCNxLEAST16): Likewise.
14963 [C99-based-standards] (PRIdFAST16): Likewise.
14964 [C99-based-standards] (PRIiFAST16): Likewise.
14965 [C99-based-standards] (PRIoFAST16): Likewise.
14966 [C99-based-standards] (PRIuFAST16): Likewise.
14967 [C99-based-standards] (PRIxFAST16): Likewise.
14968 [C99-based-standards] (PRIXFAST16): Likewise.
14969 [C99-based-standards] (SCNdFAST16): Likewise.
14970 [C99-based-standards] (SCNiFAST16): Likewise.
14971 [C99-based-standards] (SCNoFAST16): Likewise.
14972 [C99-based-standards] (SCNuFAST16): Likewise.
14973 [C99-based-standards] (SCNxFAST16): Likewise.
14974 [C99-based-standards] (PRId32): Likewise.
14975 [C99-based-standards] (PRIi32): Likewise.
14976 [C99-based-standards] (PRIo32): Likewise.
14977 [C99-based-standards] (PRIu32): Likewise.
14978 [C99-based-standards] (PRIx32): Likewise.
14979 [C99-based-standards] (PRIX32): Likewise.
14980 [C99-based-standards] (SCNd32): Likewise.
14981 [C99-based-standards] (SCNi32): Likewise.
14982 [C99-based-standards] (SCNo32): Likewise.
14983 [C99-based-standards] (SCNu32): Likewise.
14984 [C99-based-standards] (SCNx32): Likewise.
14985 [C99-based-standards] (PRIdLEAST32): Likewise.
14986 [C99-based-standards] (PRIiLEAST32): Likewise.
14987 [C99-based-standards] (PRIoLEAST32): Likewise.
14988 [C99-based-standards] (PRIuLEAST32): Likewise.
14989 [C99-based-standards] (PRIxLEAST32): Likewise.
14990 [C99-based-standards] (PRIXLEAST32): Likewise.
14991 [C99-based-standards] (SCNdLEAST32): Likewise.
14992 [C99-based-standards] (SCNiLEAST32): Likewise.
14993 [C99-based-standards] (SCNoLEAST32): Likewise.
14994 [C99-based-standards] (SCNuLEAST32): Likewise.
14995 [C99-based-standards] (SCNxLEAST32): Likewise.
14996 [C99-based-standards] (PRIdFAST32): Likewise.
14997 [C99-based-standards] (PRIiFAST32): Likewise.
14998 [C99-based-standards] (PRIoFAST32): Likewise.
14999 [C99-based-standards] (PRIuFAST32): Likewise.
15000 [C99-based-standards] (PRIxFAST32): Likewise.
15001 [C99-based-standards] (PRIXFAST32): Likewise.
15002 [C99-based-standards] (SCNdFAST32): Likewise.
15003 [C99-based-standards] (SCNiFAST32): Likewise.
15004 [C99-based-standards] (SCNoFAST32): Likewise.
15005 [C99-based-standards] (SCNuFAST32): Likewise.
15006 [C99-based-standards] (SCNxFAST32): Likewise.
15007 [C99-based-standards] (PRId64): Likewise.
15008 [C99-based-standards] (PRIi64): Likewise.
15009 [C99-based-standards] (PRIo64): Likewise.
15010 [C99-based-standards] (PRIu64): Likewise.
15011 [C99-based-standards] (PRIx64): Likewise.
15012 [C99-based-standards] (PRIX64): Likewise.
15013 [C99-based-standards] (SCNd64): Likewise.
15014 [C99-based-standards] (SCNi64): Likewise.
15015 [C99-based-standards] (SCNo64): Likewise.
15016 [C99-based-standards] (SCNu64): Likewise.
15017 [C99-based-standards] (SCNx64): Likewise.
15018 [C99-based-standards] (PRIdLEAST64): Likewise.
15019 [C99-based-standards] (PRIiLEAST64): Likewise.
15020 [C99-based-standards] (PRIoLEAST64): Likewise.
15021 [C99-based-standards] (PRIuLEAST64): Likewise.
15022 [C99-based-standards] (PRIxLEAST64): Likewise.
15023 [C99-based-standards] (PRIXLEAST64): Likewise.
15024 [C99-based-standards] (SCNdLEAST64): Likewise.
15025 [C99-based-standards] (SCNiLEAST64): Likewise.
15026 [C99-based-standards] (SCNoLEAST64): Likewise.
15027 [C99-based-standards] (SCNuLEAST64): Likewise.
15028 [C99-based-standards] (SCNxLEAST64): Likewise.
15029 [C99-based-standards] (PRIdFAST64): Likewise.
15030 [C99-based-standards] (PRIiFAST64): Likewise.
15031 [C99-based-standards] (PRIoFAST64): Likewise.
15032 [C99-based-standards] (PRIuFAST64): Likewise.
15033 [C99-based-standards] (PRIxFAST64): Likewise.
15034 [C99-based-standards] (PRIXFAST64): Likewise.
15035 [C99-based-standards] (SCNdFAST64): Likewise.
15036 [C99-based-standards] (SCNiFAST64): Likewise.
15037 [C99-based-standards] (SCNoFAST64): Likewise.
15038 [C99-based-standards] (SCNuFAST64): Likewise.
15039 [C99-based-standards] (SCNxFAST64): Likewise.
15040 [C99-based-standards] (PRIdMAX): Likewise.
15041 [C99-based-standards] (PRIiMAX): Likewise.
15042 [C99-based-standards] (PRIoMAX): Likewise.
15043 [C99-based-standards] (PRIuMAX): Likewise.
15044 [C99-based-standards] (PRIxMAX): Likewise.
15045 [C99-based-standards] (PRIXMAX): Likewise.
15046 [C99-based-standards] (SCNdMAX): Likewise.
15047 [C99-based-standards] (SCNiMAX): Likewise.
15048 [C99-based-standards] (SCNoMAX): Likewise.
15049 [C99-based-standards] (SCNuMAX): Likewise.
15050 [C99-based-standards] (SCNxMAX): Likewise.
15051 [C99-based-standards] (PRIdPTR): Likewise.
15052 [C99-based-standards] (PRIiPTR): Likewise.
15053 [C99-based-standards] (PRIoPTR): Likewise.
15054 [C99-based-standards] (PRIuPTR): Likewise.
15055 [C99-based-standards] (PRIxPTR): Likewise.
15056 [C99-based-standards] (PRIXPTR): Likewise.
15057 [C99-based-standards] (SCNdPTR): Likewise.
15058 [C99-based-standards] (SCNiPTR): Likewise.
15059 [C99-based-standards] (SCNoPTR): Likewise.
15060 [C99-based-standards] (SCNuPTR): Likewise.
15061 [C99-based-standards] (SCNxPTR): Likewise.
15062 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
15063 allow.
15064 * conform/data/stdint.h-data: Update comments to clarify
15065 requirements.
15066 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
15067 type.
15068 [C99-based standards] (INT8_MAX): Likewise.
15069 [C99-based standards] (INT16_MIN): Likewise.
15070 [C99-based standards] (INT16_MAX): Likewise.
15071 [C99-based standards] (INT32_MIN): Likewise.
15072 [C99-based standards] (INT32_MAX): Likewise.
15073 [C99-based standards] (INT64_MIN): Likewise.
15074 [C99-based standards] (INT64_MAX): Likewise.
15075 [C99-based standards] (UINT8_MAX): Likewise.
15076 [C99-based standards] (UINT16_MAX): Likewise.
15077 [C99-based standards] (UINT32_MAX): Likewise.
15078 [C99-based standards] (UINT64_MAX): Likewise.
15079 [C99-based standards] (INT_LEAST8_MIN): Likewise.
15080 [C99-based standards] (INT_LEAST8_MAX): Likewise.
15081 [C99-based standards] (INT_LEAST16_MIN): Likewise.
15082 [C99-based standards] (INT_LEAST16_MAX): Likewise.
15083 [C99-based standards] (INT_LEAST32_MIN): Likewise.
15084 [C99-based standards] (INT_LEAST32_MAX): Likewise.
15085 [C99-based standards] (INT_LEAST64_MIN): Likewise.
15086 [C99-based standards] (INT_LEAST64_MAX): Likewise.
15087 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
15088 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
15089 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
15090 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
15091 [C99-based standards] (INT_FAST8_MIN): Likewise.
15092 [C99-based standards] (INT_FAST8_MAX): Likewise.
15093 [C99-based standards] (INT_FAST16_MIN): Likewise.
15094 [C99-based standards] (INT_FAST16_MAX): Likewise.
15095 [C99-based standards] (INT_FAST32_MIN): Likewise.
15096 [C99-based standards] (INT_FAST32_MAX): Likewise.
15097 [C99-based standards] (INT_FAST64_MIN): Likewise.
15098 [C99-based standards] (INT_FAST64_MAX): Likewise.
15099 [C99-based standards] (UINT_FAST8_MAX): Likewise.
15100 [C99-based standards] (UINT_FAST16_MAX): Likewise.
15101 [C99-based standards] (UINT_FAST32_MAX): Likewise.
15102 [C99-based standards] (UINT_FAST64_MAX): Likewise.
15103 [C99-based standards] (INTPTR_MIN): Likewise.
15104 [C99-based standards] (INTPTR_MAX): Likewise.
15105 [C99-based standards] (UINTPTR_MAX): Likewise.
15106 [C99-based standards] (INTMAX_MIN): Likewise.
15107 [C99-based standards] (INTMAX_MAX): Likewise.
15108 [C99-based standards] (UINTMAX_MAX): Likewise.
15109 [C99-based standards] (PTRDIFF_MIN): Likewise.
15110 [C99-based standards] (PTRDIFF_MAX): Likewise.
15111 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
15112 [C99-based standards] (SIZE_MAX): Likewise.
15113 [C99-based standards] (WCHAR_MAX): Likewise.
15114 [C99-based standards] (WINT_MAX): Likewise.
15115 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
15116 constraint on value.
15117 [C99-based standards] (WCHAR_MIN): Likewise.
15118 [C99-based standards] (WINT_MIN): Likewise.
15119 [C99-based standards] (*_t): Allow.
15120 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
15121 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
15122 Include math.h-data and complex.h-data. Remove all expectations
15123 of math.h and complex.h contents.
15124 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
15125 at end of line.
15126 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
15127 (struct tm): Expect tag.
15128 [C99-based-standards] (wcstof): Expect function.
15129 [C99-based-standards] (wcstold): Likewise.
15130 [C99-based-standards] (wcstoll): Likewise.
15131 [C99-based-standards] (wcstoull): Likewise.
15132 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
15133 macro-int-constant. Specify type.
15134 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
15135 constraint on value.
15136 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
15137 Specify type.
15138 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
15139 Specify value.
15140 [ISO C standards]: Do not allow headers.
15141 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
15142 wcs[abcdefghijklmnopqrstuvwxyz]*.
15143 [ISO C standards] (*_t): Do not allow.
15144 * conform/data/wctype.h-data [C99-based standards] (iswblank):
15145 Expect function.
15146 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
15147 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
15148 Specify type.
15149 [ISO C standards]: Do not allow headers.
15150 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
15151 is[abcdefghijklmnopqrstuvwxyz]*.
15152 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
15153 to[abcdefghijklmnopqrstuvwxyz]*.
15154 [ISO C standards] (*_t): Do not allow.
15155 * conform/data/stdalign.h-data: New file.
15156 * conform/data/stdbool.h-data: Likewise.
15157 * conform/data/stdnoreturn.h-data: Likewise.
15158
7514feb8
RM
151592012-11-07 Roland McGrath <roland@hack.frob.com>
15160
15161 [BZ #14815]
15162 * manual/filesys.texi (Directory Entries): Typo fix.
15163 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
15164
19b2ecfc
MS
151652012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
15166
15167 * elf/elf.h (EM_AARCH64): New macro.
15168 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
15169 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
15170 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
15171 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
15172 (R_AARCH64_TLSDESC): Likewise.
15173 (NT_ARM_TLS): Likewise.
15174 (NT_ARM_HW_BREAK): Likewise.
15175 (NT_ARM_HW_WATCH): Likewise.
15176
60e235ee
JM
151772012-11-07 Joseph Myers <joseph@codesourcery.com>
15178
15179 [BZ #14811]
15180 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
15181 (__ieee754_powl): Saturate nonzero exponents with absolute value
15182 below 0x1p-79 to +/- 0x1p-79.
15183 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
15184 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
15185 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
15186 nonzero exponents with absolute value below 0x1p-32 to +/-
15187 0x1p-32.
15188 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
15189 (__ieee754_powl): Saturate nonzero exponents with absolute value
15190 below 0x1p-79 to +/- 0x1p-79.
15191 * math/libm-test.inc (pow_test): Add more tests.
15192
0ab234b7
AK
151932012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15194
15195 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
15196 _dl_s390_cap_flags with kernel. Increase string length.
15197 (_dl_s390_platforms): Add z196 and zEC12.
15198
45832f74
JM
151992012-11-07 Joseph Myers <joseph@codesourcery.com>
15200
15201 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
15202 Change XOPEN21K to XOPEN2K.
15203
19218757
MK
152042012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
15205
15206 * string/memmove.c: Use memcpy when possible.
15207
c5f45721
AJ
152082012-11-06 Andreas Jaeger <aj@suse.de>
15209
15210 * po/eo.po: Update from translation team.
15211
82477c28
JM
152122012-11-06 Joseph Myers <joseph@codesourcery.com>
15213
15214 [BZ #14793]
15215 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
15216 exponent and small x and y exponents, scale x or y up. Increase
15217 by 2 the exponent used in scaling up.
15218 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15219 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15220 * math/libm-test.inc (fma_test): Add more tests.
15221 (fma_test_towardzero): Likewise.
15222 (fma_test_downward): Likewise.
15223 (fma_test_upward): Likewise.
15224
99252c8c
JM
152252012-11-05 Joseph Myers <joseph@codesourcery.com>
15226
acfa885f
JM
15227 [BZ #14805]
15228 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
15229 fenv_t *.
15230
99252c8c
JM
15231 [BZ #14801]
15232 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
15233 namespace for names of struct fields.
15234 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
15235 fenv_t fields.
15236 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
15237 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
15238
d6d98dea
ST
152392012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
15240
15241 [BZ #3665]
15242 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
15243
e10bb107
TS
152442012-11-04 Thomas Schwinge <thomas@codesourcery.com>
15245
15246 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
15247 PTR_DEMANGLE.
15248
15249 [BZ #5246]
15250 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
15251 PTR_DEMANGLE.
15252
a0c2940d
JM
152532012-11-04 Joseph Myers <joseph@codesourcery.com>
15254
15255 [BZ #14797]
15256 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
15257 definitely overflow as x * y not x * y + z.
15258 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15259 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15260 * math/libm-test.inc (fma_test): Add more tests.
15261 (fma_test_towardzero): Likewise.
15262 (fma_test_downward): Likewise.
15263 (fma_test_upward): Likewise.
15264
b830319d
TS
152652012-11-04 Thomas Schwinge <thomas@codesourcery.com>
15266
15267 [BZ #157]
15268
15269 * include/stub-tag.h: Remove file.
15270 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
15271 '#include' of it.
15272 * manual/maint.texi (Porting): Don't reference it.
15273 * Makerules ($(objpfx)stubs): Likewise.
15274 * dirent/closedir.c: Don't include <stub-tag.h>.
15275 * dirent/dirfd.c: Likewise.
15276 * dirent/fdopendir.c: Likewise.
15277 * dirent/getdents.c: Likewise.
15278 * dirent/getdents64.c: Likewise.
15279 * dirent/opendir.c: Likewise.
15280 * dirent/readdir.c: Likewise.
15281 * dirent/readdir64.c: Likewise.
15282 * dirent/readdir64_r.c: Likewise.
15283 * dirent/readdir_r.c: Likewise.
15284 * dirent/rewinddir.c: Likewise.
15285 * dirent/seekdir.c: Likewise.
15286 * dirent/telldir.c: Likewise.
15287 * gmon/profil.c: Likewise.
15288 * grp/setgroups.c: Likewise.
15289 * inet/if_index.c: Likewise.
15290 * io/access.c: Likewise.
15291 * io/chdir.c: Likewise.
15292 * io/chmod.c: Likewise.
15293 * io/chown.c: Likewise.
15294 * io/close.c: Likewise.
15295 * io/dup.c: Likewise.
15296 * io/dup2.c: Likewise.
15297 * io/dup3.c: Likewise.
15298 * io/euidaccess.c: Likewise.
15299 * io/faccessat.c: Likewise.
15300 * io/fchdir.c: Likewise.
15301 * io/fchmod.c: Likewise.
15302 * io/fchmodat.c: Likewise.
15303 * io/fchown.c: Likewise.
15304 * io/fchownat.c: Likewise.
15305 * io/fcntl.c: Likewise.
15306 * io/flock.c: Likewise.
15307 * io/fstatfs.c: Likewise.
15308 * io/fstatfs64.c: Likewise.
15309 * io/fstatvfs.c: Likewise.
15310 * io/fstatvfs64.c: Likewise.
15311 * io/futimens.c: Likewise.
15312 * io/fxstat.c: Likewise.
15313 * io/fxstat64.c: Likewise.
15314 * io/fxstatat.c: Likewise.
15315 * io/fxstatat64.c: Likewise.
15316 * io/getcwd.c: Likewise.
15317 * io/isatty.c: Likewise.
15318 * io/lchmod.c: Likewise.
15319 * io/lchown.c: Likewise.
15320 * io/link.c: Likewise.
15321 * io/linkat.c: Likewise.
15322 * io/lseek.c: Likewise.
15323 * io/lseek64.c: Likewise.
15324 * io/lxstat64.c: Likewise.
15325 * io/mkdir.c: Likewise.
15326 * io/mkdirat.c: Likewise.
15327 * io/mkfifo.c: Likewise.
15328 * io/mkfifoat.c: Likewise.
15329 * io/open.c: Likewise.
15330 * io/open64.c: Likewise.
15331 * io/openat.c: Likewise.
15332 * io/openat64.c: Likewise.
15333 * io/pipe.c: Likewise.
15334 * io/pipe2.c: Likewise.
15335 * io/poll.c: Likewise.
15336 * io/posix_fadvise.c: Likewise.
15337 * io/posix_fadvise64.c: Likewise.
15338 * io/posix_fallocate.c: Likewise.
15339 * io/posix_fallocate64.c: Likewise.
15340 * io/read.c: Likewise.
15341 * io/readlink.c: Likewise.
15342 * io/readlinkat.c: Likewise.
15343 * io/rmdir.c: Likewise.
15344 * io/sendfile.c: Likewise.
15345 * io/sendfile64.c: Likewise.
15346 * io/statfs.c: Likewise.
15347 * io/statfs64.c: Likewise.
15348 * io/statvfs.c: Likewise.
15349 * io/statvfs64.c: Likewise.
15350 * io/symlink.c: Likewise.
15351 * io/symlinkat.c: Likewise.
15352 * io/ttyname.c: Likewise.
15353 * io/ttyname_r.c: Likewise.
15354 * io/umask.c: Likewise.
15355 * io/unlink.c: Likewise.
15356 * io/unlinkat.c: Likewise.
15357 * io/utime.c: Likewise.
15358 * io/utimensat.c: Likewise.
15359 * io/write.c: Likewise.
15360 * io/xmknod.c: Likewise.
15361 * io/xmknodat.c: Likewise.
15362 * io/xstat.c: Likewise.
15363 * io/xstat64.c: Likewise.
15364 * login/getpt.c: Likewise.
15365 * login/grantpt.c: Likewise.
15366 * login/unlockpt.c: Likewise.
15367 * math/e_acoshl.c: Likewise.
15368 * math/e_acosl.c: Likewise.
15369 * math/e_asinl.c: Likewise.
15370 * math/e_atan2l.c: Likewise.
15371 * math/e_atanhl.c: Likewise.
15372 * math/e_coshl.c: Likewise.
15373 * math/e_expl.c: Likewise.
15374 * math/e_fmodl.c: Likewise.
15375 * math/e_gammal_r.c: Likewise.
15376 * math/e_hypotl.c: Likewise.
15377 * math/e_j0l.c: Likewise.
15378 * math/e_j1l.c: Likewise.
15379 * math/e_jnl.c: Likewise.
15380 * math/e_lgammal_r.c: Likewise.
15381 * math/e_log10l.c: Likewise.
15382 * math/e_log2l.c: Likewise.
15383 * math/e_logl.c: Likewise.
15384 * math/e_powl.c: Likewise.
15385 * math/e_rem_pio2l.c: Likewise.
15386 * math/e_sinhl.c: Likewise.
15387 * math/e_sqrtl.c: Likewise.
15388 * math/fclrexcpt.c: Likewise.
15389 * math/fedisblxcpt.c: Likewise.
15390 * math/feenablxcpt.c: Likewise.
15391 * math/fegetenv.c: Likewise.
15392 * math/fegetexcept.c: Likewise.
15393 * math/fegetround.c: Likewise.
15394 * math/feholdexcpt.c: Likewise.
15395 * math/fesetenv.c: Likewise.
15396 * math/fesetround.c: Likewise.
15397 * math/feupdateenv.c: Likewise.
15398 * math/fgetexcptflg.c: Likewise.
15399 * math/fraiseexcpt.c: Likewise.
15400 * math/fsetexcptflg.c: Likewise.
15401 * math/ftestexcept.c: Likewise.
15402 * math/k_cosl.c: Likewise.
15403 * math/k_rem_pio2l.c: Likewise.
15404 * math/k_sinl.c: Likewise.
15405 * math/k_tanl.c: Likewise.
15406 * math/s_asinhl.c: Likewise.
15407 * math/s_atanl.c: Likewise.
15408 * math/s_cbrtl.c: Likewise.
15409 * math/s_erfl.c: Likewise.
15410 * math/s_expm1l.c: Likewise.
15411 * math/s_log1pl.c: Likewise.
15412 * math/s_tanhl.c: Likewise.
15413 * misc/acct.c: Likewise.
15414 * misc/brk.c: Likewise.
15415 * misc/chflags.c: Likewise.
15416 * misc/chroot.c: Likewise.
15417 * misc/fchflags.c: Likewise.
15418 * misc/fgetxattr.c: Likewise.
15419 * misc/flistxattr.c: Likewise.
15420 * misc/fremovexattr.c: Likewise.
15421 * misc/fsetxattr.c: Likewise.
15422 * misc/fsync.c: Likewise.
15423 * misc/ftruncate.c: Likewise.
15424 * misc/futimes.c: Likewise.
15425 * misc/futimesat.c: Likewise.
15426 * misc/getdomain.c: Likewise.
15427 * misc/getdtsz.c: Likewise.
15428 * misc/gethostid.c: Likewise.
15429 * misc/gethostname.c: Likewise.
15430 * misc/getloadavg.c: Likewise.
15431 * misc/getpagesize.c: Likewise.
15432 * misc/getsysstats.c: Likewise.
15433 * misc/getxattr.c: Likewise.
15434 * misc/gtty.c: Likewise.
15435 * misc/ioctl.c: Likewise.
15436 * misc/lgetxattr.c: Likewise.
15437 * misc/listxattr.c: Likewise.
15438 * misc/llistxattr.c: Likewise.
15439 * misc/lremovexattr.c: Likewise.
15440 * misc/lsetxattr.c: Likewise.
15441 * misc/lutimes.c: Likewise.
15442 * misc/madvise.c: Likewise.
15443 * misc/mincore.c: Likewise.
15444 * misc/mlock.c: Likewise.
15445 * misc/mlockall.c: Likewise.
15446 * misc/mmap.c: Likewise.
15447 * misc/mprotect.c: Likewise.
15448 * misc/msync.c: Likewise.
15449 * misc/munlock.c: Likewise.
15450 * misc/munlockall.c: Likewise.
15451 * misc/munmap.c: Likewise.
15452 * misc/preadv.c: Likewise.
15453 * misc/preadv64.c: Likewise.
15454 * misc/ptrace.c: Likewise.
15455 * misc/pwritev.c: Likewise.
15456 * misc/pwritev64.c: Likewise.
15457 * misc/readv.c: Likewise.
15458 * misc/reboot.c: Likewise.
15459 * misc/remap_file_pages.c: Likewise.
15460 * misc/removexattr.c: Likewise.
15461 * misc/revoke.c: Likewise.
15462 * misc/select.c: Likewise.
15463 * misc/setdomain.c: Likewise.
15464 * misc/setegid.c: Likewise.
15465 * misc/seteuid.c: Likewise.
15466 * misc/sethostid.c: Likewise.
15467 * misc/sethostname.c: Likewise.
15468 * misc/setregid.c: Likewise.
15469 * misc/setreuid.c: Likewise.
15470 * misc/setxattr.c: Likewise.
15471 * misc/sstk.c: Likewise.
15472 * misc/stty.c: Likewise.
15473 * misc/swapoff.c: Likewise.
15474 * misc/swapon.c: Likewise.
15475 * misc/sync.c: Likewise.
15476 * misc/syncfs.c: Likewise.
15477 * misc/syscall.c: Likewise.
15478 * misc/truncate.c: Likewise.
15479 * misc/ualarm.c: Likewise.
15480 * misc/usleep.c: Likewise.
15481 * misc/ustat.c: Likewise.
15482 * misc/utimes.c: Likewise.
15483 * misc/vhangup.c: Likewise.
15484 * misc/writev.c: Likewise.
15485 * posix/_exit.c: Likewise.
15486 * posix/alarm.c: Likewise.
15487 * posix/execve.c: Likewise.
15488 * posix/fexecve.c: Likewise.
15489 * posix/fork.c: Likewise.
15490 * posix/fpathconf.c: Likewise.
15491 * posix/getaddrinfo.c: Likewise.
15492 * posix/getegid.c: Likewise.
15493 * posix/geteuid.c: Likewise.
15494 * posix/getgid.c: Likewise.
15495 * posix/getgroups.c: Likewise.
15496 * posix/getlogin.c: Likewise.
15497 * posix/getlogin_r.c: Likewise.
15498 * posix/getpgid.c: Likewise.
15499 * posix/getpid.c: Likewise.
15500 * posix/getppid.c: Likewise.
15501 * posix/getresgid.c: Likewise.
15502 * posix/getresuid.c: Likewise.
15503 * posix/getsid.c: Likewise.
15504 * posix/getuid.c: Likewise.
15505 * posix/glob64.c: Likewise.
15506 * posix/nanosleep.c: Likewise.
15507 * posix/pathconf.c: Likewise.
15508 * posix/pause.c: Likewise.
15509 * posix/posix_madvise.c: Likewise.
15510 * posix/pread.c: Likewise.
15511 * posix/pread64.c: Likewise.
15512 * posix/pwrite.c: Likewise.
15513 * posix/pwrite64.c: Likewise.
15514 * posix/sched_getaffinity.c: Likewise.
15515 * posix/sched_getp.c: Likewise.
15516 * posix/sched_gets.c: Likewise.
15517 * posix/sched_primax.c: Likewise.
15518 * posix/sched_primin.c: Likewise.
15519 * posix/sched_rr_gi.c: Likewise.
15520 * posix/sched_setaffinity.c: Likewise.
15521 * posix/sched_setp.c: Likewise.
15522 * posix/sched_sets.c: Likewise.
15523 * posix/sched_yield.c: Likewise.
15524 * posix/setgid.c: Likewise.
15525 * posix/setlogin.c: Likewise.
15526 * posix/setpgid.c: Likewise.
15527 * posix/setresgid.c: Likewise.
15528 * posix/setresuid.c: Likewise.
15529 * posix/setsid.c: Likewise.
15530 * posix/setuid.c: Likewise.
15531 * posix/sleep.c: Likewise.
15532 * posix/spawni.c: Likewise.
15533 * posix/sysconf.c: Likewise.
15534 * posix/times.c: Likewise.
15535 * posix/wait.c: Likewise.
15536 * posix/wait3.c: Likewise.
15537 * posix/wait4.c: Likewise.
15538 * posix/waitpid.c: Likewise.
15539 * resolv/gai_sigqueue.c: Likewise.
15540 * resource/getpriority.c: Likewise.
15541 * resource/getrlimit.c: Likewise.
15542 * resource/getrusage.c: Likewise.
15543 * resource/nice.c: Likewise.
15544 * resource/setpriority.c: Likewise.
15545 * resource/setrlimit.c: Likewise.
15546 * resource/ulimit.c: Likewise.
15547 * rt/aio_cancel.c: Likewise.
15548 * rt/aio_fsync.c: Likewise.
15549 * rt/aio_read.c: Likewise.
15550 * rt/aio_sigqueue.c: Likewise.
15551 * rt/aio_suspend.c: Likewise.
15552 * rt/aio_write.c: Likewise.
15553 * rt/clock_getres.c: Likewise.
15554 * rt/clock_gettime.c: Likewise.
15555 * rt/clock_nanosleep.c: Likewise.
15556 * rt/clock_settime.c: Likewise.
15557 * rt/lio_listio.c: Likewise.
15558 * rt/mq_close.c: Likewise.
15559 * rt/mq_getattr.c: Likewise.
15560 * rt/mq_notify.c: Likewise.
15561 * rt/mq_open.c: Likewise.
15562 * rt/mq_receive.c: Likewise.
15563 * rt/mq_send.c: Likewise.
15564 * rt/mq_setattr.c: Likewise.
15565 * rt/mq_timedreceive.c: Likewise.
15566 * rt/mq_timedsend.c: Likewise.
15567 * rt/mq_unlink.c: Likewise.
15568 * rt/shm_open.c: Likewise.
15569 * rt/shm_unlink.c: Likewise.
15570 * rt/timer_create.c: Likewise.
15571 * rt/timer_delete.c: Likewise.
15572 * rt/timer_getoverr.c: Likewise.
15573 * rt/timer_gettime.c: Likewise.
15574 * rt/timer_settime.c: Likewise.
15575 * setjmp/__longjmp.c: Likewise.
15576 * setjmp/setjmp.c: Likewise.
15577 * signal/kill.c: Likewise.
15578 * signal/killpg.c: Likewise.
15579 * signal/raise.c: Likewise.
15580 * signal/sigaction.c: Likewise.
15581 * signal/sigaltstack.c: Likewise.
15582 * signal/sigblock.c: Likewise.
15583 * signal/sigignore.c: Likewise.
15584 * signal/sigintr.c: Likewise.
15585 * signal/signal.c: Likewise.
15586 * signal/sigpause.c: Likewise.
15587 * signal/sigpending.c: Likewise.
15588 * signal/sigqueue.c: Likewise.
15589 * signal/sigreturn.c: Likewise.
15590 * signal/sigset.c: Likewise.
15591 * signal/sigsetmask.c: Likewise.
15592 * signal/sigstack.c: Likewise.
15593 * signal/sigsuspend.c: Likewise.
15594 * signal/sigtimedwait.c: Likewise.
15595 * signal/sigvec.c: Likewise.
15596 * signal/sigwait.c: Likewise.
15597 * signal/sigwaitinfo.c: Likewise.
15598 * signal/sysv_signal.c: Likewise.
15599 * socket/accept.c: Likewise.
15600 * socket/accept4.c: Likewise.
15601 * socket/bind.c: Likewise.
15602 * socket/connect.c: Likewise.
15603 * socket/getpeername.c: Likewise.
15604 * socket/getsockname.c: Likewise.
15605 * socket/getsockopt.c: Likewise.
15606 * socket/isfdtype.c: Likewise.
15607 * socket/listen.c: Likewise.
15608 * socket/recv.c: Likewise.
15609 * socket/recvfrom.c: Likewise.
15610 * socket/recvmsg.c: Likewise.
15611 * socket/send.c: Likewise.
15612 * socket/sendmsg.c: Likewise.
15613 * socket/sendto.c: Likewise.
15614 * socket/setsockopt.c: Likewise.
15615 * socket/shutdown.c: Likewise.
15616 * socket/sockatmark.c: Likewise.
15617 * socket/socket.c: Likewise.
15618 * socket/socketpair.c: Likewise.
15619 * stdio-common/ctermid.c: Likewise.
15620 * stdio-common/cuserid.c: Likewise.
15621 * stdio-common/remove.c: Likewise.
15622 * stdio-common/rename.c: Likewise.
15623 * stdio-common/renameat.c: Likewise.
15624 * stdio-common/tempname.c: Likewise.
15625 * stdlib/getcontext.c: Likewise.
15626 * stdlib/makecontext.c: Likewise.
15627 * stdlib/setcontext.c: Likewise.
15628 * stdlib/swapcontext.c: Likewise.
15629 * stdlib/system.c: Likewise.
15630 * streams/fattach.c: Likewise.
15631 * streams/fdetach.c: Likewise.
15632 * streams/getmsg.c: Likewise.
15633 * streams/getpmsg.c: Likewise.
15634 * streams/putmsg.c: Likewise.
15635 * streams/putpmsg.c: Likewise.
15636 * sysdeps/unix/bsd/getpt.c: Likewise.
15637 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
15638 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
15639 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
15640 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
15641 Likewise.
15642 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
15643 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
15644 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
15645 * sysvipc/msgctl.c: Likewise.
15646 * sysvipc/msgget.c: Likewise.
15647 * sysvipc/msgrcv.c: Likewise.
15648 * sysvipc/msgsnd.c: Likewise.
15649 * sysvipc/semctl.c: Likewise.
15650 * sysvipc/semget.c: Likewise.
15651 * sysvipc/semop.c: Likewise.
15652 * sysvipc/semtimedop.c: Likewise.
15653 * sysvipc/shmat.c: Likewise.
15654 * sysvipc/shmctl.c: Likewise.
15655 * sysvipc/shmdt.c: Likewise.
15656 * sysvipc/shmget.c: Likewise.
15657 * termios/tcdrain.c: Likewise.
15658 * termios/tcflow.c: Likewise.
15659 * termios/tcflush.c: Likewise.
15660 * termios/tcgetattr.c: Likewise.
15661 * termios/tcgetpgrp.c: Likewise.
15662 * termios/tcsendbrk.c: Likewise.
15663 * termios/tcsetattr.c: Likewise.
15664 * termios/tcsetpgrp.c: Likewise.
15665 * time/adjtime.c: Likewise.
15666 * time/clock.c: Likewise.
15667 * time/getitimer.c: Likewise.
15668 * time/gettimeofday.c: Likewise.
15669 * time/setitimer.c: Likewise.
15670 * time/settimeofday.c: Likewise.
15671 * time/stime.c: Likewise.
15672 * time/time.c: Likewise.
15673
156742012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 15675
a20492cf
PT
15676 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
15677 /usr/old/bin.
15678
72e182e3
PT
15679 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
15680 instead of spaces.
15681 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
15682
fbeafede
JM
156832012-11-03 Joseph Myers <joseph@codesourcery.com>
15684
5b5b04d6
JM
15685 [BZ #14796]
15686 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
15687 FE_TONEAREST before applying Dekker multiplication and Knuth
15688 addition. Clear inexact exceptions and check for exact zero
15689 results afterwards.
15690 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15691 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15692 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15693 * math/libm-test.inc (fma_test): Add more tests.
15694 (fma_test_towardzero): Likewise.
15695 (fma_test_downward): Likewise.
15696 (fma_test_upward): Likewise.
15697 * sysdeps/generic/math_private.h (default_libc_fesetround): New
15698 function.
15699 (libc_fesetround): New macro.
15700 (libc_fesetroundf): Likewise.
15701 (libc_fesetroundl): Likewise.
15702 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
15703 function.
15704 (libc_fesetround_387): Likewise.
15705 (libc_fesetroundf): New macro.
15706 (libc_fesetround): Likewise.
15707 (libc_fesetroundl): Likewise.
15708 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
15709 function.
15710 (libc_fesetroundf): New macro.
15711 (libc_fesetround): Likewise.
15712 (libc_fesetroundl): Likewise.
15713 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
15714 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
15715 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
15716 libm_hidden_ver.
15717 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
15718 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
15719 libm_hidden_def.
15720 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
15721 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
15722 libm_hidden_ver.
15723 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
15724 libm_hidden_def.
15725
fbeafede
JM
15726 [BZ #3439]
15727 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
15728 integer constant usable in #if and use that to give value to enum
15729 constant.
15730 (FE_DIVBYZERO): Likewise.
15731 (FE_UNDERFLOW): Likewise.
15732 (FE_OVERFLOW): Likewise.
15733 (FE_INVALID): Likewise.
15734 (FE_INVALID_SNAN): Likewise.
15735 (FE_INVALID_ISI): Likewise.
15736 (FE_INVALID_IDI): Likewise.
15737 (FE_INVALID_ZDZ): Likewise.
15738 (FE_INVALID_IMZ): Likewise.
15739 (FE_INVALID_COMPARE): Likewise.
15740 (FE_INVALID_SOFTWARE): Likewise.
15741 (FE_INVALID_SQRT): Likewise.
15742 (FE_INVALID_INTEGER_CONVERSION): Likewise.
15743 (FE_TONEAREST): Likewise.
15744 (FE_TOWARDZERO): Likewise.
15745 (FE_UPWARD): Likewise.
15746 (FE_DOWNWARD): Likewise.
15747 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
15748 (FE_DIVBYZERO): Likewise.
15749 (FE_OVERFLOW): Likewise.
15750 (FE_UNDERFLOW): Likewise.
15751 (FE_INEXACT): Likewise.
15752 (FE_TONEAREST): Likewise.
15753 (FE_DOWNWARD): Likewise.
15754 (FE_UPWARD): Likewise.
15755 (FE_TOWARDZERO): Likewise.
15756 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
15757 (FE_UNDERFLOW): Likewise.
15758 (FE_OVERFLOW): Likewise.
15759 (FE_DIVBYZERO): Likewise.
15760 (FE_INVALID): Likewise.
15761 (FE_TONEAREST): Likewise.
15762 (FE_TOWARDZERO): Likewise.
15763 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
15764 (FE_OVERFLOW): Likewise.
15765 (FE_UNDERFLOW): Likewise.
15766 (FE_DIVBYZERO): Likewise.
15767 (FE_INEXACT): Likewise.
15768 (FE_TONEAREST): Likewise.
15769 (FE_TOWARDZERO): Likewise.
15770 (FE_UPWARD): Likewise.
15771 (FE_DOWNWARD): Likewise.
15772 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
15773 (FE_DIVBYZERO): Likewise.
15774 (FE_OVERFLOW): Likewise.
15775 (FE_UNDERFLOW): Likewise.
15776 (FE_INEXACT): Likewise.
15777 (FE_TONEAREST): Likewise.
15778 (FE_DOWNWARD): Likewise.
15779 (FE_UPWARD): Likewise.
15780 (FE_TOWARDZERO): Likewise.
15781
105ca950
CM
157822012-11-02 Chris Metcalf <cmetcalf@tilera.com>
15783
15784 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
15785
a542b389
AS
157862012-11-03 Andreas Schwab <schwab@linux-m68k.org>
15787
15788 * scripts/cross-test-ssh.sh (command): Use newlines to separate
15789 commands. Quote $PWD.
15790 (blacklist_exports): Don't use remove_newlines. Replace "declare
15791 -x" by "export".
15792 (remove_newlines): Remove.
15793
f62c8abc
L
157942012-11-02 H.J. Lu <hongjiu.lu@intel.com>
15795
15796 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
15797 * stdlib/stdlib.h (atof): Moved to ...
15798 * include/bits/stdlib-float.h: Here. New file.
15799 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
15800 * stdlib/bits/stdlib-float.h: New file.
15801 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
15802 -mno-sse -mno-mmx.
15803 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
15804 <xmmintrin.h>.
15805
0155d5b2
JM
158062012-11-02 Joseph Myers <joseph@codesourcery.com>
15807
a68d0680
JM
15808 * conform/conformtest.pl (@headers): Add fenv.h.
15809 * conform/data/fenv.h-data: New file.
15810 * include/fenv.h [_ISOMAC]: Disable all contents of file except
15811 include of <math/fenv.h>.
15812
caf7f573
JM
15813 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
15814 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
15815 && !UNIX98]. Enables tests for XOPEN2K8.
15816 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
15817 POSIX2008]: Likewise.
15818
6c073ad6
JM
15819 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
15820 (struct rusage): Do not expect type or its members.
15821
0155d5b2
JM
15822 [BZ #3439]
15823 * math/math.h (FP_NAN): Define macro to integer constant usable in
15824 #if and use that to give value to enum constant.
15825 (FP_INFINITE): Likewise.
15826 (FP_ZERO): Likewise.
15827 (FP_SUBNORMAL): Likewise.
15828 (FP_NORMAL): Likewise.
15829
b5dcacb4
AS
158302012-11-02 Andreas Schwab <schwab@linux-m68k.org>
15831
15832 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
15833 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
15834 arguments.
15835
f7934be8
RM
158362012-11-02 Roland McGrath <roland@hack.frob.com>
15837
15838 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
15839 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
15840 autoconf-time if not.
15841 * configure.in: Remove AC_PREREQ.
15842
d7d08bde
TMQMF
158432012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15844
15845 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
15846 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
15847 of the internal implementation.
15848
dcdae19a
JM
158492012-11-02 Joseph Myers <joseph@codesourcery.com>
15850
15851 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
15852 except include of <misc/sys/syslog.h>.
15853
d6cffd3e
AS
158542012-11-01 Andreas Schwab <schwab@linux-m68k.org>
15855
15856 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
15857 function returns with a NULL context exit with zero.
15858
b3563932
TMQMF
158592012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15860
15861 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
15862
b288a93d
L
158632012-11-01 H.J. Lu <hongjiu.lu@intel.com>
15864
15865 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
15866 (run_program_cmd): This.
15867 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
15868 (tst_langinfo): New variable. Use it.
15869
a2421a68
SAS
158702012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
15871
15872 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
15873 floating point opcodes.
15874
6f796e1b
TS
158752012-11-01 Thomas Schwinge <thomas@codesourcery.com>
15876
7402596b
TS
15877 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
15878 variable.
15879
d0d4f868
TS
15880 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
15881
6f796e1b
TS
15882 * sysdeps/mach/hurd/powerpc: Remove directory.
15883 * sysdeps/mach/powerpc: Likewise.
15884
4da224a2
AS
158852012-11-01 Andreas Schwab <schwab@linux-m68k.org>
15886
15887 * scripts/check-local-headers.sh: Ignore c++ headers.
15888
341dd673
TS
158892012-11-01 Thomas Schwinge <thomas@codesourcery.com>
15890
15891 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
15892 __libc_cleanup_region_start argument.
15893
473611b2
JM
158942012-11-01 Joseph Myers <joseph@codesourcery.com>
15895
15896 [BZ #14784]
15897 [BZ #14785]
15898 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
15899 x * y using scaling, not as x * y + z.
15900 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15901 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15902 * math/libm-test.inc (fma_test): Add more tests.
15903 (fma_test_towardzero): Likewise.
15904 (fma_test_downward): Likewise.
15905 (fma_test_upward): Likewise.
15906
4078da3d
TS
159072012-11-01 Thomas Schwinge <thomas@codesourcery.com>
15908
15909 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
15910
903252aa
JM
159112012-10-31 Joseph Myers <joseph@codesourcery.com>
15912
15913 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
15914 New variable.
15915
cbc818d0
TS
159162012-10-31 Thomas Schwinge <thomas@codesourcery.com>
15917
15918 * rt/tst-shm.c (worker): Correct checking for mmap failure.
15919
5a03cb1e
AS
159202012-10-31 Andreas Schwab <schwab@linux-m68k.org>
15921
15922 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15923 Fix sort order.
15924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15925 Likewise.
15926
90aff2ff
TMQMF
159272012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15928
15929 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15930 Fix the order of the list for glibc 2.17.
15931 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15932 Likewise.
15933
1818fcb7
AS
159342012-10-31 Andreas Schwab <schwab@linux-m68k.org>
15935
15936 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15937
ef82f4da
JM
159382012-10-31 Joseph Myers <joseph@codesourcery.com>
15939
16a0e2ec
JM
15940 [BZ #14610]
15941 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
15942 for low part of x being zero before using __atanl (y).
15943 * math/libm-test.inc (atan2_test): Add another test.
15944
0eb69512
JM
15945 * manual/install.texi (Configuring and compiling): Document
15946 general use of test-wrapper and test-wrapper-env.
15947 * INSTALL: Regenerated.
15948
ef82f4da
JM
15949 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
15950 (__fma): Do not extract and scale down low bits on after-rounding
15951 systems when result rounded to normal precision would have normal
15952 exponent.
15953 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
15954 (__fmal): Do not extract and scale down low bits on after-rounding
15955 systems when result rounded to normal precision would have normal
15956 exponent.
15957 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
15958 (__fmal): Do not extract and scale down low bits on after-rounding
15959 systems when result rounded to normal precision would have normal
15960 exponent.
15961 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
15962 macro.
15963 (fma_test): Add more tests.
15964 (fma_test_towardzero): Likewise.
15965 (fma_test_downward): Likewise.
15966 (fma_test_upward): Likewise.
15967
954ef0d9
L
159682012-10-30 H.J. Lu <hongjiu.lu@intel.com>
15969
15970 * sysdeps/i386/tininess.h: Renamed to ...
15971 * sysdeps/x86/tininess.h: This.
15972 * sysdeps/x86_64/tininess.h: Removed.
15973
df61ffb2
JM
159742012-10-30 Joseph Myers <joseph@codesourcery.com>
15975
15976 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
15977 input. Use $(build-program-cmd).
15978 ($(objpfx)tst-array1-static.out): Likewise.
15979 ($(objpfx)tst-array2.out): Likewise.
15980 ($(objpfx)tst-array3.out): Likewise.
15981 ($(objpfx)tst-array4.out): Likewise.
15982 ($(objpfx)tst-array5.out): Likewise.
15983 ($(objpfx)tst-array5-static.out): Likewise.
15984
01767843
CM
159852012-10-30 Chris Metcalf <cmetcalf@tilera.com>
15986
47cc1490
CM
15987 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
15988 if defined.
15989
01767843
CM
15990 * nss/nsswitch.h (nss_interface_function): Provide new
15991 macro for use with NSS functions.
15992 * grp/initgroups.c: Use new macro.
15993 * nss/getXXbyYY.c: Likewise.
15994 * nss/getXXbyYY_r.c: Likewise.
15995 * nss/getXXent.c: Likewise.
15996 * nss/getXXent_r.c: Likewise.
15997 * sysdeps/posix/getaddrinfo.c: Likewise.
15998
8321aa97
AJ
159992012-10-30 Andreas Jaeger <aj@suse.de>
16000
16001 * po/ru.po: Update Russion translation from translation project.
16002
2a27fd6d
JM
160032012-10-30 Joseph Myers <joseph@codesourcery.com>
16004
8627a232
JM
16005 [BZ #14152]
16006 [BZ #14783]
16007 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
16008 result and shift together with sticky bit instead of replicating
16009 round-to-nearest rounding.
16010 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
16011 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
16012 * math/libm-test.inc (fma_test): Add more tests. Do not permit
16013 missing underflow exceptions.
16014 (fma_test_towardzero): Add more tests.
16015 (fma_test_downward): Likewise.
16016 (fma_test_upward): Likewise.
16017
2a27fd6d
JM
16018 [BZ #14047]
16019 * sysdeps/generic/tininess.h: New file.
16020 * sysdeps/i386/tininess.h: Likewise.
16021 * sysdeps/sh/tininess.h: Likewise.
16022 * sysdeps/x86_64/tininess.h: Likewise.
16023 * stdlib/tst-strtod-underflow.c: Likewise.
16024 * stdlib/tst-tininess.c: Likewise.
16025 * stdlib/strtod_l.c: Include <tininess.h>.
16026 (round_and_return): Do not set errno for exact underflow cases.
16027 Force an underflow exception when setting errno for underflow.
16028 Determine underflow based on rounding to normal precision if
16029 TININESS_AFTER_ROUNDING.
16030 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
16031 ERANGE for exact underflow cases.
16032 * stdlib/Makefile (tests): Add tst-tininess and
16033 tst-strtod-underflow.
16034 ($(objpfx)tst-tininess): Use $(link-libm).
16035 ($(objpfx)tst-strtod-underflow): Likewise.
16036
e7170363
AJ
160372012-10-30 Andreas Jaeger <aj@suse.de>
16038
e5088dc6
AJ
16039 [BZ#14767]
16040 * elf/Makefile (tests): Remove conditional for have-initfini-array
16041 since this is now always required and the variable does not exist
16042 anymore.
16043 (tests-static): Likewise.
16044 (modules-names): Likewise.
16045
e7170363 16046 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
16047
16048 * elf/tst-array1.c (fini_array): Make writeable so that it can be
16049 merged with constructor/destructor.
16050 (init_array): Likewise.
16051 * elf/tst-array2dep.c (fini_array): Likewise.
16052 (init_array): Likewise.
16053
60457d8a
MF
160542012-10-29 Mike Frysinger <vapier@gentoo.org>
16055
16056 * manual/message.texi: Delete @cartouche tags.
16057
8bece752
PT
160582012-10-29 Pino Toscano <toscano.pino@tiscali.it>
16059
94ce799f
PT
16060 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
16061 EOPNOTSUPP.
16062 * sysdeps/mach/hurd/fsync.c: Likewise.
16063
8bece752
PT
16064 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
16065 [_POSIX_REALTIME_SIGNALS]: Change condition to
16066 [_POSIX_REALTIME_SIGNALS > 0].
16067
86ebe6b1
AJ
160682012-10-27 Andreas Jaeger <aj@suse.de>
16069
16070 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
16071 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
16072 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
16073 [__WORDSIZE != 64]: Likewise.
16074
54399c08
L
160752012-10-26 H.J. Lu <hongjiu.lu@intel.com>
16076
16077 * iconvdata/tst-table.sh: Remove ${SHELL}.
16078 * iconvdata/tst-tables.sh: Likewise.
16079
e2211bed
DM
160802012-10-25 David S. Miller <davem@davemloft.net>
16081
16082 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16083 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
16084 of strtoull.
16085
f303f97c
DM
16086 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
16087 ifunc-impl-list.c
16088 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
16089 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
16090 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
16091 file.
16092
1e9d84cd
RM
160932012-10-25 Roland McGrath <roland@hack.frob.com>
16094
16095 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16096 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
16097 __getdirentries.
16098
df381762
JM
160992012-10-25 Joseph Myers <joseph@codesourcery.com>
16100 Jim Blandy <jimb@codesourcery.com>
16101
16102 * scripts/cross-test-ssh.sh: New file.
16103 * manual/install.texi (Configuring and compiling): Document use of
16104 cross-test-ssh.sh.
16105 * INSTALL: Regenerated.
16106
bff64913
PT
161072012-10-25 Pino Toscano <toscano.pino@tiscali.it>
16108
16109 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
16110 EOPNOTSUPP.
16111
25fe8932
JM
161122012-10-25 Joseph Myers <joseph@codesourcery.com>
16113
16114 * Makeconfig (run-program-prefix): Fix comment.
16115
cc1290d0
JM
161162012-10-24 Joseph Myers <joseph@codesourcery.com>
16117 Jim Blandy <jimb@codesourcery.com>
16118
16119 * Makeconfig (test-wrapper): New variable,
16120 (test-wrapper-env): Likewise.
16121 [$(cross-compiling) = yes && $(test-wrapper) != ""]
16122 (run-built-tests): Define to yes.
16123 (run-program-prefix): Use $(test-wrapper).
16124 (built-program-cmd): Likewise.
16125 * Rules (make-test-out): Use $(test-wrapper-env) and
16126 $(host-built-program-cmd).
16127 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
16128 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
16129 tst-pathopt.sh.
16130 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
16131 $(test-wrapper-env) to tst-rtld-load-self.sh.
16132 ($(objpfx)order2.out): Use $(test-wrapper).
16133 ($(objpfx)tst-initorder.out): Likewise.
16134 ($(objpfx)tst-initorder2.out): Likewise.
16135 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
16136 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
16137 (test_wrapper_env): New variable. Use it to run ld.so.
16138 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
16139 Use it to run ld.so.
16140 (test_wrapper_env): Likewise.
16141 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
16142 $(test-wrapper) to run-iconv-test.sh.
16143 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
16144 (ICONV): Use $test_wrapper.
16145 * posix/Makefile ($(objpfx)globtest.out): Pass
16146 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
16147 globtest.sh, not $(run-program-prefix).
16148 * posix/globtest.sh (run_via_rtld_prefix): New variable.
16149 (test_wrapper): Likewise.
16150 (test_wrapper_env): Likewise. Use it to run globtest with HOME
16151 set together with run_via_rtld_prefix.
16152 (run_program_prefix): Define in terms of test_wrapper and
16153 run_via_rtld_prefix.
16154
6e6249d0
RM
161552012-10-24 Roland McGrath <roland@hack.frob.com>
16156
16157 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
16158 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
16159 Targets removed.
16160
16161 [BZ #14743]
16162 * include/time.h: Remove librt_hidden_proto (clock_gettime).
16163 Declare __clock_getres, __clock_gettime, __clock_settime,
16164 __clock_nanosleep, and __clock_getcpuclockid.
16165 * rt/clock_gettime.c: Define __clock_gettime as an alias.
16166 Remove librt_hidden_def (clock_gettime).
16167 * sysdeps/unix/clock_gettime.c: Likewise.
16168 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
16169 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
16170 * rt/clock_getres.c: Define __clock_getres as an alias.
16171 * sysdeps/posix/clock_getres.c: Likewise.
16172 * rt/clock_settime.c: Define __clock_settime as an alias.
16173 * sysdeps/unix/clock_settime.c: Likewise.
16174 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
16175 * sysdeps/unix/clock_nanosleep.c: Likewise.
16176 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
16177 * rt/clock-compat.c: New file.
16178 * rt/Makefile (librt-routines): Add clock-compat and move
16179 $(clock-routines) to ...
16180 (routines): ... here, new variable.
16181 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
16182 Don't add get_clockfreq here.
16183 * rt/Versions (libc: GLIBC_2.17): New version set.
16184 Add clock_* symbols here.
16185 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
16186 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
16187 (GLIBC_2.17): Add clock_* symbols.
16188 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
16189 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
16190 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
16191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
16192 Likewise.
16193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
16194 Likewise.
16195 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
16196 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
16197 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
16198 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
16199 * NEWS: Mention the move.
16200
16201 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
16202 Use __open, __read, __close rather than their public counterparts.
16203 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16204 (__get_clockfreq_via_cpuinfo): Likewise.
16205 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
16206 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
16207
16208 * config.h.in (HAVE_IFUNC): New #undef.
16209 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
16210 was successful.
16211 * configure: Regenerated.
16212
0cae3f4b
MF
162132012-10-24 Mike Frysinger <vapier@gentoo.org>
16214
16215 * configure.in: Move READELF check to start of file.
16216 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
16217 libc_cv_asm_gnu_indirect_function in the process.
16218 * configure: Regenerated.
16219
8175a253
MF
162202012-10-24 Mike Frysinger <vapier@gentoo.org>
16221
16222 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
16223 send the output to /dev/null.
16224 (libc_cv_cc_with_libunwind): Likewise.
16225 (libc_cv_as_noexecstack): Likewise.
16226 * configure: Regenerate.
16227
0708a7d1
JM
162282012-10-24 Joseph Myers <joseph@codesourcery.com>
16229
10b40d85
JM
16230 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
16231
0708a7d1
JM
16232 * posix/globtest.sh (TMPDIR): Do not set.
16233 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
16234 (testout): Likewise.
16235
9fddec1a
AJ
162362012-10-24 Andreas Jaeger <aj@suse.de>
16237
3a8db22f
AJ
16238 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
16239 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
16240 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
16241 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
16242 posix_fadvise64, posix_fallocate64.
16243
9fddec1a
AJ
16244 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
16245 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
16246 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
16247 Likewise.
16248 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
16249 Likewise.
16250 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
16251
16252 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
16253 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
16254 <bits/fcntl-linux.h>.
16255 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
16256
16257 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
16258 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
16259 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
16260 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
16261 [__WORDSIZE != 64]: Likewise.
16262
ebfd1bbd
JM
162632012-10-23 Joseph Myers <joseph@codesourcery.com>
16264
03ac099f
JM
16265 * Makeconfig (run-built-tests): New variable.
16266 * Rules [$(cross-compiling) = yes]: Change condition to
16267 [$(run-built-tests) = no].
16268 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
16269 to [$(run-built-tests) = yes].
16270 * elf/Makefile [$(cross-compiling) = no]: Likewise
16271 * grp/Makefile [$(cross-compiling) = no]: Likewise.
16272 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
16273 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
16274 * intl/Makefile [$(cross-compiling) = no]: Likewise.
16275 * io/Makefile [$(cross-compiling) = no]: Likewise.
16276 * libio/Makefile [$(cross-compiling) = no]: Likewise.
16277 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
16278 * misc/Makefile [$(cross-compiling) = no]: Likewise.
16279 * posix/Makefile [$(cross-compiling) = no]: Likewise.
16280 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
16281 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
16282 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
16283 * string/Makefile [$(cross-compiling) = no]: Likewise.
16284
ebfd1bbd
JM
16285 * posix/Makefile ($(objpfx)globtest.out): Pass
16286 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
16287 $(rtld-installed-name).
16288 * posix/globtest.sh (elf_objpfx): Remove variable.
16289 (rtld_installed_name): Likewise.
16290 (library_path): Likewise.
16291 (run_program_prefix): New variable. Use for running globtest
16292 binary.
16293
166bca24
JB
162942012-10-23 Jim Blandy <jimb@codesourcery.com>
16295 Joseph Myers <joseph@codesourcery.com>
16296
16297 * Makeconfig (host-built-program-cmd): New variable.
16298 * elf/Makefile (tst-stackguard1-ARGS): Use
16299 $(host-built-program-cmd).
16300 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
16301 (tst-spawn-ARGS): Likewise.
16302 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
16303
88866099
JM
163042012-10-23 Joseph Myers <joseph@codesourcery.com>
16305 Jim Blandy <jimb@codesourcery.com>
16306
16307 * Makeconfig (run-via-rtld-prefix): New variable.
16308 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
16309 (built-program-cmd): Likewise.
16310
b4b4c296
AJ
163112012-10-22 Andreas Jaeger <aj@suse.de>
16312
16313 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
16314 __O_RSYNC if it exists, otherwise to O_SYNC.
16315
6fb54a22
JB
163162012-10-22 Jim Blandy <jimb@codesourcery.com>
16317 Joseph Myers <joseph@codesourcery.com>
16318
16319 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
16320 /dev/null.
16321 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
16322 from /dev/null
16323 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
16324 /dev/null.
16325
481b90b9
AJ
163262012-10-22 Andreas Jaeger <aj@suse.de>
16327
2a0e2669
AJ
16328 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
16329 Define always.
16330 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
16331
76e38f9a
AJ
16332 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16333 bits/fcntl-linux.h.
16334
7cd37b43
AJ
16335 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
16336 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
16337
481b90b9
AJ
16338 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
16339 to __O_LARGEFILE.
16340 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
16341 to __O_LARGEFILE.
16342
aba75984
JB
163432012-10-21 Jim Blandy <jimb@codesourcery.com>
16344 Joseph Myers <joseph@codesourcery.com>
16345
16346 * config.make.in (NM): New variable.
16347
88d4247f
AJ
163482012-10-21 Andreas Jaeger <aj@suse.de>
16349
16350 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
16351 definitions and declarations that are provided by
16352 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
16353
f2eed205
L
163542012-10-20 H.J. Lu <hongjiu.lu@intel.com>
16355
16356 [BZ #14683]
16357 * elf/Makefile (tests-static): Add tst-leaks1-static.
16358 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
16359 ($(objpfx)tst-leaks1-static): New rule.
16360 ($(objpfx)tst-leaks1-static-mem): Likewise.
16361 (tst-leaks1-static-ENV): New macro.
16362 * elf/dl-open.c (dl_open_worker): Check the main application
16363 only if SHARED is defined.
16364 * elf/tst-leaks1-static.c: New file.
16365
335e6931
AJ
163662012-10-20 Andreas Jaeger <aj@suse.de>
16367
16368 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
16369 generic values for Linux.
16370 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
16371 and declarations that are provided by <bits/fcntl-linux.h> and
16372 include <bits/fcntl-linux.h>.
16373 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16374 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16375
ac5c94d3
RM
163762012-10-20 Roland McGrath <roland@hack.frob.com>
16377
16378 * io/fcntl.h: Move include of <bits/types.h> to the top and
16379 include it unconditionally.
16380
de54b33a
L
163812012-10-20 H.J. Lu <hongjiu.lu@intel.com>
16382
228cfb01
L
16383 * wcsmbs/Makefile (tests-ifunc): New variable.
16384 (tests): Add $(tests-ifunc).
16385 * wcsmbs/test-wcschr-ifunc.c: New file.
16386 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
16387 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
16388 * wcsmbs/test-wcslen-ifunc.c: Likewise.
16389 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
16390 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
16391
69f07e5f
L
16392 * string/Makefile (tests-ifunc): New variable.
16393 (tests): Add $(tests-ifunc).
16394 * string/test-memccpy.c (TEST_NAME): New macro.
16395 * string/test-memchr.c (TEST_NAME): Likewise.
16396 * string/test-memcmp.c (TEST_NAME): Likewise.
16397 * string/test-memcpy.c (TEST_NAME): Likewise.
16398 * string/test-memmem.c (TEST_NAME): Likewise.
16399 * string/test-memmove.c (TEST_NAME): Likewise.
16400 * string/test-memset.c (TEST_NAME): Likewise.
16401 * string/test-rawmemchr.c (TEST_NAME): Likewise.
16402 * string/test-stpcpy.c (TEST_NAME): Likewise.
16403 * string/test-stpncpy.c (TEST_NAME): Likewise.
16404 * string/test-strcasecmp.c (TEST_NAME): Likewise.
16405 * string/test-strcasestr.c (TEST_NAME): Likewise.
16406 * string/test-strcat.c (TEST_NAME): Likewise.
16407 * string/test-strchr.c (TEST_NAME): Likewise.
16408 * string/test-strcmp.c(TEST_NAME): Likewise.
16409 * string/test-strcpy.c (TEST_NAME): Likewise.
16410 * string/test-strcspn.c (TEST_NAME): Likewise.
16411 * string/test-strlen.c (TEST_NAME): Likewise.
16412 * string/test-strncasecmp.c (TEST_NAME): Likewise.
16413 * string/test-strncmp.c (TEST_NAME): Likewise.
16414 * string/test-strncpy.c (TEST_NAME): Likewise.
16415 * string/test-strnlen.c (TEST_NAME): Likewise.
16416 * string/test-strpbrk.c (TEST_NAME): Likewise.
16417 * string/test-strrchr.c (TEST_NAME): Likewise.
16418 * string/test-strspn.c (TEST_NAME): Likewise.
16419 * string/test-strstr.c (TEST_NAME): Likewise.
16420 * string/test-bcopy-ifunc.c: New file.
16421 * string/test-bzero-ifunc.c: Likewise.
16422 * string/test-memccpy-ifunc.c: Likewise.
16423 * string/test-memchr-ifunc.c: Likewise.
16424 * string/test-memcmp-ifunc.c: Likewise.
16425 * string/test-memcpy-ifunc.c: Likewise.
16426 * string/test-memmem-ifunc.c: Likewise.
16427 * string/test-memmove-ifunc.c: Likewise.
16428 * string/test-mempcpy-ifunc.c: Likewise.
16429 * string/test-memset-ifunc.c: Likewise.
16430 * string/test-rawmemchr-ifunc.c: Likewise.
16431 * string/test-stpcpy-ifunc.c: Likewise.
16432 * string/test-stpncpy-ifunc.c: Likewise.
16433 * string/test-strcasecmp-ifunc.c: Likewise.
16434 * string/test-strcasestr-ifunc.c: Likewise.
16435 * string/test-strcat-ifunc.c: Likewise.
16436 * string/test-strchr-ifunc.c: Likewise.
16437 * string/test-strchrnul-ifunc.c: Likewise.
16438 * string/test-strcmp-ifunc.c: Likewise.
16439 * string/test-strcpy-ifunc.c: Likewise.
16440 * string/test-strcspn-ifunc.c: Likewise.
16441 * string/test-strlen-ifunc.c: Likewise.
16442 * string/test-strncasecmp-ifunc.c: Likewise.
16443 * string/test-strncat-ifunc.c: Likewise.
16444 * string/test-strncmp-ifunc.c: Likewise.
16445 * string/test-strncpy-ifunc.c: Likewise.
16446 * string/test-strnlen-ifunc.c: Likewise.
16447 * string/test-strpbrk-ifunc.c: Likewise.
16448 * string/test-strrchr-ifunc.c: Likewise.
16449 * string/test-strspn-ifunc.c: Likewise.
16450 * string/test-strstr-ifunc.c: Likewise.
16451
de54b33a
L
16452 * debug/Makefile (tests-ifunc): New variable.
16453 (tests): Add $(tests-ifunc).
16454 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
16455 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
16456 * debug/test-stpcpy_chk-ifunc.c: New file.
16457 * debug/test-strcpy_chk-ifunc.c: Likewise.
16458
88481c16
SP
164592012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16460
16461 [BZ #13601]
16462 * elf/dl-load.c (open_verify): Retry read if the entire ELF
16463 header is not read in.
16464
135948bd
JM
164652012-10-19 Joseph Myers <joseph@codesourcery.com>
16466
89f1c388
JM
16467 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
16468 script to $(SHELL) as $<. Pass $(common-objpfx) to script
16469 directly. Pass built executable to script as
16470 $(built-program-cmd).
16471 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
16472 $testprogram without using LD_LIBRARY_PATH and $ldso.
16473
e40a0d21
JM
16474 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
16475 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
16476 $(rtld-installed-name).
16477 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
16478 (rtld_installed_name): Likewise.
16479 (library_path): Likewise.
16480 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
16481 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
16482 $(run-program-prefix) to tst-tables.sh.
16483 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
16484 it to run tst-table-from and tst-table-to.
16485 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
16486 Pass it to tst-table.sh.
16487 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
16488 $(run-program-prefix) to tst-gettext.sh.
16489 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
16490 tst-translit.sh.
16491 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
16492 tst-gettext2.sh.
16493 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
16494 to run tst-gettext.
16495 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
16496 to run tst-gettext2.
16497 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
16498 to run tst-translit.
16499 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
16500 $(run-program-prefix) to tst-mtrace.sh.
16501 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
16502 to run tst-mtrace.
16503 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
16504 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
16505 $(rtld-installed-name).
16506 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
16507 (rtld_installed_name): Likewise.
16508 (run_program_prefix): New variable. Use it to run wordexp-test.
16509
728e272a
JM
16510 * Makeconfig (ARCH): Remove all definitions.
16511 (machine): Likewise.
16512 [ARCH]: Remove conditional code.
16513 [!objdir]: Give error.
16514 [!objdir] (objpfx): Remove.
16515 [!objdir] (common-objpfx): Likewise.
16516 [!objdir] (common-objdir): Likewise.
16517 * configure.in (config_makefile): Remove. Hardcode Makefile in
16518 AC_CONFIG_FILES call.
16519 * configure: Regenerated.
16520
d528cdcf
JM
16521 [BZ #13888]
16522 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
16523 or TMPDIR.
16524 (testout): Likewise.
16525
135948bd
JM
16526 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
16527 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
16528 $(rtld-installed-name).
16529 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
16530 (rtld_installed_name): Likwise.
16531 (runit): Remove function.
16532 (run_getconf): New variable, Use it for running getconf binary.
16533
38c78296
L
165342012-10-18 H.J. Lu <hongjiu.lu@intel.com>
16535
16536 [BZ #14716]
16537 * string/test-memmem.c (check_result): New function.
16538 (do_one_test): Use it.
16539 (check1): New function.
16540 (test_main): Use it.
16541
d077f65f
MT
165422012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
16543
16544 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
16545
ced52c71
JM
165462012-10-18 Joseph Myers <joseph@codesourcery.com>
16547
16548 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
16549 (_G_LSEEK64): Likewise.
16550 (_G_MMAP64): Likewise.
16551 (_G_FSTAT64): Likewise.
16552 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
16553 (_G_LSEEK64): Likewise.
16554 (_G_MMAP64): Likewise.
16555 (_G_FSTAT64): Likewise.
16556 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
16557 unconditional. Call __mmap64 directly.
16558 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
16559 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
16560 __lseek64 directly.
16561 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
16562 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
16563 __mmap64 directly.
16564 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
16565 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
16566 __lseek64 directly.
16567 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
16568 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
16569 __lseek64 directly.
16570 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
16571 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
16572 __lseek64 directly.
16573 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
16574 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
16575 __fxstat64 directly.
16576 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
16577 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
16578 unconditional.
16579 (freopen64) [!_G_OPEN64]: Remove conditional code.
16580 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
16581 unconditional.
16582 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
16583 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
16584 unconditional.
16585 (ftello64) [!_G_LSEEK64]: Remove conditional code.
16586 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
16587 unconditional.
16588 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
16589 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
16590 unconditional.
16591 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
16592 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
16593 unconditional.
16594 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
16595 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
16596 unconditional.
16597 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
16598 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
16599 unconditional.
16600 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
16601
b741de23
SP
166022012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
16603
16604 [BZ #12140]
16605 * manual/memory.texi (Malloc Tunable Parameters): Add note
16606 about free list pointers overwriting some perturb bytes.
16607 Wording suggested by Roland McGrath.
16608
f9b9d9c9
JM
166092012-10-17 Joseph Myers <joseph@codesourcery.com>
16610
16611 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
16612 (lgamma_test): Likewise.
16613 (tgamma_test): Likewise.
16614
172a631a
FW
166152012-10-16 Florian Weimer <fweimer@redhat.com>
16616
16617 [BZ #14700]
16618 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
16619 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
16620
e9f37252
MK
166212012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
16622
16623 * NEWS: Mention BZ #14716.
16624 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
16625 when removing AVAILABLE1_USES_J macro.
16626
d394eb74
L
166272012-10-12 H.J. Lu <hongjiu.lu@intel.com>
16628
16629 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
16630 (__bswap_64): __uint64_t for unsigned 64-bit int.
16631
ca38dc17
AS
166322012-10-12 Andreas Schwab <schwab@linux-m68k.org>
16633
16634 * include/string.h (memmem): Declare libc hidden alias.
16635 * string/memmem.c (memmem): Define libc hidden alias.
16636 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
16637 __read, __close instead of open, read, close.
16638
9a387d1f
L
166392012-10-11 H.J. Lu <hongjiu.lu@intel.com>
16640
ac49ecaf
L
16641 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
16642 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
16643 global and hidden.
16644 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
16645 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
16646 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
16647 Likewise.
16648 (__rawmemchr_sse2): Likewise.
16649 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
16650 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
16651 (__strchr_sse2): Likewise.
16652 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
16653 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
16654 (__strcasecmp_sse2): Likewise.
16655 (__strncasecmp_sse2): Likewise.
16656 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
16657 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
16658 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
16659 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
16660 (__strrchr_sse2): Likewise.
16661 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
16662 ifunc-impl-list.c.
16663 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
16664 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
16665 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
16666 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
16667 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
16668 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
16669 * sysdeps/x86_64/multiarch/memset.S: Likewise.
16670 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
16671 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
16672 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
16673 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
16674 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
16675 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
16676 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
16677 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
16678 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
16679 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
16680 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
16681 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
16682 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
16683 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
16684 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
16685 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
16686 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
16687 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
16688 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16689 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
16690 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
16691 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
16692 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
16693
b090e8ea
L
16694 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
16695 global and hidden.
16696 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
16697 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
16698 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
16699 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
16700 Likewise.
16701 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
16702 Likewise.
16703 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
16704 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
16705 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
16706 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
16707 ifunc-impl-list.c.
16708 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
16709 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
16710 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
16711 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
16712 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
16713 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
16714 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
16715 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
16716 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
16717 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
16718 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
16719 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
16720 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
16721 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
16722 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
16723 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16724 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
16725 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
16726 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
16727 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
16728 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
16729 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
16730 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
16731 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
16732 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16733 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
16734 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
16735 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
16736 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
16737 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
16738 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
16739 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
16740 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
16741 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
16742 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
16743 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
16744 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
16745 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
16746 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
16747 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
16748 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
16749
11dd4af6
L
16750 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
16751 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
16752 * include/ifunc-impl-list.h: New file.
16753 * misc/ifunc-impl-list.c: Likewise.
16754 * misc/Makefile (routines): Add ifunc-impl-list.
16755 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
16756 * string/test-string.h: Include <ifunc-impl-list.h>.
16757 [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
16758 impl_array): New variables.
16759 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
16760 are defined.
16761 (test_init): Call __libc_ifunc_impl_list to initialize
16762 func_list if TEST_IFUNC and TEST_NAME are defined.
16763
9a387d1f
L
16764 * string/Makefile (strop-tests): Add bcopy and bzero.
16765 * string/test-bcopy.c: New file.
16766 * string/test-bzero.c: Likewise.
16767 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
16768 defined.
16769 * string/test-memset.c: Support bzero test if TEST_BZERO is
16770 defined.
16771 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
16772 __libc_memmove.
16773 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
16774 __libc_memset.
16775 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
16776 of memset.
16777
472371b9
JM
167782012-10-10 Joseph Myers <joseph@codesourcery.com>
16779
1e4a9536
JM
16780 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
16781 * configure: Regenerated.
16782
d173d12e
JM
16783 * Makeconfig (+link-static-before-libc): Don't include
16784 $(link-static-libc).
16785
472371b9
JM
16786 * libio/libio.h (_IO_pos_t): Remove.
16787
89a3ad0b
AO
167882012-10-10 Alexandre Oliva <aoliva@redhat.com>
16789
16790 * NEWS: Add note about FIPS mode. Wording suggested by Roland
16791 McGrath.
16792
e7451425
AO
167932012-10-10 Alexandre Oliva <aoliva@redhat.com>
16794
16795 * crypt/crypt-entry.c: Include fips-private.h.
16796 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
16797 * crypt/md5c-test.c (main): Tolerate disabled MD5.
16798 * sysdeps/unix/sysv/linux/fips-private.h: New file.
16799 * sysdeps/generic/fips-private.h: New file, dummy fallback.
16800
4ba74a35
AO
168012012-10-10 Alexandre Oliva <aoliva@redhat.com>
16802
16803 * crypt/crypt-private.h: Include stdbool.h.
16804 (_ufc_setup_salt_r): Return bool.
16805 * crypt/crypt-entry.c: Include errno.h.
16806 (__crypt_r): Return NULL with EINVAL for bad salt.
16807 * crypt/crypt_util.c (bad_for_salt): New.
16808 (_ufc_setup_salt_r): Check that salt is long enough and within
16809 the specified alphabet.
16810 * crypt/badsalttest.c: New file.
16811 * crypt/Makefile (tests): Add it.
16812 ($(objpfx)badsalttest): New.
16813
f96f1242
MK
168142012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
16815
16816 * NEWS: Add entry for BZ #14602.
16817
0e8e0c1c
JM
168182012-10-09 Joseph Myers <joseph@codesourcery.com>
16819
16820 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
16821 type-generic.
16822 * math/libm-test.inc: Update comment listing what functions and
16823 macros are tested.
16824 (isgreater_test): New function.
16825 (isgreaterequal_test): Likewise.
16826 (isless_test): Likewise.
16827 (islessequal_test): Likewise.
16828 (islessgreater_test): Likewise.
16829 (isunordered_test): Likewise.
16830 (main): Call the new functions.
16831
273edc5e
RM
168322012-10-09 Roland McGrath <roland@hack.frob.com>
16833
b8493de0
RM
16834 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
16835 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
16836 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
16837 * sysdeps/i386/configure: Regenerated.
16838 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
16839 * sysdeps/mach/configure: Regenerated.
16840 * sysdeps/mach/hurd/configure: Regenerated.
16841 * sysdeps/powerpc/configure: Regenerated.
16842 * sysdeps/powerpc/powerpc32/configure: Regenerated.
16843 * sysdeps/powerpc/powerpc64/configure: Regenerated.
16844 * sysdeps/s390/s390-32/configure: Regenerated.
16845 * sysdeps/s390/s390-64/configure: Regenerated.
16846 * sysdeps/sh/configure: Regenerated.
16847 * sysdeps/sparc/configure: Regenerated.
16848 * sysdeps/unix/sysv/linux/configure: Regenerated.
16849 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
16850 * sysdeps/x86_64/configure: Regenerated.
16851
273edc5e
RM
16852 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
16853 defined. Don't check if MAP is NULL.
16854
c8450f70
JM
168552012-10-09 Joseph Myers <joseph@codesourcery.com>
16856
16857 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
16858 (_G_stat64): Likewise.
16859 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
16860 (_G_stat64): Likewise.
16861 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
16862 instead of struct _G_stat64.
16863 * libio/fileops.c (mmap_remap_check): Likewise.
16864 (decide_maybe_mmap): Likewise.
16865 (_IO_new_file_seekoff): Likewise.
16866 (_IO_file_stat): Likewise.
16867 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
16868 _G_off64_t.
16869 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
16870 instead of struct _G_stat64.
16871 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
16872
57e605ba
MK
168732012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
16874
16875 [BZ #14602]
16876 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
16877 Replace with ...
16878 (CHECK_EOL): New macro.
16879 (two_way_short_needle): Check beginning of haystack for EOL. Use
16880 CHECK_EOL.
16881 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
16882 Replace with CHECK_EOL.
16883 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
16884 Replace with CHECK_EOL.
16885
ef1bb361
JM
168862012-10-08 Joseph Myers <joseph@codesourcery.com>
16887
16888 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
16889 type-generic.
16890 * math/libm-test.inc: Update comment listing what functions and
16891 macros are tested.
16892 (finite_test): New function.
16893 (isinf_test): Likewise.
16894 (isnan_test): Likewise.
16895 (fpclassify_test): Test subnormal input.
16896 (isfinite_test): Likewise.
16897 (isnormal_test): Likewise.
16898 (main): Call the new functions.
16899
55f11534
JN
169002012-10-08 Jonathan Nieder <jrnieder@gmail.com>
16901
16902 [BZ #14660]
16903 * Makerules (%.dynsym): Force C locale when running
16904 $(OBJDUMP) --dynamic-syms.
16905
1ab29350
AS
169062012-10-08 Andreas Schwab <schwab@linux-m68k.org>
16907
16908 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
16909 <stdint.h>.
16910
f1ecb7ef
DM
169112012-10-06 David S. Miller <davem@davemloft.net>
16912
16913 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
16914 upper 32-bits of the length value in %o2 since we use branch-on-register
16915 tests which consider the entire 64-bit register.
16916
5d41d91a
L
169172012-10-06 H.J. Lu <hongjiu.lu@intel.com>
16918
16919 * string/test-strstr.c (check2): Add a test for page boundary.
16920
3baddb72
DM
169212012-10-05 David S. Miller <davem@davemloft.net>
16922
16923 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
16924 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
16925 file.
16926 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
16927 sysdep_routines.
16928 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
16929 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
16930 and bzero when HWCAP_SPARC_CRYPTO is present.
16931
9cee5585
L
169322012-10-05 H.J. Lu <hongjiu.lu@intel.com>
16933
d7e0dab9
L
16934 [BZ #14602]
16935 * string/test-strstr.c (check2): New function.
16936 (test_main): Call check2.
16937
03759f47
L
16938 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
16939 and bug-strchr1.
16940 * string/bug-strcasestr1.c (do_test): Moved to ...
16941 * string/test-strcasestr.c (check1): Here. New function.
16942 (do_one_test): Break out result checking code into ...
16943 (check_result): This. New function.
16944 (do_one_test): Call check_result.
16945 (test_main): Call check1.
16946 * string/bug-strchr1.c (do_test): Moved to ...
16947 * string/test-strchr.c (check1): Here. New function.
16948 (do_one_test): Break out result checking code into ...
16949 (check_result): This. New function.
16950 (do_one_test): Call check_result.
16951 (test_main): Call check1.
16952 * string/bug-strstr1.c (main): Moved to ...
046f153e 16953 * string/test-strstr.c (check1): Here. New function.
03759f47
L
16954 (do_one_test): Break out result checking code into ...
16955 (check_result): This. New function.
16956 (do_one_test): Call check_result.
16957 (test_main): Call check1.
16958 * string/bug-strcasestr1.c: Removed.
16959 * string/bug-strchr1.c: Likewise.
16960 * string/bug-strstr1.c: Likewise.
16961
53cea63e
L
16962 * elf/Makefile (dl-routines): Add hwcaps.
16963 * elf/dl-support.c (_dl_important_hwcaps): Removed.
16964 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
16965 (_dl_important_hwcaps): Moved to ...
16966 * elf/dl-hwcaps.c: Here. New file.
16967 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
16968
9cee5585 16969 [BZ #14557]
bb859b06
L
16970 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
16971 if IS_IN_rtld isn't defined.
16972
9cee5585
L
16973 * elf/dl-support.c (_dl_sysinfo_map): New.
16974 Include "get-dynamic-info.h" and "setup-vdso.h".
16975 (_dl_non_dynamic_init): Call setup_vdso.
16976 * elf/dynamic-link.h: Don't include <assert.h>.
16977 (elf_get_dynamic_info): Moved to ...
16978 * elf/get-dynamic-info.h: Here. New file.
16979 * elf/dynamic-link.h: Include "get-dynamic-info.h".
16980 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
16981 * elf/setup-vdso.h: Here. New file.
16982 * elf/rtld.c: Include "setup-vdso.h".
16983 (dl_main): Call setup_vdso.
16984
23c31b76
JM
169852012-10-05 Joseph Myers <joseph@codesourcery.com>
16986
28234b07
JM
16987 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
16988 creal in comment listing functions tested. List finite, isinf,
16989 isnan, isless, islessequal, isgreater, isgreaterequal,
16990 islessgreater, isunordered, lgamma_r and pow10 as functions and
16991 macros not tested. Mention which functions not tested are aliases
16992 for other functions. Fix typo. Note that signs of NaNs are not
16993 tested.
16994
23c31b76
JM
16995 * scripts/config.guess: Update from config.git.
16996 * scripts/config.sub: Likewise.
16997
9043e228
RM
169982012-10-04 Roland McGrath <roland@hack.frob.com>
16999
17000 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
17001 * misc/madvise.c (madvise): Renamed to __madvise.
17002 Make madvise a weak alias.
17003 * include/sys/mman.h: Declare __madvise.
17004 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
17005 * sysdeps/unix/syscalls.list
17006 (madvise): Make __madvise the strong name, and madvise a weak alias.
17007 * sysdeps/unix/sysv/linux/syscalls.list
17008 (madvise, mmap): Remove redundant entries.
17009 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
17010 * malloc/malloc.c (mtrim): Likewise.
17011 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
17012
f57f8055
RM
170132012-10-03 Roland McGrath <roland@hack.frob.com>
17014
17015 * sysdeps/mach/hurd/dl-cache.c: File removed.
17016 * config.h.in (USE_LDCONFIG): New #undef.
17017 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
17018 * configure: Regenerated.
17019 * elf/Makefile (dl-routines): Add dl-cache only under
17020 [$(use-ldconfig) = yes].
17021 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
17022 cache on [USE_LDCONFIG].
17023 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
17024 [USE_LDCONFIG].
17025 * elf/rtld.c (dl_main): Likewise.
17026
5bb0c10a
PT
170272012-10-03 Pino Toscano <toscano.pino@tiscali.it>
17028
17029 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
17030 _SC_LEVEL4_CACHE_LINESIZE.
17031
010188c6
RM
170322012-10-03 Roland McGrath <roland@hack.frob.com>
17033
17034 * sysdeps/unix/bsd/confstr.h: File removed.
17035
b6c5ec07
AO
170362012-10-02 Alexandre Oliva <aoliva@redhat.com>
17037
17038 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
17039 sys/sdt-config.h.
17040
408223d4
RM
170412012-10-02 Roland McGrath <roland@hack.frob.com>
17042
17043 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
17044 Make 'mapoff' field ElfW(Off) rather than off_t.
17045
bb9510dc
DL
170462012-10-02 Dmitry V. Levin <ldv@altlinux.org>
17047
fc997c6e
DL
17048 * nscd/Makefile: Remove nscd-cflags and all its users.
17049 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
17050 (CFLAGS-nonlib): Add compiler flags for nscd modules.
17051
bb9510dc
DL
17052 [BZ #10631]
17053 * malloc.c (malloc_printerr): Clarify error message.
17054
05699367
L
170552012-10-02 H.J. Lu <hongjiu.lu@intel.com>
17056
17057 [BZ #14648]
17058 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17059 Set bit_FMA_Usable if FMA is supported.
17060 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
17061 macro.
17062 (bit_FMA4_Usable): Updated.
17063 (index_FMA_Usable): New macro.
17064 (CPUID_FMA): Likewise
17065 (HAS_FMA): Defined with bit_FMA_Usable.
17066
51367701
RM
170672012-10-01 Roland McGrath <roland@hack.frob.com>
17068
17069 * bits/types.h (__swblk_t): Type removed.
17070 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
17071 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
17072 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17073 (__SWBLK_T_TYPE): Likewise.
17074 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17075 (__SWBLK_T_TYPE): Likewise.
17076 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17077 (__SWBLK_T_TYPE): Likewise.
17078 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17079 (__SWBLK_T_TYPE): Likewise.
17080
4d57bf63 170812012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 17082 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
17083
17084 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
17085 (xdr_mapname): Use YPMAXMAP as maxsize.
17086 (xdr_peername): Use YPMAXPEER as maxsize.
17087 (xdr_keydat): Use YPAXRECORD as maxsize.
17088 (xdr_valdat): Use YPMAXRECORD as maxsize.
17089
93c65d43
RM
170902012-10-01 Roland McGrath <roland@hack.frob.com>
17091
497a03d6
RM
17092 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
17093
93c65d43
RM
17094 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
17095 * csu/init-first.c: ... here.
17096 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
17097 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
17098 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
17099 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
17100 * sysdeps/i386/init-first.c: File removed.
17101 * sysdeps/sh/init-first.c: File removed.
17102
bec749fd
JM
171032012-10-01 Joseph Myers <joseph@codesourcery.com>
17104
17105 [BZ #14645]
17106 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
17107 if x * y might underflow to zero and z is zero.
17108 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17109 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17110 * math/libm-test.inc (min_subnorm_value): New variable.
17111 (fma_test): Add more tests.
17112 (fma_test_towardzero): Likewise.
17113 (fma_test_downward): Likewise
17114 (fma_test_upward): Likewise.
17115 (initialize): Set min_subnorm_value.
17116
8ec5b013
JM
171172012-09-29 Joseph Myers <joseph@codesourcery.com>
17118
17119 [BZ #14638]
17120 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
17121 0 + 0.
17122 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
17123 mode for addition resulting in exact zero.
17124 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
17125 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
17126 exact 0 + 0.
17127 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17128 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17129 * math/libm-test.inc (fma_test): Add more tests.
17130 (fma_test_towardzero): New function.
17131 (fma_test_downward): Likewise.
17132 (fma_test_upward): Likewise.
17133 (main): Call the new functions.
17134
b1fa802e
DM
171352012-09-28 David S. Miller <davem@davemloft.net>
17136
17137 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
17138
d3b9fd9e
RM
171392012-09-28 Roland McGrath <roland@hack.frob.com>
17140
ea4d37b3
RM
17141 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
17142 instead of SIGALRM.
17143
ac51c949
RM
17144 * sysdeps/gnu/_G_config.h: Moved to ...
17145 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
17146 * sysdeps/mach/hurd/_G_config.h: Moved to ...
17147 * sysdeps/generic/_G_config.h: ... here.
17148
28c195f7
RM
17149 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
17150
848917f9
RM
17151 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
17152
6bacf05b
RM
17153 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
17154 Conditionalize target on [libnss_test1.so-version].
17155
91363dbb
RM
17156 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
17157
cc87f7d8
RM
17158 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
17159 (elfobjdir): Move out of conditionals.
17160
b1c608fe
RM
17161 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
17162 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
17163 (__nss_lookup_function): Conditionalize label remove_from_tree on
17164 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 17165
1d9a6d96
DM
171662012-09-28 David S. Miller <davem@davemloft.net>
17167
17168 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
17169 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
17170 file.
17171 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
17172 sysdep_routines.
17173 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
17174 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
17175 when HWCAP_SPARC_CRYPTO is present.
17176
72581615
PT
171772012-09-28 Pino Toscano <toscano.pino@tiscali.it>
17178
17179 * io/tst-mknodat.c: Create a FIFO instead of a socket.
17180
715a900c
JL
171812012-09-28 Andreas Schwab <schwab@linux-m68k.org>
17182
17183 [BZ #6530]
17184 * stdio-common/vfprintf.c (process_string_arg): Revert
17185 2000-07-22 change.
17186
171872011-09-28 Jonathan Nieder <jrnieder@gmail.com>
17188
17189 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
17190 for testcase.
17191 * stdio-common/tst-sprintf.c: Include <locale.h>
17192 (main): Test sprintf's handling of incomplete multibyte
17193 characters.
17194
9bac1d86
L
171952012-09-28 H.J. Lu <hongjiu.lu@intel.com>
17196
17197 * elf/dl-runtime.c (VERSYMIDX): Removed.
17198 * elf/dl-version.c (VERSYMIDX): Likewise.
17199 * elf/do-rel.h (VERSYMIDX): Likewise.
17200 (VALIDX): Likewise.
17201 * elf/dynamic-link.h (VERSYMIDX): Likewise.
17202 * elf/rtld.c (VALIDX): Likewise.
17203 (ADDRIDX): Likewise.
9bac1d86
L
17204 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
17205 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
17206 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
17207 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
17208 (VALIDX): Likewise.
17209 (ADDRIDX): Likewise.
9bac1d86 17210
b31606c0
PT
172112012-09-28 Pino Toscano <toscano.pino@tiscali.it>
17212
17213 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
17214
11541177
JL
172152012-09-28 Dmitry V. Levin <ldv@altlinux.org>
17216
17217 [BZ #11438]
17218 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
17219 to global scope.
17220 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
17221 addresses are in the same scope as 192.0.2/24.
17222 * posix/gai.conf: Document new scope table defaults.
17223
adb26fae
SP
172242012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
17225
17226 [BZ #5298]
17227 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
17228 for ftell. Compute offsets from write pointers instead.
17229 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
17230
4573c6b0
SP
172312012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
17232
17233 [BZ #14543]
17234 * libio/Makefile (tests): New test case tst-fseek.
17235 * libio/tst-fseek.c: New test case to verify that fseek/ftell
17236 combination works in wide mode.
17237 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
17238 state when the external buffer state changes.
17239
aa9bbfe6
DM
172402012-09-27 David S. Miller <davem@davemloft.net>
17241
17242 [BZ #14376]
17243 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
17244 pass reloc->r_addend in as the 'high' argument to
17245 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
17246
784421e7
DM
17247 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17248
c39bc8b8
PT
172492012-09-28 Pino Toscano <toscano.pino@tiscali.it>
17250
17251 * rt/tst-aio2.c: Include <pthread.h>.
17252 * rt/tst-aio3.c: Likewise.
17253
1ccc2399
SE
172542012-09-27 Steve Ellcey <sellcey@mips.com>
17255
17256 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
17257
31ed4153
L
172582012-09-27 H.J. Lu <hongjiu.lu@intel.com>
17259
25f5f885
L
17260 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
17261 contents on [SHARED].
31ed4153 17262
b7bfe116
MP
172632012-09-26 Marek Polacek <polacek@redhat.com>
17264
17265 [BZ #14530]
17266 [BZ #13741]
17267 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
17268 for C++ and GCC <4.3 as well as for non GCC compilers.
17269
43c4edba
MT
172702012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
17271
17272 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17273
6a1bf82f
RM
172742012-09-25 Roland McGrath <roland@hack.frob.com>
17275
17276 * Makefile.in (all, install): Declare with .PHONY.
17277 Reported by Michael Hope <michael.hope@linaro.org>.
17278
8ad11b9a
TMQMF
172792012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17280
17281 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
17282 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
17283 system header.
17284 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
17285 Likewise.
17286 (sydep_routines): Add the new and the internal functions.
17287 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
17288 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
17289 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
17290 (GLIBC_2.17): Add the new function.
17291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
17292 (GLIBC_2.17): Likewise.
17293 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
17294 (GLIBC_2.17): Likewise.
17295 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
17296 (GLIBC_2.17): Likewise.
17297 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
17298
7e2fca8d
AM
172992012-09-25 Alan Modra <amodra@gmail.com>
17300
17301 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
17302 Add release barrier before setting once_control to say
17303 initialisation is done. Add hints on lwarx. Use macro in
17304 place of isync.
17305 (clear_once_control): Add release barrier.
17306
b87c4b24
JM
173072012-09-25 Joseph Myers <joseph@codesourcery.com>
17308
d032e0d2
JM
17309 [BZ #13629]
17310 * math/s_clog.c (__clog): Handle more values close to |z| = 1
17311 specially.
17312 * math/s_clog10.c (__clog10): Likewise.
17313 * math/s_clog10f.c (__clog10f): Likewise.
17314 * math/s_clog10l.c (__clog10l): Likewise.
17315 * math/s_clogf.c (__clogf): Likewise.
17316 * math/s_clogl.c (__clogl): Likewise.
17317 * math/Makefile (libm-calls): Add x2y2m1.
17318 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
17319 (__x2y2m1): Likewise.
17320 (__x2y2m1l): Likewise.
17321 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
17322 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
17323 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
17324 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17325 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
17326 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
17327 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
17328 * sysdeps/i386/fpu/libm-test-ulps: Update.
17329 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17330
b87c4b24
JM
17331 [BZ #14621]
17332 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
17333 int as type of variable DEPTH.
17334 (glob): Use size_t instead of int as type of variables NEWCOUNT
17335 and OLD_PATHC.
17336
6d3bf199
LD
173372012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17338
22bf5c17
LD
17339 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
17340 Add s_sincosf-sse2.
17341 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
17342 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
17343 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
17344 macros for using routine as __sincosf_ia32.
17345 Use macro for function declaration and weak_alias.
17346 * sysdeps/i386/fpu/libm-test-ulps: Update.
17347
17348 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
17349 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17350
17351 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
17352 subnormal argument.
17353 * math/s_cexpf.c (__cexpf): Likewise.
17354 * math/s_csinf.c (__csinf): Likewise.
17355 * math/s_csinhf.c (__csinhf): Likewise.
17356 * math/s_ctanf.c (__ctanf): Likewise.
17357 * math/s_ctanhf.c (__ctanhf): Likewise.
17358 * math/s_ccosh.c (__ccoshf): Likewise.
17359 * math/s_cexp.c (__cexpl): Likewise.
17360 * math/s_csin.c (__csin): Likewise.
17361 * math/s_csinh.c (__csinh): Likewise.
17362 * math/s_ctan.c (__ctan): Likewise.
17363 * math/s_ctanh.c (ctanh): Likewise.
17364 * math/s_ccoshl.c (__ccoshl): Likewise.
17365 * math/s_cexpl.c (__cexpl): Likewise.
17366 * math/s_csinl.c (__csinl): Likewise.
17367 * math/s_csinhl.c (__csinhl): Likewise.
17368 * math/s_ctanl.c (__ctanl): Likewise.
17369 * math/s_ctanhl.c (__ctanhl): Likewise.
17370
203e5603
JM
173712012-09-25 Joseph Myers <joseph@codesourcery.com>
17372
17373 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
17374 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
17375 (_IO_off_t): Define to __off_t, not _G_off_t.
17376 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
17377 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
17378 (_IO_wint_t): Define to wint_t, not _G_wint_t.
17379 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
17380 type of __dummy and __dummy2 fields.
17381 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
17382 (_G_ssize_t): Likewise.
17383 (_G_off_t): Likewise.
17384 (_G_pid_t): Likewise.
17385 (_G_uid_t): Likewise.
17386 (_G_wchar_t): Likewise.
17387 (_G_wint_t): Likewise.
17388 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
17389 (_G_ssize_t): Likewise.
17390 (_G_off_t): Likewise.
17391 (_G_pid_t): Likewise.
17392 (_G_uid_t): Likewise.
17393 (_G_wchar_t): Likewise.
17394 (_G_wint_t): Likewise.
17395 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
17396 (_G_ssize_t): Likewise.
17397 (_G_off_t): Likewise.
17398 (_G_pid_t): Likewise.
17399 (_G_uid_t): Likewise.
17400 (_G_wchar_t): Likewise.
17401 (_G_wint_t): Likewise.
17402
9fab36eb
SP
174032012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
17404
17405 * malloc/arena.c: Include malloc-sysdep.h.
17406 (shrink_heap): Use check_may_shrink_heap to decide if madvise
17407 is sufficient to shrink the heap or an unmap is needed.
17408 * sysdeps/generic/malloc-sysdep.h: New file. Define
17409 new function check_may_shrink_heap.
17410 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
17411 new function check_may_shrink_heap.
17412
2b4f00d1
SP
174132012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
17414
17415 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
17416 comments.
17417
9a9028b1
DL
174182012-09-24 Dmitry V. Levin <ldv@altlinux.org>
17419
57c69bef
DL
17420 * catgets/test-gencat.sh: Add "set -e".
17421 * elf/tst-pathopt.sh: Likewise.
17422 * grp/tst_fgetgrent.sh: Likewise.
17423 * iconvdata/run-iconv-test.sh: Likewise.
17424 * intl/tst-gettext.sh: Likewise.
17425 * intl/tst-gettext2.sh: Likewise.
17426 * intl/tst-gettext4.sh: Likewise.
17427 * intl/tst-gettext6.sh: Likewise.
17428 * intl/tst-translit.sh: Likewise.
17429 * io/ftwtest-sh: Likewise.
17430 * libio/test-freopen.sh: Likewise.
17431 * malloc/tst-mtrace.sh: Likewise.
17432 * posix/globtest.sh: Likewise.
17433 * posix/tst-getconf.sh: Likewise.
17434 * posix/wordexp-tst.sh: Likewise.
17435 * stdio-common/tst-printf.sh: Likewise.
17436 * stdio-common/tst-unbputc.sh: Likewise.
17437 * stdlib/tst-fmtmsg.sh: Likewise.
17438 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
17439 * catgets/Makefile: Do not specify -e option when running
17440 testsuite shell scripts.
17441 * elf/Makefile: Likewise.
17442 * grp/Makefile: Likewise.
17443 * iconvdata/Makefile: Likewise.
17444 * intl/Makefile: Likewise.
17445 * io/Makefile: Likewise.
17446 * libio/Makefile: Likewise.
17447 * malloc/Makefile: Likewise.
17448 * posix/Makefile: Likewise.
17449 * stdio-common/Makefile: Likewise.
17450 * stdlib/Makefile: Likewise.
17451 * sysdeps/x86_64/Makefile: Likewise.
17452
9a9028b1
DL
17453 * io/ftwtest-sh: Add copyright header.
17454 * posix/globtest.sh: Likewise.
17455 * posix/tst-getconf.sh: Likewise.
17456 * posix/wordexp-tst.sh: Likewise.
17457 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
17458
ced6f16e
L
174592012-09-24 H.J. Lu <hongjiu.lu@intel.com>
17460
94b32c39
L
17461 [BZ #13679]
17462 * Makeconfig (+link): Defined as $(+link-static) if
17463 $(build-shared) isn't yes.
17464 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
17465 isn't yes.
17466 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
17467
189e935b
L
17468 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
17469
ced6f16e
L
17470 [BZ #14562]
17471 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
17472 new chunk size with MALLOC_ALIGN_MASK.
17473
a9f8e53a
JM
174742012-09-24 Joseph Myers <joseph@codesourcery.com>
17475
17476 [BZ #5044]
17477 * stdio-common/printf_fphex.c: Include <stdbool.h> and
17478 <rounding-mode.h>.
17479 (__printf_fphex): Determine rounding using get_rounding_mode and
17480 round_away.
17481 * stdio-common/tst-printf-round.c (struct hex_test): New
17482 structure.
17483 (hex_tests): New variable.
17484 (test_hex_in_one_mode): New function.
17485 (do_test): Also run tests for hex float output.
17486
43153109
JM
174872012-09-21 Joseph Myers <joseph@codesourcery.com>
17488
17489 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
17490 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
17491 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
17492 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
17493 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
17494 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
17495 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
17496 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
17497
8a26625d
JM
174982012-09-20 Joseph Myers <joseph@codesourcery.com>
17499
17500 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
17501 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
17502 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
17503 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
17504
f3fd569c
DL
175052012-09-19 Dmitry V. Levin <ldv@altlinux.org>
17506
17507 [BZ #14579]
17508 * elf/rtld.c (dl_main): Limit the check for self loading to normal
17509 mode only.
17510 * elf/tst-rtld-load-self.sh: New test.
17511 * elf/Makefile: Run it.
17512
63bbedd4
JM
175132012-09-18 Joseph Myers <joseph@codesourcery.com>
17514
17515 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
17516 (tst-writev-ENV): Remove.
17517 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
17518
626f8b6a
CM
175192012-09-17 Chris Metcalf <cmetcalf@tilera.com>
17520
17521 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
17522
b7aaa4d6
JM
175232012-09-17 Joseph Myers <joseph@codesourcery.com>
17524
17525 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
17526 unconditional.
17527 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
17528 Likewise.
17529 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
17530 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
17531 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
17532 Likewise.
17533
65513990
L
175342012-09-14 H.J. Lu <hongjiu.lu@intel.com>
17535
17536 [BZ #14587]
17537 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
17538 * config.make.in (have-cpp-asm-debuginfo): Removed.
17539 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
17540 * configure: Regenerated.
17541
784761be
JM
175422012-09-14 Joseph Myers <joseph@codesourcery.com>
17543
17544 [BZ #5044]
17545 * stdio-common/printf_fp.c: Include <stdbool.h> and
17546 <rounding-mode.h>.
17547 (___printf_fp): Determine rounding using get_rounding_mode and
17548 round_away.
17549 * stdio-common/tst-printf-round.c: New file.
17550 * stdio-common/Makefile (tests): Add tst-printf-round.
17551 (link-libm): New variable.
17552 ($(objpfx)tst-printf-round): Depend in $(link-libm).
17553
9503345f
L
175542012-09-13 H.J. Lu <hongjiu.lu@intel.com>
17555
17556 [BZ #14576]
17557 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
17558 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
17559 Likewise.
17560 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
17561 Likewise.
17562
ad35fc00
JM
175632012-09-13 Joseph Myers <joseph@codesourcery.com>
17564
17565 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
17566 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
17567 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
17568 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
17569
6c9b0f68
JM
175702012-09-12 Joseph Myers <joseph@codesourcery.com>
17571
17572 [BZ #14518]
17573 * include/rounding-mode.h: New file.
17574 * sysdeps/generic/get-rounding-mode.h: Likewise.
17575 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
17576 * stdlib/strtod_l.c: Include <rounding-mode.h>.
17577 (MAX_VALUE): New macro.
17578 (MIN_VALUE): Likewise.
17579 (overflow_value): New function.
17580 (underflow_value): Likewise.
17581 (round_and_return): Use overflow_value and underflow_value to
17582 determine return values in overflow and underflow cases. Use
17583 round_away to determine rounding depending on rounding mode.
17584 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
17585 determine return values in overflow and underflow cases.
17586 * stdlib/tst-strtod-round.c: Include <fenv.h>.
17587 (struct test_results): New structure.
17588 (struct test): Use struct test_results to store expected results
17589 for all rounding modes.
17590 (TEST): Include expected results for all rounding modes.
17591 (test_in_one_mode): New function.
17592 (do_test): Use test_in_one_mode to compute and check results.
17593 Check results for all rounding modes.
17594 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
17595 $(link-libm).
17596
19fcedd5
AM
175972012-12-09 Allan McRae <allan@archlinux.org>
17598
1e9d84cd 17599 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 17600
8bbfd2f1
JM
176012012-09-11 Joseph Myers <joseph@codesourcery.com>
17602
17603 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
17604 (_G_int32_t): Likewise.
17605 (_G_uint16_t): Likewise.
17606 (_G_uint32_t): Likewise.
17607 (_G_HAVE_BOOL): Likewise.
17608 (_G_HAVE_ATEXIT): Likewise.
17609 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
17610 (_G_HAVE_IO_FILE_OPEN): Likewise.
17611 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
17612 (_G_int32_t): Likewise.
17613 (_G_uint16_t): Likewise.
17614 (_G_uint32_t): Likewise.
17615 (_G_HAVE_BOOL): Likewise.
17616 (_G_HAVE_ATEXIT): Likewise.
17617 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
17618 (_G_HAVE_IO_FILE_OPEN): Likewise.
17619 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
17620 (_G_int32_t): Likewise.
17621 (_G_uint16_t): Likewise.
17622 (_G_uint32_t): Likewise.
17623 (_G_HAVE_BOOL): Likewise.
17624 (_G_HAVE_ATEXIT): Likewise.
17625 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
17626 (_G_HAVE_IO_FILE_OPEN): Likewise.
17627
b1dc5912
L
176282012-09-11 H.J. Lu <hongjiu.lu@intel.com>
17629
17630 * csu/libc-tls.c: Update copyright years.
17631
0e886ef9
JM
176322012-09-10 Joseph Myers <joseph@codesourcery.com>
17633
28361c5e
JM
17634 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
17635 [!_G_USING_THUNKS]: Remove conditional code.
17636 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
17637 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
17638
0e886ef9
JM
17639 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
17640 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
17641 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
17642 (_G_VTABLE_LABEL_PREFIX): Likewise.
17643 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
17644 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
17645 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
17646 (_G_VTABLE_LABEL_PREFIX): Likewise.
17647 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
17648 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
17649 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
17650 (_G_VTABLE_LABEL_PREFIX): Likewise.
17651 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
17652
bcba7aa2
L
176532012-09-10 H.J. Lu <hongjiu.lu@intel.com>
17654
17655 * libio/Makefile: Include ../Makeconfig before tests.
17656 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
17657 only if $(build-shared) is yes.
17658
06585ee8
L
17659 * iconv/gconv_db.c: Update copyright years.
17660
80ccd52c
LD
176612012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17662
17663 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
17664 unwind info if defined PIC. Fix special cases description.
17665 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
17666
17667 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
17668 DP_HI_MASK entry.
17669 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
17670
691bc9c1
L
176712012-09-07 H.J. Lu <hongjiu.lu@intel.com>
17672
3d9b46b3
L
17673 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
17674
de2139a9
L
17675 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
17676 is NULL.
17677
5ca78dd0
L
17678 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
17679 (LDLIBS-tst-chk4): This.
17680 (LDFLAGS-tst-chk5): Renamed to ...
17681 (LDLIBS-tst-chk5): This.
17682 (LDFLAGS-tst-chk6): Renamed to ...
17683 (LDLIBS-tst-chk6): This.
17684 (LDFLAGS-tst-lfschk4): Renamed to ...
17685 (LDLIBS-tst-lfschk4): This.
17686 (LDFLAGS-tst-lfschk5): Renamed to ...
17687 (LDLIBS-tst-lfschk5): This.
17688 (LDFLAGS-tst-lfschk6): Renamed to ...
17689 (LDLIBS-tst-lfschk6): This.
17690
691bc9c1
L
17691 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
17692 on $(common-objpfx)soversions.mk.
17693
65cafb1c
JM
176942012-09-07 Joseph Myers <joseph@codesourcery.com>
17695
17696 [BZ #10014]
17697 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
17698 example host name.
17699
c78ab094
SP
177002012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
17701
17702 * malloc/arena.c (arena_get_retry): New function that gets
17703 another arena for the caller to try its request on.
17704 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
17705 current arena cannot fulfill the request.
17706 (__libc_memalign): Likewise.
17707 (__libc_memalign): Likewise.
17708 (__libc_pvalloc): Likewise.
17709 (__libc_calloc): Likewise.
17710
01f49f59
JT
177112012-09-05 John Tobey <john.tobey@gmail.com>
17712
17713 [BZ #13542]
17714 * manual/arith.texi (Operations on Complex): Fix description
17715 of carg branch cut.
17716
4c23fed5
JM
177172012-09-06 Joseph Myers <joseph@codesourcery.com>
17718
1d3c8572
JM
17719 [BZ #10014]
17720 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
17721 host name.
17722
4c23fed5
JM
17723 [BZ #10038]
17724 * manual/memory.texi (Memory): Make order of menu items match
17725 order of sections.
17726
04570aaa
L
177272012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17728
17729 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
17730 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
17731 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
17732
b80af2f4
L
177332012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17734
17735 * csu/libc-tls.c (static_dtv): Renamed to ...
17736 (_dl_static_dtv): This. Make it global.
17737 (_dl_initial_dtv): Removed.
17738 (__libc_setup_tls): Updated.
17739 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
17740 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
17741 DL_INITIAL_DTV.
17742
2abe9f15
PM
177432012-09-06 Petr Machata <pmachata@redhat.com>
17744
17745 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
17746 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
17747 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
17748 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
17749
0948c3af
L
177502012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17751
17752 [BZ #14545]
17753 * csu/libc-tls.c (_dl_initial_dtv): New variable.
17754 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
17755 freeing dtv[-1].
17756
a5055ad1
L
177572012-09-06 H.J. Lu <hongjiu.lu@intel.com>
17758
17759 [BZ #14544]
17760 * Makeconfig (link-static-before-libc): Replace $(+prector)
17761 with $(+prectorT).
17762 (link-static-after-libc): Replace $(+postctor) with
17763 $(+postctorT).
17764 (link-bounded): Replace $(+prector)/$(+postctor) with
17765 $(+prectorT)/$(+postctorT).
17766 (+prectorT): New macro.
17767 (+postctorT): Likewise.
17768
ed8c2ecd
JM
177692012-09-06 Joseph Myers <joseph@codesourcery.com>
17770
17771 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
17772 (round_str): Handle values above the maximum for IBM long double
17773 as inexact.
17774 * stdlib/tst-strtod-round.c (tests): Regenerated.
17775
14c996c8
AK
177762012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17777
17778 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
17779 assembler flag.
17780 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
17781 zarch_nohighgprs around the zarch optimized routines.
17782 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
17783 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
17784 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
17785 for zarch.
17786
430d6ce6
DM
177872012-09-05 David S. Miller <davem@davemloft.net>
17788
17789 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17790
ff04dda4
DM
17791 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
17792 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
17793 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
17794 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
17795 entries.
17796
24d4e01b
AO
177972012-09-05 Alexandre Oliva <aoliva@redhat.com>
17798
17799 * malloc/arena.c: Fold copyright years.
17800 * malloc/mcheck.c, malloc/memusage.c: Likewise.
17801
61d58174
AO
178022012-09-05 Alexandre Oliva <aoliva@redhat.com>
17803
17804 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
17805
20196a5e
AO
178062012-09-05 Alexandre Oliva <aoliva@redhat.com>
17807
17808 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
17809
5c447383
AO
178102012-09-05 Alexandre Oliva <aoliva@redhat.com>
17811
17812 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
17813 change internal state upon failure.
17814
fad64255
AO
178152012-09-05 Alexandre Oliva <aoliva@redhat.com>
17816
17817 * malloc/mcheck.c (mcheck_check_all): Fix typo.
17818 * malloc/memusage.c (mmap): Likewise.
17819 (mmap64, mremap): Likewise. Adjust name in comment.
17820
1ffb8c90
SP
178212012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17822
17823 * libio/fileops.c: Fix typos in comments.
17824 * libio/oldfileops.c: Likewise.
17825 * libio/wfileops.c: Likewise.
17826
6ef9cc37
SP
178272012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17828
17829 [BZ #1349]
17830 * malloc/Makefile (tests): Add tst-malloc-usable test case.
17831 (tst-malloc-usable-ENV): Set environment for test case.
17832 * malloc/hooks.c (malloc_check_get_size): New function to get
17833 requested size.
17834 * malloc/malloc.c (musable): Use malloc_check_get_size.
17835 * malloc/tst-malloc-usable.c: New test case.
17836
4d038ae3
AS
178372012-09-05 Andreas Schwab <schwab@linux-m68k.org>
17838
17839 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
17840
c4e85184
AM
178412012-09-05 Allan McRae <allan@archlinux.org>
17842
b9dafc56 17843 [BZ #13966]
c4e85184
AM
17844 * configure.in (CXX_SYSINCLUDES): Use compiler output to
17845 determine header location.
17846 * configure: Regenerated.
17847
e1343020
AS
178482012-09-05 Andreas Schwab <schwab@linux-m68k.org>
17849
17850 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
17851 float format.
17852 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
17853 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
17854 format.
e1343020
AS
17855 (test): Regenerate.
17856
0a9f1987
DM
178572012-09-04 David S. Miller <davem@davemloft.net>
17858
17859 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
17860 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
17861 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
17862
29237804
FW
178632012-09-04 Florian Weimer <fweimer@redhat.com>
17864
17865 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
17866 failures.
17867
edb3cb88
FW
17868 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
17869
60160d83
JM
178702012-09-04 Joseph Myers <joseph@codesourcery.com>
17871
17872 [BZ #9914]
17873 * libio/iogetdelim.c: Include <limits.h>.
17874 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
17875 + len + 1 would overflow.
17876
bcd6c8dc
AJ
178772012-09-03 Andreas Jaeger <aj@suse.de>
17878
17879 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17880 * sysdeps/i386/fpu/libm-test-ulps: Update.
17881
4ffffbd2
LD
178822012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17883
17884 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
17885 Add s_sinf-sse2, s_conf-sse2.
17886
17887 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
17888 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
17889 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
17890 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
17891
17892 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
17893 for using routine as __sinf_ia32.
17894 Use macro for function declaration and weak_alias.
17895 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
17896 for using routine as __cosf_ia32.
17897 Use macro for function declaration and weak_alias.
17898
17899 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
17900 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
17901
17902 * sysdeps/x86_64/fpu/s_sinf.S: New file.
17903 * sysdeps/x86_64/fpu/s_cosf.S: New file.
17904 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17905
17906 * math/libm-test.inc (cos_test): Add more test cases.
17907 (sin_test): Likewise.
17908 (sincos_test): Likewise.
17909
511fa286
AK
179102012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17911
17912 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
17913 (IFUNC_RESOLVE): Make pointers to the specialized implementations
17914 hidden.
17915 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
17916
5f30cfec
L
179172012-09-02 H.J. Lu <hongjiu.lu@intel.com>
17918
17919 [BZ #14538]
17920 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
17921 first element of the GOT.
17922 (elf_machine_load_address): Return the difference between
17923 the runtime address of _DYNAMIC and elf_machine_dynamic ().
17924
0786794f
AM
179252012-09-01 Allan McRae <allan@archlinux.org>
17926
5f30cfec
L
17927 [BZ #13412]
17928 * configure.in (AWK): Require gawk version 3.0 or later.
17929 * configure: Regenerated.
0786794f 17930
26889eac
JM
179312012-09-01 Joseph Myers <joseph@codesourcery.com>
17932
17933 * sysdeps/unix/sysv/linux/kernel-features.h
17934 (__ASSUME_POSIX_CPU_TIMERS): Remove.
17935 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17936 [__NR_clock_getres]: Make code unconditional.
17937 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
17938 (clock_getcpuclockid): Remove code left unreachable by removal of
17939 conditionals.
17940 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
17941 code unconditional.
17942 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
17943 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
17944 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
17945 Make code unconditional.
17946 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
17947 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
17948 * sysdeps/unix/sysv/linux/clock_settime.c
17949 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
17950 conditional code.
17951 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
17952 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
17953
d22e28b0
L
179542012-08-29 H.J. Lu <hongjiu.lu@intel.com>
17955
17956 [BZ #14476]
17957 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
17958 scripts/test-installation.pl.
17959
17960 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
17961 and $ld_so_version if it is set.
17962
050af9c4
SP
179632012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
17964
17965 [BZ #14516]
17966 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
17967 failure if reading from procfs failed.
17968 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
17969
ad845c0b
JM
179702012-08-27 Joseph Myers <joseph@codesourcery.com>
17971
17972 * sysdeps/unix/sysv/linux/kernel-features.h
17973 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
17974 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
17975 Remove conditional code.
17976 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17977 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
17978 Remove conditional code.
17979 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17980 * sysdeps/unix/sysv/linux/i386/fxstat.c
17981 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
17982 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17983 * sysdeps/unix/sysv/linux/i386/fxstatat.c
17984 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
17985 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17986 * sysdeps/unix/sysv/linux/i386/lxstat.c
17987 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
17988 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17989 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
17990 Remove conditional code.
17991 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17992 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
17993 Remove conditional code.
17994 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
17995 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
17996 <kernel-features.h>.
17997 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
17998 Remove.
17999 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
18000 Remove conditional code.
18001 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
18002 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
18003 Remove conditional.
18004
5dbf56af
MF
180052012-08-27 Mike Frysinger <vapier@gentoo.org>
18006
18007 [BZ #5400]
18008 * NEWS: Add fixed bug number.
18009
d6e70f43
JM
180102012-08-27 Joseph Myers <joseph@codesourcery.com>
18011
7efb4737
JM
18012 [BZ #14519]
18013 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
18014 underflowing exponent in case of negative sign.
18015 * stdlib/tst-strtod-round-data: Add more tests.
18016 * stdlib/tst-strtod-round.c (tests): Regenerated.
18017
af92131a
JM
18018 [BZ #3479]
18019 * stdlib/strtod_l.c (NDIG): Remove.
18020 (HEXNDIG): Likewise.
18021 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
18022 smallest representable value.
18023 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
18024 lie within an exact representation of 1/2 ulp of the result.
18025 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
18026 unconditionally.
18027 (TENS_P9_IDX): Define unconditionally.
18028 (TENS_P9_SIZE): Likewise.
18029 (TENS_P10_IDX): Likewise.
18030 (TENS_P10_SIZE): Likewise.
18031 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
18032 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
18033 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
18034 entries for 10^2^13 and 10^2^14.
18035 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
18036 (TENS_P13_IDX): Define.
18037 (TENS_P13_SIZE): Likewise.
18038 (TENS_P14_IDX): Likewise.
18039 (TENS_P14_SIZE): Likewise.
18040 (_fpioconst_pow10): Change array size to
18041 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
18042 unconditional.
18043 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
18044 1024]: Add entries for 10^2^13 and 10^2^14.
18045 [LAST_POW10 > _LAST_POW10]: Remove #error.
18046 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
18047 (_fpioconst_pow10): Change array size to
18048 FPIOCONST_POW10_ARRAY_SIZE.
18049 * stdlib/gen-fpioconst.c: New file.
18050 * stdlib/gen-tst-strtod-round.c: Likewise.
18051 * stdlib/tst-strtod-round-data: Likewise.
18052 * stdlib/tst-strtod-round.c: Likewise.
18053 * stdlib/Makefile (tests): Add tst-strtod-round.
18054
d6e70f43
JM
18055 [BZ #14459]
18056 * stdlib/strtod_l.c: Include <stdint.h>.
18057 (NDEBUG): Do not define.
18058 (round_and_return): Change EXPONENT parameter to type intmax_t.
18059 Rearrange calculations to avoid internal overflow possibilities.
18060 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
18061 Rearrange calculations to avoid internal overflow possibilities.
18062 Assert that number fits inside MPNSIZE limbs.
18063 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
18064 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
18065 calculations and add assertions to avoid internal overflow
18066 possibilities. Add casts to avoid signed/unsigned operations.
18067 * stdlib/tst-strtod-overflow.c: New file.
18068 * stdlib/Makefile (tests): Add tst-strtod-overflow.
18069
1f529f7d
MP
180702012-08-25 Marek Polacek <polacek@redhat.com>
18071
18072 * time/time.h: Fix some typos in comments.
18073
59a629f1
RM
180742012-08-23 Roland McGrath <roland@hack.frob.com>
18075
18076 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
18077 * posix/tst-rfc3484-2.c: Likewise.
18078 * posix/tst-rfc3484-3.c: Likewise.
18079
d3bafbc9
SM
180802012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
18081
18082 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
18083 (EF_ARM_ABI_FLOAT_HARD): Likewise.
18084
4efcc022
JM
180852012-08-23 Joseph Myers <joseph@codesourcery.com>
18086
18087 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
18088 #include of fxstatat64.c.
18089
3cc3ef96
RM
180902012-08-22 Roland McGrath <roland@hack.frob.com>
18091
f04e2132
RM
18092 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
18093 * shadow/getspent_r.c: Likewise.
18094 * shadow/getspnam.c: Likewise.
18095 * shadow/getspnam_r.c: Likewise.
18096 * gshadow/getsgent.c: Likewise.
18097 * gshadow/getsgent_r.c: Likewise.
18098 * gshadow/getsgnam.c: Likewise.
18099 * gshadow/getsgnam_r.c: Likewise.
18100 * inet/getnetbyad.c: Likewise.
18101 * inet/getnetbyad_r.c: Likewise.
18102 * inet/getnetbynm.c: Likewise.
18103 * inet/getnetbynm_r.c: Likewise.
18104 * inet/getnetent.c: Likewise.
18105 * inet/getnetent_r.c: Likewise.
18106 * inet/getproto.c: Likewise.
18107 * inet/getproto_r.c: Likewise.
18108 * inet/getprtent.c: Likewise.
18109 * inet/getprtent_r.c: Likewise.
18110 * inet/getprtname.c: Likewise.
18111 * inet/getprtname_r.c: Likewise.
18112 * inet/getrpcbyname.c: Likewise.
18113 * inet/getrpcbyname_r.c: Likewise.
18114 * inet/getrpcbynumber.c: Likewise.
18115 * inet/getrpcbynumber_r.c: Likewise.
18116 * inet/getrpcent.c: Likewise.
18117 * inet/getrpcent_r.c: Likewise.
18118 * inet/getaliasent.c: Likewise.
18119 * inet/getaliasent_r.c: Likewise.
18120 * inet/getaliasname.c: Likewise.
18121 * inet/getaliasname_r.c: Likewise.
18122 * nscd/getgrgid_r.c: Likewise.
18123 * nscd/getgrnam_r.c: Likewise.
18124 * nscd/gethstbyad_r.c: Likewise.
18125 * nscd/gethstbynm3_r.c: Likewise.
18126 * nscd/getpwnam_r.c: Likewise.
18127 * nscd/getpwuid_r.c: Likewise.
18128 * nscd/getsrvbynm_r.c: Likewise.
18129 * nscd/getsrvbypt_r.c: Likewise.
18130 * nscd/gai.c: Likewise.
18131
c53d909c
RM
18132 * configure.in (build_nscd): New substituted variable, set
18133 by --disable-build-nscd and defaults to $use_nscd.
18134 * configure: Regenerated.
18135 * config.make.in (build-nscd): New substituted variable.
18136 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
18137 Change conditional to require [$(build-nscd) = yes] as well.
18138 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
18139
3cc3ef96
RM
18140 [BZ# 13696]
18141 * configure.in (use_nscd): New substituted variable, set by
18142 --disable-nscd. If enabled, define USE_NSCD.
18143 * configure: Regenerated.
18144 * config.h.in: Add USE_NSCD.
18145 * config.make.in (use-nscd): New substituted variable.
18146 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
18147 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
18148 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
18149 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
18150 (CFLAGS-getgrnam_r.c): Likewise.
18151 (CFLAGS-initgroups.c): Likewise.
18152 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
18153 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
18154 Variables removed.
18155 * inet/getnetgrent_r.c
18156 (nscd_setnetgrent): New function, broken out of ...
18157 (setnetgrent): ... here. Call it.
18158 (innetgr): Conditionalize nscd bits on [USE_NSCD].
18159 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
18160 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
18161 * nscd/Makefile (routines, aux): Move definitions after include of
18162 Makeconfig. Conditionalize on [$(use-nscd) != no].
18163 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
18164 Conditionalize on [USE_NSCD].
18165 (is_nscd, nscd_init_cb): Likewise.
18166 (nss_load_library): Conditionalize init callback on [USE_NSCD].
18167 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
18168 * nss/nss_db/db-init.c: Likewise.
18169 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
18170 [USE_NSCD].
18171 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
18172 (make_request): Use it.
18173 (cache_valid_p): New function.
18174 (__check_pf): Use it.
18175 * NEWS: Add item for --disable-nscd.
18176
07e51550
DL
181772012-08-22 Dmitry V. Levin <ldv@altlinux.org>
18178
18179 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
18180 to support sed >= 4.2.1-20-ga9bf076.
18181 * configure: Regenerated.
18182
35a5b08b
RM
181832012-08-22 Roland McGrath <roland@hack.frob.com>
18184
18185 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
18186 Conditionalize whole body on [IREL].
18187
8479f23a
JL
181882012-08-22 Jeff Law <law@redhat.com>
18189
18190 [BZ #14505]
18191 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
18192 if the family is PF_UNSPEC.
18193
48da0b21
MF
181942012-08-22 Mike Frysinger <vapier@gentoo.org>
18195
18196 * Makerules (lib-version): Rename from V.
18197 (install-lib-nosubdir): Change V to lib-version.
18198
15d0da8c
WS
181992012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
18200
18201 [BZ #14252]
18202 * powerpc32/power6/wcschr.c: New file.
18203 * powerpc32/power6/wcscpy.c: New file.
18204 * powerpc32/power6/wcsrchr.c: New file.
18205 * powerpc64/power6/wcschr.c: New file.
18206 * powerpc64/power6/wcscpy.c: New file.
18207 * powerpc64/power6/wcsrchr.c: New file.
18208
bcca0895
MK
182092012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
18210
18211 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
18212 (two_way_short_needle): Use it.
5a4aaa33
RM
18213 * string/strstr.c (AVAILABLE1_USES_J): Define.
18214 * string/strcasestr.c: Likewise.
99677e57
MK
18215
18216 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
18217 array references.
18218 * string/strcasestr.c (TOLOWER): Make side-effect safe.
18219
400726de
MK
18220 [BZ #11607]
18221 * NEWS: Add an entry.
18222 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
18223 define their defaults.
18224 (two_way_short_needle): Detect end-of-string on-the-fly.
18225 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
18226 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
18227 * string/bug-strcasestr1.c: New test.
18228 * string/Makefile: Run it.
18229
20a71f2c
MK
182302012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
18231
18232 [BZ #11607]
18233 * string/str-two-way.h (two_way_short_needle): Optimize matching of
18234 the first character.
18235
21ad0558
RM
182362012-08-21 Roland McGrath <roland@hack.frob.com>
18237
18238 * csu/elf-init.c (__libc_csu_irel): Function removed.
18239 * csu/libc-start.c (apply_irel): New function.
18240 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
18241
0e1d9911
JM
182422012-08-21 Joseph Myers <joseph@codesourcery.com>
18243
18244 * sysdeps/unix/sysv/linux/kernel-features.h
18245 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
18246 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
18247 <kernel-features.h>.
18248 [__NR_fadvise64_64]: Make code unconditional.
18249 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
18250 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
18251 !__NR_fadvise64_64)]: Likewise.
18252 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
18253 !__NR_fadvise64_64))]: Likewise.
18254 [__NR_fadvise64]: Make code unconditional.
18255 [!__NR_fadvise64]: Remove conditional code.
18256 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
18257 <kernel-features.h>.
18258 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
18259 unconditional.
18260 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
18261 conditional code.
18262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
18263 not include <kernel-features.h>.
18264 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
18265 unconditional.
18266 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
18267 conditional code.
18268 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
18269 include <kernel-features.h>.
18270 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
18271 unconditional.
18272 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
18273 conditional code.
18274
14a50c9d
WS
182752012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
18276
18277 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
18278 slight instruction rearrangements per scrollpipe analysis.
18279 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
18280
c0f4faf0
RM
182812012-08-20 Roland McGrath <roland@hack.frob.com>
18282
696da859
RM
18283 * manual/syslog.texi (syslog; vsyslog, closelog):
18284 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
18285 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
18286
c0f4faf0
RM
18287 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
18288 DSOCAPS to match condition on defining it.
18289
348363b2
JM
182902012-08-20 Joseph Myers <joseph@codesourcery.com>
18291
a35cbf28
JM
18292 * sysdeps/unix/sysv/linux/kernel-features.h
18293 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
18294 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
18295 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
18296 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
18297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
18298 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
18299 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
18300 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
18301 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
18302 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
18303
445f7ecd
JM
18304 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
18305 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
18306
348363b2
JM
18307 * sysdeps/unix/sysv/linux/kernel-features.h
18308 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
18309 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
18310 unconditional.
18311 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18312 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
18313 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
18314 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18315 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
18316 Make code unconditional.
18317 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18318 (__mmap64) [!__NR_mmap2]: Likewise.
18319 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
18320 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
18321 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18322 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
18323 [__NR_mmap2]: Make code unconditional.
18324 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
18325 (__mmap64) [!__NR_mmap2]: Likewise.
18326
bc5bc0e5
AK
183272012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18328
18329 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
18330
88d506de
AJ
183312012-08-18 Andreas Jaeger <aj@suse.de>
18332
18333 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
18334
493387d2
MF
183352012-08-18 Mike Frysinger <vapier@gentoo.org>
18336
18337 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
18338 * include/unistd.h (__have_sock_cloexec): Likewise.
18339 (__have_pipe2): Likewise.
18340 (__have_dup3): Likewise.
18341
a277af22
MF
183422012-08-18 Mike Frysinger <vapier@gentoo.org>
18343
18344 [BZ #9685]
18345 * include/unistd.h (__have_pipe2): Change define into an extern int.
18346 (__have_dup3): Likewise.
18347 * socket/have_sock_cloexec.c: Include fcntl.h.
18348 (__have_pipe2): New variable.
18349 (__have_dup3): Likewise.
18350
fdab8fd3
MF
183512012-08-17 Mike Frysinger <vapier@gentoo.org>
18352
18353 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
18354
31035e80
MP
183552012-08-17 Marek Polacek <polacek@redhat.com>
18356
18357 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
18358 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
18359
3bd9e993
RM
183602012-08-17 Roland McGrath <roland@hack.frob.com>
18361
c91c505f
RM
18362 * configure.in: Add AC_SUBST for sysheaders.
18363 * configure: Regenerated.
18364 * config.make.in (sysheaders): New substituted variable.
18365
7c6f9d53
RM
18366 * sysdeps/unix/mkfifo.c: Moved ...
18367 * sysdeps/posix/mkfifo.c: ... here.
18368 * sysdeps/unix/mkfifoat.c: Moved ...
18369 * sysdeps/posix/mkfifoat.c: ... here.
18370
18371 * sysdeps/unix/utime.c: Moved ...
18372 * sysdeps/posix/utime.c: ... here.
18373
18374 * sysdeps/unix/time.c: Moved ...
18375 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
18376 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
18377 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
18378
18379 * sysdeps/unix/nice.c: Moved ...
18380 * sysdeps/posix/nice.c: ... here.
18381
18382 * sysdeps/unix/alarm.c: Moved ...
18383 * sysdeps/posix/alarm.c: ... here.
18384
3bd9e993
RM
18385 * intl/Makefile ($(codeset_mo)): Depend on the input file.
18386
d1f09384
JL
183872012-08-17 Jeff Law <law@redhat.com>
18388
18389 * intl/Makefile (codeset_mo): New variable.
18390 ($(codeset_mo)): New target.
18391 (tst-codeset.out): Depend on that. Remove explicit rule.
18392 (tst-gettext3.out, tst-gettext5.out): Likewise.
18393 (LOCPATH-ENV, tst-codeset-ENV): New variables.
18394 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
18395 * intl/tst-codeset.sh: Remove.
18396 * intl/tst-gettext3.sh: Likewise.
18397 * intl/tst-gettext5.sh: Likewise.
18398
2ae1ae5c
RM
183992012-08-17 Roland McGrath <roland@hack.frob.com>
18400
c31fdb83
RM
18401 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
18402 * sysdeps/unix/syscalls.list: ... here.
18403
a0844057
RM
18404 * sysdeps/posix/getaddrinfo.c
18405 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
18406 (gaiconf_init, gaiconf_reload): Use them.
18407 [!_STATBUF_ST_NSEC]
18408 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
18409 Define using time_t rather than struct timespec.
18410
750c1f2a
RM
18411 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
18412 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
18413 Macros removed.
18414 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
18415 [!NO_THREADS].
18416 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
18417 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
18418 Likewise.
18419
2ae1ae5c
RM
18420 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
18421 __libc_cleanup_push argument.
18422
e66a42f5
RM
18423 * bits/param.h: New file.
18424 * misc/sys/param.h: New file.
18425 * include/sys/param.h: New file.
18426 * misc/Makefile (headers): Add bits/param.h.
18427 * sysdeps/generic/sys/param.h: File removed.
18428 * sysdeps/unix/sysv/linux/bits/param.h: New file.
18429 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
18430 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 18431 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 18432
b7c08a66
RM
18433 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
18434 last change.
18435
b2e1c562
RM
18436 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
18437 [_IO_MTSAFE_IO].
18438 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
18439 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
18440 New macros.
18441
c75ccd4c
RM
18442 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
18443 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
18444 rather than -D_IO_MTSAFE_IO conditionally.
18445 * stdio-common/Makefile (CPPFLAGS): Likewise.
18446 * wcsmbs/Makefile (CPPFLAGS): Likewise.
18447 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
18448 Use $(libio-mtsafe).
18449 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
18450 of -D_IO_MTSAFE_IO.
18451 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
18452 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
18453 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
18454 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
18455 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
18456 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
18457 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
18458 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
18459 (CFLAGS-fread_u_chk.c): Likewise.
18460 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
18461 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
18462 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
18463 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
18464 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
18465 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
18466 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
18467 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
18468 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
18469
18470 * libio/Makefile: Test [$(libc-reentrant) = yes]
18471 instead of [$(filter %REENTRANT, $(defines)) nonempty].
18472
18473 * Makeconfig
18474 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
18475 * sysdeps/pthread/configure: File removed.
18476 * sysdeps/pthread/Makeconfig: New file.
18477 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
18478 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
18479
d9195db8
GB
184802012-08-16 Gary Benson <gbenson@redhat.com>
18481
18482 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
18483 unmapping the first object in a namespace.
18484
86466cd9
RM
184852012-08-16 Roland McGrath <roland@hack.frob.com>
18486
18487 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
18488 (__internal_setnetgrent): ... this. Add internal_function to
18489 definition. Add libc_hidden_def.
18490 (setnetgrent): Update caller.
18491 (internal_endnetgrent): Renamed to ...
18492 (__internal_endnetgrent): ... this. Add internal_function to
18493 definition. Add libc_hidden_def.
18494 (endnetgrent): Update caller.
18495 (internal_getnetgrent_r): Renamed to ...
18496 (__internal_getnetgrent_r): ... this. Add internal_function to
18497 definition. Add libc_hidden_def.
18498 (__getnetgrent_r): Update caller.
18499 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
18500
c3c8283c
JM
185012012-08-16 Joseph Myers <joseph@codesourcery.com>
18502
18503 * stdlib/longlong.h: Update from GCC.
18504
db1ee0a8
RM
185052012-08-16 Roland McGrath <roland@hack.frob.com>
18506
18507 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
18508 on _QL, which is set by umul_ppmm but never used.
18509 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
18510 variables, which are set by GMP macros but never used.
18511 * stdio-common/_itowa.c (_itowa): Likewise.
18512 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
18513 * stdlib/mod_1.c (mpn_mod_1): Likewise.
18514
30f69637
CD
185152012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
18516
18517 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
18518 struct La_sh_regs is not constant.
18519 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
18520 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
18521 and struct La_sparc64_regs are not constant.
18522
93a78ac4
JM
185232012-08-16 Joseph Myers <joseph@codesourcery.com>
18524
18525 * sysdeps/unix/sysv/linux/kernel-features.h
18526 (__ASSUME_POSIX_TIMERS): Remove.
18527 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18528 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18529 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
18530 Make code unconditional.
18531 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18532 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
18533 Make code unconditional.
18534 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18535 * sysdeps/unix/sysv/linux/clock_nanosleep.c
18536 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
18537 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18538 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
18539 Make code unconditional.
18540 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
18541 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
18542 (__libc_missing_posix_timers): Remove.
18543
dd924cd7
RM
185442012-08-15 Roland McGrath <roland@hack.frob.com>
18545
4b4f2771
RM
18546 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
18547 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
18548
601c888b
RM
18549 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
18550
176790a7
RM
18551 * elf/dl-sym.c: Include <stdlib.h>.
18552
329bc018
RM
18553 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
18554 constants, which avoids warnings in 32-bit builds.
18555
e04e272d
RM
18556 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
18557 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
18558
952bf94a
RM
18559 * misc/lseek.c: File moved to ...
18560 * io/lseek.c: ... here.
18561
7c99b50a
RM
18562 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
18563
dd924cd7
RM
18564 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
18565 shifting LEN more than 31 bits at once.
18566
b3f479a8
LD
185672012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
18568
18569 [BZ #14195]
8c4ae0d4
RM
18570 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
18571 segmentation fault for a case of two empty input strings.
b3f479a8
LD
18572 * string/test-strncasecmp.c (check1): Renamed to...
18573 (bz12205): ...this.
18574 (bz14195): Add new testcase for two empty input strings and N > 0.
18575 (test_main): Call new testcase, adapt for renamed function.
18576
9c55864e
AJ
185772012-08-15 Andreas Jaeger <aj@suse.de>
18578
18579 [BZ #14090]
18580 * crypt/md5test2.c: New test, based on test supplied by Serge
18581 Belyshev <belyshev@depni.sinp.msu.ru>.
18582 * crypt/Makefile (xtests): Add md5test-giant..
18583 * crypt/Makefile ($(objpfx)md5test-giant): Add.
18584
02dcb6c5
PE
185852012-08-15 Paul Eggert <eggert@cs.ucla.edu>
18586
18587 [BZ #14090]
18588 * crypt/md5.c (md5_process_block): Don't assume the buffer
18589 length is less than 2**32.
18590 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
18591 length is less than 2**64.
18592
a3f95dcc
RM
185932012-08-15 Roland McGrath <roland@hack.frob.com>
18594
be75d758
RM
18595 * string/str-two-way.h: Include <sys/param.h>.
18596 (MAX): Macro removed.
18597
7312ca90
RM
18598 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
18599 Move #define and #undef of memmove to just before and after
18600 including <string.h>.
18601
9a0a5486
RM
18602 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
18603 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
18604 and after including <string.h>. Move declarations of
18605 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
18606 to before #include "string/memmove.c".
18607
67cc348d
RM
18608 * include/dirent.h: Declare __getdirentries.
18609
a3f95dcc
RM
18610 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
18611 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
18612
ca98e171
MF
186132012-08-14 Mike Frysinger <vapier@gentoo.org>
18614
18615 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
18616 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
18617 * sysdeps/i386/configure: Regenerated.
18618 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
18619 STABS_CURRENT_FILE, and STABS_FUN.
18620 (END): Remove call to STABS_FUN_END.
18621 (STABS_CURRENT_FILE1): Delete.
18622 (STABS_CURRENT_FILE): Likewise.
18623 (STABS_FUN): Likewise.
18624 (STABS_FUN_END): Likewise.
18625 (STABS_FUN2): Likewise.
18626 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
18627 * sysdeps/x86_64/configure: Regenerated.
18628
5908bf46
RM
186292012-08-14 Roland McGrath <roland@hack.frob.com>
18630
18631 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 18632 * elf/dl-lookup.c: Likewise.
5908bf46 18633
f2c05b9e
JM
186342012-08-14 Joseph Myers <joseph@codesourcery.com>
18635
18636 * sysdeps/unix/sysv/linux/kernel-features.h
18637 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
18638 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
18639 unconditionally.
18640 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
18641 unconditionally.
18642 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
18643 condition on __ASSUME_CLONE_THREAD_FLAGS.
18644
e11f5155
AJ
186452012-08-14 Andreas Jaeger <aj@suse.de>
18646
18647 * sysdeps/i386/fpu/libm-test-ulps: Update.
18648
51a9ba86
MK
186492012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
18650
2fdd4f78
AJ
18651 * include/atomic.h (atomic_exchange_and_add): Split into ...
18652 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
18653 New atomic macros.
51a9ba86 18654
ba6cba9e
MT
186552012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
18656
18657 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18658
42443a47
JL
186592012-08-13 Jeff Law <law@redhat.com>
18660
18661 * manual/stdio.texi (snprintf): Clarify handling of the trailing
18662 null byte in the output string.
18663
121dce05
JM
186642012-08-10 Joseph Myers <joseph@codesourcery.com>
18665
18666 * sysdeps/unix/sysv/linux/kernel-features.h
18667 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
18668 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
18669 (__ASSUME_ARG_MAX_STACK_BASED): Define.
18670 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
18671 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
18672 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
18673 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
18674
bf51f568
JL
186752012-08-09 Jeff Law <law@redhat.com>
18676
18677 [BZ #13939]
18678 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
18679 When avoid_arena is set, don't retry in the that arena. Pick the
18680 next one, whatever it might be.
18681 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
18682 (arena_lock): Pass in new parameter to arena_get2.
18683 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
18684 arena_get2.
18685 (__libc_malloc): Unify retrying after main arena failure with
18686 __libc_memalign version.
18687 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
18688
f85fa270
L
186892012-08-09 H.J. Lu <hongjiu.lu@intel.com>
18690
18691 [BZ #14166]
18692 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
18693 to __redirect_strstr.
18694 (__strstr_sse42): Use typeof __redirect_strstr.
18695 (__strstr_ia32): Likewise.
18696 (__libc_strstr): New prototype.
18697 (strstr): Renamed to ...
18698 (__libc_strstr): This.
18699 (strstr): New strong alias of __libc_strstr.
18700 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
18701 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
18702 __redirect_time.
18703 Include <time.h>.
18704 (__libc_time): New prototype.
18705 (time_ifunc): Replace time with __libc_time.
18706 (time): New strong alias and hidden definition of __libc_time.
18707 (__GI_time): Remove strong alias.
18708 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
18709 Include <stddef.h>.
18710 (memmove): Redefined to __redirect_memmove.
18711 (__memmove_sse2): Use typeof __redirect_memmove.
18712 (__memmove_ssse3): Likewise.
18713 (__memmove_ssse3_back): Likewise.
18714 (__libc_memmove): New prototype.
18715 (memmove): Renamed to ...
18716 (__libc_memmove): This.
18717 (memmove): New strong alias of __libc_memmove.
18718
33b4a91e
MS
187192012-08-08 Mark Salter <msalter@redhat.com>
18720
18721 * elf/elf.h
18722 (R_MN10300_TLS_GD): Define.
18723 (R_MN10300_TLS_LD): Likewise.
18724 (R_MN10300_TLS_LDO): Likewise.
18725 (R_MN10300_TLS_GOTIE): Likewise.
18726 (R_MN10300_TLS_IE): Likewise.
18727 (R_MN10300_TLS_LE): Likewise.
18728 (R_MN10300_TLS_DTPMOD): Likewise.
18729 (R_MN10300_TLS_DTPOFF): Likewise.
18730 (R_MN10300_TLS_TPOFF): Likewise.
18731 (R_MN10300_SYM_DIFF): Likewise.
18732 (R_MN10300_ALIGN): Likewise.
18733 (R_MN10300_NUM): Update.
18734
b36137f1
JM
187352012-08-08 Joseph Myers <joseph@codesourcery.com>
18736
18737 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
18738 Remove.
18739
cdd915fd
RM
187402012-08-08 Roland McGrath <roland@hack.frob.com>
18741
a2433aac
RM
18742 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
18743
cdd915fd
RM
18744 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
18745 sysdeps/unix -> sysdeps/posix move.
18746 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18747
bf9b740a
AM
187482012-08-07 Allan McRae <allan@archlinux.org>
18749
18750 [BZ #14303]
18751 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
18752 (SUNOS_CPP): Likewise.
18753 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
18754 not found.
18755 (open_input): Call CPP using execvp.
18756
93df14ee
JM
187572012-08-07 Joseph Myers <joseph@codesourcery.com>
18758
18759 * sysdeps/unix/sysv/linux/kernel-features.h
18760 (__ASSUME_PROT_GROWSUPDOWN): Remove.
18761 (__ASSUME_NO_CLONE_DETACHED): Likewise.
18762 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
18763 (__ASSUME_WAITID_SYSCALL): Likewise.
18764 * sysdeps/unix/sysv/linux/dl-execstack.c
18765 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
18766 code unconditional.
18767 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
18768 conditional code.
18769 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
18770 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
18771 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
18772 code.
18773 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
18774 unconditional.
18775 [__ASSUME_WAITID_SYSCALL]: Likewise.
18776 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
18777
d34689de
RM
187782012-08-07 Roland McGrath <roland@hack.frob.com>
18779
a281decc
RM
18780 * sysdeps/unix/closedir.c: Renamed to ...
18781 * sysdeps/posix/closedir.c: ... here.
18782 * sysdeps/unix/dirfd.c: Renamed to ...
18783 * sysdeps/posix/dirfd.c: ... here.
18784 * sysdeps/unix/dirstream.h: Renamed to ...
18785 * sysdeps/posix/dirstream.h: ... here.
18786 * sysdeps/unix/fdopendir.c: Renamed to ...
18787 * sysdeps/posix/fdopendir.c: ... here.
18788 * sysdeps/unix/opendir.c: Renamed to ...
18789 * sysdeps/posix/opendir.c: ... here.
18790 * sysdeps/unix/readdir.c: Renamed to ...
18791 * sysdeps/posix/readdir.c: ... here.
18792 * sysdeps/unix/readdir_r.c: Renamed to ...
18793 * sysdeps/posix/readdir_r.c: ... here.
18794 * sysdeps/unix/rewinddir.c: Renamed to ...
18795 * sysdeps/posix/rewinddir.c: ... here.
18796 * sysdeps/unix/seekdir.c: Renamed to ...
18797 * sysdeps/posix/seekdir.c: ... here.
18798 * sysdeps/unix/telldir.c: Renamed to ...
18799 * sysdeps/posix/telldir.c: ... here.
18800 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
18801 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
18802 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
18803 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
18804
22895b47
RM
18805 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
18806 * bits/fcntl.h: ... here.
18807
707a53b6
RM
18808 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
18809 not 0.
18810 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
18811 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
18812 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
18813 (struct flock): Move l_start, l_len to the beginning.
18814 Use __pid_t for l_pid.
18815 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
18816 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
18817 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
18818 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
18819 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
18820 [__USE_LARGEFILE64] (struct flock64): New type.
18821 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
18822
f0bd3e25
RM
18823 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
18824 * bits/dirent.h: ... here.
18825
d34689de
RM
18826 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
18827 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
18828
6dad2c06
JM
188292012-08-07 Joseph Myers <joseph@codesourcery.com>
18830
18831 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18832 Change from 2.6.0 to 2.6.16.
18833 * sysdeps/unix/sysv/linux/configure: Regenerated.
18834 * sysdeps/unix/sysv/linux/kernel-features.h
18835 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
18836 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
18837 version.
18838 (__ASSUME_UTIMES): Likewise.
18839 (__ASSUME_CLONE_STOPPED): Remove.
18840 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
18841 architectures, not kernel version.
18842 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
18843 (__ASSUME_NO_CLONE_DETACHED): Likewise.
18844 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
18845 (__ASSUME_WAITID_SYSCALL): Likewise.
18846 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
18847 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
18848 * README: State 2.6.16 as minimum Linux kernel version. Do not
18849 refer to older versions.
18850
03af9520
RM
188512012-08-06 Roland McGrath <roland@hack.frob.com>
18852
8e49df1d
RM
18853 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
18854 Define alphasort64 as an alias.
18855 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
18856 Define versionsort64 as an alias.
18857 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
18858 Define scandir64 as an alias.
18859 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
18860 Define scandirat64 as an alias.
18861 * dirent/alphasort64.c (alphasort64):
18862 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
18863 * dirent/versionsort64.c: Likewise.
18864 * dirent/scandir64.c: Likewise.
18865 * dirent/scandirat64.c: Likewise.
18866 * sysdeps/wordsize-64/alphasort.c: File removed.
18867 * sysdeps/wordsize-64/alphasort64.c: File removed.
18868 * sysdeps/wordsize-64/scandir.c: File removed.
18869 * sysdeps/wordsize-64/scandir64.c: File removed.
18870 * sysdeps/wordsize-64/scandirat.c: File removed.
18871 * sysdeps/wordsize-64/scandirat64.c: File removed.
18872 * sysdeps/wordsize-64/versionsort.c: File removed.
18873 * sysdeps/wordsize-64/versionsort64.c: File removed.
18874 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
18875 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
18876 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
18877 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
18878 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
18879 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
18880 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
18881 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
18882
18883 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
18884 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
18885 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
18886 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
18887 [defined __arch64__ || defined __sparcv9]
18888 (__INO_T_MATCHES_INO64_T): New macro.
18889 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
18890 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
18891 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
18892 * sysdeps/unix/sysv/linux/bits/dirent.h
18893 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
18894 (_DIRENT_MATCHES_DIRENT64): New macro.
18895
03af9520
RM
18896 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
18897 Define lockf64 as an alias.
18898 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
18899 Define fseeko64 as an alias.
18900 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
18901 Define ftello64 as an alias.
18902 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
18903 Define _IO_fgetpos64 and fgetpos64 as aliases.
18904 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
18905 Define _IO_fsetpos64 and fsetpos64 as aliases.
18906 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
18907 Conditionalize body on this.
18908 * libio/fseeko64.c: Likewise.
18909 * libio/ftello64.c: Likewise.
18910 * libio/iofgetpos64.c: Likewise.
18911 * libio/iofsetpos64.c: Likewise.
18912 * sysdeps/wordsize-64/lockf.c: File removed.
18913 * sysdeps/wordsize-64/lockf64.c: File removed.
18914 * sysdeps/wordsize-64/fseeko.c: File removed.
18915 * sysdeps/wordsize-64/fseeko64.c: File removed.
18916 * sysdeps/wordsize-64/ftello.c: File removed.
18917 * sysdeps/wordsize-64/ftello64.c: File removed.
18918 * sysdeps/wordsize-64/iofgetpos.c: File removed.
18919 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
18920 * sysdeps/wordsize-64/iofsetpos.c: File removed.
18921 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
18922 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
18923 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
18924 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
18925 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
18926 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
18927 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
18928 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
18929 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
18930 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
18931 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
18932
18933 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
18934 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
18935 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
18936 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
18937 [defined __arch64__ || defined __sparcv9]
18938 (__OFF_T_MATCHES_OFF64_T): New macro.
18939 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
18940 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
18941 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
18942 (__OFF_T_MATCHES_OFF64_T): New macro.
18943
c5757acd
L
189442012-08-06 H.J. Lu <hongjiu.lu@intel.com>
18945
18946 * stdlib/secure-getenv.c (__secure_getenv): Replace
18947 GLIBC_2_16 with GLIBC_2_17.
18948
3a31811e
L
189492012-08-06 H.J. Lu <hongjiu.lu@intel.com>
18950
18951 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
18952 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
18953
faa2bccb
DM
189542012-08-03 David S. Miller <davem@davemloft.net>
18955
18956 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18957
85fe1997
JM
189582012-08-03 Joseph Myers <joseph@codesourcery.com>
18959
18960 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
18961 Remove.
18962 (__ASSUME_CORRECT_SI_PID): Likewise.
18963 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
18964 (__ASSUME_TMPFS_NAME): Likewise.
18965 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
18966 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
18967 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
18968 (HAVE_AUX_SECURE): Make definition unconditional.
18969 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
18970 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
18971
4f75b7a0
RM
189722012-08-03 Roland McGrath <roland@hack.frob.com>
18973
18974 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
18975 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
18976 * sysdeps/mach/hurd/eloop-threshold.h: New file.
18977 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
18978 __eloop_threshold instead of SYMLOOP_MAX.
18979
18980 * sysdeps/generic/eloop-threshold.h: New file.
18981 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
18982 of MAXSYMLINKS.
18983 * elf/chroot_canon.c (chroot_canon): Likewise.
18984
7aab07e4
JM
189852012-08-03 Joseph Myers <joseph@codesourcery.com>
18986
18987 [BZ #13717]
18988 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18989 Change to 2.6.0 everywhere.
18990 * sysdeps/unix/sysv/linux/configure: Regenerated.
18991 * sysdeps/unix/sysv/linux/kernel-features.h
18992 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
18993 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
18994 kernel versions.
18995 (__ASSUME_POSIX_TIMERS): Define unconditionally.
18996 (__ASSUME_FUTEX_REQUEUE): Remove.
18997 (__ASSUME_STATFS64): Define unconditionally.
18998 (__ASSUME_AT_SECURE): Likewise.
18999 (__ASSUME_CORRECT_SI_PID): Likewise.
19000 (__ASSUME_TGKILL): Define without depending on kernel version for
19001 i386.
19002 (__ASSUME_UTIMES): Likewise.
19003 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
19004 kernel version.
19005 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
19006 (__ASSUME_TMPFS_NAME): Likewise.
19007 * README: Update reference to Linux kernel versions.
19008
b67e9372
MP
190092012-08-02 Marek Polacek <polacek@redhat.com>
19010
1f529f7d 19011 [BZ# 14150]
b67e9372
MP
19012 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
19013 libc_cv_asm_type_prefix with %.
19014 * configure: Regenerated.
d2441631
RM
19015 * include/libc-symbols.h: Remove comment about
19016 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
19017 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
19018 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
19019 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
19020 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
19021 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
19022 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
19023 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
19024 * elf/tst-unique2mod1.c: Likewise.
19025 * elf/tst-unique1mod2.c: Likewise.
19026 * elf/tst-unique1mod1.c: Likewise.
19027 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
19028 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
19029 Replace ASM_TYPE_DIRECTIVE with .type.
19030 * sysdeps/s390/s390-64/sysdep.h: Likewise.
19031 * sysdeps/i386/sysdep.h: Likewise.
19032 * sysdeps/x86_64/sysdep.h: Likewise.
19033 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
19034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
19035 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 19036 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
19037 * sysdeps/powerpc/powerpc32/sysdep.h:
19038 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
19039 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
19040 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19041 * sysdeps/i386/fpu/e_powf.S: Likewise.
19042 * sysdeps/i386/fpu/e_expl.S: Likewise.
19043 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
19044 * sysdeps/i386/fpu/e_acosh.S: Likewise.
19045 * sysdeps/i386/fpu/e_pow.S: Likewise.
19046 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
19047 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
19048 * sysdeps/i386/fpu/s_expm1.S: Likewise.
19049 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
19050 * sysdeps/i386/fpu/e_log2.S: Likewise.
19051 * sysdeps/i386/fpu/e_log2l.S: Likewise.
19052 * sysdeps/i386/fpu/e_scalb.S: Likewise.
19053 * sysdeps/i386/fpu/e_powl.S: Likewise.
19054 * sysdeps/i386/fpu/e_log10f.S: Likewise.
19055 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
19056 * sysdeps/i386/fpu/e_logl.S: Likewise.
19057 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
19058 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
19059 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
19060 * sysdeps/i386/fpu/e_log2f.S: Likewise.
19061 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
19062 * sysdeps/i386/fpu/e_log.S: Likewise.
19063 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
19064 * sysdeps/i386/fpu/e_logf.S: Likewise.
19065 * sysdeps/i386/fpu/e_log10l.S: Likewise.
19066 * sysdeps/i386/fpu/e_atanh.S: Likewise.
19067 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
19068 * sysdeps/i386/fpu/e_log10.S: Likewise.
19069 * sysdeps/i386/fpu/s_frexp.S: Likewise.
19070 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
19071 * sysdeps/i386/fpu/s_asinh.S: Likewise.
19072 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
19073 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
19074 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
19075 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
19076 * sysdeps/i386/i686/strtok.S: Likewise.
19077 * sysdeps/i386/i386-mcount.S: Likewise.
19078 * sysdeps/i386/strtok.S: Likewise.
19079 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
19080 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
19081 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
19082 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
19083 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
19084 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
19085 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
19086 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
19087 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
19088 * sysdeps/x86_64/_mcount.S: Likewise.
19089 * sysdeps/x86_64/strtok.S: Likewise.
19090 * sysdeps/sh/_mcount.S: Likewise.
19091
2747bf9a
RM
190922012-08-01 Roland McGrath <roland@hack.frob.com>
19093
19094 * libio/iofopen.c: Include <fcntl.h>.
19095 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
19096 (_IO_fopen64, fopen64): Define as aliases.
19097 * libio/iofopen64.c: Include <fcntl.h>.
19098 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
19099 Conditionalize body on this.
19100 * sysdeps/wordsize-64/iofopen.c: File removed.
19101 * sysdeps/wordsize-64/iofopen64.c: File removed.
19102
3fb791b8
MP
191032012-08-01 Marek Polacek <polacek@redhat.com>
19104
19105 * libc/Makeconfig: Use elf in place of binfmt-subdir.
19106 Use dlfcn directly instead of a variable.
19107 (binfmt-subdir): Do not define.
19108 (dlfcn): Likewise.
19109
a9f1039f
JM
191102012-08-01 Joseph Myers <joseph@codesourcery.com>
19111
23bddc06
JM
19112 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
19113 Remove all definitions.
19114 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
19115 <kernel-features.h>.
19116 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
19117 (miss_F_GETOWN_EX): Remove all definitions.
19118 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
19119 macro definition.
19120 [!__ASSUME_FCNTL64]: Remove conditional code.
19121 [__ASSUME_FCNTL64]: Make code unconditional.
19122 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
19123 <kernel-features.h>.
19124 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
19125 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
19126 (lockf64) [__NR_fcntl64]: Make code unconditional.
19127 (lockf64) [__ASSUME_FCNTL64]: Likewise.
19128
a9f1039f
JM
19129 * sysdeps/unix/sysv/linux/kernel-features.h
19130 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
19131 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
19132 Make code unconditional.
19133 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
19134 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
19135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
19136 [__NR_vfork]: Make code unconditional.
19137 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
19138 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
19139 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
19140 [__NR_vfork]: Make code unconditional.
19141 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
19142 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
19143
09c0ee5f
RM
191442012-08-01 Roland McGrath <roland@hack.frob.com>
19145
48aec5b9
RM
19146 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
19147 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
19148
cd97c966
RM
19149 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19150 Define mkstemp64 as an alias.
3f55550c
RM
19151 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19152 Define mkstemps64 as an alias.
cd97c966
RM
19153 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19154 Define mkostemp64 as an alias.
b8625cfc
RM
19155 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
19156 Define mkostemps64 as an alias.
cd97c966
RM
19157 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
19158 Conditionalize body on this.
19159 * misc/mkostemp64.c: Likewise.
b8625cfc 19160 * misc/mkostemps64.c: Likewise.
3f55550c 19161 * misc/mkstemps64.c: Likewise.
cd97c966
RM
19162 * sysdeps/wordsize-64/mkstemp64.c: File removed.
19163 * sysdeps/wordsize-64/mkostemp64.c: File removed.
19164 * sysdeps/wordsize-64/mkostemp.c: File removed.
19165 * sysdeps/wordsize-64/mkstemp.c: File removed.
19166 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
19167 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
19168 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
19169 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
19170
09c0ee5f
RM
19171 [BZ #14138]
19172 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
19173 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
19174 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
19175 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
19176
19177 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
19178 compat_symbol macros from <shlib-compat.h> rather than the underlying
19179 default_symbol_version and symbol_version macros, so that DEFAULT
19180 lines in shlib-versions are respected.
19181 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
19182
7e66ee51
FW
191832012-08-01 Florian Weimer <fweimer@redhat.com>
19184
19185 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
19186 Declare with warn_unused_result.
19187 (setgid, setregid, setegid, setresgid): Likewise.
19188 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
19189 Likewise.
19190 * WUR-REPORT: Remove set*id functions.
19191
d2a54255
PT
191922012-07-31 Pino Toscano <toscano.pino@tiscali.it>
19193
19194 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
19195
7ecdb005
RM
191962012-07-31 Roland McGrath <roland@hack.frob.com>
19197
b4180a5e 19198 [BZ #10191]
789bd351
RM
19199 * include/sys/socket.h (__libc_accept, __libc_accept4):
19200 Add attribute_hidden.
19201 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
19202
40ce302d
RM
19203 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
19204 use of PTR_MANGLE.
19205 * inet/getnetgrent_r.c (setup): Likewise.
19206
7ecdb005
RM
19207 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
19208
e2eabb2c
DM
192092012-07-31 David S. Miller <davem@davemloft.net>
19210
19211 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19212
d0419dbf
JM
192132012-07-31 Joseph Myers <joseph@codesourcery.com>
19214
19215 [BZ #13629]
19216 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
19217 value between 1.0 and 2.0 and smaller part has absolute value less
19218 than 1.0.
19219 * math/s_clog10.c (__clog10): Likewise.
19220 * math/s_clog10f.c (__clog10f): Likewise.
19221 * math/s_clog10l.c (__clog10l): Likewise.
19222 * math/s_clogf.c (__clogf): Likewise.
19223 * math/s_clogl.c (__clogl): Likewise.
19224 * math/libm-test.inc (clog_test): Add more tests.
19225 (clog10_test): Likewise.
19226 * sysdeps/i386/fpu/libm-test-ulps: Update.
19227 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19228
2bc13872
FW
192292012-07-31 Florian Weimer <fweimer@redhat.com>
19230
19231 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
19232 Exit with zero in case no suitable GID is found, and write a
19233 message to standard error.
19234
bea9b193
RM
192352012-07-30 Roland McGrath <roland@hack.frob.com>
19236
19237 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
19238 rather than to 1.
19239 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
19240 (MAXPATHLEN): Removed.
19241 (NOGROUP, NODEV): New macros.
19242 (setbit, clrbit, isset, isclr): New macros.
19243 (howmany, roundup, powerof2): New macros.
19244 (DEV_BSIZE): New macro.
19245
19246 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
19247 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
19248
19249 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
19250 definition on [!__NO_LONG_DOUBLE_MATH].
19251
19252 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
19253 PTR_MANGLE and PTR_DEMANGLE.
19254
19255 * socket/accept4.c (accept4): Rename to __libc_accept4.
19256 Define accept4 as a weak alias.
19257
19258 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
19259 on [_DIRENT_HAVE_D_TYPE].
19260 * io/ftw.c (ftw_dir): Likewise.
19261
19262 * io/xmknod.c (__xmknod): Don't check PATH for being null.
19263
19264 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
19265
19266 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
19267 Use the BSD numbers rather than the arbitrary ones we had.
19268 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
19269 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
19270 (SIGXCPU, SIGXFSZ): New macros.
19271 (_NSIG): Now 32.
19272
19273 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
19274 initializer on [_LIBC_REENTRANT].
19275
19276 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
19277 definitions inside [_POSIX_MAPPED_FILES].
19278
19279 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
19280
19281 * dirent/opendir.c: Include <fcntl.h>.
19282
19283 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
19284 (__libc_getspecific): Likewise.
19285 (__libc_key_create): Likewise.
19286
19287 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
19288 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
19289 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
19290 (tmpfile64): Define as alias.
19291 * sysdeps/wordsize-64/tmpfile.c: File removed.
19292 * sysdeps/wordsize-64/tmpfile64.c: File removed.
19293 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
19294 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
19295
19296 * stdio-common/vfscanf.c: Include <stdbool.h>.
19297 * nss/makedb.c: Likewise.
19298 * stdio-common/_i18n_number.h: Likewise.
19299 * argp/argp-help.c: Likewise.
19300 * posix/wordexp.c: Likewise.
19301 * sysdeps/posix/spawni.c: Likewise.
19302 * nss/nss_files/files-initgroups.c: Likewise.
19303 * stdio-common/reg-modifier.c: Include <stdlib.h>.
19304 * nss/nss_files/files-initgroups.c: Likewise.
19305 * nss/nss_db/db-netgrp.c: Likewise.
19306 * nss/nss_db/db-initgroups.c: Likewise.
19307 * io/fchmodat.c: Include <sys/stat.h>.
19308
19309 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
19310 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
19311
19312 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
19313 [HAVE_MMAP].
19314
19315 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
19316 Add multiple inclusion protection.
19317
e5abc686
DM
193182012-07-27 David S. Miller <davem@davemloft.net>
19319
19320 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19321
815e6fa3
GB
193222012-07-27 Gary Benson <gbenson@redhat.com>
19323
19324 [BZ #14298]
19325 * elf/rtld.c: Include <stap-probe.h>.
19326 (dl_main): Added static probes "init_start" and "init_complete".
19327 * elf/dl-load.c: Include <stap-probe.h>.
19328 (lose): Take new parameter "nsid".
19329 Added static probe "map_failed".
19330 (_dl_map_object_from_fd): Pass namespace id to lose.
19331 Added static probe "map_start".
19332 (open_verify): Pass namespace id to lose.
19333 * elf/dl-open.c: Include <stap-probe.h>.
19334 (dl_open_worker) Added static probes "map_complete", "reloc_start"
19335 and "reloc_complete".
19336 * elf/dl-close.c: Include <stap-probe.h>.
19337 (_dl_close_worker): Added static probes "unmap_start" and
19338 "unmap_complete".
19339 * elf/rtld-debugger-interface.txt: New file documenting the above.
19340
9f98c16c
RM
193412012-07-26 Roland McGrath <roland@hack.frob.com>
19342
19343 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
19344 rather than a string variable.
19345 * sunrpc/rpc_main.c (h_output): Likewise.
19346 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
19347
f3c22df3
PT
193482012-07-26 Pino Toscano <toscano.pino@tiscali.it>
19349
19350 * inet/check_native.c: New file.
19351
3129cfc6
JM
193522012-07-26 Joseph Myers <joseph@codesourcery.com>
19353
da865e95
JM
19354 [BZ #13629]
19355 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
19356 if larger part has absolute value 1.0.
19357 * math/s_clog10.c (__clog10): Likewise.
19358 * math/s_clog10f.c (__clog10f): Likewise.
19359 * math/s_clog10l.c (__clog10l): Likewise.
19360 * math/s_clogf.c (__clogf): Likewise.
19361 * math/s_clogl.c (__clogl): Likewise.
19362 * math/libm-test.inc (clog_test): Add more tests.
19363 (clog10_test): Likewise.
19364 * sysdeps/i386/fpu/libm-test-ulps: Update.
19365 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19366
3129cfc6
JM
19367 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
19368 (pltexit): Likewise.
19369 (La_regs): Likewise.
19370 (La_retval): Likewise.
19371 (int_retval): Likewise.
19372 Update #error for removed macros to refer only to definitions in
19373 tst-audit.h.
19374 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
19375 macro.
19376 (pltexit): Likewise.
19377 (La_regs): Likewise.
19378 (La_retval): Likewise.
19379 (int_retval): Likewise.
19380 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
19381 macro.
19382 (pltexit): Likewise.
19383 (La_regs): Likewise.
19384 (La_retval): Likewise.
19385 (int_retval): Likewise.
19386 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
19387 macro.
19388 (pltexit): Likewise.
19389 (La_regs): Likewise.
19390 (La_retval): Likewise.
19391 (int_retval): Likewise.
19392 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
19393 macro.
19394 (pltexit): Likewise.
19395 (La_regs): Likewise.
19396 (La_retval): Likewise.
19397 (int_retval): Likewise.
19398 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
19399 macro.
19400 (pltexit): Likewise.
19401 (La_regs): Likewise.
19402 (La_retval): Likewise.
19403 (int_retval): Likewise.
19404 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
19405 macro.
19406 (pltexit): Likewise.
19407 (La_regs): Likewise.
19408 (La_retval): Likewise.
19409 (int_retval): Likewise.
19410 * sysdeps/generic/tst-audit.h: Update comment to refer only to
19411 macro definitions in tst-audit.h.
19412 * sysdeps/i386/tst-audit.h: New file.
19413 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
19414 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
19415 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
19416 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
19417 * sysdeps/sh/tst-audit.h: Likewise.
19418 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
19419 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
19420 * sysdeps/x86_64/tst-audit.h: Likewise.
19421
bfc07087
AJ
194222012-07-26 Andreas Jaeger <aj@suse.de>
19423
b1b2aaf8
AJ
19424 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
19425 ptrace.
19426
19427 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
19428 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
19429 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
19430 PTRACE_O_MASK.
19431 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
19432 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
19433 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
19434
bfc07087
AJ
19435 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
19436 value.
19437
19438 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
19439 _sigsys.
19440 (si_call_addr, si_syscall, si_arch): Define new macro.
19441 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
19442 _sigsys.
19443 (si_call_addr, si_syscall, si_arch): Define new marcro.
19444 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
19445 _sigsys.
19446 (si_call_addr, si_syscall, si_arch): Define new macro.
19447 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
19448 _sigsys.
19449 (si_call_addr, si_syscall, si_arch): Define new macro.
19450
89b4b02f
JM
194512012-07-25 Joseph Myers <joseph@codesourcery.com>
19452
19453 [BZ #13717]
19454 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
19455 Change to 2.4.21 where previously 2.4.1.
19456 * sysdeps/unix/sysv/linux/configure: Regenerated.
19457 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
19458 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
19459 Linux kernel version.
19460 (__ASSUME_STD_AUXV): Remove.
19461 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
19462 kernel version.
19463 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
19464 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
19465 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
19466 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
19467 (__ASSUME_NETLINK_SUPPORT): Likewise.
19468 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
19469 (__no_netlink_support): Remove conditional definition.
19470 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
19471 Remove.
19472 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
19473 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
19474 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
19475 (if_nameindex_ioctl): Remove.
19476 (if_nameindex_netlink): Do not handle __no_netlink_support.
19477 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
19478 code.
19479 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
19480 Remove conditional code.
19481 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
19482 code.
19483 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
19484 unconditional.
19485 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
19486 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
19487 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
19488 Remove.
19489 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
19490 [!__ASSUME_STD_AUXV]: Remove conditional code.
19491 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
19492 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
19493 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
19494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
19495 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
19496 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
19497 code.
19498 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
19499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19500 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
19501 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
19502 conditional code.
19503 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
19504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19505 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
19506 code.
19507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19508 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
19509 conditional code.
19510 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
19511 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
19512 code unconditional.
19513 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19514 conditional code.
19515 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19516 unconditional.
19517 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19518 conditional code.
19519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19520 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19521 unconditional.
19522 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19523 conditional code.
19524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
19525 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
19526 code unconditional.
19527 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19528 conditional code.
19529 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19530 unconditional.
19531 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19532 conditional code.
19533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
19534 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
19535 code unconditional.
19536 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19537 conditional code.
19538 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
19539 unconditional.
19540 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
19541 conditional code.
19542
842a39cd
AS
195432012-07-25 Andreas Schwab <schwab@linux-m68k.org>
19544
19545 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
19546 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
19547 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
19548 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
19549 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
19550 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
19551 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
19552 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
19553 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
19554 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
19555 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
19556 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
19557 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
19558 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
19559 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
19560 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
19561 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
19562 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
19563 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
19564 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
19565 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
19566 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
19567 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
19568
84b3fd84
FW
195692012-07-25 Florian Weimer <fweimer@redhat.com>
19570
19571 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
19572 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
19573 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
19574 Introduce __libc_secure_getenv.
0c7936d5
FW
19575 * stdlib/Versions (2.17): Add secure_getenv
19576 (GLIBC_PRIVATE): Add __libc_secure_getenv.
19577 * stdlib/secure-getenv.c: Rename __secure_getenv to
19578 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
19579 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
19580 * stdlib/tst-secure-getenv.c: New.
19581 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
19582 * manual/startup.texi (Environment Access): Document
19583 secure_getenv.
84b3fd84
FW
19584 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
19585 __libc_secure_getenv.
19586 * inet/ruserpass.c (ruserpass): Likewise.
19587 * malloc/mtrace.c (mtrace): Likewise.
19588 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 19589 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
19590 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
19591 * sysdeps/posix/tempname.c: Likewise. Evaluate
19592 HAVE_SECURE_GETENV.
19593 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 19594 __secure_getenv to __libc_secure_getenv.
84b3fd84 19595 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
19596 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
19597 Likewise.
19598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
19599 Likewise.
19600 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
19601 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
19602 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
19603 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
19604 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
19605 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
19606 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 19607
56e49b71
JM
196082012-07-25 Joseph Myers <joseph@codesourcery.com>
19609
19610 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
19611 (struct La_i86_retval): Likewise.
19612 (struct La_x86_64_regs): Likewise.
19613 (struct La_x86_64_retval): Likewise.
19614 (struct La_x32_regs): Likewise.
19615 (struct La_x32_retval): Likewise.
19616 (struct La_ppc32_regs): Likewise.
19617 (struct La_ppc32_retval): Likewise.
19618 (struct La_ppc64_regs): Likewise.
19619 (struct La_ppc64_retval): Likewise.
19620 (struct La_sh_regs): Likewise.
19621 (struct La_sh_retval): Likewise.
19622 (struct La_s390_32_regs): Likewise.
19623 (struct La_s390_32_retval): Likewise.
19624 (struct La_s390_64_regs): Likewise.
19625 (struct La_s390_64_retval): Likewise.
19626 (struct La_sparc32_regs): Likewise.
19627 (struct La_sparc32_retval): Likewise.
19628 (struct La_sparc64_regs): Likewise.
19629 (struct La_sparc64_retval): Likewise.
19630 (struct audit_ifaces): Remove architecture-specific pltenter and
19631 pltexit members.
19632 * sysdeps/i386/ldsodefs.h: New file.
19633 * sysdeps/powerpc/ldsodefs.h: Likewise.
19634 * sysdeps/s390/ldsodefs.h: Likewise.
19635 * sysdeps/sh/ldsodefs.h: Likewise.
19636 * sysdeps/sparc/ldsodefs.h: Likewise.
19637 * sysdeps/x86_64/ldsodefs.h: Likewise.
19638
354691b7
MP
196392012-07-25 Marek Polacek <polacek@redhat.com>
19640
19641 [BZ #6808]
19642 * math/libm-test.inc (yn_test): Add another test.
19643 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
19644 to ERANGE when the result is +-Inf.
19645 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
19646 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
19647 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
19648 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
19649
bf9e2071
JM
196502012-07-24 Joseph Myers <joseph@codesourcery.com>
19651
19652 * conform/data/time.h-data (NULL): Use macro-constant. Require
19653 equal to 0.
19654 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
19655 clock_t.
19656 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
19657
57633811
TS
196582012-07-23 Thomas Schwinge <thomas@codesourcery.com>
19659
19660 * configure.in <sysdeps resolving>: Correct printing
19661 Implies_before.
19662 * configure: Regenerate.
19663
c23c33b0
TS
196642012-07-22 Thomas Schwinge <thomas@codesourcery.com>
19665
19666 * math/w_ilogb.c: Include <limits.h>.
19667 * math/w_ilogbl.c: Likewise.
19668
b5982523
JM
196692012-07-20 Joseph Myers <joseph@codesourcery.com>
19670
19671 * manual/lang.texi (__va_copy): Document primarily as ISO C99
19672 va_copy. Document allowing for unavailable va_copy only as
19673 pre-C99 compatibility.
19674 * manual/string.texi (Copying and Concatenation): Use va_copy
19675 instead of __va_copy in concat example.
19676
ac4ea442
PT
196772012-07-20 Pino Toscano <toscano.pino@tiscali.it>
19678
19679 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
19680 (__sendto): Use create_address_port. Initialize APORT and deallocate
19681 it if not null.
19682
f98eafbd
PT
19683 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
19684 with O_NOLINK passed to __file_name_lookup.
19685
898c7aab
PT
19686 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
19687 with O_NOLINK passed to __file_name_lookup.
19688
0ced335a
PT
19689 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
19690 negative N or less than NGIDS.
19691
b3404dbd
PT
19692 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
19693 type to string_t. Set ERANGE as errno and return it if NAME is not big
19694 enough. Use memcpy instead of strncpy.
19695
0f48659e
JM
196962012-07-20 Joseph Myers <joseph@codesourcery.com>
19697
19698 * elf/Makefile (check-data): Remove.
19699 (localplt.data): New vpath directive.
19700 ($(objpfx)check-localplt.out): Use localplt.data from vpath
19701 instead of $(check-data).
19702 * scripts/data/localplt-generic.data: Move to ...
19703 * sysdeps/generic/localplt.data: ... here.
19704 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
19705 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
19706 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
19707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
19708 ... here.
19709 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
19710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
19711 ... here.
19712 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
19713 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
19714 ... here.
19715 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
19716 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
19717 ... here.
19718 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
19719 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
19720 ... here.
19721 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
19722 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
19723 ... here.
19724
d37cbdaa
AZ
197252012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19726
19727 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
19728 PPC32 and PPC64 files.
19729 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
19730 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
19731
46f85fc2
AK
197322012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19733
19734 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
19735 __makecontext_ret to ...
19736 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
19737 ... here and call exit if uc_link is NULL. New file.
19738 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
19739 __makecontext_ret.S.
19740 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
19741 __makecontext_ret to ...
19742 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
19743 ... here and call exit if uc_link is NULL. New file.
19744 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
19745 __makecontext_ret.S.
19746
08f43f9b
AK
197472012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19748
19749 * elf/elf.h (R_390_IRELATIVE): New definition.
19750 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
19751 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
19752 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
19753 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19754 (elf_machine_lazy_rel): Likewise.
19755 * sysdeps/s390/dl-irel.h: New file.
19756 * sysdeps/s390/s390-64/memcpy.S: New asm code.
19757 * sysdeps/s390/s390-64/memset.S: New asm code.
19758 * sysdeps/s390/s390-64/memcmp.S: New asm code.
19759 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
19760 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
19761 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
19762 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
19763 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
19764 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
19765 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
19766 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
19767 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
19768 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
19769 * sysdeps/s390/s390-32/memcpy.S: New asm code.
19770 * sysdeps/s390/s390-32/memset.S: New asm code.
19771 * sysdeps/s390/s390-32/memcmp.S: New asm code.
19772
3b05db33
MP
197732012-07-17 Marek Polacek <polacek@redhat.com>
19774
19775 [BZ #14349]
19776 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
19777 * sysdeps/s390/s390-64/configure.in: Likewise.
19778 * sysdeps/sparc/configure.in: Likewise.
19779 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
19780 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
19781 * sysdeps/i386/configure.in: Likewise.
19782 * sysdeps/x86_64/configure.in: Likewise.
19783 * sysdeps/sh/configure.in: Likewise.
19784 * sysdeps/s390/s390-32/configure: Regenerated.
19785 * sysdeps/s390/s390-64/configure: Likewise.
19786 * sysdeps/x86_64/configure: Likewise.
19787 * sysdeps/sh/configure: Likewise.
19788 * sysdeps/powerpc/powerpc64/configure: Likewise.
19789 * sysdeps/powerpc/powerpc32/configure: Likewise.
19790 * sysdeps/sparc/configure: Likwise.
19791 * sysdeps/i386/configure: Likewise.
19792
a66877c6
MP
19793 * elf/dl-open.c: Comment fixes.
19794
cfc82fd8
JM
197952012-07-17 Joseph Myers <joseph@codesourcery.com>
19796
bd29910a
JM
19797 * Makefile [CXX] (check-data): Remove.
19798 [CXX] (c++-types.data): New vpath directive.
19799 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
19800 vpath. Do not allow for C++ type data being missing.
19801 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
19802 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
19803 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
19804 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
19805 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
19806 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
19807 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
19808 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
19809 ... here.
19810 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
19811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
19812 ... here.
19813 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
19814 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
19815 ... here.
19816 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
19817 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
19818 ... here.
19819 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
19820 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
19821 ... here.
19822 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
19823 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
19824 ... here.
19825 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
19826 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
19827 ... here.
19828 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
19829 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
19830
cfc82fd8
JM
19831 * elf/tls-macros.h (TLS_LE): Move architecture-specific
19832 definitions to architecture-specific files.
19833 (TLS_IE): Likewise.
19834 (TLS_LD): Likewise.
19835 (TLS_GD): Likewise.
19836 * sysdeps/i386/tls-macros.h: New file.
19837 * sysdeps/powerpc/tls-macros.h: Likewise.
19838 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
19839 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
19840 * sysdeps/sh/tls-macros.h: Likewise.
19841 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
19842 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
19843 * sysdeps/x86_64/tls-macros.h: Likewise.
19844
f7db3170
TS
198452012-07-17 Thomas Schwinge <thomas@codesourcery.com>
19846
07cbfc23
TS
19847 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
19848 zero value for regular exit case.
19849
f7db3170
TS
19850 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
19851 (__start_context): Preserve zero value for regular exit case.
19852
dc97c227
TS
198532012-07-17 Thomas Schwinge <thomas@codesourcery.com>
19854 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19855
19856 * manual/setjmp.texi (setcontext): Clarify normal process
19857 termination when uc_link is the null pointer.
19858 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
19859 exit call.
19860
d0cd7d02
AS
198612012-07-16 Andreas Schwab <schwab@linux-m68k.org>
19862
19863 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
19864 preprocessor. Test for each exception mask separately.
19865
dd318934
AJ
198662012-07-16 Andreas Jaeger <aj@suse.de>
19867
19868 * po/ru.po: Update from translation team.
19869
8048311a
JM
198702012-07-15 Joseph Myers <joseph@codesourcery.com>
19871
19872 * conform/data/string.h-data (NULL): Use macro-constant. Require
19873 equal to 0.
19874 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
19875 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
19876 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
19877 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
19878 [ISO || ISO99 || ISO11] (*_t): Do not allow.
19879
b637d46e
AJ
198802012-07-13 Andreas Jaeger <aj@suse.de>
19881
19882 * po/fr.po: Update from translation team.
19883
541428fe
MP
198842012-07-12 Marek Polacek <polacek@redhat.com>
19885
19886 [BZ #14173]
19887 * math/libm-test.inc (yn_test): Add test for BZ #14173.
19888 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
19889 loop condition.
19890
ec332e94
JM
198912012-07-12 Joseph Myers <joseph@codesourcery.com>
19892
19893 [BZ #13717]
19894 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
19895 Change to 2.4.1 where previously 2.4.0.
19896 * sysdeps/unix/sysv/linux/configure: Regenerated.
19897 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
19898 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
19899 version.
19900 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
19901 (__ASSUME_AT_CLKTCK): Remove.
19902 (__ASSUME_AT_PAGESIZE): Likewise.
19903 (__ASSUME_AT_XID): Likewise.
19904 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
19905 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
19906 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
19907 unconditionally.
19908 (HAVE_AUX_PAGESIZE): Likewise.
19909 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
19910 [__ASSUME_AT_CLKTCK]: Make code unconditional.
19911 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
19912
7b6e99be
JB
199132012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
19914
19915 [BZ #14307]
19916 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
19917 the temporary buffer used to invoke __gethostbyname2_r,
19918 __gethostbyaddr_r and gethostbyname4_r to make room for struct
19919 host_data / struct gaih_addrtuple.
19920 * resolv/nss_dns/dns-host.c (global scope): Move definition of
19921 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
19922 header file nss/nsswitch.h.
19923 * nss/nsswitch.h (global scope): Add definition of implementation
19924 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
19925 resolv/nss_dns/dns-host.c).
19926
608404eb
AJ
199272012-07-11 Andreas Jaeger <aj@suse.de>
19928
19929 * po/fr.po: Update from translation team.
19930
71220aca
AJ
19931 * po/sv.po: Update from translation team
19932 * po/fr.po: Another update from translation team.
19933
28cfe843
AZ
199342012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19935
19936 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
19937 for subnormals or multiply small sinh result by itself.
19938 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
19939 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19940
6b90f981
DM
199412012-07-11 David S. Miller <davem@davemloft.net>
19942
19943 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19944
c6825772
AS
199452012-07-10 Andreas Schwab <schwab@linux-m68k.org>
19946
19947 [BZ #14347]
19948 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
19949 (INTERNAL_MARK): Shift it here.
19950
7b8e0d49
MP
199512012-07-10 Marek Polacek <polacek@redhat.com>
19952
19953 [BZ #14151]
19954 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
19955 libc_cv_asm_global_directive with .globl.
19956 * configure: Regenerated.
19957 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
19958 with .globl.
19959 * sysdeps/i386/configure: Regenerated.
19960 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
19961 with .globl.
19962 * sysdeps/x86_64/configure: Regenerated.
19963 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
19964 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
19965 * elf/tst-unique2mod2.c: Likewise.
19966 * elf/tst-unique2mod1.c: Likewise.
19967 * elf/tst-unique1mod2.c: Likewise.
19968 * elf/tst-unique1mod1.c: Likewise.
19969 * sysdeps/s390/s390-32/sysdep.h: Likewise.
19970 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
19971 * sysdeps/s390/s390-64/sysdep.h: Likewise.
19972 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19973 * sysdeps/mach/sysdep.h: Likewise.
19974 * sysdeps/i386/sysdep.h: Likewise.
19975 * sysdeps/i386/i386-mcount.S: Likewise.
19976 * sysdeps/x86_64/_mcount.S: Likewise.
19977 * sysdeps/x86_64/sysdep.h: Likewise.
19978 * sysdeps/sh/_mcount.S: Likewise.
19979 * sysdeps/sh/sysdep.h: Likewise.
19980 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
19981 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
19982 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
19983 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
19984 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
19985 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
19986 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
19987 * locale/localeinfo.h: Likewise.
19988 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
19989 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
19990
6c55cda3
RM
199912012-07-09 Roland McGrath <roland@hack.frob.com>
19992
19993 [BZ #14336]
19994 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
19995 system".
19996 * manual/message.texi (The Uniforum approach): Likewise.
19997 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
19998 (glibc iconv Implementation): Likewise.
19999
638a572e
JM
200002012-07-09 Joseph Myers <joseph@codesourcery.com>
20001
20002 [BZ #14337]
20003 * math/s_clog.c (__clog): Avoid scaling a value down where that
20004 could result in underflow.
20005 * math/s_clog10.c (__clog10): Likewise.
20006 * math/s_clog10f.c (__clog10f): Likewise.
20007 * math/s_clog10l.c (__clog10l): Likewise.
20008 * math/s_clogf.c (__clogf): Likewise.
20009 * math/s_clogl.c (__clogl): Likewise.
20010 * math/libm-test.inc (clog_test): Add more tests.
20011 (clog10_test): Likewise.
20012 * sysdeps/i386/fpu/libm-test-ulps: Update.
20013 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20014
261f4859
AS
200152012-07-06 Andreas Schwab <schwab@linux-m68k.org>
20016
0abaf3e4
AS
20017 [BZ #14283]
20018 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
20019 by 7 not 8 to examine high bit of fractional part.
20020
261f4859
AS
20021 [BZ #14042]
20022 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
20023 for call to __mcount_internal.
20024 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
20025 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
20026 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
20027
f17ac40d
JM
200282012-07-06 Joseph Myers <joseph@codesourcery.com>
20029
9ad63c23
JM
20030 [BZ #14154]
20031 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
20032 approximation for values within 0x1p-13f of an odd multiple of
20033 pi/4.
20034 * math/libm-test.inc (tan_test): Do not allow spurious underflow
20035 exception. Add more tests.
20036 * sysdeps/i386/fpu/libm-test-ulps: Update.
20037
f17ac40d
JM
20038 [BZ #6778]
20039 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
20040 inputs and return -1 for them. Do not check for +Inf in case not
20041 reachable for +Inf.
20042 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20043 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
20044 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
20045 and return -1 for them. Do not check for +Inf in case not
20046 reachable for +Inf.
20047 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
20048 define.
20049 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
20050 and return -1 for them. Do not check for +Inf in case not
20051 reachable for +Inf.
20052 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
20053 spurious underflow.
20054 * sysdeps/i386/fpu/libm-test-ulps: Update.
20055 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20056
fb21f89b
MF
200572012-07-06 Mike Frysinger <vapier@gentoo.org>
20058
20059 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
20060
cdfe2c5e
JM
200612012-07-05 Joseph Myers <joseph@codesourcery.com>
20062
20063 [BZ #14157]
20064 [BZ #14331]
20065 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
20066 could result in spurious underflow. Scale down values above
20067 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
20068 * math/s_csqrtf.c (__csqrtf): Likewise.
20069 * math/s_csqrtl.c (__csqrtl): Likewise.
20070 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
20071 spurious underflow.
20072 * sysdeps/i386/fpu/libm-test-ulps: Update.
20073 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20074
70d35b67
AS
200752012-07-04 Andreas Schwab <schwab@linux-m68k.org>
20076
704bc459
AS
20077 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
20078 xopen-msg.sed.
20079 * catgets/xopen-msg.awk: New file.
20080 * catgets/xopen-msg.sed: Removed.
20081
70d35b67
AS
20082 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
20083 po2text.sed.
20084 * intl/po2test.awk: New file.
20085 * intl/po2test.sed: Removed.
20086
ca61cf32
JM
200872012-07-04 Joseph Myers <joseph@codesourcery.com>
20088
20089 [BZ #14328]
20090 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
20091 or multiply small sinh result by itself.
20092 * math/s_ctanf.c (__ctanf): Likewise.
20093 * math/s_ctanh.c (__ctanh): Likewise.
20094 * math/s_ctanhf.c (__ctanhf): Likewise.
20095 * math/s_ctanhl.c (__ctanhl): Likewise.
20096 * math/s_ctanl.c (__ctanl): Likewise.
20097 * math/libm-test.inc (ctan_test_tonearest): New function.
20098 (ctan_test_towardzero): Likewise.
20099 (ctan_test_downward): Likewise.
20100 (ctan_test_upward): Likewise.
20101 (ctanh_test_tonearest): Likewise.
20102 (ctanh_test_towardzero): Likewise.
20103 (ctanh_test_downward): Likewise.
20104 (ctanh_test_upward): Likewise.
20105 (main): Call these new functions.
20106 * sysdeps/i386/fpu/libm-test-ulps: Update.
20107 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20108
ca48a46a
MF
201092012-07-03 Mike Frysinger <vapier@gentoo.org>
20110
20111 * .gitignore: Delete /ports entry.
20112
9d63d37d
AJ
201132012-07-03 Andreas Jaeger <aj@suse.de>
20114
20115 * po/bg.po: Update from translation team.
20116 * po/cs.po: Likewise.
20117 * po/de.po: Likewise.
20118 * po/hr.po: Likewise.
20119 * po/nl.pl: Likewise.
20120 * po/pl.po: Likewise.
20121 * po/vi.po: Likewise.
20122
370ca3d2
JM
201232012-07-03 Joseph Myers <joseph@codesourcery.com>
20124
95f5a9a8
JM
20125 * Makeconfig [!+link] (+link-before-libc): New variable.
20126 [!+link] (+link-after-libc): Likewise.
20127 [!+link] (+link-tests): Likewise.
20128 [!+link] (+link): Define in terms of $(+link-before-libc) and
20129 $(+link-after-libc).
20130 [!+link-static] (+link-static-before-libc): New variable.
20131 [!+link-static] (+link-static-after-libc): Likewise.
20132 [!+link-static] (+link-static-tests): Likewise.
20133 [!+link-static] (+link-static): Define in terms of
20134 $(+link-static-before-libc) and $(+link-static-after-libc).
20135 [build-shared] (link-libc-before-gnulib): New variable.
20136 [build-shared] (link-libc-tests): Likewise.
20137 [build-shared] (link-libc): Define in terms of
20138 $(link-libc-before-gnulib).
20139 [!build-shared] (link-libc-tests): New variable.
20140 (link-libc-static-tests): New variable.
20141 [!gnulib] (gnulib-arch): New variable.
20142 [!gnulib] (gnulib-tests): Likewise.
20143 [!gnulib] (static-gnulib-arch): Likewise.
20144 [!gnulib] (static-gnulib-tests): Likewise.
20145 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
20146 Define with "=" instead of ":=".
20147 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
20148 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
20149 * Rules (binaries-all-notests): New variable.
20150 (binaries-all-tests): Likewise.
20151 (binaries-static-notests): Likewise.
20152 (binaries-static-tests): Likewise.
20153 (binaries-all): Define using $(binaries-all-notests) and
20154 $(binaries-all-tests).
20155 (binaries-static): Define using $(binaries-static-notests) and
20156 $(binaries-static-tests).
20157 (binaries-shared-tests): New variable.
20158 (binaries-shared-notests): Likewise.
20159 (binaries-shared): Remove variable.
20160 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
20161 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
20162 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
20163 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
20164 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
20165 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
20166 * elf/Makefile (sln-modules): New variable.
20167 (extra-objs): Add $(sln-modules:=.o).
20168 (ldconfig-modules): Add static-stubs.
20169 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
20170 * elf/static-stubs.c: New file.
20171
7a845b2c
JM
20172 [BZ #14283]
20173 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
20174 by 7 not 8 to examine high bit of fractional part. Use volatile
20175 variables when splitting into final array of floats if
20176 __FLT_EVAL_METHOD__ != 0.
20177 * math/libm-test.inc (cos_test): Add another test.
20178 (sin_test): Likewise.
20179 * sysdeps/i386/fpu/libm-test-ulps: Update.
20180
e2283f38
JM
20181 [BZ #14273]
20182 * math/libm-test.inc (cosh_test): Add more tests.
20183
370ca3d2
JM
20184 * version.h (RELEASE): Set to "development".
20185 (VERSION): Set to "2.16.90".
20186
ee9247c3
CD
201872012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
20188
20189 * NEWS: Update copyright. Remove last-updated date.
20190 Mention math library bug fixes and timezone data changes.
20191 * README: Mention GNU/Hurd, x32, and HPPA support status.
20192
4648c381
TS
201932012-06-28 Thomas Schwinge <thomas@codesourcery.com>
20194
20195 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
20196
aac78a43
AJ
201972012-06-27 Andreas Jaeger <aj@suse.de>
20198
20199 * manual/contrib.texi (Contributors): Add Samuel Thibault.
20200
ed3dbfad
AJ
202012012-06-25 Andreas Jaeger <aj@suse.de>
20202
20203 * sysdeps/s390/fpu/libm-test-ulps: Update.
20204
4d0ee855
AS
202052012-06-23 Andreas Schwab <schwab@linux-m68k.org>
20206 Thomas Schwinge <thomas@codesourcery.com>
20207
20208 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
20209 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
20210 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
20211 fanotify_mark.
20212
af1bce34
TS
202132012-06-23 Thomas Schwinge <thomas@codesourcery.com>
20214
a9fa33ba
TS
20215 * sysdeps/mach/start.c: Remove file.
20216 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
20217 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
20218 * sysdeps/sh/init-first.c: Likewise.
20219
58f902b8
TS
20220 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
20221 registers for frame unwinding purposes, add CFI directives.
20222 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
20223 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
20224 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
20225 Likewise.
20226
1518f58b
TS
20227 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
20228 __fortify_fail returning.
20229 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
20230
db9b5059
TS
20231 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
20232 sysdeps/sh/____longjmp_chk.S.
20233 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
20234 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
20235 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
20236 (gen-as-const-headers): Append sigaltstack-offsets.sym.
20237
967705fe
TS
20238 * sysdeps/sh/abort-instr.h: New file.
20239 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
20240 process in case exit returns.
20241
a9def8c4
TS
20242 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
20243 initialize the GOT register before use.
20244
2a649725
TS
20245 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
20246 calculation of ARGC > 4.
20247
af1bce34
TS
20248 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
20249 meaningful names to some local labels.
20250
d230f50a
KK
202512012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20252 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20253
20254 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
20255 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
20256 (__arch_compare_and_exchange_val_16_acq): Likewise.
20257 (__arch_compare_and_exchange_val_32_acq): Likewise.
20258 (atomic_exchange_and_add): Fix gUSA sequence.
20259 (atomic_add): Likewise.
20260 (atomic_add_negative): Likewise.
20261 (atomic_add_zero): Likewise.
20262 (atomic_bit_test_set): Likewise.
20263
0479b305
AS
202642012-06-22 Andreas Schwab <schwab@redhat.com>
20265
20266 [BZ #13579]
20267 * include/link.h (struct link_map): Add l_free_initfini.
20268 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
20269 l_initfini.
20270 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
20271 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
20272 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
20273 set.
20274
0e3933b9
CD
202752012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
20276
20277 * configure.in: Use AC_LANG_SOURCE.
20278 * configure: Regenerate.
20279
4248b1b1
RM
202802012-06-22 Roland McGrath <roland@hack.frob.com>
20281
20282 * configure.in (libc_cv_localstatedir): New substituted variable.
20283 * configure: Regenerated.
20284 * config.make.in (localstatedir): New variable, substituted from
20285 libc_cv_localstatedir.
20286 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
20287 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
20288 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
20289 * sysdeps/gnu/configure: Regenerated.
20290
006dd861
JL
202912012-06-21 Jeff Law <law@redhat.com>
20292
20293 [BZ #14277]
20294 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
20295 free. Simplify list management for _LIBC case.
20296
79662d42
JM
202972012-06-21 Joseph Myers <joseph@codesourcery.com>
20298
b7abb4bf
JM
20299 [BZ #14273]
20300 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
20301 Clear sign bit of 64-bit integer value before comparing against
20302 overflow value.
20303
79662d42
JM
20304 * sysdeps/mach/configure: Regenerated.
20305
1f150908
L
203062012-06-21 H.J. Lu <hongjiu.lu@intel.com>
20307
20308 [BZ #14278]
20309 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
20310
28363bbf
JL
203112012-06-21 Jeff Law <law@redhat.com>
20312
20313 [BZ #13882]
20314 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
20315 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 20316 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
20317 * elf/dl-open.c (dl_open_worker): Likewise.
20318
09615db4
CD
203192012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
20320
20321 * scripts/list-sources.sh: Scan PORTS for translations.
20322 * po/libc.pot: Regenerated.
20323
2174c6dd
AJ
203242012-06-21 Andreas Jaeger <aj@suse.de>
20325
20326 [BZ #12194]
20327 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
20328 warning.
20329 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
20330 * bits/byteswap-16.h (__bswap_16): Likewise.
20331 * bits/byteswap.h (__bswap_constant_16): Likewise.
20332
3ee947b1
L
203332012-06-18 H.J. Lu <hongjiu.lu@intel.com>
20334
20335 [BZ #14117]
a2f34833
L
20336 * sysdeps/i386/fpu_control.h: Removed.
20337 * sysdeps/x86_64/fpu_control.h: Moved to ...
20338 * sysdeps/x86/fpu_control.h: Here.
20339
3ee947b1
L
20340 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
20341 (_FPU_SETCW): Likewise.
20342
ed1825f8
L
203432012-06-15 H.J. Lu <hongjiu.lu@intel.com>
20344
25f1282a
L
20345 [BZ #14117]
20346 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
20347 * sysdeps/x86/fpu/bits/mathinline.h: This.
20348 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
20349
ed1825f8
L
20350 [BZ #14050]
20351 [BZ #14117]
20352 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
20353 functions if __x86_64__ is defined.
20354
36d54b74
CLT
203552012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
20356
20357 * string/endian.h: Add !__ASSEMBLER__ condition for including
20358 conversion interfaces.
20359
10285c21
JM
203602012-06-15 Joseph Myers <joseph@codesourcery.com>
20361
20362 [BZ #14241]
20363 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
20364 of ABS(x) in calculating zero to negative powers other than odd
20365 integers.
20366 * math/libm-test.inc (pow_test): Add more tests.
20367
06c5abbd
AJ
203682012-06-15 Andreas Jaeger <aj@suse.de>
20369
20370 * manual/contrib.texi (Contributors): Update entry of Liubov
20371 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
20372 Machado Filho.
20373
a3aeac40
CH
203742012-06-15 Cyril Hrubis <metan@ucw.cz>
20375
20376 * string/string.h: Add __wur to GNU version of strerror_r.
20377
49bdf4c1
L
203782012-06-14 H.J. Lu <hongjiu.lu@intel.com>
20379
20380 [BZ #14229]
20381 * string/Makefile (tests): Add tst-strtok_r.
20382 * string/tst-strtok_r.c: New file.
20383 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
20384 RAX_LP/RDX_LP on SAVE_PTR.
20385
834f9b8d
RM
203862012-06-14 Roland McGrath <roland@hack.frob.com>
20387
20388 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
20389
75fa1921
JM
203902012-06-14 Joseph Myers <joseph@codesourcery.com>
20391
20392 * libm_test.inc (csqrt_test): Allow more spurious underflow
20393 exceptions.
20394 (j0_test): Likewise.
20395 (j1_test): Likewise.
20396 (y0_test): Likewise.
20397 (y1_test): Likewise.
20398
771766df
CD
203992012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
20400
20401 * po/Makefile (libc.pot): Use UTF-8 charset.
20402
ceb9e56b
PP
204032012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
20404
20405 [BZ #14210]
20406 Suppress sign-conversion warning from FD_SET.
20407 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
20408 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
20409 not unsigned long int.
20410 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
20411
ddb28975
L
204122012-06-12 H.J. Lu <hongjiu.lu@intel.com>
20413
20414 [BZ #14050]
20415 [BZ #14117]
20416 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
20417 __extern_always_inline instead of __extern_inline.
20418 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
20419 (__signbit): Likewise.
20420 (__signbitl): Support C++ namespace.
20421 (lrintf): New inline function.
20422 (lrint): Likewise.
20423 (llrintf): Likewise.
20424 (llrint): Likewise.
20425 (fmaxf): Likewise.
20426 (fmax): Likewise.
20427 (fminf): Likewise.
20428 (fmin): Likewise.
20429 (rint): Likewise.
20430 (rintf): Likewise.
20431 (ceil): Likewise.
20432 (ceilf): Likewise.
20433 (floor): Likewise.
20434 (floorf): Likewise.
20435 (nearbyint): Likewise.
20436 (nearbyintf): Likewise.
20437
d7b4fb26
TS
204382012-06-12 Thomas Schwinge <thomas@codesourcery.com>
20439
20440 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
20441 non-default versions.
20442
eb55f5c2
RM
204432012-06-11 Roland McGrath <roland@hack.frob.com>
20444
20445 [BZ #14218]
20446 * manual/argp.texi (Argp): Reword argp_parse description slightly.
20447
366af02c
TS
204482012-06-09 Thomas Schwinge <thomas@codesourcery.com>
20449
99ff6e5c
TS
20450 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
20451 (FE_UPWARD, FE_DOWNWARD): Don't define.
20452 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
20453 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
20454
366af02c
TS
20455 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
20456 reading it.
20457 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
20458 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
20459
793ea851
KK
204602012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20461
20462 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
20463 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
20464 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
20465 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
20466
a728a38f
L
204672012-06-06 H.J. Lu <hongjiu.lu@intel.com>
20468
20469 [BZ #14117]
c08010c7
L
20470 * sysdeps/i386/fpu/bits/fenv.h: Removed.
20471 * sysdeps/i386/fpu/Implies: New file.
20472 * sysdeps/x86_64/fpu/Implies: Likewise.
20473 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
20474 * sysdeps/x86/fpu/bits/fenv.h: This.
20475
a728a38f
L
20476 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
20477 __SSE_MATH__.
20478
6e230d11
SP
204792012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
20480
20481 [BZ #14134]
20482 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
20483 character 0xffff that matches the last element of the
20484 conversion table.
20485
1b671feb
AZ
204862012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20487
20488 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
20489 fmodl commit.
20490
6043738b
AZ
204912012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20492
20493 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
20494 values higher than 25.6283.
20495
34ae0b32
AZ
204962012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20497
20498 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
20499 subnormal exponent extraction and add some __builtin_expect.
20500 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
20501 Fix for subnormal mantissa calculation.
20502
1214ec8f
MF
205032012-06-04 Mike Frysinger <vapier@gentoo.org>
20504
20505 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
20506 cpu2 is -1 and errno is not ENOSYS.
20507
f3d1f93c
L
205082012-06-04 H.J. Lu <hongjiu.lu@intel.com>
20509
20510 [BZ #14117]
0e4a3cd7
L
20511 * sysdeps/i386/i486/bits/string.h: Renamed to ...
20512 * sysdeps/x86/bits/string.h: This.
20513 * sysdeps/x86_64/bits/string.h: Removed.
20514
6704c645
L
20515 * sysdeps/i386/i486/bits/string.h: Define inline functions only
20516 if not compiling for x86-64, but compiling for >= i486.
20517
48495318
L
20518 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
20519 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
20520
14adcbfc
L
20521 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
20522 New macro from Linux kernel 3.4.0.
20523 (FP_XSTATE_MAGIC2): Likewise.
20524 (FP_XSTATE_MAGIC2_SIZE): Likewise.
20525 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
20526 (struct _fpx_sw_bytes): New struct.
20527 (struct _xsave_hdr): Likewise.
20528 (struct _ymmh_state): Likewise.
20529 (struct _xstate): Likewise.
20530
68e408ab
L
20531 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
20532 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
20533 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
20534 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
20535 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
20536 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
20537
f3d1f93c
L
20538 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
20539 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
20540 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
20541 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
20542 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
20543 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
20544
d9dc34cd
TMQMF
205452012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20546
20547 [BZ #13743]
20548 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
20549 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
20550 (sysdep_headers): Include sys/platform/ppc.h.
20551 * sysdeps/powerpc/test-gettimebase.c: Test for
20552 __ppc_get_timebase() to catch future ISA opcode/insn changes.
20553 * manual/Makefile (appendices): Include platform.texi.
20554 * manual/contrib.texi (Contributors): Update @node pointers.
20555 * manual/maint.texi (Maintenance): Likewise.
20556 (Platform): New node.
20557 * manual/platform.texi: New file. Document the new features.
20558
4af3879c
SP
205592012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20560 Jakub Jelinek <jakub@redhat.com>
20561
20562 [BZ #14188]
20563 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
20564 where __builtin_expect is unavailable.
20565
2fd6ff13
DM
205662012-06-03 David S. Miller <davem@davemloft.net>
20567
20568 * stdlib/longlong.h: Updated from GCC.
20569
173f7220
AS
205702012-06-02 Andreas Schwab <schwab@linux-m68k.org>
20571
20572 [BZ #14042]
20573 * sysdeps/powerpc/powerpc32/mcount.c: New file.
20574 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
20575 __mcount_internal.
20576 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
20577 (GLIBC_2.16): Likewise.
20578
f34a1c6f
L
205792012-06-01 H.J. Lu <hongjiu.lu@intel.com>
20580
20581 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
20582
88a4576f
JM
205832012-06-01 Joseph Myers <joseph@codesourcery.com>
20584
ea32bcdd
JM
20585 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
20586 (default-abi): New variable.
20587 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
20588 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
20589 variable.
20590 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
20591 Likewise.
20592 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
20593 Likewise.
20594 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
20595 Likewise.
20596
88a4576f
JM
20597 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
20598 definition. Document in comment.
20599
402fe938
DM
206002012-06-01 David S. Miller <davem@davemloft.net>
20601
20602 * stdlib/longlong.h: Updated from GCC.
20603
3553723f
L
206042012-06-01 H.J. Lu <hongjiu.lu@intel.com>
20605
20606 [BZ #14117]
3bd872c4
L
20607 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
20608 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
20609 sys/debugreg.h sys/io.h here.
20610 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
20611 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
20612 sys/io.h.
20613 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
20614 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
20615 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
20616 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
20617 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
20618 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
20619
3553723f
L
20620 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
20621 Define only if __x86_64__ is defined.
20622
4842e4fe
JM
206232012-06-01 Joseph Myers <joseph@codesourcery.com>
20624
c5bfe3d5
JM
20625 [BZ #14048]
20626 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
20627 Use int64_t for variable i.
20628 * math/libm-test.inc (fmod_test): Add more tests.
20629
4842e4fe
JM
20630 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
20631 z computation is not scheduled after fetestexcept.
20632 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
20633 Use math_force_eval instead of asm to ensure calculation scheduled
20634 before exception test.
20635 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
20636 Ensure a1 + u.d computation is not scheduled after fetestexcept.
20637
efb73488
AJ
206382012-06-01 Aurelien Jarno <aurelien@aurel32.net>
20639
20640 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
20641 computation is not scheduled after fetestexcept.
20642
29bcce7c
L
206432012-06-01 H.J. Lu <hongjiu.lu@intel.com>
20644
20645 [BZ #14117]
20646 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
20647 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
20648
73a68f94
AZ
206492012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20650
20651 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
20652 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
20653
67b6df78
L
206542012-05-31 H.J. Lu <hongjiu.lu@intel.com>
20655
edf2933a 20656 [BZ #14117]
ebc64a18
L
20657 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
20658 <bits/wordsize.h>.
20659 (__WCHAR_MIN): Support __WORDSIZE == 64.
20660 (__WCHAR_MAX): Likewise.
20661
edf2933a
L
20662 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
20663 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
20664
57c6cf40
L
20665 [BZ #14183]
20666 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
20667 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
20668
67b6df78 20669 [BZ #14117]
8eb6281e
L
20670 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
20671 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
20672
aac639f4
L
20673 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
20674 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
20675
67b6df78
L
20676 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
20677 Defined to 1 if __x86_64__ isn't defined.
20678 (_STAT_VER_LINUX_OLD): New.
20679 (st_atime): Remove duplicate.
20680 (st_mtime): Likewise.
20681 (st_ctime): Likewise.
20682
1c2cfe81
DM
206832012-05-31 David S. Miller <davem@davemloft.net>
20684
20685 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
20686 entries.
20687
5be8418c
AS
206882012-06-01 Andreas Schwab <schwab@linux-m68k.org>
20689
e7725326
AS
20690 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
20691 gen-libm-test.pl.
20692
5be8418c
AS
20693 [BZ #14132]
20694 * elf/dl-reloc.c: Include <_itoa.h>.
20695 (_dl_reloc_bad_type): Remove use of INTUSE.
20696 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
20697 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
20698 * stdio-common/psiginfo.c (psiginfo): Likewise.
20699 * stdio-common/psignal.c (psignal): Likewise.
20700 * string/strsignal.c (strsignal): Likewise.
20701 * include/signal.h (_sys_siglist): Declare hidden proto.
20702 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
20703 INTVARDEF with libc_hidden_data_def.
20704 * stdio-common/itoa-udigits.c: Likewise.
20705 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
20706 (_itoa_lower_digits_internal): Remove declaration.
20707 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
20708 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
20709 (_sys_sigabbrev_internal): Remove aliases.
20710 (_sys_siglist): Define hidden alias.
20711
507352f1
MT
207122012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
20713
20714 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
20715 bits/sysctl.h.
20716
42bbb1c3
L
207172012-05-31 H.J. Lu <hongjiu.lu@intel.com>
20718
20719 [BZ #14117]
6bd784b6
L
20720 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
20721 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
20722
8bca20f0
L
20723 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
20724 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
20725 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
20726 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
20727 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
20728 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
20729
f9e890a9
L
20730 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
20731 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
20732 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
20733
471101a1
L
20734 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
20735 with __addr.
20736 (insw): Likewise.
20737 (insl): Likewise.
20738 (outsb): Likewise.
20739 (outsw): Likewise.
20740 (outsl): Likewise.
20741
6451c862
L
20742 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
20743 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
20744 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
20745
a254b8c9
L
20746 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
20747 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
20748 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
20749 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
20750 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
20751 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
20752
b8dfdd92
L
20753 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
20754 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
20755
578cd270
L
20756 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
20757 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
20758
de662f5f
L
20759 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
20760 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
20761 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
20762
25653439
L
20763 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
20764 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
20765 to ...
20766 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
20767
6bad24a0
L
20768 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
20769 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
20770 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
20771
42bbb1c3
L
20772 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
20773 for x86-64.
20774 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
20775
2d10d547
JM
207762012-05-31 Joseph Myers <joseph@codesourcery.com>
20777
20778 * math/math.h (M_El): Use two more decimal places.
20779 (M_LOG2El): Likewise.
20780 (M_LOG10El): Likewise.
20781 (M_LN2l): Likewise.
20782 (M_LN10l): Likewise.
20783 (M_PIl): Likewise.
20784 (M_PI_2l): Likewise.
20785 (M_PI_4l): Likewise.
20786 (M_1_PIl): Likewise.
20787 (M_2_PIl): Likewise.
20788 (M_2_SQRTPIl): Likewise.
20789 (M_SQRT2l): Likewise.
20790 (M_SQRT1_2l): Likewise.
20791
f230c29b
DM
207922012-05-31 David S. Miller <davem@davemloft.net>
20793
20794 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
20795 values between float registers.
20796 * sysdeps/sparc/sparc64/memset.S: Likewise.
20797 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
20798
fed806c3
MF
207992012-05-31 Mike Frysinger <vapier@gentoo.org>
20800
20801 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
20802 -D_FORTIFY_SOURCE=1.
20803 (CPPFLAGS-tst-longjmp_chk.c): Define.
20804 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
20805 (CPPFLAGS-tst-longjmp_chk2.c): Define.
20806 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
20807 CFLAGS-tst-wchar-h.c.
20808
30917259
MP
208092012-05-31 Marek Polacek <polacek@redhat.com>
20810
20811 [BZ #14132]
20812 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
20813 __endmntent_internal): Remove declaration.
20814 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
20815 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
20816 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
20817
1c58d5dc
DM
208182012-05-30 David S. Miller <davem@davemloft.net>
20819
20820 * sysdeps/sparc/sparc32/soft-fp/q_util.c
20821 (___Q_simulate_exceptions): Use real FP ops rather than writing
20822 into the %fsr.
20823 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
20824 Likewise.
20825
7dc00e0d
L
208262012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20827
20828 [BZ #14117]
0bd53985
L
20829 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
20830 * sysdeps/x86/bits/xtitypes.h: This.
20831
3a257e66
L
20832 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
20833 * sysdeps/x86/bits/wordsize.h: This.
20834
62f62904
L
20835 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
20836 * sysdeps/x86/bits/huge_vall.h: This.
20837
404fe9d9
L
20838 * sysdeps/i386/bits/select.h: Removed.
20839 * sysdeps/x86_64/bits/select.h: Renamed to ...
20840 * sysdeps/x86/bits/select.h: This.
20841
d48d0446
L
20842 * sysdeps/i386/bits/setjmp.h: Removed.
20843 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
20844 * sysdeps/x86/bits/setjmp.h: This.
20845
7dc00e0d
L
20846 * sysdeps/i386/bits/mathdef.h: Removed.
20847 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
20848 * sysdeps/x86/bits/mathdef.h: This.
20849
03277f8f
AS
208502012-05-30 Andreas Schwab <schwab@linux-m68k.org>
20851
20852 [BZ #14132]
20853 * include/sys/socket.h (__connect_internal)
20854 (__libc_sa_len_internal): Remove declaration.
20855 (__connect, __libc_sa_len): Declare hidden_proto.
20856 (SA_LEN): Remove use of INTUSE.
20857 * socket/connect.c: Add libc_hidden_def.
20858 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
20859 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
20860 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
20861 alias.
20862 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
20863 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
20864 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
20865 of adding _internal alias.
20866
13764867
L
208672012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20868
20869 [BZ #14117]
6bd97696
L
20870 * sysdeps/i386/bits/link.h: Removed.
20871 * sysdeps/i386/bits/linkmap.h: Likewise.
20872 * sysdeps/x86_64/bits/link.h: Renamed to ...
20873 * sysdeps/x86/bits/link.h: This.
20874 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
20875 * sysdeps/x86/bits/linkmap.h: This.
20876
f726f0bb
L
20877 * sysdeps/i386/bits/endian.h: Removed.
20878 * sysdeps/x86_64/bits/endian.h: Renamed to ...
20879 * sysdeps/x86/bits/endian.h: This.
20880
13764867
L
20881 * sysdeps/i386/bits/byteswap.h: Removed.
20882 * sysdeps/i386/bits/byteswap-16.h: Likewise.
20883 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
20884 * sysdeps/x86/bits/byteswap.h: This.
20885 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
20886 * sysdeps/x86/bits/byteswap-16.h: This.
20887 * sysdeps/i386/Implies: Add x86.
20888 * sysdeps/x86_64/Implies: Likewise.
20889
ae251b0b
DM
208902012-05-30 David S. Miller <davem@davemloft.net>
20891
20892 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
20893 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
20894 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
20895 (FP_TRAPPING_EXCEPTIONS): Define.
20896 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
20897 (FP_TRAPPING_EXCEPTIONS): Define.
20898 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
20899 subnormals only when inexact has been signalled or underflow
20900 exceptions are enabled.
20901 (_FP_PACK_CANONICAL): Likewise.
20902
d5c90867
L
209032012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20904
20905 [BZ #14183]
20906 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
20907 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
20908
63f1549e
RH
209092012-05-30 Richard Henderson <rth@twiddle.net>
20910
8d8f2279
RH
20911 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
20912 with #ifndef NOT_IN_libc.
20913
63f1549e
RH
20914 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
20915 marked to avoid plt entry.
20916
0ab0291b
L
209172012-05-30 H.J. Lu <hongjiu.lu@intel.com>
20918
20919 [BZ #14112]
20920 * Makeconfig (default-abi): New macro.
20921 (abi-includes): Likewise.
20922 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
20923 $(abi-$(default-abi)-lib-soname) for soname if defined.
20924 ($(common-objpfx)gnu/lib-names.stmp): Generate from
20925 abi-variants.
20926 * Makefile (installed-stubs): Likewise.
20927 * include/stubs-biarch.h: Removed.
20928 * scripts/lib-names.awk: Only handle one library at a time.
20929 * scripts/soversions.awk: Remove WORDSIZE support.
20930 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
20931 entries.
20932 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
20933 Removed.
20934 (syscall-list-default-condition): Likewise.
20935 (syscall-list-default-condition): Likewise.
20936 (syscall-list-includes): Likewise.
20937 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
20938 syscall-list-* with abi-*. Handle undefined abi-variants.
20939 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
20940 * sysdeps/unix/sysv/linux/i386/Implies: New file.
20941 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
20942 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
20943 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
20944 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
20945 Removed.
20946 (syscall-list-32-options): Likewise.
20947 (syscall-list-32-condition): Likewise.
20948 (syscall-list-64-options): Likewise.
20949 (syscall-list-64-condition): Likewise.
20950 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
20951 macro.
20952 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
20953 Renamed to ...
20954 (abi-*): This.
20955 (abi-64-ld-soname): New macro.
20956 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
20957 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
20958 Renamed to ...
20959 (abi-*): This.
20960 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
20961 * sysdeps/x86_64/x32/shlib-versions: Likewise.
20962
4da0431d
JM
209632012-05-30 Joseph Myers <joseph@codesourcery.com>
20964
3a85279c
JM
20965 * sysdeps/unix/sysv/linux/kernel-features.h
20966 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
20967 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
20968 include <kernel-features.h>.
20969 [!__NR_ftruncate64]: Remove conditional code.
20970 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20971 [__NR_ftruncate64]: Make code unconditional.
20972 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20973 * sysdeps/unix/sysv/linux/truncate64.c: Do not
20974 include <kernel-features.h>.
20975 [!__NR_ftruncate64]: Remove conditional code.
20976 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20977 [__NR_ftruncate64]: Make code unconditional.
20978 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
20980 include <kernel-features.h>.
20981 [!__NR_ftruncate64]: Remove conditional code.
20982 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20983 [__NR_ftruncate64]: Make code unconditional.
20984 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
20986 include <kernel-features.h>.
20987 [!__NR_ftruncate64]: Remove conditional code.
20988 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20989 [__NR_ftruncate64]: Make code unconditional.
20990 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
20991
4da0431d
JM
20992 * configure.in (libc_cv_fpie): Weaken to a compile test using
20993 LIBC_TRY_CC_OPTION.
20994 * configure: Regenerated.
20995
11ef492c
AK
209962012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20997
20998 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
20999 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
21000 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
21001 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21002 Refreshed.
21003 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
21004 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
21005 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
21006 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
21007 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
21008 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21009 Refreshed.
21010
d66ef399
DM
210112012-05-27 David S. Miller <davem@davemloft.net>
21012
21013 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
21014 (___Q_zero): New.
21015 (__Q_simulate_exceptions): Return void. Change to simulate
21016 exceptions by writing into the %fsr.
21017 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
21018 (__Qp_handle_exceptions): Likewise.
21019 (numbers): Delete.
21020 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
21021 __Qp_handle_exceptions.
21022 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
21023 __Qp_handle_exceptions.
21024 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
21025 as unused and give dummy FP_RND_NEAREST initializer.
21026 (FP_INHIBIT_RESULTS): Define.
21027 (___Q_simulate_exceptions): Update declaration.
21028 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
21029 formatting.
21030 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
21031 as unused and give dummy FP_RND_NEAREST initializer.
21032 (__Qp_handle_exceptions): Update declaration.
21033 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
21034 formatting.
21035
04fb54b5
TS
210362012-05-27 Thomas Schwinge <thomas@codesourcery.com>
21037
21038 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
21039 the temporary FPU control word.
21040 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
21041 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
21042 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
21043 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
21044 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21045 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
21046 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
21047 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
21048 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
21049 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
21050 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
21051
3f99608f
KK
210522012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21053
21054 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
21055 fields.
21056
65a4de4e
CLT
210572012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
21058
21059 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
21060 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
21061 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
21062 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
21063 Likewise.
21064 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
21065 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
21066 Likewise.
21067
15749d40
UD
210682012-05-27 Ulrich Drepper <drepper@gmail.com>
21069
21070 * po/h.po: Update from translation team.
21071
25dbcb27
AS
210722012-05-26 Andreas Schwab <schwab@linux-m68k.org>
21073
3d3f8e55
AS
21074 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
21075
25dbcb27
AS
21076 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
21077 handling of denormals.
21078 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
21079 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
21080 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
21081 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
21082 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21083 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
21084 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
21085 Likewise.
21086
7ad47a80 210872012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
21088
21089 [BZ #14152]
21090 * math/libm-test.inc (fma_test): Don't always expect underflow
21091 exception.
21092
9c6ea9fa
SP
210932012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21094
21095 [BZ #12416]
21096 * elf/tst-execstack.c: Include stackinfo.h.
21097 (do_test): Adjust test case to ensure that pthread_getattr_np
21098 behaviour remains the same after marking stack executable.
21099
a8239222
JM
211002012-05-25 Joseph Myers <joseph@codesourcery.com>
21101
21102 * sysdeps/unix/sysv/linux/kernel-features.h
21103 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
21104 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
21105 kernel-features.h.
21106 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
21107 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
21108 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
21109 kernel-features.h.
21110 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
21111 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
21112
918b5606
L
211132012-05-25 H.J. Lu <hongjiu.lu@intel.com>
21114
21115 * configure.in: Define the default includes to being none.
21116 * configure: Regenerated.
21117
3a097cc7
RM
211182012-05-25 Roland McGrath <roland@hack.frob.com>
21119
8422c9a5
RM
21120 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
21121 * sysdeps/x86_64/setjmp.S: Likewise.
21122 * sysdeps/i386/bsd-setjmp.S: Likewise.
21123 * sysdeps/i386/bsd-_setjmp.S: Likewise.
21124 * sysdeps/i386/setjmp.S: Likewise.
21125 * sysdeps/i386/__longjmp.S: Likewise.
21126 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
21127 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
21128
3a097cc7
RM
21129 * include/stap-probe.h: New file.
21130 * configure.in: Handle --enable-systemtap.
21131 * configure: Regenerated.
21132 * config.h.in (USE_STAP_PROBE): New #undef.
21133 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
21134 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
21135 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
21136
21708942
JM
211372012-05-25 Joseph Myers <joseph@codesourcery.com>
21138
21139 [BZ #13717]
21140 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
21141 to 2.4.0 where earlier.
21142 * sysdeps/unix/sysv/linux/configure: Regenerated.
21143 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
21144 <kernel-features.h>.
21145 [__ASSUME_32BITUIDS]: Make code unconditional.
21146 [!__ASSUME_32BITUIDS]: Remove conditional code.
21147 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
21148 <kernel-features.h>.
21149 [__ASSUME_32BITUIDS]: Make code unconditional.
21150 [!__ASSUME_32BITUIDS]: Remove conditional code.
21151 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
21152 [__ASSUME_32BITUIDS]: Make code unconditional.
21153 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
21154 * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.c: Do not include
21159 <kernel-features.h>.
21160 [__ASSUME_32BITUIDS]: Make code unconditional.
21161 [!__ASSUME_32BITUIDS]: Remove conditional code.
21162 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
21163 <kernel-features.h>.
21164 [__ASSUME_32BITUIDS]: Make code unconditional.
21165 [!__ASSUME_32BITUIDS]: Remove conditional code.
21166 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
21167 <kernel-features.h>.
21168 [__ASSUME_32BITUIDS]: Make code unconditional.
21169 [!__ASSUME_32BITUIDS]: Remove conditional code.
21170 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
21171 <kernel-features.h>.
21172 [__ASSUME_32BITUIDS]: Make code unconditional.
21173 [!__ASSUME_32BITUIDS]: Remove conditional code.
21174 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
21175 <kernel-features.h>.
21176 [__ASSUME_32BITUIDS]: Make code unconditional.
21177 [!__ASSUME_32BITUIDS]: Remove conditional code.
21178 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
21179 <kernel-features.h>.
21180 [__ASSUME_32BITUIDS]: Make code unconditional.
21181 [!__ASSUME_32BITUIDS]: Remove conditional code.
21182 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
21183 <kernel-features.h>.
21184 [__ASSUME_32BITUIDS]: Make code unconditional.
21185 [!__ASSUME_32BITUIDS]: Remove conditional code.
21186 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
21187 <kernel-features.h>.
21188 [__ASSUME_32BITUIDS]: Make code unconditional.
21189 [!__ASSUME_32BITUIDS]: Remove conditional code.
21190 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
21191 <kernel-features.h>.
21192 [__ASSUME_32BITUIDS]: Make code unconditional.
21193 [!__ASSUME_32BITUIDS]: Remove conditional code.
21194 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
21195 <kernel-features.h>.
21196 [__NR_setresgid] (__setresgid): Do not declare.
21197 [__ASSUME_32BITUIDS]: Make code unconditional.
21198 [!__ASSUME_32BITUIDS]: Remove conditional code.
21199 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
21200 <kernel-features.h>.
21201 [__NR_setresuid] (__setresuid): Do not declare.
21202 [__ASSUME_32BITUIDS]: Make code unconditional.
21203 [!__ASSUME_32BITUIDS]: Remove conditional code.
21204 * sysdeps/unix/sysv/linux/i386/setfsgid.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/i386/setfsuid.c: Do not include
21209 <kernel-features.h>.
21210 [__ASSUME_32BITUIDS]: Make code unconditional.
21211 [!__ASSUME_32BITUIDS]: Remove conditional code.
21212 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
21213 <kernel-features.h>.
21214 [__ASSUME_32BITUIDS]: Make code unconditional.
21215 [!__ASSUME_32BITUIDS]: Remove conditional code.
21216 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
21217 <kernel-features.h>.
21218 [__ASSUME_32BITUIDS]: Make code unconditional.
21219 [!__ASSUME_32BITUIDS]: Remove conditional code.
21220 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
21221 <kernel-features.h>.
21222 [__ASSUME_32BITUIDS]: Make code unconditional.
21223 [!__ASSUME_32BITUIDS]: Remove conditional code.
21224 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
21225 <kernel-features.h>.
21226 [__ASSUME_32BITUIDS]: Make code unconditional.
21227 [!__ASSUME_32BITUIDS]: Remove conditional code.
21228 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
21229 <kernel-features.h>.
21230 [__ASSUME_32BITUIDS]: Make code unconditional.
21231 [!__ASSUME_32BITUIDS]: Remove conditional code.
21232 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
21233 <kernel-features.h>.
21234 [__ASSUME_32BITUIDS]: Make code unconditional.
21235 [!__ASSUME_32BITUIDS]: Remove conditional code.
21236 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
21237 <kernel-features.h>.
21238 [__ASSUME_32BITUIDS]: Make code unconditional.
21239 [!__ASSUME_32BITUIDS]: Remove conditional code.
21240 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
21241 <kernel-features.h>.
21242 [__ASSUME_32BITUIDS]: Make code unconditional.
21243 [!__ASSUME_32BITUIDS]: Remove conditional code.
21244 * sysdeps/unix/sysv/linux/kernel-features.h
21245 (__ASSUME_SETRESUID_SYSCALL): Remove.
21246 (__ASSUME_SETRESGID_SYSCALL): Likewise.
21247 (__ASSUME_32BITUIDS): Likewise.
21248 (__ASSUME_LDT_WORKS): Likewise.
21249 (__ASSUME_O_DIRECTORY): Likewise.
21250 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
21251 architecture but not kernel version.
21252 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
21253 (__ASSUME_MMAP2_SYSCALL): Likewise.
21254 (__ASSUME_STAT64_SYSCALL): Likewise.
21255 (__ASSUME_IPC64): Likewise.
21256 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
21257 <kernel-features.h>.
21258 [__ASSUME_32BITUIDS]: Make code unconditional.
21259 [!__ASSUME_32BITUIDS]: Remove conditional code.
21260 * sysdeps/unix/sysv/linux/opendir.c: Do not include
21261 <kernel-features.h>.
21262 [__ASSUME_O_DIRECTORY]: Make code unconditional.
21263 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
21264 132096]: Remove conditional code.
21265 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
21266 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
21267 <kernel-features.h>.
21268 [__ASSUME_32BITUIDS]: Make code unconditional.
21269 [!__ASSUME_32BITUIDS]: Remove conditional code.
21270 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
21271 <kernel-features.h>.
21272 [__ASSUME_32BITUIDS]: Make code unconditional.
21273 [!__ASSUME_32BITUIDS]: Remove conditional code.
21274 * sysdeps/unix/sysv/linux/setegid.c: Do not include
21275 <kernel-features.h>.
21276 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
21277 unconditional.
21278 (__setresgid): Do not declare.
21279 [__ASSUME_32BITUIDS]: Make code unconditional.
21280 [!__ASSUME_32BITUIDS]: Remove conditional code.
21281 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
21282 <kernel-features.h>.
21283 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
21284 unconditional.
21285 (__setresuid): Do not declare.
21286 [__ASSUME_32BITUIDS]: Make code unconditional.
21287 [!__ASSUME_32BITUIDS]: Remove conditional code.
21288 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
21289 <kernel-features.h>.
21290 [__ASSUME_32BITUIDS]: Make code unconditional.
21291 [!__ASSUME_32BITUIDS]: Remove conditional code.
21292 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
21293 <kernel-features.h>.
21294 [__ASSUME_32BITUIDS]: Make code unconditional.
21295 [!__ASSUME_32BITUIDS]: Remove conditional code.
21296
a386f1cc
RH
212972012-05-25 Richard Henderson <rth@twiddle.net>
21298
21299 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
21300 dl_hwcap to ifunc resolver.
21301 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
21302 elf_ifunc_invoke.
21303 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
21304 dl_hwcap to ifunc resolver.
21305 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
21306
b6550497
JM
213072012-05-24 Joseph Myers <joseph@codesourcery.com>
21308
21309 [BZ #14153]
21310 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
21311 for |x| <= 2**-26, not 2**-57.
21312 * math/libm-test.inc (acos_test): Do not allow spurious underflow
21313 exception.
21314
b0bc23a1
JL
213152012-05-24 Jeff Law <law@redhat.com>
21316
21317 * stdio-common/Makefile (tests): Add bug25.
21318 * stdio-common/bug25.c: New test.
21319
347c92e9
L
213202012-05-24 H.J. Lu <hongjiu.lu@intel.com>
21321
21322 [BZ #13576]
21323 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
21324 multiple of MALLOC_ALIGNMENT in size.
21325 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
21326
6bcc8b3f
JM
213272012-05-24 Joseph Myers <joseph@codesourcery.com>
21328
21329 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
21330 Require >= 256.
21331 (FILENAME_MAX): Use macro-int-constant.
21332 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
21333 (_IOFBF): Use macro-int-constant.
21334 (_IOLBF): Likewise.
21335 (_IONBF): Likewise.
21336 (SEEK_CUR): Likewise.
21337 (SEEK_END): Likewise.
21338 (SEEK_SET): Likewise.
21339 (TMP_MAX): Likewise.
21340 (EOF): Use macro-int-constant. Require < 0.
21341 (NULL): Use macro-constant. Require == 0.
21342 (stdin): Require type to be FILE *.
21343 (stdout): Likewise.
21344 (stderr): Likewise.
21345 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
21346 macro-int-constant.
21347 (EXIT_SUCCESS): Likewise.
21348 (NULL): Use macro-constant. Require == 0.
21349 (RAND_MAX): Use macro-int-constant.
21350 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
21351 [C99-based standards] (strtof): Require function.
21352 [C99-based standards] (strtold): Likewise.
21353 [C99-based standards] (strtoll): Likewise.
21354 [C99-based standards] (strtoull): Likewise.
21355 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
21356 [ISO || ISO99 || ISO11] (limits.h): Likewise.
21357 [ISO || ISO99 || ISO11] (math.h): Likewise.
21358 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
21359 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
21360 [ISO || ISO99 || ISO11] (*_t): Do not allow.
21361
d18ea0c5
AS
213622012-05-24 Andreas Schwab <schwab@linux-m68k.org>
21363
21364 [BZ #14132]
56d25bb8
AS
21365 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
21366 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
21367 * intl/dgettext.c (DCGETTEXT): Likewise.
21368 * intl/gettext.c (DCGETTEXT): Likewise.
21369 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
21370 * posix/regex_internal.h (gettext): Likewise.
21371 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
21372 Remove declaration.
21373 * include/argz.h (__argz_count_internal)
21374 (__argz_stringify_internal): Remove declaration.
21375 (__argz_count, __argz_stringify): Declare hidden proto.
21376 * intl/dcgettext.c: Remove use of INTDEF.
21377 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
21378 * string/argz-stringify.c: Likewise.
21379 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
21380 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
21381 Declare hidden proto.
d18ea0c5
AS
21382 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
21383 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
21384 Declare hidden proto.
21385 * include/stdio.h (__asprintf_internal): Don't declare.
21386 (__asprintf): Don't define as macro. Declare hidden proto.
21387 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
21388 (__fsetlocking): Declare hidden proto.
21389 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
21390 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
21391 hidden proto.
21392 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
21393 (_IO_setlinebuf): Remove use of INTUSE.
21394 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
21395 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
21396 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
21397 Remove declaration.
21398 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
21399 (_IO_do_flush): Remove use of INTUSE.
21400 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
21401 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
21402 (_IO_adjust_column, _IO_least_wmarker)
21403 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
21404 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
21405 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
21406 (_IO_default_doallocate, _IO_wdefault_doallocate)
21407 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
21408 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
21409 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
21410 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
21411 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
21412 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
21413 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
21414 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
21415 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
21416 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
21417 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
21418 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
21419 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
21420 proto.
21421 (_IO_flush_all_internal, _IO_adjust_column_internal)
21422 (_IO_default_uflow_internal, _IO_default_finish_internal)
21423 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
21424 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
21425 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
21426 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
21427 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
21428 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
21429 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
21430 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
21431 (_IO_file_close_internal, _IO_file_close_it_internal)
21432 (_IO_file_underflow_internal, _IO_file_overflow_internal)
21433 (_IO_file_init_internal, _IO_file_attach_internal)
21434 (_IO_file_fopen_internal, _IO_file_read_internal)
21435 (_IO_file_sync_internal, _IO_file_seek_internal)
21436 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
21437 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
21438 (_IO_str_underflow_internal, _IO_str_overflow_internal)
21439 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
21440 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
21441 (_IO_list_all_internal, _IO_link_in_internal)
21442 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
21443 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
21444 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
21445 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
21446 (_IO_do_write_internal, _IO_padn_internal)
21447 (_IO_getline_info_internal, _IO_getline_internal)
21448 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
21449 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
21450 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
21451 (_IO_vfscanf_internal, _IO_vfprintf_internal)
21452 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
21453 (_IO_init_internal, _IO_un_link_internal): Don't declare.
21454 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
21455 with libc_hidden_ver, remove use of INTUSE.
21456 * libio/genops.c: Likewise.
21457 * libio/freopen.c: Likewise.
21458 * libio/freopen64.c: Likewise.
21459 * libio/iofclose.c: Likewise.
21460 * libio/iofdopen.c: Likewise.
21461 * libio/iofflush.c: Likewise.
21462 * libio/iofflush_u.c: Likewise.
21463 * libio/iofgets.c: Likewise.
21464 * libio/iofgets_u.c: Likewise.
21465 * libio/iofopen.c: Likewise.
21466 * libio/iofopncook.c: Likewise.
21467 * libio/iofread.c: Likewise.
21468 * libio/iofread_u.c: Likewise.
21469 * libio/ioftell.c: Likewise.
21470 * libio/iofwrite.c: Likewise.
21471 * libio/iogetline.c: Likewise.
21472 * libio/iogets.c: Likewise.
21473 * libio/iogetwline.c: Likewise.
21474 * libio/iopadn.c: Likewise.
21475 * libio/iopopen.c: Likewise.
21476 * libio/ioseekoff.c: Likewise.
21477 * libio/ioseekpos.c: Likewise.
21478 * libio/iosetbuffer.c: Likewise.
21479 * libio/iosetvbuf.c: Likewise.
21480 * libio/ioungetc.c: Likewise.
21481 * libio/ioungetwc.c: Likewise.
21482 * libio/iovdprintf.c: Likewise.
21483 * libio/iovsprintf.c: Likewise.
21484 * libio/iovsscanf.c: Likewise.
21485 * libio/memstream.c: Likewise.
21486 * libio/obprintf.c: Likewise.
21487 * libio/oldfileops.c: Likewise.
21488 * libio/oldiofclose.c: Likewise.
21489 * libio/oldiofdopen.c: Likewise.
21490 * libio/oldiofopen.c: Likewise.
21491 * libio/oldiopopen.c: Likewise.
21492 * libio/oldstdfiles.c: Likewise.
21493 * libio/putc.c: Likewise.
21494 * libio/setbuf.c: Likewise.
21495 * libio/setlinebuf.c: Likewise.
21496 * libio/stdfiles.c: Likewise.
21497 * libio/strops.c: Likewise.
21498 * libio/vasprintf.c: Likewise.
21499 * libio/vscanf.c: Likewise.
21500 * libio/vsnprintf.c: Likewise.
21501 * libio/vswprintf.c: Likewise.
21502 * libio/wfiledoalloc.c: Likewise.
21503 * libio/wfileops.c: Likewise.
21504 * libio/wgenops.c: Likewise.
21505 * libio/wmemstream.c: Likewise.
21506 * libio/wstrops.c: Likewise.
21507 * libio/__fpurge.c: Likewise.
21508 * libio/__fsetlocking.c: Likewise.
21509 * assert/assert.c: Likewise.
21510 * debug/fgets_chk.c: Likewise.
21511 * debug/fgets_u_chk.c: Likewise.
21512 * debug/fread_chk.c: Likewise.
21513 * debug/fread_u_chk.c: Likewise.
21514 * debug/gets_chk.c: Likewise.
21515 * debug/obprintf_chk.c: Likewise.
21516 * debug/vasprintf_chk.c: Likewise.
21517 * debug/vdprintf_chk.c: Likewise.
21518 * debug/vsnprintf_chk.c: Likewise.
21519 * debug/vsprintf_chk.c: Likewise.
21520 * malloc/mtrace.c: Likewise.
21521 * misc/error.c: Likewise.
21522 * misc/syslog.c: Likewise.
21523 * stdio-common/asprintf.c: Likewise.
21524 * stdio-common/fxprintf.c: Likewise.
21525 * stdio-common/getw.c: Likewise.
21526 * stdio-common/isoc99_fscanf.c: Likewise.
21527 * stdio-common/isoc99_scanf.c: Likewise.
21528 * stdio-common/isoc99_vfscanf.c: Likewise.
21529 * stdio-common/isoc99_vscanf.c: Likewise.
21530 * stdio-common/isoc99_vsscanf.c: Likewise.
21531 * stdio-common/printf-prs.c: Likewise.
21532 * stdio-common/printf_fp.c: Likewise.
21533 * stdio-common/printf_fphex.c: Likewise.
21534 * stdio-common/printf_size.c: Likewise.
21535 * stdio-common/putw.c: Likewise.
21536 * stdio-common/scanf.c: Likewise.
21537 * stdio-common/sprintf.c: Likewise.
21538 * stdio-common/tmpfile.c: Likewise.
21539 * stdio-common/vfprintf.c: Likewise.
21540 * stdio-common/vfscanf.c: Likewise.
21541 * stdlib/strfmon_l.c: Likewise.
21542 * sunrpc/openchild.c: Likewise.
21543 * sunrpc/xdr_stdio.c: Likewise.
21544 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
21545 * sysdeps/mach/hurd/tmpfile.c: Likewise.
21546
d6c33fda
RM
215472012-05-24 Roland McGrath <roland@hack.frob.com>
21548
c1487492
RM
21549 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
21550
21551 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
21552 in the third column, to generate for the shared library an IFUNC
21553 that uses _dl_vdso_vsym.
21554 * Makerules (COMPILE.c, compile-stdin.c): New variables.
21555 * Makeconfig (object-suffixes-noshared): New variable.
21556
21557 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
21558 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
21559 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
21560 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
21561
d6c33fda
RM
21562 [BZ #14132]
21563 * include/sys/time.h (__gettimeofday): Remove macro.
21564 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
21565 * time/gettimeofday.c (__gettimeofday): Remove #undef.
21566 Remove INTDEF.
21567 (__gettimeofday): Add libc_hidden_def.
21568 (gettimeofday): Add libc_hidden_weak.
21569 * sysdeps/mach/gettimeofday.c: Likewise.
21570 * sysdeps/posix/gettimeofday.c: Likewise.
21571 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
21572 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
21573 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
21574 (__gettimeofday_internal): Remove strong_alias.
21575 (__gettimeofday): Add libc_hidden_def.
21576 (gettimeofday): Add libc_hidden_weak.
21577 * sysdeps/unix/syscalls.list (gettimeofday):
21578 Remove __gettimeofday_internal alias.
21579
b5a2bbe6
L
215802012-05-24 Daniel Jacobowitz <drow@false.org>
21581 H.J. Lu <hongjiu.lu@intel.com>
21582
21583 [BZ #12495]
21584 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
21585 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
21586 (largebin_index_32_big): New.
21587 (largebin_index): Use it for 16-byte alignment.
21588 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
21589 correction with front_misalign.
21590
cfba4fda
L
215912012-05-24 H.J. Lu <hongjiu.lu@intel.com>
21592
7f907421
L
21593 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
21594 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
21595 Likewise.
21596 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
21597 Likewise.
21598 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
21599 Likewise.
21600 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
21601 Likewise.
21602 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
21603 Likewise.
21604 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
21605 Likewise.
21606 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
21607 Likewise.
21608 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
21609 Likewise.
21610 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
21611 Likewise.
21612 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
21613 Likewise.
21614 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
21615 Likewise.
21616 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
21617 Likewise.
21618
cfba4fda
L
21619 * scripts/data/c++-types-x32-linux-gnu.data: New file.
21620 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
21621
80bad0cc
JM
216222012-05-24 Joseph Myers <joseph@codesourcery.com>
21623
7a25eb06
JM
21624 [BZ #10846]
21625 [BZ #14036]
21626 * math/libm-test.inc (exp_test): Add test from bug 14036.
21627 (pow_test): Add test from bug 10846.
21628
795405f9
JM
21629 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
21630 and other flags.
21631 (special_function): Do not include flags in test name.
21632 (parse_args): Likewise.
21633 * sysdeps/i386/fpu/libm-test-ulps: Update.
21634 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21635 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21636 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21637 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21638
80bad0cc
JM
21639 * math/gen-libm-test.pl (%beautify): Add entries for underflow
21640 exceptions.
21641 * math/libm-test.inc ("Philosophy"): Update comment about
21642 exception testing.
21643 (UNDERFLOW_EXCEPTION): New macro.
21644 (UNDERFLOW_EXCEPTION_OK): Likewise.
21645 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
21646 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
21647 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
21648 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
21649 (INVALID_EXCEPTION_OK): Update value.
21650 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21651 (OVERFLOW_EXCEPTION_OK): Likewise.
21652 (IGNORE_ZERO_INF_SIGN): Likewise.
21653 (test_exceptions): Handle underflow exceptions.
21654 (acos_test): Update for underflow exception expectations.
21655 (cexp_test): Likewise.
21656 (clog_test): Likewise.
21657 (clog10_test): Likewise.
21658 (csqrt_test): Likewise.
21659 (ctan_test): Likewise.
21660 (ctanh_test): Likewise.
21661 (exp_test): Likewise.
21662 (exp10_test): Likewise.
21663 (exp2_test): Likewise.
21664 (expm1_test): Likewise.
21665 (fma_test): Likewise.
21666 (j0_test): Likewise.
21667 (jn_test): Likewise.
21668 (nexttoward_test): Likewise.
21669 (pow_test): Likewise.
21670 (scalbn_test): Likewise.
21671 (scalbln_test): Likewise.
21672 (tan_test): Likewise.
21673 (y1_test): Likewise.
21674 * sysdeps/i386/fpu/libm-test-ulps: Update.
21675 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21676
9e0e3d0b
DM
216772012-05-23 David S. Miller <davem@davemloft.net>
21678
21679 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
21680 (__libc_sigaction): Remove unused local variables.
21681
ccd0a08f
L
216822012-05-23 H.J. Lu <hongjiu.lu@intel.com>
21683
21684 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
21685
62bdf9a6
PE
216862012-05-23 Paul Eggert <eggert@cs.ucla.edu>
21687
f8591f80
PE
21688 mktime: avoid signed integer overflow
21689 * time/mktime.c (__mktime_internal): Do not mishandle the case
21690 where diff == INT_MIN.
21691
94c7d826
PE
21692 mktime: simplify computation of average
21693 * time/mktime.c (ranged_convert): Use new time_t_avg function
21694 instead of rolling our own (probably-slower) code.
21695
ce73d683
PE
21696 mktime: do not assume signed right shift propagates sign bit
21697 * time/mktime.c (isdst_differ): New static function.
21698 (__mktime_internal): No need to normalize tm_isdst now.
21699 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
21700 tm_isdst values.
21701
72a22e59
PE
21702 mktime: merge another wrapv change from gnulib
21703 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
21704 from some compilers.
21705
68605433
PE
21706 mktime: remove incorrect attempt at unusual arithmetics
21707 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
21708 The code didn't really work on such machines anyway.
21709 (TYPE_MINIMUM): Assume two's complement.
21710 (twos_complement_arithmetic): Verify that long_int and time_t
21711 are two's complement (or unsigned, in the latter case).
21712
03cf7fe3
PE
21713 mktime: check signed shifts on long_int and time_t, too
21714 * time/mktime.c (SHR): Check that shifts work as desired
21715 on the types long_int and time_t too, as SHR is used on
21716 such types.
21717
f04dfbc2
PE
21718 mktime: do not assume 'long' is wide enough
21719 * time/mktime.c (verify): Move decl up.
21720 (long_int): New type.
21721 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
21722 to remove assumption in the code that 'long' is wide enough to
21723 store year values. This assumption is not true on x32 and on
21724 some non-glibc platforms.
21725
62bdf9a6
PE
21726 mktime: merge wrapv change from gnulib
21727 * time/mktime.c (WRAPV): New macro.
21728 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
21729 (guess_time_tm, __mktime_internal): Do not assume that signed
21730 integer overflow wraps around; modern compilers generate code
21731 where this assumption is no longer valid.
21732
5e292e4f
L
217332012-05-23 H.J. Lu <hongjiu.lu@intel.com>
21734
21735 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
21736 Replace "jmp L(pseudo_end)" with "ret".
21737 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
21738 Likewise.
21739
8caf8c87
AJ
217402012-05-23 Andreas Jaeger <aj@suse.de>
21741
21742 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
21743 * sysdeps/unix/sysv/linux/poll.c: Remove file.
21744
1a09dc56
AJ
217452012-05-23 Andreas Jaeger <aj@suse.de>
21746 Maximilian Attems <max@stro.at>
21747
21748 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
21749 New macros.
21750
1c87aba0
L
217512012-05-23 H.J. Lu <hongjiu.lu@intel.com>
21752
21753 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
21754 code so that pseudo_end is just ret and the stack pointer is
21755 correct also for static library in error case.
21756
40e45bd5
JM
217572012-05-23 Joseph Myers <joseph@codesourcery.com>
21758
c2670533
JM
21759 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
21760 move to syscalls.list.
21761 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
21762 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
21763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
21764 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
21765
40e45bd5
JM
21766 * manual/install.texi (Running make install): Do not mention Linux
21767 kernel version for which pt_chown is not needed.
21768 (Linux): Do not mention problems with nscd with 2.0 kernels.
21769 * INSTALL: Regenerated.
21770
be08eda5
AJ
217712012-05-23 Andreas Jaeger <aj@suse.de>
21772
21773 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
21774 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
21775 macro.
21776 * sysdeps/unix/sysv/linux/s390/bits/mman.h
21777 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21778 * sysdeps/unix/sysv/linux/sh/bits/mman.h
21779 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21780 * sysdeps/unix/sysv/linux/i386/bits/mman.h
21781 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21782 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
21783 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21784 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
21785 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
21786 * sysdeps/unix/sysv/linux/bits/in.h
21787 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
21788
a6a056bb
RM
217892012-05-22 Roland McGrath <roland@hack.frob.com>
21790
21791 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
21792 (PREPARE_VERSION): Just use assert instead, it will be elided
21793 under [NDEBUG] anyway.
21794
c9009328
L
217952012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21796
21797 * sysdeps/unix/sysv/linux/Makefile: Include
21798 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 21799 (sysdep_routines): Remove sysctl.
c9009328
L
21800 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
21801 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
21802 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
21803 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
21804 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
21805
73338355
AJ
218062012-05-22 Andreas Jaeger <aj@suse.de>
21807
21808 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
21809 that pseudo_end is just ret and the stack pointer is correct also
21810 for static library in error case.
21811
d44638b0
PP
218122012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
21813
21814 [BZ #14122]
21815 * nss/nsswitch.c (defconfig_entries): New variable.
21816 (__nss_database_lookup): Don't leak defconfig entries.
21817 (nss_parse_service_list): Don't leak on error paths.
21818 (free_database_entries): New function.
21819 (free_defconfig): New function.
21820 (free_mem): Move common code to free_database_entries.
21821
31a39bd8
L
218222012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21823
da0331a8
L
21824 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
21825 Add arch_prctl.
21826 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
21827
31a39bd8
L
21828 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
21829 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
21830 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
21831 New macro.
21832 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
21833 (INTERNAL_SYSCALL_TYPES): Likewise.
21834 (LOAD_ARGS_TYPES_[1-6]): Likewise.
21835 (LOAD_REGS_TYPES_[1-6]): Likewise.
21836 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
21837 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
21838
45470df3
AZ
218392012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21840
21841 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
21842 copysignl for GLIBC_2_0.
21843 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
21844 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
21845 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
21846 logbl for GLIBC_2_0.
21847 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
21848 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
21849
98a61bcb
L
218502012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21851
a4f6e481
L
21852 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
21853 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
21854
f63d5db6
L
21855 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
21856 Use "neg %eax".
21857
98a61bcb
L
21858 * time/mktime.c: Update copyright years.
21859
95770f14
PE
218602012-05-22 Paul Eggert <eggert@cs.ucla.edu>
21861
6226efbd
PE
21862 mktime: merge comment-quoting-style change from gnulib
21863 * time/mktime.c: Quote 'like this' in comments.
21864 The GNU coding standards suggest that we no longer quote `like this',
21865 as "`" and "'" are typically rendered asymmetrically nowadays.
21866 The typical gnulib style is to quote 'like this' when quoting
21867 code, and "like this" when quoting English.
21868
b99e4f78
PE
21869 * time/mktime.c (compile-command): Add "-I.".
21870
643e01e6
PE
21871 mktime: merge mktime-internal.h change from gnulib
21872 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
21873
2554247d
PE
21874 mktime: merge time_r change from gnulib
21875 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
21876
826dd0ab
PE
21877 mktime: merge DEBUG change from gnulib
21878 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
21879 case system <time.h> has a #define.
21880
bd83aabe
PE
21881 mktime: merge <sys/types.h> change from gnulib
21882 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
21883 since <time.t> is now guaranteed to define time_t.
21884
95770f14
PE
21885 mktime: merge HAVE_CONFIG_H change from gnulib
21886 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
21887
5e1a27a9
L
218882012-05-22 H.J. Lu <hongjiu.lu@intel.com>
21889
0e44a77e
L
21890 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
21891 Use "neg %eax".
21892
5e1a27a9
L
21893 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
21894 __rlim_t cast.
21895 (struct rusage): Use anonymous union to pad each field to
21896 __syscall_slong_t.
21897
46259bec
DM
218982012-05-21 David S. Miller <davem@davemloft.net>
21899
21900 * Makefules (o-iterator): Remove .s cases.
21901 (compile-command.s): Delete.
21902 (COMPILE.s): Delete.
21903 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
21904
59f0c22e
JM
219052012-05-21 Joseph Myers <joseph@codesourcery.com>
21906
21907 * configure.in (libc_cv_predef_stack_protector): Only consider
21908 "foobar" and "__stack_chk_fail" lines in libc_undefs.
21909 * configure: Regenerated.
21910
20c07380
L
219112012-05-21 H.J. Lu <hongjiu.lu@intel.com>
21912
bbb3154b
L
21913 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
21914 New macro. Use R*LP on int and pointer.
21915 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
21916 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
21917 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
21918 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
21919
20c07380
L
21920 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
21921 [__WORDSIZE_TIME64_COMPAT32] instead of
21922 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
21923 (struct utmp): Likewise.
21924 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
21925 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
21926 Renamed to ...
21927 (__WORDSIZE_TIME64_COMPAT32): This.
21928 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
21929 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
21930 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
21931 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
21932 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
21933 (__WORDSIZE_TIME64_COMPAT32): New macro.
21934
d8d1017e
AJ
219352012-05-21 Andreas Jaeger <aj@suse.de>
21936
21937 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
21938 only if [SHARED]. Add prototype for __wcschr_ia32.
21939
6c7fb145
RM
219402012-05-21 Roland McGrath <roland@hack.frob.com>
21941
21942 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
21943 of %rbp unmolested in the jmp_buf while mangling the low bits.
21944 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
21945 unmolested high bits of %rbp while demangling the low bits.
21946 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
21947
66274218
AJ
219482012-05-21 Andreas Jaeger <aj@suse.de>
21949
07c58f8f
AJ
21950 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
21951 * sunrpc/svc_simple.c: Use it for registerrpc.
21952 * sunrpc/xcrypt.c: Use it for passwd2des.
21953
66274218
AJ
21954 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
21955
61f65140
L
219562012-05-21 H.J. Lu <hongjiu.lu@intel.com>
21957
21958 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
21959 Don't define if [__SYSCALL_WORDSIZE != 32].
21960 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
21961 New macro.
21962
5fefb436
AJ
219632012-05-21 Bruno Haible <bruno@clisp.org>
21964 Andreas Jaeger <aj@suse.de>
21965
21966 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
21967 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
21968 inptr and inend for must_buffer_ch.
21969 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
21970 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
21971 * stdio-common/Makefile (tests): Remove bug15.
21972 (bug15-ENV): Remove macro.
21973 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
21974 anymore.
21975
d8e272ab
AJ
219762012-05-19 Andreas Jaeger <aj@suse.de>
21977 Roland McGrath <roland@hack.frob.com>
21978
21979 * manual/contrib.texi: Completely rewritten. It contains now an
21980 alphabetical list of contributors and their contributions.
21981
4a56a162
RH
219822012-05-21 Richard Henderson <rth@twiddle.net>
21983
21984 * misc/getauxval.c (__getauxval): Use unsigned long int.
21985 * misc/sys/auxv.h: Include <sys/cdefs.h>.
21986 (getauxval): Use unsigned long int.
21987
d024d23c
L
219882012-05-21 H.J. Lu <hongjiu.lu@intel.com>
21989
21990 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
21991
cbc00a03
RM
219922012-05-21 Roland McGrath <roland@hack.frob.com>
21993
21994 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
21995 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
21996 __alignof__ (long double).
21997
478143fa
AZ
219982012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21999
22000 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22001
c7683a6d
RH
220022012-05-20 Richard Henderson <rth@twiddle.net>
22003
22004 * misc/getauxval.c: New file.
22005 * misc/sys/auxv.h: New file.
22006 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
22007 (routines): Add getauxval.
22008 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
22009 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
22010 * elf/dl-sysdep.c (_dl_auxv): Remove.
22011 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
22012 * elf/dl-support.c (_dl_auxv): New variable.
22013 (_dl_aux_init): Initialize it.
22014 * manual/startup.texi (Auxiliary Vector): New node.
22015 * sysdeps/generic/bits/hwcap.h: New file.
22016 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
22017 * sysdeps/powerpc/sysdep.h: ... here. Include it.
22018 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
22019 * sysdeps/sparc/sysdep.h: ... here. Include it.
22020 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
22021 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
22022 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
22023 Update.
c7683a6d
RH
22024 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
22025 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
22026 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
22027 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
22028 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
22029 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
22030 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
22031 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
22032
a6f1845d
AZ
220332012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22034
22035 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22036
cbcbe830
DM
220372012-05-19 David S. Miller <davem@davemloft.net>
22038
22039 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22040
e0b16cc2
JM
220412012-05-19 Joseph Myers <joseph@codesourcery.com>
22042
22043 [BZ #14123]
22044 * math/s_ccosh.c: Include <float.h>
22045 (__ccosh): Avoid internal overflow calculating sinh and cosh
22046 values before multiplying by sin and cos values.
22047 * math/s_ccoshf.c: Likewise.
22048 * math/s_ccoshl.c: Likewise.
22049 * math/s_csin.c: Likewise.
22050 * math/s_csinf.c: Likewise.
22051 * math/s_csinl.c: Likewise.
22052 * math/s_csinh.c: Likewise.
22053 * math/s_csinhf.c: Likewise.
22054 * math/s_csinhl.c: Likewise.
22055 * math/libm-test.inc (ccos_test): Add more tests.
22056 (ccosh_test): Likewise.
22057 (csin_test): Likewise.
22058 (csinh_test): Likewise.
22059 * sysdeps/i386/fpu/libm-test-ulps: Update.
22060 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22061
6ad13e08
L
220622012-05-19 H.J. Lu <hongjiu.lu@intel.com>
22063
f66f0ce8
L
22064 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
22065 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
22066
6ad13e08
L
22067 * sysdeps/x86_64/x32/_itoa.h: Add comment.
22068
b1d072a7
JM
220692012-05-19 Joseph Myers <joseph@codesourcery.com>
22070
22071 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
22072 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
22073 * sysdeps/powerpc/soft-fp/Versions: Likewise.
22074 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
22075 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
22076 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
22077 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
22078 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
22079 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
22080 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
22081 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
22082 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
22083 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
22084 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
22085 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
22086 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
22087 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
22088 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
22089 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
22090 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
22091 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
22092 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
22093 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
22094 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
22095 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
22096 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
22097 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
22098 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
22099 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
22100 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
22101 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
22102
9eae47cb
AJ
221032012-05-18 Andreas Jaeger <aj@suse.de>
22104
22105 * csu/.gitignore: Delete.
22106
bb07f69f
L
221072012-05-18 H.J. Lu <hongjiu.lu@intel.com>
22108
22109 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
22110 (timex): Use __syscall_slong_t.
22111
e6bdb741
AJ
221122012-05-18 Andreas Jaeger <aj@suse.de>
22113 Carlos O'Donell <carlos_odonell@mentor.com>
22114
22115 * manual/install.texi (Configuring and compiling): Update
22116 description about files modified in the source directory.
d6c33fda 22117 * INSTALL: Regenerated.
e6bdb741 22118
1b74487e
L
221192012-05-18 H.J. Lu <hongjiu.lu@intel.com>
22120
22121 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
22122 value. Use "or" to set return value to -1.
22123 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
22124 negate return value.
22125
a88b64b9
TMQMF
221262012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
22127
22128 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
22129 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
22130 failure if the compiler has Graphite support disabled.
22131 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
22132 Likewise.
22133 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
22134 CFLAGS-memmove.c): Likewise.
22135 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
22136 Likewise.
22137
3707636e
L
221382012-05-18 H.J. Lu <hongjiu.lu@intel.com>
22139
610b8622
L
22140 * sysdeps/x86_64/x32/_itoa.h: New file.
22141
7cd195df
L
22142 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
22143 getdents system call only if kernel and user dirents have the
22144 same d_ino and d_off.
22145
94b07d20
L
22146 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
22147 LLONG_MAX != LONG_MAX.
22148 (_itoa_word): Use _ITOA_WORD_TYPE on value.
22149 (_fitoa_word): Likewise.
22150
18298070
L
22151 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
22152 years.
22153 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
22154 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
22155 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
22156
553c7ea4
L
22157 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
22158 include <bits/wordsize.h>. Check __x86_64__ instead of
22159 __WORDSIZE.
22160 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
22161 if __x86_64__ is defined. Use anonymous union on fpstate.
22162
3707636e
L
22163 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
22164 anonymous union.
22165
b53ef01a
AS
221662012-05-18 Andreas Schwab <schwab@linux-m68k.org>
22167
37fb1dc0
AS
22168 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
22169 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
22170 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
22171 Refer to _rtld_local_ro instead of _rtld_global_ro.
22172 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
22173 Likewise.
22174 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
22175 Likewise.
22176 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
22177 Likewise.
22178 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
22179 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
22180 of _rtld_global, and rtld_progname instead of _dl_argv[0].
22181
b53ef01a
AS
22182 * sysdeps/powerpc/powerpc32/dl-machine.c
22183 (__elf_machine_runtime_setup) [PROF]: Don't reference
22184 _dl_prof_resolve.
22185
7a185db2
AJ
221862012-05-18 Andreas Jaeger <aj@suse.de>
22187
22188 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
22189 function only available for GCCs before 3.4 since GCC 3.4
22190 introduced a builtin.
22191 (lrint): Likewise.
22192 (llrintf): Likewise.
22193 (llrint): Likewise.
22194 (fmaxf): Likewise.
22195 (fmax): Likewise.
22196 (fminf): Likewise.
22197 (fmin): Likewise.
22198 (rint): Likewise.
22199 (rintf): Likewise.
22200 (nearbyint): Likewise.
22201 (nearbyintf): Likewise.
22202 (ceil): Likewise.
22203 (ceilf): Likewise.
22204 (floor): Likewise.
22205 (floorf): Likewise.
22206
3e5aef87
L
222072012-05-17 H.J. Lu <hongjiu.lu@intel.com>
22208
428bd707
L
22209 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
22210 on both fields and cast pointer to __syscall_ulong_t.
22211
3e5aef87
L
22212 * bits/types.h (__fsword_t): New type.
22213 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
22214 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
22215 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22216 (__FSWORD_T_TYPE): Likewise.
22217 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22218 (__FSWORD_T_TYPE): Likewise.
22219 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22220 (__FSWORD_T_TYPE): Likewise.
22221 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
22222 (__FSWORD_T_TYPE): Likewise.
22223 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
22224 __SWORD_TYPE with __fsword_t.
22225 (statfs64): Likewise.
22226
1ba7c3dc
DM
222272012-05-17 David S. Miller <davem@davemloft.net>
22228
22229 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
22230
59910343
AJ
222312012-05-17 Andreas Jaeger <aj@suse.de>
22232
22233 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
22234 warning.
22235
2e4c1e9e
L
222362012-05-17 H.J. Lu <hongjiu.lu@intel.com>
22237
22238 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
22239
de7f5ce7
AJ
222402012-05-17 Andreas Jaeger <aj@suse.de>
22241
22242 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
22243 when it is used.
22244
286abc3d
CM
222452012-05-17 Chris Metcalf <cmetcalf@tilera.com>
22246
22247 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
22248
477cc68e
L
222492012-05-17 H.J. Lu <hongjiu.lu@intel.com>
22250
22251 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
22252 * sysdeps/x86_64/tst-mallocalign1.c: New file.
22253
1a0994f5
CD
222542012-05-17 Andreas Jaeger <aj@suse.de>
22255 Carlos O'Donell <carlos_odonell@mentor.com>
22256
22257 [BZ #14059]
22258 * sysdeps/x86_64/multiarch/init-arch.h
22259 (bit_YMM_Usable): Rename to...
22260 (bit_AVX_Usable): ... this.
22261 (bit_FMA4_Usable): New macro.
22262 (bit_XMM_state): New macro.
22263 (bit_YMM_state): New macro.
22264 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
22265 [__ASSEMBLER__] (index_AVX_Usable): ... this.
22266 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
22267 (CPUID_OSXSAVE): New macro.
22268 (CPUID_AVX): New macro.
22269 (CPUID_FMA4): New macro.
22270 (index_YMM_Usable): Rename to...
22271 (index_AVX_Usable): ... this.
22272 (HAS_AVX): Use HAS_ARCH_FEATURE.
22273 (HAS_FMA4): Likewise.
22274 (HAS_YMM_USABLE): Remove.
22275 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22276 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
22277 are present.
22278 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
22279 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
22280 * sysdeps/x86_64/multiarch/Makefile: Likewise.
22281 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
22282 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
22283
0af797de
CM
222842012-05-17 Chris Metcalf <cmetcalf@tilera.com>
22285
22286 * math/libm-test.c: Support platforms without multiple rounding modes.
22287 * math/bug-nextafter.c: Support platforms without FP exceptions.
22288 * math/bug-nexttoward.c: Likewise.
22289 * math/test-fenv.c: Likewise.
22290 * math/test-misc.c: Likewise.
22291 * stdlib/bug-getcontext.c: Likewise.
22292
e39745ff
AJ
222932012-05-17 Andreas Jaeger <aj@suse.de>
22294
22295 * manual/examples/search.c (critter_cmp): Change signature to
22296 avoid warnings.
22297 * manual/string.texi (Collation Functions): Likewise.
22298
48970aba
L
222992012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22300
22301 * bits/types.h: Fold copyright years.
22302 * bits/typesizes.h: Likewise.
22303 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
22304 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
22305 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
22306 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
22307 * time/time.h: Likewise.
22308
bedee953
PP
223092012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
22310
22311 [BZ #208]
22312 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
22313 in instead of returning them. Return void.
22314 (__libc_mallinfo): Accumulate over all arenas.
22315 (__malloc_stats): Adjust for change in int_mallinfo interface.
22316
61653dfb
RM
223172012-05-16 Roland McGrath <roland@hack.frob.com>
22318
30b99d79
RM
22319 [BZ #10375]
22320 * configure.in (NM): Add AC_CHECK_TOOL for it.
22321 (libc_extra_cflags): New substituted variable.
22322 Check for -fstack-protector being used implicitly.
22323 * configure: Regenerated.
22324 * config.make.in (config-extra-cflags): New variable,
22325 gets @libc_extra_cflags@.
22326 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
22327
61653dfb
RM
22328 [BZ #10375]
22329 * configure.in: Check for _FORTIFY_SOURCE being predefined.
22330 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
22331 * configure: Regenerated.
22332 * config.make.in (CPPUNDEFS): New substituted variable.
22333 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
22334 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
22335 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
22336
661768bb
L
223372012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22338
22339 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
22340 (mq_attr): Use __syscall_slong_t.
22341
d4261567
L
223422012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22343
22344 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
22345 Check __x86_64__ instead of __WORDSIZE.
22346 (_STAT_VER_LINUX): Likewise.
22347 (stat): Check __x86_64__ instead of __WORDSIZE. Use
22348 __syscall_ulong_t and __syscall_slong_t.
22349 (stat64): Likewise.
22350
cf3ff365
L
223512012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22352
22353 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
22354
76cf3e4d
L
223552012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22356
22357 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
22358
a637753a
L
223592012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22360
22361 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
22362 __syscall_ulong_t.
22363
d5e05119
L
22364 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
22365 include <bits/wordsize.h>. Check __x86_64__ instead of
22366 __WORDSIZE.
22367 (greg_t): Use "__extension__ long long int" if __x86_64__ is
22368 defined.
22369 (mcontext_t): Replace "unsigned long" with "unsigned long long".
22370
f62ee380
L
22371 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
22372 include <bits/wordsize.h>. Check __x86_64__ instead of
22373 __WORDSIZE.
22374 (user_regs_struct): Use "__extension__ unsigned long long"
22375 instead of "unsigned long" if __x86_64__ is defined.
22376 (user): Likewise. Pad after pointer field if __ILP32__ is
22377 defined.
22378
4e124ced
JM
223792012-05-16 Joseph Myers <joseph@codesourcery.com>
22380
6a3951a0
JM
22381 * configure.in (makeinfo): Require version 4.5 or later. Allow
22382 versions 5 to 9.
22383 * configure: Regenerated.
22384 * manual/install.texi (texinfo): Increase version requirement to
22385 4.5 or later.
22386 * INSTALL: Regenerated.
22387
4e124ced
JM
22388 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
22389
953ca31a
L
223902012-05-16 H.J. Lu <hongjiu.lu@intel.com>
22391
22392 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
22393
617aca05
L
22394 * sysdeps/x86_64/x32/ffs.c: New file.
22395
5762f7ae
L
22396 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
22397 __syscall_ulong_t.
22398 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
22399 defined. Use __syscall_ulong_t.
22400 (shminfo): Use __syscall_ulong_t.
22401 (shm_info): Likewise.
22402
a26b6856
L
22403 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
22404 __syscall_ulong_t.
22405
cb2b9ef7
L
22406 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
22407 <bits/wordsize.h>.
22408 (msgqnum_t): Use __syscall_ulong_t.
22409 (msglen_t): Likewise.
22410 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
22411 __syscall_ulong_t.
22412
34683bb0
L
22413 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
22414 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
22415
84a68786
L
22416 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
22417
48baa5f1
L
22418 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
22419 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
22420
180be88b
L
22421 * sysvipc/sys/msg.h (msgbuf): Replace long int with
22422 __syscall_slong_t.
22423
5e90c8ad
L
22424 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
22425 include <bits/wordsize.h>. Check __x86_64__ instead of
22426 __WORDSIZE.
22427
23dfb58b
L
22428 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
22429 "unsigned long long int" if __x86_64__ is defined.
22430 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
22431
ce5d54b0
L
22432 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
22433 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
22434 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
22435
13dc9eac
L
22436 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
22437 <stdint.h>.
22438 (GET_PC): Cast to uintptr_t first.
22439 (GET_FRAME): Likewise.
22440 (GET_STACK): Likewise.
22441
a7895d15
L
22442 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
22443 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
22444 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
22445 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
22446 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
22447 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
22448 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
22449 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
22450 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
22451 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
22452 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
22453 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
22454 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
22455 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
22456 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
22457 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
22458 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
22459 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
22460 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
22461 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
22462 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
22463 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
22464 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
22465 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
22466 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
22467 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
22468 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
22469 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
22470 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
22471
656416c9
AS
224722012-05-16 Andreas Schwab <schwab@linux-m68k.org>
22473
5bd66283
AS
22474 * Makerules (+depfiles): Also collect depfiles from .oS in
22475 $(extra-objs).
22476 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
22477 .oS, $(libnldbl-routines)).
22478
656416c9
AS
22479 * Makerules (native-compile-mkdep-flags): Define.
22480 * sunrpc/Makefile (extra-objs): Add $(addprefix
22481 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
22482 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
22483 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
22484 calling $(make-target-directory).
22485
a46f2169
L
224862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22487
22488 * bits/types.h (__snseconds_t): Removed.
22489 * time/time.h (struct timespec): Replace __snseconds_t with
22490 __syscall_slong_t.
22491 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
22492 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
22493 Likewise.
22494 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22495 (__SNSECONDS_T_TYPE): Likewise.
22496 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22497 (__SNSECONDS_T_TYPE): Likewise.
22498 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22499 (__SNSECONDS_T_TYPE): Likewise.
22500
6af6528b
L
225012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22502
22503 * sysdeps/mach/hurd/bits/typesizes.h
22504 (__SYSCALL_SLONG_TYPE): New macro.
22505 (__SYSCALL_ULONG_TYPE): Likewise.
22506
de986b56
L
225072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22508
22509 * bits/types.h (__syscall_slong_t): New type.
22510 (__syscall_ulong_t): Likewise.
22511
22512 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
22513 (__SYSCALL_ULONG_TYPE): Likewise.
22514 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22515 (__SYSCALL_SLONG_TYPE): Likewise.
22516 (__SYSCALL_ULONG_TYPE): Likewise.
22517 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22518 (__SYSCALL_SLONG_TYPE): Likewise.
22519 (__SYSCALL_ULONG_TYPE): Likewise.
22520 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22521 (__SYSCALL_SLONG_TYPE): Likewise.
22522 (__SYSCALL_ULONG_TYPE): Likewise.
22523
85736dc7
L
225242012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22525
22526 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
22527 Add sigaltstack-offsets.sym.
22528 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
22529 <sigaltstack-offsets.h>.
22530 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
22531 longjmp_msg pointer.
22532 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
22533 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
22534 signal stack.
22535 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
22536
cc03b296
JM
225372012-05-15 Joseph Myers <joseph@codesourcery.com>
22538
a9538892
JM
22539 * elf/stackguard-macros.h: Remove file.
22540 * sysdeps/generic/stackguard-macros.h: New file.
22541 * sysdeps/i386/stackguard-macros.h: Likewise.
22542 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22543 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22544 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22545 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22546 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22547 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22548 * sysdeps/x86_64/stackguard-macros.h: Likewise.
22549 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
22550 <elf/stackguard-macros.h>.
22551
cc03b296
JM
22552 [BZ #14109]
22553 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
22554 __aligned__ in attribute.
22555 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
22556 (gregset_t): Likewise.
22557
93171016
L
225582012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22559
22560 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
22561 * sysdeps/x86_64/64/Implies-after: Here. New file.
22562 * sysdeps/x86_64/x32/Implies-after: New file.
22563
d86813a0
L
225642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22565
22566 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
22567 and access return value for _dl_profile_fixup. Use R10_LP to
22568 load frame size.
22569
2953ec75
L
225702012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22571
22572 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
22573
3b550e9e
L
225742012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22575
22576 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
22577 * sysdeps/x86_64/x32/sysdep.h: New file.
22578
eda41706
L
225792012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22580
22581 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
22582 * sysdeps/x86_64/setjmp.S: Likewise.
22583
9ea01d93
AZ
225842012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22585
22586 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
22587 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
22588 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
22589 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
22590 remove unused global constant.
22591
02a91938
CM
225922012-05-15 Chris Metcalf <cmetcalf@tilera.com>
22593
22594 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
22595 include of <not-cancel.h>.
22596
6540185f
RM
225972012-05-15 Roland McGrath <roland@hack.frob.com>
22598
22599 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
22600
509072a0
AJ
226012012-05-15 Jeff Law <law@redhat.com>
22602 Andreas Jaeger <aj@suse.de>
22603
22604 [BZ #13594]
22605 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
22606 out from...
22607 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
22608 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
22609 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
22610 code changing __hst_map_handle.map.
22611
ba75122d
RM
226122012-05-15 Roland McGrath <roland@hack.frob.com>
22613
22614 * configure.in (sysnames): Look for Implies-before and Implies-after
22615 files.
22616 * configure: Regenerated.
22617
890d8bd8
L
226182012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22619
22620 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
22621 8-byte data alignment with LP_SIZE alignment.
22622
f6ee6623
L
226232012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22624
22625 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
22626 into R10_LP.
22627
ea2626f6
L
226282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22629
22630 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
22631
085f715e
L
226322012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22633
22634 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
22635 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
22636 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
22637 Likewise.
22638 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
22639
be8498fc
L
226402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22641
22642 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
22643 (stackinfo_sub_sp): Likewise.
22644
70bc83b9
L
226452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22646
22647 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
22648 RAX_LP.
22649
9bc0b730
L
226502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22651
22652 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
22653 into R*_LP.
22654
6d2850e7
L
226552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22656
22657 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
22658 sizes into R*_LP.
22659
3cb84561
L
226602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22661
22662 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
22663
54e2ed81
L
226642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22665
22666 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
22667 into R11_LP and load __x86_64_shared_cache_size_half into
22668 R8_LP.
22669
8a17f349
L
226702012-05-15 H.J. Lu <hongjiu.lu@intel.com>
22671
22672 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
22673 R8_LP.
22674
777b1eea
AZ
226752012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22676
22677 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
22678 logb for POWER7.
22679 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
22680 logbf for POWER7.
22681 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
22682 logbl for POWER7.
22683 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
22684 powerpc32/power7/fpu/s_logb.c via #include.
22685 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
22686 powerpc32/power7/fpu/s_logbf.c via #include.
22687 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
22688 powerpc32/power7/fpu/s_logbl.c via #include.
22689
d20d4ac2
JM
226902012-05-15 Joseph Myers <joseph@codesourcery.com>
22691
22692 * README.libm: Remove file.
22693
6cdef1ab
L
226942012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22695
22696 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
22697 count for x32. Use R*_LP and omit operand-size suffix.
22698
0b254d8f
L
226992012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22700
22701 * shlib-versions: Move x86_64-.*-linux.* entries to ...
22702 * sysdeps/x86_64/64/shlib-versions: Here. New file.
22703 * sysdeps/x86_64/x32/shlib-versions: New file.
22704
ceb809dc
RM
227052012-05-14 Roland McGrath <roland@hack.frob.com>
22706
22707 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
22708 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
22709 Use _dl_fatal_printf instead.
22710
37f1abd4
JM
227112012-05-14 Joseph Myers <joseph@codesourcery.com>
22712
22713 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
22714 set if not set by the user. Do not allow for being unset.
22715 * sysdeps/unix/sysv/linux/configure: Regenerated.
22716
11de3a33
L
227172012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22718
22719 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
22720 the `q' suffix from lea and replace .quad with ASM_ADDR.
22721
e02f153a
L
227222012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22723
22724 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
22725 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
22726 instead of $17.
22727 (PTR_DEMANGLE): Likewise.
22728
520ae0fd
L
227292012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22730
22731 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
22732 (LP_OP): Likewise.
22733 (ASM_ADDR): Likewise.
22734 (RAX_LP): Likewise.
22735 (RBP_LP): Likewise.
22736 (RBX_LP): Likewise.
22737 (RCX_LP): Likewise.
22738 (RDI_LP): Likewise.
22739 (RSI_LP): Likewise.
22740 (RSP_LP): Likewise.
22741 (R8_LP): Likewise.
22742 (R9_LP): Likewise.
22743 (R10_LP): Likewise.
22744 (R10_LP): Likewise.
22745 (R11_LP): Likewise.
22746 (R12_LP): Likewise.
22747 (R13_LP): Likewise.
22748 (R14_LP): Likewise.
22749 (R15_LP): Likewise.
22750
b985be81
L
227512012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22752
22753 * sysdeps/x86_64/x32/dl-machine.h: New file.
22754
6a4888ff
AJ
227552012-05-14 Andreas Jaeger <aj@suse.de>
22756
22757 * manual/Makefile (subdir): Remove export of subdir.
22758 (all): Remove target.
22759 (.PHONY): Remove all from list.
22760 (mkinstalldirs): Remove.
22761 (.PHONY): Remove installdirs from list.
22762 ($(inst_infodir)/libc.info): Use make-target-directory.
22763 (installdirs): Remove.
22764 (subdir_%): Remove.
22765 (glibc-targets): Remove.
22766 (lib): Remove.
22767 (stubs): Remove.
22768 ($(objpfx)stubs ../po/manual.pot): Remove.
22769 ($(objpfx)stamp%): Remove.
22770 (make-target-directory): Remove.
22771 (subdir_install): Remove.
22772 (routines): Remove.
22773 (aux): Remove.
22774 (sources): Remove.
22775 (objects): Remove.
22776 (headers): Remove.
22777
22778 [BZ #13750]
22779 * manual/.gitignore: Remove, it's not needed anymore.
22780 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
22781 all files in it.
22782 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
22783 directory.
22784 (texis): Renamed to $(objpfx)texis.
22785 (texis-path): New, contains path to generated files.
22786 (chapters.%): Use texis-path for complete path, add extra argument
22787 libc-texinfo.sh.
22788 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
22789 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
22790 (summary,texi, stamp-summary): Use complete path of
22791 files. Generate files in build dir.
22792 (dir-add.texi): Build in build dir.
22793 (libm-err.texi,stamp-libm-err): Likewise.
22794 (version.texi, stamp-version): Likewise.
22795 (.%c.texi): Likewise.
22796 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
22797 (mostlyclean): Remove target.
22798 (realclean): Remove target.
22799 (generated): Add new variable with contents from mostlyclean and
22800 realclean, remove entries duplicated in common-mostlyclean, add
22801 stamp-libm-err and stamp-version.
22802 (generated-dirs): Add libc directory.
22803 ($(inst_infodir)/libc.info): Install files from build dir.
22804
22805 * manual/install.texi (Configuring and compiling): Adjust since
22806 the info files are not part of the tar ball anymore.
22807
7ac77294
AJ
228082012-05-14 Andreas Jaeger <aj@suse.de>
22809
22810 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
22811 variable.
22812
ffb7875d
JM
228132012-05-14 Joseph Myers <joseph@codesourcery.com>
22814
22815 [BZ #13717]
22816 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
22817 to 2.2.0 where earlier.
22818 * sysdeps/unix/sysv/linux/configure: Regenerated.
22819 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
22820 Remove conditional code.
22821 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
22822 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
22823 Remove conditional code.
22824 [!__NR_lchown]: Likewise.
22825 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
22826 [__NR_lchown]: Likewise.
22827 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
22828 comment referencing __ASSUME_LCHOWN_SYSCALL.
22829 * sysdeps/unix/sysv/linux/i386/sigaction.c
22830 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22831 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22832 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
22833 Remove conditional code.
22834 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
22835 (__protocol_available): Remove #if 0 code.
22836 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
22837 conditional code.
22838 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
22839 * sysdeps/unix/sysv/linux/kernel-features.h
22840 (__ASSUME_GETCWD_SYSCALL): Don't define.
22841 (__ASSUME_REALTIME_SIGNALS): Likewise.
22842 (__ASSUME_PREAD_SYSCALL): Likewise.
22843 (__ASSUME_PWRITE_SYSCALL): Likewise.
22844 (__ASSUME_POLL_SYSCALL): Likewise.
22845 (__ASSUME_LCHOWN_SYSCALL): Likewise.
22846 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
22847 non-SPARC.
22848 (__ASSUME_SIOCGIFNAME): Don't define.
22849 (__ASSUME_MSG_NOSIGNAL): Likewise.
22850 (__ASSUME_SENDFILE): Define unconditionally.
22851 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
22852 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
22853 conditional code.
22854 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
22855 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
22856 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
22857 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
22858 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
22859 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
22860 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
22861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
22862 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22863 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22864 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
22865 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22866 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22867 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
22868 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22869 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22870 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
22871 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22872 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
22874 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22875 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22876 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
22877 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
22878 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
22880 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22881 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
22883 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22884 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22885 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
22886 Remove conditional code.
22887 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22888 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
22889 Remove conditional code.
22890 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22891 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
22892 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
22893 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
22894 Remove conditional code.
22895 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22896 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
22897 Remove conditional code.
22898 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22899 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
22900 Remove conditional code.
22901 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22902 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
22903 Remove conditional code.
22904 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
22905 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
22906 Remove conditional code.
22907 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22908 * sysdeps/unix/sysv/linux/sh/pwrite64.c
22909 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
22910 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
22911 * sysdeps/unix/sysv/linux/sigaction.c
22912 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22913 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22914 * sysdeps/unix/sysv/linux/sigpending.c
22915 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22916 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22917 * sysdeps/unix/sysv/linux/sigprocmask.c
22918 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22919 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22920 * sysdeps/unix/sysv/linux/sigsuspend.c
22921 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
22922 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
22923 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
22924 (__libc_missing_rt_sigs): Remove.
22925 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
22926 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
22927 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
22928 Remove conditional code.
22929 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
22930 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
22931 return 1.
22932 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
22933 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
22934 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
22935 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
22936
1bfb7291
AJ
229372012-05-14 Andreas Jaeger <aj@suse.de>
22938
caae5a81
AJ
22939 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
22940 it's not used in glibc.
22941 (__coshm1): Likewise.
22942 (__acosh1p): Likewise.
22943 (__sgn): Likewise.
22944
1bfb7291
AJ
22945 * manual/string.texi (Copying and Concatenation): Add missing
22946 variable in concat example.
22947 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
22948
c044d724
L
229492012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22950
144c5467 22951 [BZ #14103]
c044d724
L
22952 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
22953 __builtin_clzl with __builtin_clzll.
22954
2523c62b
L
229552012-05-14 H.J. Lu <hongjiu.lu@intel.com>
22956
22957 [BZ #14104]
22958 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
22959 libc_freeres_ptr.
22960
d7bb4c42
LD
229612012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
22962
22963 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
22964 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
22965 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
22966 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
22967
9dc4e1fb
MF
229682012-05-14 Mike Frysinger <vapier@gentoo.org>
22969
22970 * NEWS: Update ia64 info.
22971
c7df0112
AS
229722012-05-12 Andreas Schwab <schwab@linux-m68k.org>
22973
22974 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
22975 used as bcopy.
22976
dc70356c
TS
229772012-05-12 Thomas Schwinge <thomas@codesourcery.com>
22978
22979 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
22980 * sysdeps/unix/syscalls.list (dup3): Likewise.
22981 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
22982 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
22983
9fb1a21f
L
229842012-05-11 H.J. Lu <hongjiu.lu@intel.com>
22985
22986 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
22987 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
22988
4822a2a5
L
229892012-05-11 H.J. Lu <hongjiu.lu@intel.com>
22990
22991 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
22992 thread pointer.
22993 (TLS_IE): Use mov/add instead of movq/addq to load thread
22994 pointer.
22995 (TLS_GD_PREFIX): New.
22996 (TLS_GD): Use it.
22997
842b81d6
DM
229982012-05-11 David S. Miller <davem@davemloft.net>
22999
23000 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
23001 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
23002 (_FPU_SETCW): Likewise.
23003
1cf463cd
L
230042012-05-10 H.J. Lu <hongjiu.lu@intel.com>
23005
23006 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
23007 is 32-byte aligned.
23008
60cc4a18
AS
230092012-05-11 Andreas Schwab <schwab@linux-m68k.org>
23010
23011 [BZ #11837]
23012 * iconvdata/gb18030.c: Update tables.
23013 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
23014 characters specially.
23015 (BODY for TO_LOOP): Add encoding of missing ranges.
23016
febb44a4
TS
230172012-05-11 Thomas Schwinge <thomas@codesourcery.com>
23018
23019 [BZ #13673]
23020 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
23021 * sysdeps/mach/hurd/dup3.c: Likewise.
23022 * sysdeps/mach/hurd/readlinkat.c: Likewise.
23023 * sysdeps/powerpc/memmove.c:: Likewise.
23024
0a10fb9e
L
230252012-05-10 H.J. Lu <hongjiu.lu@intel.com>
23026
23027 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
23028 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
23029
df8a552f
L
230302012-05-10 H.J. Lu <hongjiu.lu@intel.com>
23031
23032 * elf/elf.h (R_X86_64_RELATIVE64): New.
23033 (R_X86_64_NUM): Updated.
23034 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
23035 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
23036 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
23037 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
23038 tst-quad1pie tst-quad2pie
23039 (modules-names): Add tst-quadmod1 tst-quadmod2.
23040 ($(objpfx)tst-quad1): New dependency.
23041 ($(objpfx)tst-quad2): Likewise.
23042 ($(objpfx)tst-quad1pie): Likewise.
23043 ($(objpfx)tst-quad2pie): Likewise.
23044 * sysdeps/x86_64/tst-quad1.c: New file.
23045 * sysdeps/x86_64/tst-quad1pie.c: New file.
23046 * sysdeps/x86_64/tst-quad2.c: Likewise.
23047 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
23048 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
23049 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
23050 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
23051 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
23052
f34d6f84
ST
230532012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23054
f42d41d1
ST
23055 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
23056 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
23057 * streams/stropts.h (t_scalar_t): Define type.
23058
3c3571fc
ST
23059 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
23060 (_PATH_PRESERVE): Set to "/var/lib".
23061 (_PATH_RWHODIR): Set to "/var/spool/rwho".
23062
61f06bd3
ST
23063 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
23064 instead of int.
23065
918d4d71
ST
23066 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
23067 if __dir_mkfile succeeded.
23068
f34d6f84
ST
23069 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
23070 checking for _hurd_dtablesize. Unlock it right after having
23071 finished _hurd_dtable allocation.
23072
10589b4a
TS
230732012-05-10 Thomas Schwinge <thomas@schwinge.name>
23074
674cdbc7
TS
23075 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
23076 * sysdeps/mach/hurd/configure: Regenerated.
23077 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
23078 special-casing to...
23079 * sysdeps/gnu/configure.in: ... this new file.
23080 * sysdeps/unix/sysv/linux/configure: Regenerated.
23081 * sysdeps/gnu/configure: New generated file.
23082
8e41b99f
TS
23083 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
23084 for Linux: use nsec instead of usec, as well as:
23085 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
23086 members of type struct timespec.
23087 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
23088 New macros.
23089 (struct stat64): Likewise.
23090 (_STATBUF_ST_NSEC): New macro.
23091 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
23092
10589b4a
TS
23093 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
23094 __strtoul_internal rather than strtoul.
23095
63643c85
PT
230962012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23097
23098 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
23099 and reject them.
23100
3faebe6a
ST
231012012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23102
23103 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
23104 which preserves existing values.
23105 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
23106
c6474b07
PT
231072012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23108
23109 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
23110 TIMEOUT values. Return EINVAL for NFDS values either negative or
23111 greater than FD_SETSIZE.
23112
1043890b
ST
231132012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23114
23115 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
23116 allocated, call __vm_protect to finish enabling the existing space, and
23117 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
23118 allocate the remainder.
23119
37ed8b9b
PT
231202012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23121
23122 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
23123 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
23124
db653660
ST
231252012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23126
37ed8b9b
PT
23127 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
23128 sysdeps/mach/hurd/readlink.c.
b29d4053 23129
db653660
ST
23130 * posix/tst-sysconf.c (posix_options): Only use
23131 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
23132 _POSIX_SYNCHRONIZED_IO when they are defined
23133 * sysdeps/mach/hurd/bits/posix_opt.h:
23134 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
23135 (_XOPEN_REALTIME): Undefine macro.
23136 (_XOPEN_REALTIME_THREADS): Undefine macro.
23137 (_XOPEN_SHM): Undefine macro.
23138 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
23139 macro to -1.
23140 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
23141 macro to -1.
23142 (_POSIX_ASYNC_IO): Undefine macro.
23143 (_POSIX_PRIORITIZED_IO): Undefine macro.
23144 (_POSIX_SPIN_LOCKS): Define macro to -1.
23145
ee16e894
ST
23146 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
23147 SA_NODEFER, SA_RESETHAND.
23148 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
23149 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
23150 F_DUPFD_CLOEXEC.
23151
6103ae3b
TS
231522012-05-10 Thomas Schwinge <thomas@schwinge.name>
23153
23154 * elf/Makefile (pldd-modules): Define unconditionally.
23155
80b4e5f3
TS
231562012-05-10 Thomas Schwinge <thomas@schwinge.name>
23157
23158 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
23159
edadcbd6
ST
231602012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23161
23162 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
23163 Return ENOENT when name is empty.
23164 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
23165
80694780
TS
231662012-05-10 Thomas Schwinge <thomas@schwinge.name>
23167
1792c087
TS
23168 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
23169
80694780
TS
23170 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
23171
6b645f0d
ST
231722012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23173
80694780
TS
23174 Fix mlock in all cases except non-readable pages.
23175 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
23176 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 23177
6b645f0d
ST
23178 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
23179 (__mkdir): When path is `/', just fail with EEXIST.
23180 * sysdeps/mach/hurd/mkdirat.c: Likewise.
23181
e468f8a3
TS
231822012-05-10 Thomas Schwinge <thomas@schwinge.name>
23183
23184 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
23185 <sys/uio.h> (for writev).
23186 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
23187 and <sys/param.h> (for MIN).
23188
a4186cff
PT
231892012-05-10 Pino Toscano <toscano.pino@tiscali.it>
23190
23191 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
23192 REQUESTED_TIME. Properly set the remaining time and return EINTR
23193 if interrupted.
23194
510bbf14
TS
231952012-05-10 Thomas Schwinge <thomas@schwinge.name>
23196
23197 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
23198 Depend on against $(link-rpcuserlibs).
23199
5d5722e8
ST
232002012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23201
a4186cff
PT
23202 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
23203 (__libc_stack_end): Do not use attribute_relro.
23204 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
23205 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 23206 to libthread-provided value.
a4186cff
PT
23207 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
23208 attribute_relro.
5d5722e8 23209
37233df9
TS
232102012-05-10 Thomas Schwinge <thomas@schwinge.name>
23211
be971a2b
TS
23212 [BZ #3748]
23213 * bits/libc-lock.h (__libc_once_get): New macro.
23214 * sysdeps/mach/bits/libc-lock.h: Likewise.
23215 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
23216 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
23217 instead of using implementation details.
23218
37233df9
TS
23219 * libio/fileops.c: Unconditionally include <kernel-features.h>.
23220 * libio/freopen.c: Likewise.
23221 * libio/freopen64.c: Likewise.
23222 * misc/syslog.c: Likewise.
23223 * nscd/connections.c: Likewise.
23224 * nscd/netgroupcache.c: Likewise.
23225 * sysdeps/posix/getcwd.c: Likewise.
23226
38de94a5
RM
232272012-05-10 Roland McGrath <roland@hack.frob.com>
23228
23229 * math/w_ilogbf.c: Add #include <limits.h>.
23230
67530489
ST
232312012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23232
a4186cff 23233 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
23234 path instead of returning without unlocking.
23235
67530489
ST
23236 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
23237 immediate-write ioctls.
23238 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
23239
5aa3a74a
TS
232402012-05-10 Thomas Schwinge <thomas@schwinge.name>
23241
18bad2ae
TS
23242 * sysdeps/mach/hurd/i386/init-first.c (init): Use
23243 __builtin_frame_address instead of making assumptions about the
23244 location of the return address relative to DATA. Force early load of
23245 the return address.
23246 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
23247 __builtin_frame_address.
23248
5aa3a74a
TS
23249 dup3 for GNU Hurd.
23250 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
23251 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
23252 implement dup3 and do some further code clean-ups.
23253 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
23254 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
23255
ecd0de9a
ST
232562012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23257
cd9fa985
ST
23258 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
23259
a4186cff
PT
23260 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
23261 HURD_CRITICAL_END around holding _hurd_dtable_lock.
23262 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
23263 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
23264 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
23265 d->port.lock.
802ca5a5 23266
a4186cff
PT
23267 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
23268 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
23269 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 23270
bcf55240
TS
232712012-05-10 Thomas Schwinge <thomas@schwinge.name>
23272
6960eb42
TS
23273 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
23274 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
23275 definitions.
23276
eb43375f
TS
23277 accept4 for GNU Hurd.
23278 * include/sys/socket.h (__libc_accept4): New prototype.
23279 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
23280 to implement __libc_accept4.
23281 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
23282 __libc_accept4.
23283 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
23284
bcf55240
TS
23285 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
23286 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
23287 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
23288 signal-defines.sym.
23289
6178c55b
ST
232902012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23291
a4186cff 23292 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 23293
6f080c2f
TS
232942012-05-10 Thomas Schwinge <thomas@schwinge.name>
23295
23296 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
23297 assertion on O_CLOEXEC flag.
23298 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
23299 * hurd/intern-fd.c: Likewise.
23300 * hurd/port2fd.c: Likewise.
23301
bcfe3a54
ST
233022012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
23303
23304 [BZ #3906]
23305 * bits/in.h (IPV6_PKTINFO): Define new macro.
23306 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
23307
89c9aa49
AZ
233082012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23309
23310 [BZ #13954]
23311 [BZ #13955]
23312 [BZ #13956]
23313 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
23314 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
23315 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
23316 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
23317 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23318 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
23319 * math/libm-test.inc (logb_test) : Additional logb tests.
23320
021db4be
AJ
233212012-05-09 Andreas Schwab <schwab@linux-m68k.org>
23322 Andreas Jaeger <aj@suse.de>
23323
23324 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
23325 * configure: Regenerated.
23326 * config.h.in (LINK_OBSOLETE_RPC): New macro.
23327 * config.make.in (link-obsolete-rpc): New substituted variable.
23328 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
23329 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
23330 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
23331 (shared-only-routines): Don't set it under [link-obsolete-rpc],
23332 so that libc.a contains the symbols.
23333 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
23334 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
23335 * sunrpc/auth_none.c: Likewise.
23336 * sunrpc/auth_unix.c: Likewise.
23337 * sunrpc/authdes_prot.c: Likewise.
23338 * sunrpc/authuxprot.c: Likewise.
23339 * sunrpc/clnt_gen.c: Likewise.
23340 * sunrpc/clnt_perr.c: Likewise.
23341 * sunrpc/clnt_raw.c: Likewise.
23342 * sunrpc/clnt_simp.c: Likewise.
23343 * sunrpc/clnt_tcp.c: Likewise.
23344 * sunrpc/clnt_udp.c: Likewise.
23345 * sunrpc/clnt_unix.c: Likewise.
23346 * sunrpc/des_crypt.c: Likewise.
23347 * sunrpc/des_soft.c: Likewise.
23348 * sunrpc/get_myaddr.c: Likewise.
23349 * sunrpc/key_call.c: Likewise.
23350 * sunrpc/key_prot.c: Likewise.
23351 * sunrpc/netname.c: Likewise.
23352 * sunrpc/pm_getmaps.c: Likewise.
23353 * sunrpc/pm_getport.c: Likewise.
23354 * sunrpc/pmap_clnt.c: Likewise.
23355 * sunrpc/pmap_prot.c: Likewise.
23356 * sunrpc/pmap_prot2.c: Likewise.
23357 * sunrpc/pmap_rmt.c: Likewise.
23358 * sunrpc/publickey.c: Likewise.
23359 * sunrpc/rpc_cmsg.c: Likewise.
23360 * sunrpc/rpc_common.c: Likewise.
23361 * sunrpc/rpc_dtable.c: Likewise.
23362 * sunrpc/rpc_prot.c: Likewise.
23363 * sunrpc/rpc_thread.c: Likewise.
23364 * sunrpc/rtime.c: Likewise.
23365 * sunrpc/svc.c: Likewise.
23366 * sunrpc/svc_auth.c: Likewise.
23367 * sunrpc/svc_raw.c: Likewise.
23368 * sunrpc/svc_run.c: Likewise.
23369 * sunrpc/svc_tcp.c: Likewise.
23370 * sunrpc/svc_udp.c: Likewise.
23371 * sunrpc/svc_unix.c: Likewise.
23372 * sunrpc/svcauth_des.c: Likewise.
23373 * sunrpc/xcrypt.c: Likewise.
23374 * sunrpc/xdr.c: Likewise.
23375 * sunrpc/xdr_array.c: Likewise.
23376 * sunrpc/xdr_float.c: Likewise.
23377 * sunrpc/xdr_intXX_t.c: Likewise.
23378 * sunrpc/xdr_mem.c: Likewise.
23379 * sunrpc/xdr_rec.c: Likewise.
23380 * sunrpc/xdr_ref.c: Likewise.
23381 * sunrpc/xdr_sizeof.c: Likewise.
23382 * sunrpc/xdr_stdio.c: Likewise.
23383
b5c086a2
RM
233842012-05-10 Roland McGrath <roland@hack.frob.com>
23385
23386 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
23387 change. Update copyright years.
23388
6d74dd09
JM
233892012-05-10 Joseph Myers <joseph@codesourcery.com>
23390
23391 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
23392
28e72501
MK
233932012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
23394 Joseph Myers <joseph@codesourcery.com>
23395 Paul Pluzhnikov <ppluzhnikov@google.com>
23396
23397 [BZ #14012]
23398 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
23399 requiring rpcgen.
23400 [cross-compiling] (extra-libs): Likewise.
23401 [cross-compiling] (extra-libs-others): Likewise.
23402 [cross-compiling] (librpcsvc-routines): Likewise.
23403 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
23404 [cross-compiling] (omit-deps): Likewise.
23405 (sunrpc-CPPFLAGS): New variable.
23406 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
23407 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
23408 (cross-rpcgen-objs): New variable.
23409 (extra-objs): Append $(cross-rpcgen-objs).
23410 ($(cross-rpcgen-objs)): New rule.
23411 ($(objpfx)cross-rpcgen): Likewise.
23412 (rpcgen-cmd): Define to use $(built-program-file). Expand
23413 comment.
23414 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
23415 ($(objpfx)x%.stmp): Likewise.
23416 * sunrpc/proto.h [IS_IN_build] (_): Define.
23417 [IS_IN_build] (_libc_intl_domainname): Likewise.
23418
c8c59454
L
234192012-05-10 H.J. Lu <hongjiu.lu@intel.com>
23420
23421 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
23422 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
23423 and R_X86_64_TPOFF64.
23424
6f27cd16
JM
234252012-05-10 Joseph Myers <joseph@codesourcery.com>
23426
23427 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
23428 sysdeps/unix/sysv/syscalls.list.
23429 (stime): Likewise.
23430 (utime): Likewise.
23431 * sysdeps/unix/sysv/syscalls.list: Remove file.
23432
02467e1c
PE
234332012-05-10 Paul Eggert <eggert@cs.ucla.edu>
23434
23435 [BZ #3440]
23436 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
23437 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
23438 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
23439 (__LC_IDENTIFICATION): Make these macros useful in #if
23440 expressions, as required by C99.
23441
da392631
AS
234422012-05-10 Andreas Schwab <schwab@linux-m68k.org>
23443
23444 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
23445 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
23446 after this.
23447
8115f29b
L
234482012-05-09 H.J. Lu <hongjiu.lu@intel.com>
23449
23450 * stdlib/longlong.h: Updated from GCC.
23451
bdd74070
AJ
234522012-05-09 Andreas Jaeger <aj@suse.de>
23453
edfe0dbe
AJ
23454 * nscd/nscd.c (run_modes): Make named enum, reorder so that
23455 default is first entry.
23456 (run_mode): Set type.
23457 (main): Remove informal message about syslog.
23458 (options): Fix typo.
23459
bcfe3a54
ST
23460 [BZ #14053]
23461 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 23462 to asm.
bcfe3a54
ST
23463 (lrint): Likewise.
23464 (llrintf): Likewise.
23465 (llrint): Likewise.
23466 (rint): Likewise.
23467 (rintf): Likewise.
23468 (nearbyint): Likewise.
23469 (nearbyintf): Likewise.
bdd74070 23470
91d8d69e
AJ
234712012-05-09 Andreas Jaeger <aj@suse.de>
23472 Pedro Alves <palves@redhat.com>
23473
23474 * nscd/nscd.c (run_mode): Use enum.
23475 (main): Cleanup coding style issue.
23476
bb90b80b
AJ
234772012-05-09 Alexandre Oliva <aoliva@redhat.com>
23478 Andreas Jaeger <aj@suse.de>
23479
bcfe3a54
ST
23480 * nscd/nscd.c (go_background): Replaced with...
23481 (run_mode): ... this.
bb90b80b 23482 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
23483 (options): Add -F --foreground.
23484 (main): Implement it.
23485 (parse_opt): Parse it.
bb90b80b 23486
1a4b75a1
AJ
234872012-05-09 Andreas Jaeger <aj@suse.de>
23488
23489 [BZ #14083]
23490 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
23491 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
23492 -Wconversion warning.
23493 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
23494 Likewise.
23495
b1cc2472
JM
234962012-05-09 Joseph Myers <joseph@codesourcery.com>
23497
23498 * conform/data/locale.h-data (NULL): Use macro-constant. Require
23499 == 0.
23500 (LC_ALL): Use macro-int-constant.
23501 (LC_COLLATE): Likewise.
23502 (LC_CTYPE): Likewise.
23503 (LC_MESSAGES): Likewise.
23504 (LC_MONETARY): Likewise.
23505 (LC_NUMERIC): Likewise.
23506 (LC_TIME): Likewise.
23507 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
23508 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
23509 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23510 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
23511 Specify type.
23512 [C99-based standards] (float_t): Expect type.
23513 [C99-based standards] (double_t): Expect type.
23514 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
23515 type.
23516 [C99-based standards] (HUGE_VALL): Likewise.
23517 [C99-based standards] (INFINITY): Likewise.
23518 [C99-based standards] (NAN): Likewise.
23519 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
23520 [C99-based standards] (FP_NAN): Likewise.
23521 [C99-based standards] (FP_NORMAL): Likewise.
23522 [C99-based standards] (FP_SUBNORMAL): Likewise.
23523 [C99-based standards] (FP_ZERO): Likewise.
23524 [C99-based standards] (FP_FAST_FMA): Use
23525 optional-macro-int-constant. Specify type. Require == 1.
23526 [C99-based standards] (FP_FAST_FMAF): Likewise.
23527 [C99-based standards] (FP_FAST_FMAL): Likewise.
23528 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
23529 [C99-based standards] (FP_ILOGBNAN): Likewise.
23530 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
23531 Specify type.
23532 [C99-based standards] (MATH_ERREXCEPT): Likewise.
23533 [C99-based standards] (math_errhandling): Specify type.
23534 [ISO99 || ISO11] (signgam): Do not allow.
23535 [non-C99-based standards] (copysignf): Do not allow.
23536 [non-C99-based standards] (exp2f): Likewise.
23537 [non-C99-based standards] (log2f): Likewise.
23538 [non-C99-based standards] (modff): Allow.
23539 [non-C99-based standards] (erff): Do not allow.
23540 [non-C99-based standards] (erfcf): Likewise.
23541 [non-C99-based standards] (gammaf): Likewise.
23542 [non-C99-based standards] (hypotf): Likewise.
23543 [non-C99-based standards] (j0f): Likewise.
23544 [non-C99-based standards] (j1f): Likewise.
23545 [non-C99-based standards] (jnf): Likewise.
23546 [non-C99-based standards] (lgammaf): Likewise.
23547 [non-C99-based standards] (tgammaf): Likewise.
23548 [non-C99-based standards] (y0f): Likewise.
23549 [non-C99-based standards] (y1f): Likewise.
23550 [non-C99-based standards] (ynf): Likewise.
23551 [non-C99-based standards] (isnanf): Likewise.
23552 [non-C99-based standards] (acoshf): Likewise.
23553 [non-C99-based standards] (asinhf): Likewise.
23554 [non-C99-based standards] (atanhf): Likewise.
23555 [non-C99-based standards] (cbrtf): Likewise.
23556 [non-C99-based standards] (expm1f): Likewise.
23557 [non-C99-based standards] (ilogbf): Likewise.
23558 [non-C99-based standards] (log1pf): Likewise.
23559 [non-C99-based standards] (logbf): Likewise.
23560 [non-C99-based standards] (nextafterf): Likewise.
23561 [non-C99-based standards] (remainderf): Likewise.
23562 [non-C99-based standards] (rintf): Likewise.
23563 [non-C99-based standards] (scalbf): Likewise.
23564 [non-C99-based standards] (copysignl): Likewise.
23565 [non-C99-based standards] (exp2l): Likewise.
23566 [non-C99-based standards] (log2l): Likewise.
23567 [non-C99-based standards] (modfl): Allow.
23568 [non-C99-based standards] (erfl): Do not allow.
23569 [non-C99-based standards] (erfcl): Likewise.
23570 [non-C99-based standards] (gammal): Likewise.
23571 [non-C99-based standards] (hypotl): Likewise.
23572 [non-C99-based standards] (j0l): Likewise.
23573 [non-C99-based standards] (j1l): Likewise.
23574 [non-C99-based standards] (jnl): Likewise.
23575 [non-C99-based standards] (lgammal): Likewise.
23576 [non-C99-based standards] (tgammal): Likewise.
23577 [non-C99-based standards] (y0l): Likewise.
23578 [non-C99-based standards] (y1l): Likewise.
23579 [non-C99-based standards] (ynl): Likewise.
23580 [non-C99-based standards] (isnanl): Likewise.
23581 [non-C99-based standards] (acoshl): Likewise.
23582 [non-C99-based standards] (asinhl): Likewise.
23583 [non-C99-based standards] (atanhl): Likewise.
23584 [non-C99-based standards] (cbrtl): Likewise.
23585 [non-C99-based standards] (expm1l): Likewise.
23586 [non-C99-based standards] (ilogbl): Likewise.
23587 [non-C99-based standards] (log1pl): Likewise.
23588 [non-C99-based standards] (logbl): Likewise.
23589 [non-C99-based standards] (nextafterl): Likewise.
23590 [non-C99-based standards] (remainderl): Likewise.
23591 [non-C99-based standards] (rintl): Likewise.
23592 [non-C99-based standards] (scalbl): Likewise.
23593 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23594 [non-C99-based standards] (FP_*): Do not allow.
23595 [C99-based standards] (FP_*): Change to
23596 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
23597 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
23598 allow.
23599 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
23600 (SIG_ERR): Likewise.
23601 [X/Open-based standards] (SIG_HOLD): Likewise.
23602 (SIG_IGN): Likewise.
23603 (SIGABRT): Use macro-int-constant. Specify type. Require
23604 positive value.
23605 (SIGFPE): Likewise.
23606 (SIGILL): Likewise.
23607 (SIGINT): Likewise.
23608 (SIGSEGV): Likewise.
23609 (SIGTER): Likewise.
23610 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
23611 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
23612 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
23613 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
23614 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
23615 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
23616 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
23617 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
23618 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
23619 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
23620 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
23621 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
23622 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
23623 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
23624 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
23625 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
23626 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
23627 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
23628 [X/Open-based standards] (SIGTRAP): Likewise.
23629 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
23630 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
23631 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
23632 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
23633 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
23634 allow.
23635
b9f1922d
IW
236362012-05-08 Ian Wienand <ianw@vmware.com>
23637
23638 [BZ #14080]
23639 * time/tzset.c (__tzset_parse_tz): Update default rules for
23640 daylight time changes in the Energy Policy Act of 2005.
23641
1db86e88
AJ
236422012-05-09 Andreas Jaeger <aj@suse.de>
23643
23644 [BZ #13983]
23645 * elf/ldconfig.c (parse_conf): Change string to make clear that
23646 ldconfig only issued a warning if ld.so.conf does not exist.
23647
dee4a4e3
DM
236482012-05-08 David S. Miller <davem@davemloft.net>
23649
ee0db190
DM
23650 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
23651 movxtod instead of popping the value on the stack.
23652
dee4a4e3
DM
23653 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23654
6a43ec98
CD
236552012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
23656
23657 * config.h.in: Add HAVE_ARM_PCS_VFP.
23658
05c2c961
RMG
236592012-05-08 Roland Mc Grath <roland@hack.frob.com>
23660
bcfe3a54
ST
23661 [BZ #13979]
23662 * include/features.h: Warn if user requests __FORTIFY_SOURCE
23663 checking but the checks are disabled for any reason.
05c2c961 23664
4b30f61a
L
236652012-05-08 H.J. Lu <hongjiu.lu@intel.com>
23666
23667 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
23668 and ELF64_R_TYPE with ELFW(R_TYPE).
23669
eee2bc67
JM
236702012-05-08 Joseph Myers <joseph@codesourcery.com>
23671
7ea5391a
JM
23672 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
23673 (ulimit): Likewise.
23674
eee2bc67
JM
23675 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
23676 (settimeofday): Likewise.
23677
abb66a67
MF
236782012-05-08 Mike Frysinger <vapier@gentoo.org>
23679
23680 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
23681 a struct th_u2 inside the union, and move tu_block/tu_code into
23682 a new th_u3 union of tu_block/tu_code inside of that. Move
23683 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
23684 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
23685 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
23686 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
23687 (th_stuff): Change to th_u1.tu_stuff.
23688 (th_data): Define.
23689 (th_msg): Change to th_u1.th_u2.tu_data.
23690
7f18b530
DM
236912012-05-07 David S. Miller <davem@davemloft.net>
23692
05760585
DM
23693 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23694
7f18b530
DM
23695 [BZ #14074]
23696 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
23697 (SETUP_PIC_REG): Use it.
23698 (SETUP_PIC_REG_LEAF): Use it.
23699
495fd99f
JM
237002012-05-07 Joseph Myers <joseph@codesourcery.com>
23701
23702 [BZ #13885]
23703 [BZ #13923]
23704 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23705 USE_AS_EXPM1L.
23706 (EXPL_FINITE): Likewise.
23707 (FLDLOG): Likewise.
23708 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
23709 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
23710 e_expl.S.
23711 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23712 USE_AS_EXPM1L.
23713 (EXPL_FINITE): Likewise.
23714 (FLDLOG): Likewise.
23715 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
23716 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
23717 e_expl.S.
23718 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
23719 test of -max_value argument for long double.
23720 * sysdeps/i386/fpu/libm-test-ulps: Update.
23721 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23722
6693d694
DM
237232012-05-06 David S. Miller <davem@davemloft.net>
23724
23725 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
23726 quad soft-float symbols whose references which are compiler
23727 generated.
23728 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
23729
6c23e11c
JM
237302012-05-06 Joseph Myers <joseph@codesourcery.com>
23731
d8b82cad
JM
23732 [BZ #13884]
23733 [BZ #13914]
23734 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23735 USE_AS_EXP10L.
23736 (EXPL_FINITE): Likewise.
23737 (FLDLOG): Likewise.
23738 (c0): Likewise.
23739 (c1): Likewise.
23740 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
23741 Adjust comments for base varying.
23742 (__expl_finite): Change alias to EXPL_FINITE.
23743 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
23744 e_expl.S.
23745 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
23746 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
23747 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23748 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
23749 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
23750 USE_AS_EXP10L.
23751 (EXPL_FINITE): Likewise.
23752 (FLDLOG): Likewise.
23753 (c0): Likewise.
23754 (c1): Likewise.
23755 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
23756 Adjust comments for base varying.
23757 (__expl_finite): Change alias to EXPL_FINITE.
23758 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
23759 tests for bugs.
23760 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23761
6c23e11c
JM
23762 [BZ #14064]
23763 * math/libm-test.inc (check_float_internal): Correct ulp
23764 calculation for subnormal expected results.
23765
29ba805c
AJ
237662012-05-06 Andreas Jaeger <aj@suse.de>
23767
23768 * Makeconfig (+math-flags): New, set to -frounding-math.
23769 (+cflags): Add +math-flags so that all of glibc gets compiled with
23770 it.
23771
23772 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
23773
7b17aeda
JM
237742012-05-05 Joseph Myers <joseph@codesourcery.com>
23775
5779f134
JM
23776 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
23777 Disable one test.
23778
41498f4d
JM
23779 [BZ #13787]
23780 [BZ #13922]
23781 [BZ #14036]
23782 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
23783 (__ieee754_expl): Allow for and saturate large arguments.
23784 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
23785 (u_threshold): Likewise.
23786 (__exp): Call __ieee754_exp before checking for overflow and
23787 underflow.
23788 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
23789 (u_threshold): Likewise.
23790 (__expf): Call __ieee754_expf before checking for overflow and
23791 underflow.
23792 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
23793 (u_threshold): Likewise.
23794 (__expl): Call __ieee754_expl before checking for overflow and
23795 underflow.
23796 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
23797 (__ieee754_expl): Allow for and saturate large arguments.
23798 * math/libm-test.inc (exp_test): Add another test. Do not allow
23799 missing overflow exception on overflow.
23800 (expm1_test): Do not allow missing overflow exception on overflow.
23801
6698b8bf
JM
23802 * sysdeps/i386/fpu/e_expl.c: Move to ...
23803 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
23804 rather than using inline asm.
23805 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
23806 * sysdeps/x86_64/fpu/e_expl.S: Copy from
23807 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
23808
7b17aeda
JM
23809 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
23810 (nice): Likewise.
23811 (poll): Likewise.
23812 (signal): Likewise.
23813 (time): Likewise.
23814 (times): Likewise.
23815
f7c85819
JM
238162012-05-04 Joseph Myers <joseph@codesourcery.com>
23817
23818 * sysdeps/unix/syscalls.list (adjtime): Add entry from
23819 sysdeps/unix/common/syscalls.list.
23820 (fchmod): Likewise.
23821 (fchown): Likewise.
23822 (ftruncate): Likewise.
23823 (getrusage): Likewise.
23824 (gettimeofday): Likewise.
23825 (setpgid): Likewise.
23826 (setregid): Likewise.
23827 (setreuid): Likewise.
23828 (sigaction): Likewise.
23829 (truncate): Likewise.
23830 (vhangup): Likewise.
23831 * sysdeps/unix/common/syscalls.list: Remove file.
23832 * sysdeps/unix/bsd/Implies: Don't include unix/common.
23833 * sysdeps/unix/sysv/linux/Implies: Likewise.
23834
336270d0
L
238352012-05-04 H.J. Lu <hongjiu.lu@intel.com>
23836
23837 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
23838 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
23839 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
23840 Moved to ...
23841 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
23842 Here.
23843 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
23844 to ...
23845 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
23846 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
23847 to ...
23848 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
23849 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
23850 to ...
23851 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
23852 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
23853 to ...
23854 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
23855 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
23856 to ...
23857 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
23858 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
23859 to ...
23860 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
23861 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
23862 to ...
23863 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23864 Here.
23865 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
23866 to ...
23867 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
23868 Here.
23869 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
23870 to ...
23871 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
23872 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
23873 Moved to ...
23874 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
23875 Here.
23876 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
23877 to ...
23878 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
23879
d128e450
JM
238802012-05-04 Joseph Myers <joseph@codesourcery.com>
23881
fa8ee516
JM
23882 * sysdeps/unix/common/bits/dirent.h: Remove file.
23883 * sysdeps/unix/common/bits/fcntl.h: Likewise.
23884
d128e450
JM
23885 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
23886 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
23887 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
23888 * sysdeps/unix/bsd/isatty.c: Likewise.
23889 * sysdeps/unix/bsd/tcdrain.c: Likewise.
23890 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
23891 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
23892
ff8faaf0 238932012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 23894
62881be4 23895 [BZ #13563]
31dc8730
AZ
23896 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
23897 long double comparison inaccuracies.
23898 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23899 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23900
6fef930c
AS
239012012-05-04 Andreas Schwab <schwab@linux-m68k.org>
23902
23903 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
23904 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
23905
8f203e6c
JM
239062012-05-04 Joseph Myers <joseph@codesourcery.com>
23907
23908 [BZ #14049]
23909 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
23910 nonzero digits before rounding a hex value.
23911 * stdlib/tst-strtod.c (tests): Add another test.
23912
5197d9c2
AK
239132012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23914
23915 * sysdeps/s390/fpu/libm-test-ulps: Update.
23916
f0c1dedf
AJ
239172012-05-03 Andreas Jaeger <aj@suse.de>
23918
23919 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
23920 does not get optimized out.
23921 (malloc_opt_barrier): New.
23922
a65ef2ae 239232012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 23924 Roland McGrath <roland@hack.frob.com>
a65ef2ae 23925
2b942cb7 23926 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 23927 intermediate file deletion.
2b942cb7 23928 (generated): Add .symlist files.
a65ef2ae 23929
54b71e02
JM
239302012-05-03 Joseph Myers <joseph@codesourcery.com>
23931
23932 [BZ #13775]
23933 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
23934 Redirect under this condition.
23935 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
23936 [__USE_GNU] (__dprintf_chk): Not under this condition.
23937 [__USE_GNU] (__vdprintf_chk): Likewise.
23938 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
23939 under this condition.
23940 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
23941 [__USE_XOPEN2K8] (dprintf): Define under this condition.
23942 [__USE_XOPEN2K8] (vdprintf): Likewise.
23943 [__USE_GNU] (__dprintf_chk): Not under this condition.
23944 [__USE_GNU] (__vdprintf_chk): Likewise.
23945 [__USE_GNU] (dprintf): Likewise.
23946 [__USE_GNU] (vdprintf): Likewise.
23947
d3dfcc41
RM
239482012-05-03 Roland McGrath <roland@hack.frob.com>
23949
23950 * elf/Makefile (common-generated): Set this instead of generated for
23951 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
23952 $(all-built-dso)-derived lists.
23953
7ac30cc5
AJ
239542012-05-03 Andreas Jaeger <aj@suse.de>
23955
0c51e550
AJ
23956 * sysdeps/i386/fpu/libm-test-ulps: Update.
23957
7ac30cc5
AJ
23958 * FAQ: Removed.
23959 * FAQ.in: Likewise.
23960 * scripts/gen-FAQ.pl: Likewise.
23961 * manual/install.texi (Installation): Point to online location of
23962 FAQ.
23963 * Makefile (files-for-dist): Remove FAQ.
23964 (FAQ): Remove.
23965
d4c2917f
AM
239662012-05-02 Allan McRae <allan@archlinux.org>
23967
23968 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
23969 (LDFLAGS-reldepmod5.so): Likewise.
23970 (LDFLAGS-reldep6mod1.so): Likewise.
23971 (LDFLAGS-reldep6mod4.so): Likewise.
23972 (LDFLAGS-reldep8mod3.so): Likewise.
23973 (LDFLAGS-unload4mod1.so): Likewise.
23974 (LDFLAGS-unload4mod2.so): Likewise.
23975 (LDFLAGS-tst-initorder): Likewise.
23976 (LDFLAGS-tst-initordera2.so): Likewise.
23977 (LDFLAGS-tst-initordera3.so): Likewise.
23978 (LDFLAGS-tst-initordera4.so): Likewise.
23979 (LDFLAGS-tst-initorderb2.so): Likewise.
23980 (LDFLAGS-noload): Likewise.
23981 (LDFLAGS-next): Likewise.
23982 (LDFLAGS-order2mod1.so): Likewise.
23983 (LDFLAGS-order2mod2.so): Likewise.
23984 (LDFLAGS-tst-initorder2): Likewise.
23985 (LDFLAGS-tst-initorder2a.so): Likewise.
23986 (LDFLAGS-tst-initorder2b.so): Likewise.
23987 (LDFLAGS-tst-initorder2c.so): Likewise.
23988 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
23989
d77f993f
DM
239902012-05-02 David S. Miller <davem@davemloft.net>
23991
23992 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23993
171a70b4
PP
239942012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
23995
23996 [BZ #14055]
23997 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
23998
0be196ad
AJ
239992012-05-02 Andreas Jaeger <aj@suse.de>
24000
24001 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
24002 since we manipulate rounding mode.
24003 (CPPFLAGS-test-idouble.c): Likewise.
24004 (CPPFLAGS-test-ifloat.c): Likewise.
24005 (CFLAGS-test-ldouble.c): Likewise.
24006 (CFLAGS-test-double.c): Likewise.
24007 (CFLAGS-test-float.c): Likewise.
24008 (CFLAGS-test-misc.c): Likewise.
24009 (CFLAGS-test-test-fenv.c): Likewise.
24010
4f9d04aa
AZ
240112012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24012
2b942cb7
RM
24013 [BZ #2550]
24014 [BZ #2570]
24015 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
24016 comparisons to determine direction to adjust input.
4f9d04aa 24017
82a79e7d
RM
240182012-05-01 Roland McGrath <roland@hack.frob.com>
24019
f5a01ca9
RM
24020 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
24021 output to the target.
24022
90fe4186
RM
24023 * scripts/localplt.awk: New file.
24024 * elf/Makefile ($(objpfx)check-localplt): Target removed.
24025 (check-localplt-CFLAGS): Variable removed.
24026 ($(all-built-dso:=.jmprel)): New static pattern rule.
24027 (generated): Add those targets.
24028 (localplt-built-dso): New variable.
24029 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
24030
24031 * elf/check-localplt.c: File removed.
24032
82397ed6
RM
24033 * scripts/check-execstack.awk: New file.
24034 * elf/Makefile ($(objpfx)check-execstack): Target removed.
24035 (check-execstack-CFLAGS): Variable removed.
24036 ($(objpfx)check-execstack.h): Target removed.
24037 ($(objpfx)execstack-default): New target.
24038 (generated): Add that instead of check-execstack.h.
24039 ($(all-built-dso:=.phdr)): New static pattern rule.
24040 (generated): Add those targets.
24041 * elf/check-execstack.c: File removed.
24042
82a79e7d
RM
24043 * scripts/check-textrel.awk: New file.
24044 * elf/Makefile ($(objpfx)check-textrel): Target removed.
24045 (check-textrel-CFLAGS): Variable removed.
24046 (all-built-dso): Use := to define.o
24047 ($(all-built-dso:=.dyn)): New static pattern rule.
24048 (generated): Add those targets.
24049 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
24050 * config.make.in (READELF): New substituted variable.
24051 * elf/check-textrel.c: File removed.
24052
62fde54f 240532012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 24054
615605c9
JM
24055 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
24056 allow.
24057 * conform/data/ctype.h-data [C99-based standards] (isblank):
24058 Expect function.
24059 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
24060 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
24061 [ISO || ISO99 || ISO11] (*_t): Do not allow.
24062 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
24063 Specify type. Require positive value.
24064 (EILSEQ): Likewise.
24065 (ERANGE): Likewise.
24066 [ISO || POSIX] (EILSEQ): Do not expect.
24067 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
24068 Specify type. Require positive value.
24069 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
24070 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
24071 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
24072 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
24073 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
24074 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
24075 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
24076 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
24077 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
24078 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
24079 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
24080 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
24081 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
24082 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
24083 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
24084 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
24085 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
24086 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
24087 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
24088 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
24089 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
24090 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
24091 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
24092 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
24093 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
24094 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
24095 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
24096 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
24097 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
24098 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
24099 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
24100 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
24101 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
24102 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
24103 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
24104 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
24105 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
24106 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
24107 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
24108 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
24109 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
24110 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
24111 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
24112 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
24113 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
24114 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
24115 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
24116 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
24117 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
24118 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
24119 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
24120 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
24121 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
24122 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
24123 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
24124 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
24125 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
24126 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
24127 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
24128 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
24129 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
24130 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
24131 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
24132 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
24133 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
24134 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
24135 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
24136 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
24137 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
24138 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
24139 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
24140 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
24141 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
24142 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
24143 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
24144 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
24145 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
24146 Require >= 2.
24147 (FLT_ROUNDS): Expect as macro, not constant.
24148 (FLT_MANT_DIG): Use macro-int-constant.
24149 (DBL_MANT_DIG): Likewise.
24150 (LDBL_MANT_DIG): Likewise.
24151 (FLT_DIG): Likewise.
24152 (DBL_DIG): Likewise.
24153 (LDBL_DIG): Likewise.
24154 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
24155 (DBL_MIN_EXP): Likewise.
24156 (LDBL_MIN_EXP): Likewise.
24157 (FLT_MAX_EXP): Use macro-int-constant.
24158 (DBL_MAX_EXP): Likewise.
24159 (LDBL_MAX_EXP): Likewise.
24160 (FLT_MAX_10_EXP): Likewise.
24161 (DBL_MAX_10_EXP): Likewise.
24162 (LDBL_MAX_10_EXP): Likewise.
24163 (FLT_MAX): Use macro-constant.
24164 (DBL_MAX): Likewise.
24165 (LDBL_MAX): Likewise.
24166 (FLT_EPSILON): Use macro-constant. Give upper bound.
24167 (DBL_EPSILON): Likewise.
24168 (LDBL_EPSILON): Likewise.
24169 (FLT_MIN): Likewise.
24170 (DBL_MIN): Likewise.
24171 (LDBL_MIN): Likewise.
24172 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
24173 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
24174 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
24175 [ISO11] (FLT_HAS_SUBNORM): Likewise.
24176 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
24177 [ISO11] (DBL_DECIMAL_DIG): Likewise.
24178 [ISO11] (FLT_DECIMAL_DIG): Likewise.
24179 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
24180 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
24181 [ISO11] (FLT_TRUE_MIN): Likewise.
24182 [ISO11] (LDBL_TRUE_MIN): Likewise.
24183 [ISO || ISO99 || ISO11] (*_t): Do not allow.
24184 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
24185 (SCHAR_MIN): Use macro-int-constant. Specify type.
24186 (SCHAR_MAX): Likewise.
24187 (UCHAR_MAX): Likewise.
24188 (CHAR_MIN): Likewise.
24189 (CHAR_MAX): Likewise.
24190 (MB_LEN_MAX): Use macro-int-constant.
24191 (SHRT_MIN): Use macro-int-constant. Specify type.
24192 (SHRT_MAX): Likewise.
24193 (USHRT_MAX): Likewise.
24194 (INT_MAX): Likewise.
24195 (INT_MIN): Use macro-int-constant. Specify type. Make upper
24196 bound negative.
24197 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
24198 bound with "U".
24199 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
24200 bound with "L".
24201 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
24202 bound negative. Suffix upper bound with "L".
24203 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
24204 bound with "UL".
24205 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
24206 Specify type.
24207 [C99-based standards] (LLONG_MAX): Likewise.
24208 [C99-based standards] (ULLONG_MAX): Likewise.
24209 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
24210 == 0.
24211 [ISO11] (max_align_t): Require type.
24212 [ISO || ISO99 || ISO11] (*_t): Do not allow.
24213
c9140a62
JM
24214 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
24215 from $CFLAGS, without defining away __attribute__ calls.
24216 (checknamespace): Use $CFLAGS_namespace.
24217
9af0bf29
JM
24218 * conform/conformtest.pl (@keywords): Only include C99 keywords
24219 for standards based on C99 or C11.
24220
343222a2
JM
24221 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
24222 Disable tests.
24223 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
24224 UNIX98]: Likewise.
24225
661f8cf0
JM
24226 * conform/conformtest.pl: Handle "macro-int-constant" and test for
24227 usability of symbols in #if.
24228
ee74b9cb
JM
24229 * conform/conformtest.pl: If macro or constant types start
24230 "promoted:", expect the symbol to be of the following type
24231 promoted by the integer promotions.
62fde54f 24232
aafc49b3
JM
24233 * conform/conformtest.pl: Parse all "constant" and "macro" lines
24234 in one place. Also handle "macro-constant".
24235
fefdf574
JM
24236 * conform/conformtest.pl: Only accept expected macro values with
24237 "==". Parse all "macro" lines in one place.
24238 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
24239
f2d922fe
JM
24240 * conform/conformtest.pl: Handle braced types on "constant" lines
24241 instead of handling "typed-constant".
24242 * conform/data/signal.h-data: Use "constant" instead of
24243 "typed-constant".
24244
d22956c9
JM
24245 * conform/conformtest.pl: Handle "optional-" at start of lines in
24246 one place rather than duplicating several cases. Handle each
24247 format of "macro" line with initial "optional-".
24248
028e2e38
JM
24249 * conform/conformtest.pl: Only accept expected constant or
24250 optional-constant values with "==". Parse all "constant" lines in
24251 one place. Parse all "optional-constant" lines in one place.
24252 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
24253 * conform/data/fmtmsg.h-data: Likewise.
24254 * conform/data/netinet/in.h-data: Likewise.
24255 * conform/data/tar.h-data: Likewise.
24256 * conform/data/limits.h-data: Use "==" form on "constant" and
24257 "optional-constant" lines.
24258
1b8f2850
JM
24259 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
24260 Use -std=c99 for XOPEN2K.
24261 (@knownproblems): Remove.
24262 (newtoken): Don't check %isknown.
24263
a05a144b
JM
24264 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
24265 Do not expect macro.
24266 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
24267 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
24268 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
24269 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
24270 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
24271 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
24272 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
24273 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
24274 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
24275 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
24276 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
24277 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
24278 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
24279 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
24280 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
24281 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
24282 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
24283 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
24284 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
24285 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
24286 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
24287 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
24288 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
24289 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
24290 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
24291 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
24292 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
24293 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
24294 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
24295 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
24296 [XPG3] (acosh): Likewise.
24297 [XPG3] (asinh): Likewise.
24298 [XPG3] (atanh): Likewise.
24299 [XPG3] (cbrt): Likewise.
24300 [XPG3] (expm1): Likewise.
24301 [XPG3] (ilogb): Likewise.
24302 [XPG3] (log1p): Likewise.
24303 [XPG3] (logb): Likewise.
24304 [XPG3] (nextafter): Likewise.
24305 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
24306 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
24307 [XPG3] (remainder): Likewise.
24308 [XPG3] (rint): Likewise.
24309 [XPG3 || XPG4 || UNIX98] (round): Likewise.
24310 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
24311 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
24312 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
24313 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
24314 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
24315 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
24316 [UNIX98 || XOPEN2K] (scalb): Expect.
24317 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
24318 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
24319 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
24320 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
24321 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
24322 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
24323 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
24324 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
24325 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
24326 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
24327 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
24328 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
24329 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
24330 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
24331 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
24332 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
24333 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
24334 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
24335 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
24336 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
24337 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
24338 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
24339 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
24340 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
24341 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
24342 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
24343 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
24344 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
24345 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
24346 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
24347 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
24348 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
24349 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
24350 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
24351 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
24352 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
24353 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
24354 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
24355 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
24356 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
24357 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
24358 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
24359 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
24360 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
24361 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
24362 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
24363 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
24364 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
24365 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
24366 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
24367 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
24368 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
24369 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
24370 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
24371 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
24372 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
24373 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
24374 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
24375 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
24376 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
24377 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
24378 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
24379 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
24380 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
24381 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
24382 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
24383 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
24384 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
24385 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
24386 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
24387 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
24388 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
24389 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
24390 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
24391 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
24392 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
24393 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
24394 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
24395 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
24396 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
24397 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
24398 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
24399 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
24400 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
24401 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
24402 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
24403 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
24404 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
24405 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
24406 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
24407 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
24408 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
24409 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
24410 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
24411 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
24412 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
24413 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
24414 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
24415 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
24416 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
24417 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
24418 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
24419 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
24420 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
24421 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
24422 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
24423 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
24424 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
24425 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
24426 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
24427 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
24428 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
24429 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
24430 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
24431 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
24432 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
24433 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
24434 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
24435 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
24436 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
24437 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
24438 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
24439 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
24440 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
24441 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
24442 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
24443 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
24444 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
24445 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
24446 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
24447 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
24448 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
24449 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
24450 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
24451 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
24452 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
24453 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
24454
73c5ebe3
JM
24455 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
24456 _XOPEN_SOURCE_EXTENDED for XPG4.
24457
39c33b6c
JM
24458 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
24459
62fde54f
JM
24460 * Makeconfig (localtime): Remove variable.
24461 (inst_localtime-file): Likewise.
24462
0741d64c
AS
244632012-05-01 Andreas Schwab <schwab@linux-m68k.org>
24464
24465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
24466 Update.
24467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24468 Update.
24469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
24470 Update.
24471 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24472 Update.
24473 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
24474 Update.
24475 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
24476 Update.
24477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24478 Update.
24479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
24480 Update.
24481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24482 Update.
24483
7cb029ee
JM
244842012-05-01 Joseph Myers <joseph@codesourcery.com>
24485
24486 [BZ #2550]
24487 [BZ #2570]
24488 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
24489 comparisons to determine direction to adjust input.
24490 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
24491 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
24492 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
24493 Likewise.
24494 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
24495 Likewise.
24496 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24497 Likewise.
24498 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
24499 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
24500 Likewise.
24501 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
24502 Likewise.
24503 * math/libm-test.inc (nexttoward_test): Add more tests.
24504
412bd966
AS
245052012-05-01 Andreas Schwab <schwab@linux-m68k.org>
24506
24507 [BZ #14040]
24508 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
24509 in version GLIBC_2.1, not GLIBC_2.0.
24510 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
24511 Likewise.
24512
9568c0c2
JM
245132012-04-30 Joseph Myers <joseph@codesourcery.com>
24514
adfbc8ac
JM
24515 [BZ #13942]
24516 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
24517 (1 - x) * (1 + x).
24518 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
24519 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
24520 * math/libm-test.inc (acos_test): Add more tests.
24521 (asin_test): Likewise.
24522 * sysdeps/i386/fpu/libm-test-ulps: Update.
24523 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24524
5ba3cc69
JM
24525 [BZ #14034]
24526 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
24527 of square root.
24528 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
24529 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
24530 * math/libm-test.inc (acos_test_tonearest): New function.
24531 (acos_test_towardzero): Likewise.
24532 (acos_test_downward): Likewise.
24533 (acos_test_upward): Likewise.
24534 (asin_test_tonearest): Likewise.
24535 (asin_test_towardzero): Likewise.
24536 (asin_test_downward): Likewise.
24537 (asin_test_upward): Likewise.
24538 (main): Call the new functions.
24539 * sysdeps/i386/fpu/libm-test-ulps: Update.
24540 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24541
9568c0c2
JM
24542 [BZ #13884]
24543 [BZ #13924]
24544 * math/e_exp10.c: Include <float.h>.
24545 (__ieee754_exp10): Handle underflow here rather than multiplying
24546 large negative argument by M_LN10.
24547 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
24548 of __ieee754_expf.
24549 * math/e_exp10l.c: Include <float.h>.
24550 (__ieee754_exp10l): Handle underflow here rather than multiplying
24551 large negative argument by M_LN10l.
24552 * math/libm-test.inc (exp10_test): Add another test. Do not allow
24553 spurious overflow exception on underflow.
24554
5ac3ea17
MP
245552012-04-29 Marek Polacek <polacek@redhat.com>
24556
24557 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
24558 (__fortify_function): New macro.
24559 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
24560 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
24561 __extern_always_inline.
24562 * libio/bits/stdio2.h: Likewise.
24563 * libio/bits/stdio.h: Likewise.
24564 * string/string.h: Likewise.
24565 * string/bits/string3.h: Likewise.
24566 * include/stdio.h: Likewise.
24567 * stdlib/bits/stdlib.h: Likewise.
24568 * stdlib/stdlib.h: Likewise.
24569 * rt/bits/mqueue2.h: Likewise.
24570 * rt/mqueue.h: Likewise.
24571 * posix/bits/unistd.h: Likewise.
24572 * posix/unistd.h: Likewise.
24573 * io/bits/poll2.h: Likewise.
24574 * io/bits/fcntl2.h: Likewise.
24575 * io/fcntl.h: Likewise.
24576 * io/sys/poll.h: Likewise.
24577 * misc/bits/syslog.h: Likewise.
24578 * misc/bits/syslog-ldbl.h: Likewise.
24579 * misc/sys/syslog.h: Likewise.
24580 * socket/bits/socket2.h: Likewise.
24581 * socket/sys/socket.h: Likewise.
24582 * debug/tst-chk1.c: Likewise.
24583 * wcsmbs/bits/wchar2.h: Likewise.
24584 * wcsmbs/bits/wchar-ldbl.h: Likewise.
24585 * wcsmbs/wchar.h: Likewise.
24586
ecf0ebfb
AJ
245872012-04-29 Andreas Jaeger <aj@suse.de>
24588
24589 * Makerules (tests): Remove enable-check-abi protection.
24590 (check-abi-warn): Remove.
24591 (check-abi-%): Remove check-abi-warn usage.
24592
24593 * configure.in: Remove check-abi configure option.
24594 * configure: Regenerated.
24595 * config.make.in (enable-check-abi): Remove.
24596
6d5c57fa
AS
245972012-04-28 Andreas Schwab <schwab@linux-m68k.org>
24598
24c5d07e 24599 [BZ #14033]
ded5180a
AS
24600 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
24601 double functions to double *_finite functions.
24602
7e0d315d
AS
24603 [BZ #13941]
24604 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
24605 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
24606 LDBL_MIN_EXP.
24607 * stdio-common/Makefile (tests): Add tst-sprintf3.
24608 * stdio-common/tst-sprintf3.c: New file.
24609
6d5c57fa
AS
24610 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
24611 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
24612
0749ff8b
JM
246132012-04-28 Joseph Myers <joseph@codesourcery.com>
24614
24615 * conform/conformtest.pl: Remove duplicate typed-constant
24616 handling.
24617
8dbd5d7b
DM
246182012-04-28 David S. Miller <davem@davemloft.net>
24619
24620 * Makerules (%.abilist): Add vpath on sysdep_dirs.
24621 (check-abi-%): Remove AWK script prerequisite and explicit
24622 abilist directory.
24623 (check-abi): Rewrite to just diff the symlist with the abilist.
24624 (config-tls, config-abi-config): Delete, no longer used.
24625 (update-abi-%): Remove AWK script and explicit abilist directory.
24626 (update-abi): Rewrite to simply compare and conditionally copy the
24627 symlist and the sysdep abilist file. Remove update-abi-config
24628 checks.
24629 * abilist/ld.abilist: Remove.
24630 * abilist/libBrokenLocale.abilist: Remove.
24631 * abilist/libanl.abilist: Remove.
24632 * abilist/libcrypt.abilist: Remove.
24633 * abilist/libdl.abilist: Remove.
24634 * abilist/librt.abilist: Remove.
24635 * abilist/libthread_db.abilist: Remove.
24636 * abilist/libutil.abilist: Remove.
24637 * scripts/extract-abilist.awk: Remove.
24638 * scripts/merge-abilist.awk: Remove.
24639 * sysdeps/generic/libcidn.abilist: New file.
24640 * sysdeps/generic/libnss_compat.abilist: New file.
24641 * sysdeps/generic/libnss_db.abilist: New file.
24642 * sysdeps/generic/libnss_dns.abilist: New file.
24643 * sysdeps/generic/libnss_files.abilist: New file.
24644 * sysdeps/generic/libnss_hesiod.abilist: New file.
24645 * sysdeps/generic/libnss_nis.abilist: New file.
24646 * sysdeps/generic/libnss_nisplus.abilist: New file.
24647 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
24648 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
24649 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
24650 file.
24651 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
24652 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
24653 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
24654 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
24655 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
24656 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
24657 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
24658 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
24659 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
24660 file.
24661 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
24662 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
24663 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
24664 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
24665 file.
24666 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
24667 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
24668 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
24669 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
24670 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
24671 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
24672 file.
24673 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
24674 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
24675 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
24676 file.
24677 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
24678 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
24679 New file.
24680 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
24681 New file.
24682 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
24683 New file.
24684 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
24685 New file.
24686 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
24687 New file.
24688 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
24689 New file.
24690 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
24691 New file.
24692 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
24693 New file.
24694 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
24695 New file.
24696 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
24697 New file.
24698 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
24699 New file.
24700 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
24701 New file.
24702 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
24703 New file.
24704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
24705 file.
24706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
24707 New file.
24708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
24709 New file.
24710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
24711 file.
24712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
24713 New file.
24714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
24715 New file.
24716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
24717 file.
24718 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
24719 New file.
24720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24721 New file.
24722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
24723 New file.
24724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
24725 New file.
24726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
24727 New file.
24728 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
24729 New file.
24730 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
24731 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
24732 file.
24733 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
24734 New file.
24735 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
24736 file.
24737 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
24738 file.
24739 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
24740 file.
24741 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
24742 file.
24743 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
24744 file.
24745 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24746 New file.
24747 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
24748 file.
24749 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
24750 file.
24751 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
24752 New file.
24753 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
24754 file.
24755 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
24756 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
24757 file.
24758 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
24759 New file.
24760 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
24761 file.
24762 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
24763 file.
24764 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
24765 file.
24766 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
24767 file.
24768 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
24769 file.
24770 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24771 New file.
24772 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
24773 file.
24774 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
24775 file.
24776 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
24777 New file.
24778 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
24779 file.
24780 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
24781 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
24782 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
24783 file.
24784 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
24785 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
24786 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
24787 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
24788 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
24789 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
24790 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
24791 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
24792 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
24793 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
24794 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
24795 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
24796 file.
24797 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
24798 New file.
24799 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
24800 file.
24801 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
24802 file.
24803 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
24804 file.
24805 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
24806 file.
24807 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
24808 file.
24809 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24810 New file.
24811 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
24812 New file.
24813 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
24814 file.
24815 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
24816 New file.
24817 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
24818 file.
24819 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
24820 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
24821 file.
24822 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
24823 New file.
24824 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
24825 file.
24826 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
24827 file.
24828 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
24829 file.
24830 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
24831 file.
24832 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
24833 file.
24834 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24835 New file.
24836 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
24837 New file.
24838 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
24839 file.
24840 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
24841 New file.
24842 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
24843 file.
24844
41d73a1b
JM
248452012-04-28 Joseph Myers <joseph@codesourcery.com>
24846
24847 * conform/conformtest.pl: Fix typo in handling typed-constant from
24848 allow-header.
24849
28aeeda4
JM
248502012-04-27 Joseph Myers <joseph@codesourcery.com>
24851
adae8f5e
JM
24852 * README: Cut down references to pre-2.6 Linux kernels and
24853 Linuxthreads. Update lists of configurations in libc and ports
24854 and sort alphabetically. Say "or newer" with Linux kernel version
24855 requirements.
24856
28aeeda4
JM
24857 * config.h.in [IS_IN_build]: Allow compiling without optimization.
24858
a462cb63
RA
248592012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24860
24861 [BZ #887]
24862 * math/libm-test.inc (logb_test_downward): New test to expose
24863 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
24864 rounding mode.
24865
6ad3493e
JM
248662012-04-27 Joseph Myers <joseph@codesourcery.com>
24867
24868 [BZ #14027]
24869 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
24870 to be done.
24871 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
24872 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
24873
2ce4f015
JM
248742012-04-26 Joseph Myers <joseph@codesourcery.com>
24875
5aeb141a
JM
24876 * sysdeps/unix/i386/brk.S: Remove file.
24877 * sysdeps/unix/i386/dl-brk.S: Likewise.
24878 * sysdeps/unix/i386/pipe.S: Likewise.
24879 * sysdeps/unix/i386/sigreturn.S: Likewise.
24880 * sysdeps/unix/i386/syscall.S: Likewise.
24881 * sysdeps/unix/i386/vfork.S: Likewise.
24882 * sysdeps/unix/i386/wait.S: Likewise.
24883
7143acae
JM
24884 * sysdeps/unix/common/tcsendbrk.c: Move to ...
24885 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
24886
2ce4f015
JM
24887 * configure.in (arm*-none*): Do not allow without
24888 --enable-hacker-mode.
24889 (netbsd*): Remove case setting base_os.
24890 (386bsd*): Likewise.
24891 (freebsd*): Likewise.
24892 (bsdi*): Likewise.
24893 (osf*): Likewise.
24894 (sunos*): Likewise.
24895 (ultrix*): Likewise.
24896 (newsos*): Likewise.
24897 (dynix*): Likewise.
24898 (*bsd*): Likewise.
24899 (sysv*): Likewise.
24900 (isc*): Likewise.
24901 (esix*): Likewise.
24902 (sco*): Likewise.
24903 (minix*): Likewise.
24904 (irix4*): Likewise.
24905 (irix6*): Likewise.
24906 (solaris[2-9]*): Likewise.
24907 (none): Likewise.
24908 * configure: Regenerated.
24909
0ac229c8
AZ
249102012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24911
24912 [BZ #11521]
24913 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
24914 overflow or cancellation in calculating denominator.
24915 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
24916 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
24917 down expression to avoid unexpected rounding in newer GCCs.
24918 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
24919
33f244f4
DM
249202012-04-26 David S. Miller <davem@davemloft.net>
24921
24922 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
24923 long-double compat symbols.
24924 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24925 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
24926 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
24927 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
24928 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
24929 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
24930 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
24931 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
24932 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
24933 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
24934 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
24935 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
24936 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
24937
cfa1f3e8
DM
249382012-04-25 David S. Miller <davem@davemloft.net>
24939
24940 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
24941 HWCAP_* values only after the memory barriers have been defined.
24942 (atomic_full_barrier): Define.
24943 (atomic_read_barrier): Define.
24944 (atomic_write_barrier): Define.
24945
6e236b92
SP
249462012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24947
24948 * shlib-versions: Add libgcc_s version information.
24949 * sysdeps/generic/libgcc_s.h: Remove.
24950 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
24951 libgcc_s.h.
24952 * sysdeps/gnu/unwind-resume.c: Likewise.
24953 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
24954
aab39a09
DM
249552012-04-25 David S. Miller <davem@davemloft.net>
24956
24957 * sysdeps/unix/sparc/brk.S: Delete.
24958 * sysdeps/unix/sparc/dl-brk.S: Delete.
24959 * sysdeps/unix/sparc/pipe.S: Delete.
24960 * sysdeps/unix/sparc/sysdep.S: Delete.
24961 * sysdeps/unix/sparc/sysdep.h: Delete.
24962 * sysdeps/unix/sparc/vfork.S: Delete.
24963 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
24964 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
24965 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
24966 ret_ERRVAL, r0, r1, MOVE): Define.
24967 (JUMPTARGET): Remove.
24968 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
24969 sysdeps/unix/sparc/sysdep.h
24970 (ENTRY, END): Remove.
24971 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
24972
a3cc4f48
JM
249732012-04-25 Joseph Myers <joseph@codesourcery.com>
24974
2ed8cda2
JM
24975 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
24976 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
24977 -DIS_IN_build.
24978
35d76d59
JM
24979 * timezone/README: Update upstream location and email address for
24980 tzcode and tzdata.
24981 * timezone/zdump.c: Update from tzcode 2012b.
24982 * timezone/zic.c: Likewise.
24983
a3cc4f48
JM
24984 * configure.in (libc_cv_as_needed): Remove test.
24985 * configure: Regenerated.
24986 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
24987 conditional definition.
24988 [$(have-as-needed) != yes] (no-as-needed): Likewise.
24989 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
24990 * config.make.in (have-as-needed): Remove variable.
24991
ceab42c3
SP
249922012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
24993 Paul Pluzhnikov <ppluzhnikov@google.com>
24994
24995 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
24996 strings correctly.
24997
3ce2865f
CLT
249982012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
24999
25000 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
25001 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
25002 * sysdeps/sh/strlen.S: Likewise.
25003
f37e0d68
JM
250042012-04-24 Joseph Myers <joseph@codesourcery.com>
25005
ae186e9a
JM
25006 * sysdeps/unix/fork.S: Remove file.
25007 * sysdeps/unix/i386/fork.S: Likewise.
25008 * sysdeps/unix/sparc/fork.S: Likewise.
25009
b96914af
JM
25010 * sysdeps/unix/system.c: Remove file.
25011 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
25012
f37e0d68
JM
25013 * sysdeps/unix/getegid.S: Remove file.
25014 * sysdeps/unix/geteuid.S: Likewise.
25015
87ef29ca
RM
250162012-04-24 Roland McGrath <roland@hack.frob.com>
25017
83bcd236
RM
25018 * scripts/check-localplt.awk: New file.
25019 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
25020 of diff.
25021 * scripts/data/localplt-generic.data: Add a comment.
25022
87ef29ca
RM
25023 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
25024 NODE when __dir_mkfile failed.
25025 * sysdeps/mach/hurd/symlinkat.c: Likewise.
25026 Reported by Ludovic Courtès <ludo@gnu.org>.
25027
e5a6e567
AJ
250282012-04-24 Andreas Jaeger <aj@suse.de>
25029
25030 * Makerules (common-clean): Also remove gen-as-const-headers
25031 files.
25032
c1820385
JM
250332012-04-24 Joseph Myers <joseph@codesourcery.com>
25034
25035 * Makerules (native-compile): Do not change working directory for
25036 build. Use $(OUTPUT_OPTION) in command.
25037 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
25038
94e02fc4
AZ
250392012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25040
25041 [BZ #13886]
25042 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
25043 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
25044 * math/libm-test.inc (floor_test): Add more tests.
25045 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
25046
3a533ca3
JM
250472012-04-24 Joseph Myers <joseph@codesourcery.com>
25048
940ab4b3
JM
25049 * sysdeps/unix/getdents.c: Remove file.
25050 * sysdeps/unix/sysv/getdents.c: Likewise.
25051 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
25052
90e037bd
JM
25053 * sysdeps/unix/syscalls.list (madvise): Add syscall from
25054 sysdeps/unix/mman/syscalls.list.
25055 (mmap): Likewise.
25056 (mprotect): Likewise.
25057 (msync): Likewise.
25058 (munmap): Likewise.
25059 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
25060 * sysdeps/unix/mman/syscalls.list: Remove.
25061 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
25062
3a533ca3
JM
25063 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
25064 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
25065 * configure: Regenerated.
25066 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
25067 $(libgcc_s_suffix).
25068 * config.make.in (libgcc_s_suffix): Remove variable.
25069
1ad743de
JM
250702012-04-23 Joseph Myers <joseph@codesourcery.com>
25071
4ad451e2
JM
25072 * sysdeps/unix/sysv/gethostname.c: Move to ...
25073 * sysdeps/posix/gethostname.c: ... here.
25074
5e37ce39
JM
25075 * sysdeps/unix/execve.S: Remove file.
25076
1ad743de
JM
25077 * sysdeps/unix/_exit.S: Remove file.
25078
4e681b5b
AJ
250792012-04-23 Andreas Jaeger <aj@suse.de>
25080
25081 [BZ #13739]
25082 * manual/Makefile: Remove make dist support, there's no
25083 need for a stand-alone documentation tar ball.
25084 (TEXI2DVI): Define always, it's not in Makeconfig.
25085 (dist): Removed.
25086 (tar-it): Removed.
25087 (edition): Removed.
25088 (glibc-doc-$(edition).tar): Removed
25089 (%.Z): Removed.
25090 (%.gz): Removed.
25091 (%.uu): Removed.
25092 (ETAGS): Remove, it's in Makeconfig.
25093 (move-if-change): Remove, it's in Makeconfig.
25094
38686a03 250952012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
25096
25097 [BZ #13970]
25098 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
25099 (strtod, strtof, strtold, strtol, strtoul, strtoq)
25100 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
25101 (strtod_l, strtof_l, strtold_l): Remove __wur.
25102 It is not necessarily an error to ignore strtol's return value.
25103 One can reliably look at the stored endptr to decide whether
25104 the number had valid syntax.
25105
7c0616fa
AJ
251062012-04-21 Andreas Jaeger <aj@suse.de>
25107
803cb6b7 25108 [BZ #13739]
7c0616fa
AJ
25109 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
25110
b0fe253f
JM
251112012-04-21 Joseph Myers <joseph@codesourcery.com>
25112
25113 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
25114 * sysdeps/unix/sysv/Versions: Remove file.
25115
8280f22d
MT
251162012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
25117
25118 [BZ #13927]
25119 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25120
75ce411f 251212012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
25122
25123 [BZ #7064]
25124 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
25125 version from __vm86.
25126
097d59fa
JM
251272012-04-20 Joseph Myers <joseph@codesourcery.com>
25128
a90f3bcb
JM
25129 * sysdeps/unix/common/lxstat.c: Remove file.
25130 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
25131
edc7ea78
JM
25132 * sysdeps/unix/sysv/Makefile: Remove file.
25133
cb78c221
JM
25134 * sysdeps/unix/sysv/direct.h: Remove file.
25135
efa6a45f
JM
25136 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
25137 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
25138 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
25139 * sysdeps/unix/sysv/bits/signum.h: Likewise.
25140 * sysdeps/unix/sysv/bits/stat.h: Likewise.
25141 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
25142 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
25143
9c9f2d0c
JM
25144 * sysdeps/unix/sysv/setrlimit.c: Remove file.
25145
4541c83b
JM
25146 * sysdeps/unix/xmknod.c: Remove file.
25147 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
25148
f5d153a0
JM
25149 * sysdeps/unix/sysv/settimeofday.c: Remove file.
25150
aa746595
JM
25151 * sysdeps/unix/sysv/i386/time.S: Remove file.
25152
cce5905e
JM
25153 * sysdeps/unix/fxstat.c: Remove file.
25154 * sysdeps/unix/xstat.c: Likewise.
25155 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
25156
37fa3841
JM
25157 * sysdeps/unix/sysv/sigaction.c: Remove file.
25158
ff1962a3
JM
25159 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
25160 (sysdep_headers): Remove variable.
25161 [termio.h not in sysdep_headers] (generated): Likewise.
25162 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
25163 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
25164 * sysdeps/unix/sysv/tcdrain.c: Likewise.
25165 * sysdeps/unix/sysv/tcflow.c: Likewise.
25166 * sysdeps/unix/sysv/tcflush.c: Likewise.
25167 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
25168 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
25169 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
25170 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
25171 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
25172
e7740d31
JM
25173 * sysdeps/unix/siglist.c: Remove file.
25174
ee06f18b
JM
25175 * sysdeps/unix/getppid.S: Remove file.
25176
097d59fa
JM
25177 * sysdeps/unix/mkdir.c: Remove file.
25178 * sysdeps/unix/rmdir.c: Likewise.
25179
ff3d51ec
AS
251802012-04-19 Andreas Schwab <schwab@linux-m68k.org>
25181
25182 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
25183 ERR_MAX value.
25184 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
25185 errlist-compat value.
25186
50f81fd7
DM
251872012-04-18 David S. Miller <davem@davemloft.net>
25188
25189 * sysdeps/generic/memcopy.h (reg_char): Delete.
25190 * debug/strcat_chk.c: Use char, not reg_char.
25191 * debug/strcpy_chk.c: Likewise.
25192 * debug/strncat_chk.c: Likewise.
25193 * debug/strncpy_chk.c: Likewise.
25194 * string/memchr.c: Likewise.
25195 * string/memrchr.c: Likewise.
25196 * string/rawmemchr.c: Likewise.
25197 * string/strcat.c: Likewise.
25198 * string/strchr.c: Likewise.
25199 * string/strchrnul.c: Likewise.
25200 * string/strcmp.c: Likewise.
25201 * string/strcpy.c: Likewise.
25202 * string/strncat.c: Likewise.
25203 * string/strncmp.c: Likewise.
25204 * string/strncpy.c: Likewise.
25205
8ff41c46
WS
252062012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
25207
25208 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
25209 __builtin_memcopy is called when src and dest ranges are known to not
25210 overlap.
25211
6b652f46
WS
252122012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
25213
25214 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
25215 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
25216 fwd_align_merge macro call.
25217 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
25218 bwd_align_merge macro call.
25219 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25220
b282631e
WS
252212012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
25222
25223 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
25224 bwd_align_merge macros.
25225 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
25226 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
25227 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25228
95aa737c
DM
252292012-04-18 David S. Miller <davem@davemloft.net>
25230
25231 * sysdeps/sparc/sparc64/memcopy.h: Delete.
25232
7a99a614
AJ
252332012-04-18 Andreas Jaeger <aj@suse.de>
25234
25235 [BZ# 6794]
25236 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
25237 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
25238 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
25239
25240 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
25241 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
25242 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
25243
25244 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
25245 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
25246 Adjust for changed ldbl-128 files.
25247
25248 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
25249 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
25250 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
25251
e5270c23
DM
252522012-04-17 David S. Miller <davem@davemloft.net>
25253
25254 * sysdeps/sparc/sparc32/memcopy.h: Delete.
25255
fb5e92c9
AS
252562012-04-17 Andreas Schwab <schwab@linux-m68k.org>
25257
25258 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
25259 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
25260 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
25261 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
25262 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
25263 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
25264
76da7265
AZ
252652012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25266
25267 [BZ #6794]
25268 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
25269 * math/libm-test.inc: Add ilogb errno and exception tests.
25270 * math/w_ilogb.c: New file: ilogb wrapper.
25271 * math/w_ilogbf.c: New file: ilogbf wrapper.
25272 * math/w_ilogbl.c: New file: ilogbl wrapper.
25273 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
25274 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
25275 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
25276 exception being thrown with 0.0 as argument.
25277 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
25278 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
25279 exception being thrown with 0.0 as argument.
25280 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
25281 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
25282 exception being thrown with 0.0 as argument.
25283 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
25284 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
25285 exception being thrown with 0.0 as argument.
25286 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
25287 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 25288 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
25289 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
25290 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
25291 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
25292 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
25293 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
25294 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
25295
0396e69d
PB
252962012-04-17 Petr Baudis <pasky@ucw.cz>
25297
25298 * include/sys/uio.h: Change __vector to __iovec to avoid clash
25299 with altivec.
25300
750b5926
MP
253012012-04-16 Marek Polacek <polacek@redhat.com>
25302
25303 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
25304
751728a1
MP
253052012-04-16 Marek Polacek <polacek@redhat.com>
25306
25307 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
25308 operands of fdivp instruction.
25309
34a27407
L
253102012-04-13 H.J. Lu <hongjiu.lu@intel.com>
25311
25312 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
25313 * elf/tst-auditmod3b.c: Likewise.
25314 * elf/tst-auditmod4b.c: Likewise.
25315 * elf/tst-auditmod5b.c: Likewise.
25316 * elf/tst-auditmod6b.c: Likewise.
25317 * elf/tst-auditmod6c.c: Likewise.
25318 * elf/tst-auditmod7b.c: Likewise.
25319 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
25320 * sysdeps/x86_64/preconfigure.in: Likewise.
25321 * sysdeps/x86_64/preconfigure: Regenerated.
25322
7e73e17d
L
253232012-04-13 H.J. Lu <hongjiu.lu@intel.com>
25324
25325 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
25326 __ILP32__.
25327
c7a6ab72
AB
253282012-04-13 Antoine Balestrat <merkil33@gmail.com>
25329
25330 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
25331 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
25332
a9e8e0e0
CL
253332012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
25334
25335 [BZ #13973]
25336 * locale/iso-639.def: Fix gl language name. Spotted by
25337 Yaron Shahrabani.
25338
ec98af7d
RM
253392012-04-12 Roland McGrath <roland@hack.frob.com>
25340
25341 [BZ #2074]
25342 * libio/libio.h (__io_write_fn): Update comment.
25343
247c3ede
PB
253442012-04-12 Petr Baudis <pasky@ucw.cz>
25345
25346 [BZ #2074]
25347 * stdio.texi (Hook Functions): The user provided writer function
25348 is not allowed to return -1.
25349
55939d6d
DM
253502012-04-11 David S. Miller <davem@davemloft.net>
25351
25352 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25353
90020f5a
MF
253542012-04-11 Mike Frysinger <vapier@gentoo.org>
25355
25356 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
25357 Add a leading slash to rtkaio.
25358
288f9098
JM
253592012-04-11 Jim Meyering <meyering@redhat.com>
25360
90020f5a
MF
25361 [BZ #11959]
25362 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
25363 It is not necessarily an error to ignore fwrite's return
25364 value. One can reliably use ferror to test for errors after
25365 the fact.
288f9098 25366
4be2b570
L
253672012-04-10 H.J. Lu <hongjiu.lu@intel.com>
25368
25369 * bits/types.h (__snseconds_t): New type.
25370 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
25371
25372 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
25373 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
25374 (__SNSECONDS_T_TYPE): Likewise.
25375 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
25376 (__SNSECONDS_T_TYPE): Likewise.
25377 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
25378 (__SNSECONDS_T_TYPE): Likewise.
25379
288f9098 253802012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
25381
25382 [BZ #2636]
25383 * manual/time.texi (Processor Time): Return type of times is
25384 elapsed real time since an arbitrary point in the past.
25385 (CPU Time): Move CLK_TCK from here...
25386 (Processor Time): ...to here. Correct description.
25387 * manual/conf.texi (Constants for Sysconf): Correct description of
25388 _SC_CLK_TCK.
25389
d7dd4413
DM
253902012-04-10 David S. Miller <davem@davemloft.net>
25391
25392 [BZ #13967]
25393 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
25394 where the is a gap between DT_REL(A) and DT_JMPREL.
25395
b46068fc
L
253962012-04-10 H.J. Lu <hongjiu.lu@intel.com>
25397
25398 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
25399 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
25400 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
25401
73d65cc3
SP
254022012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25403
25404 * elf/dl-support.c (_dl_inhibit_cache): New variable.
25405 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
25406 (dl_main): Handle --inhibit-cache.
25407 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
25408 _dl_inhibit_cache.
25409 * elf/dl-load.c (_dl_map_object): Use it.
25410 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
25411
bcc8d661
JM
254122012-04-09 Joseph Myers <joseph@codesourcery.com>
25413
8f9a2fae
JM
25414 [BZ #13872]
25415 * sysdeps/i386/fpu/e_powl.S (p78): New object.
25416 (__ieee754_powl): Saturate large exponents rather than testing for
25417 overflow of y*log2(x).
25418 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
25419 * math/libm-test.inc (pow_test): Do not permit spurious overflow
25420 exceptions.
25421
bcc8d661
JM
25422 [BZ #11521]
25423 * math/s_ctan.c: Include <float.h>.
25424 (__ctan): Avoid internal overflow or cancellation in calculating
25425 denominator.
25426 * math/s_ctanf.c: Likewise.
25427 * math/s_ctanl.c: Likewise.
25428 * math/s_ctanh.c: Likewise.
25429 * math/s_ctanhf.c: Likewise.
25430 * math/s_ctanhl.c: Likewise.
25431 * math/libm-test.inc (ctan_test): Add more tests.
25432 (ctanh_test): Likewise.
25433 * sysdeps/i386/fpu/libm-test-ulps: Update.
25434 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25435
823fbbb4
AJ
254362012-04-09 Andreas Jaeger <aj@suse.de>
25437
03879793
AJ
25438 [BZ #6894]
25439 * manual/filesys.texi (Directory Entries): Mention that d_namlen
25440 is an optional BSD extension.
25441
823fbbb4
AJ
25442 [BZ #10254]
25443 * manual/stdio.texi (Opening Streams): Document additional fopen
25444 parameters.
25445
8de131cb
RM
254462012-04-09 Roland McGrath <roland@hack.frob.com>
25447
25448 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
25449 %eax without telling the compiler.
25450
c0ed9d7d
CD
254512012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
25452
25453 [BZ # 13963]
25454 * manual/install.texi: Use sourceware.org.
25455
c483f6b4
JM
254562012-04-09 Joseph Myers <joseph@codesourcery.com>
25457
d7dd9453
JM
25458 [BZ #13873]
25459 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
25460 (__ieee754_pow): Generate overflow and underflow using huge*huge
25461 and tiny*tiny rather than just returning constant infinity or zero
25462 for large exponents.
25463 * math/libm-test.inc (pow_test): Require overflow exceptions for
25464 applicable cases of large exponents.
25465
c483f6b4
JM
25466 [BZ #706]
25467 * sysdeps/i386/fpu/e_pow.S (p10): New object.
25468 (__ieee754_pow): Use iterative multiplication algorithm only for
25469 integer exponents with absolute value below 1024. Check for odd
25470 integer exponents when using algorithm for real exponents.
25471 * math/libm-test.inc (pow_test): Add more tests.
25472 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25473
d2de7579
JM
254742012-04-08 Joseph Myers <joseph@codesourcery.com>
25475
25476 [BZ #13705]
25477 * math/libm-test.inc (exp_test): Do not allow overflow exception
25478 on underflow test.
25479
f77f1232
AJ
254802012-04-08 Aurelien Jarno <aurelien@aurel32.net>
25481
25482 [BZ #13705]
25483 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
25484 instead of __kernel_standard_f.
25485
3884932b
MF
254862012-04-08 Mike Frysinger <vapier@gentoo.org>
25487
25488 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
25489 * sysdeps/x86_64/memset_chk.S: Likewise.
25490
54472e9c
AJ
254912012-04-08 Andreas Jaeger <aj@suse.de>
25492
6ab0fbfc
AJ
25493 [BZ #10153]
25494 * manual/startup.texi (Environment Access): Describe return value
25495 for putenv and setenv.
25496
61efba8c
AJ
25497 [BZ #6895]
25498 * manual/filesys.texi (Directory Entries): Add description for
25499 DT_LNK.
25500
95c3f29a
AJ
25501 [BZ #6890]
25502 * manual/filesys.texi (Directory Entries): Clarify that it's file
25503 system not operating system in the description of DT_UNKNOWN.
25504
54472e9c
AJ
25505 [BZ #6578]
25506 * manual/syslog.texi (closelog): Fix reference, it's openlog.
25507
624254b1
SC
255082012-04-08 Stephen Compall <s11@member.fsf.org>
25509
25510 [BZ #6649]
25511 * manual/llio.texi (Opening and Closing Files): Add cross
25512 reference to explain mode argument.
25513
1e4920e0
MF
255142012-04-07 Mike Frysinger <vapier@gentoo.org>
25515
25516 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
25517 * sysdeps/x86_64/memset_chk.S: Likewise.
25518
5ed848f3
DM
255192012-04-07 David S. Miller <davem@davemloft.net>
25520
25521 * elf/elf.h (R_SPARC_WDISP10): Define.
25522 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
25523 R_SPARC_SIZE32.
25524 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
25525 R_SPARC_SIZE64 and R_SPARC_H34.
25526
96154cd8
CD
255272012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
25528
25529 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
25530 conditions and remove no longer applicable assertion.
25531
9904dc47
L
255322012-04-06 H.J. Lu <hongjiu.lu@intel.com>
25533
25534 * bits/byteswap.h: Include <features.h>.
25535 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
25536 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
25537
f8887d0a
L
255382012-04-06 H.J. Lu <hongjiu.lu@intel.com>
25539
25540 * bits/byteswap.h (__bswap_16): Removed.
25541 Include <bits/byteswap-16.h> to get __bswap_16.
25542 * sysdeps/i386/bits/byteswap.h: Likewise.
25543 * sysdeps/s390/bits/byteswap.h: Likewise.
25544 * sysdeps/x86_64/bits/byteswap.h: Likewise.
25545 * bits/byteswap-16.h: New file.
25546 * sysdeps/i386/bits/byteswap-16.h: Likewise.
25547 * sysdeps/s390/bits/byteswap-16.h: Likewise.
25548 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
25549 * string/Makefile (headers): Add bits/byteswap-16.h.
25550
62470f60
PP
255512012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
25552
25553 [BZ #13895]
25554 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
25555 extra indirection.
25556 * nss/Makefile (tests-static, tests): Add tst-nss-static.
25557 * nss/tst-nss-static.c: New.
25558
4dad7bab
RM
255592012-04-06 Robert Millan <rmh@gnu.org>
25560
25561 [BZ #6486]
25562 * manual/llio.texi (File Position Primitive): lseek
25563 refers to WHENCE when it really means OFFSET.
25564
e9142a17
AJ
255652012-04-06 Andreas Jaeger <aj@suse.de>
25566
2c040eff
AJ
25567 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
25568 strncmp declarations.
25569
e9142a17
AJ
25570 * abilist/libc.abilist: Add __poll and __ppoll.
25571
ff9f1c5f
DM
255722012-04-05 David S. Miller <davem@davemloft.net>
25573
dcd2ae90
DM
25574 * scripts/check-local-headers.sh: Accept a host triplet in the
25575 path matched by the exclude regexp.
25576
993eb054
DM
25577 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
25578 definition.
25579 * sysdeps/powerpc/powerpc32/dl-machine.h
25580 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
25581 * sysdeps/s390/s390-32/dl-machine.h
25582 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
25583 * sysdeps/sparc/sparc32/dl-machine.h
25584 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
25585 * sysdeps/sparc/sparc64/dl-machine.h
25586 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
25587
ff9f1c5f
DM
25588 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
25589 lazy binding.
48e2e132 25590 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
25591 undefined symbol errors.
25592
48e2e132 25593 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
25594 DT_NEEDED entries.
25595
e80d6f94
MM
255962012-04-05 Michael Matz <matz@suse.de>
25597
25598 [BZ #13592]
25599 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
25600
349fa79f
AJ
256012012-04-05 Andreas Jaeger <aj@suse.de>
25602
25603 [BZ #13908]
25604 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
25605 comment.
25606
f402708f
KK
256072012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25608
25609 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
25610 which ROUND is no valid rounding mode.
25611
2ecccfc9
KK
256122012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25613
25614 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
25615 read again.
25616 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
25617
8a53f50f
KK
256182012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25619
25620 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
25621 an exception using FPU order intentionally.
25622
256232012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25624
25625 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
25626 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
25627 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
25628 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
25629
d653abb7
SJ
256302012-04-05 Simon Josefsson <simon@josefsson.org>
25631
25632 [BZ #12340]
25633 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
25634 EINVAL when BUFLEN is too smal.
25635
c3b1bf7d
TS
256362012-04-05 Thomas Schwinge <thomas@codesourcery.com>
25637
25638 [BZ #13553]
25639 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
25640 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
25641
b1aa60f3
AJ
256422012-04-03 Andreas Jaeger <aj@suse.de>
25643
c3b1bf7d 25644 [BZ #13938]
67f60a26
AJ
25645 * manual/setjmp.texi (System V contexts): Fix sentence.
25646
b1aa60f3
AJ
25647 [BZ #13926]
25648 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
25649 New macro for this case.
25650 [!__GNUC__] (__bswap_64): New inline function for this case.
25651 * sysdeps/x86_64/bits/byteswap.h: Likewise.
25652 * bits/byteswap.h: Likewise.
25653 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
25654 ull, guard with __GLIBC_HAVE_LONG_LONG.
25655
25656 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
25657 __GLIBC_HAVE_LONG_LONG.
25658
25659 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
25660 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
25661
39c59c35
TMQMF
256622012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
25663
25664 [BZ #13691]
25665 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
25666 inptr and inend, rather than using last_ch.
25667
135ffda8
DM
256682012-04-02 David S. Miller <davem@davemloft.net>
25669
25670 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
25671 * stdio-common/printf-parse.h (read_int): Change return type to
25672 'int', return -1 on INT_MAX overflow.
25673 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
25674 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
25675 overflows INT_MAX. Check for overflow of in-format-string precision
25676 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
25677 SIZE_MAX not INT_MAX for integer overflow test.
25678 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
25679 skip the construct in the format string but do not record anything.
25680 * stdio-common/bug22.c: Adjust to test both width/prevision
25681 INT_MAX overflow as well as total length INT_MAX overflow. Check
25682 explicitly for proper errno values.
25683
228c019e
TS
256842012-04-02 Thomas Schwinge <thomas@codesourcery.com>
25685
302cadd3
TS
25686 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
25687 CHAR_MAX.
25688 * string/test-strcmp.c [! WIDE]: Likewise.
25689 * time/tst-mktime2.c: Likewise for INT_MAX.
25690 * string/test-string.h: #include <sys/param.h> for MIN.
25691
228c019e
TS
25692 * csu/init-first.c (__libc_init_first): Call __ctype_init.
25693 * sysdeps/i386/init-first.c (init): Likewise.
25694 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
25695 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
25696 * sysdeps/sh/init-first.c (init): Likewise.
25697
cfa633f5
UD
256982012-04-01 Ulrich Drepper <drepper@gmail.com>
25699
25700 * po/ru.po: Update from translation team.
d1635ef8 25701 * po/vi.po: Likewise.
cfa633f5 25702
6cd0a5ea
SP
257032012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
25704
25705 * resolv/nss_dns/dns-host.c: Merge copyright years.
25706
4b43400f
LD
257072012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25708
25709 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
25710 Optimize memcpy with prefetch if
25711 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
25712 src, dst pointers have unequal 16 byte alignments.
25713
48c41d04
SP
257142012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
25715
25716 [BZ #13928]
25717 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
25718 from a CNAME entry and return the minimum ttl for the query.
25719 (gaih_getanswer_slice): Likewise.
25720
b8dc394d
JL
257212012-03-30 Jeff Law <law@redhat.com>
25722
25723 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
25724 due to long keys.
25725 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
25726 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
25727
2f5a5ed0
JL
25728 * resolv/nss_dns/dns-host.c: Update copyright year.
25729
1d39e359
UD
257302012-03-30 Ulrich Drepper <drepper@gmail.com>
25731
c030f70c 25732 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 25733 requests to save a system call. Fix check that all bytes are sent.
c030f70c 25734
1d39e359
UD
25735 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
25736 comments for sendmmsg.
25737
257382012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
25739
25740 [BZ #13691]
25741 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
25742 with only 1 character between 0x0041 and 0x01b0.
25743 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
25744 * wcsmbs/tst-mbsnrtowcs.c: New file.
25745
20fde227
DM
257462012-03-29 David S. Miller <davem@davemloft.net>
25747
25748 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
25749 small copies by hand.
25750
984a4237
JL
257512012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25752
25753 [BZ #13761]
25754 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
25755 _nss_compat_initgroups_dyn): Fall back to malloc/free
25756 for large group memberships.
25757
18c9d62b
DM
257582012-03-28 David S. Miller <davem@davemloft.net>
25759
88d85d4f
DM
25760 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
25761 that branches into memcpy.
25762 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25763 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
25764 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
25765 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
25766 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
25767 bits.
25768 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
25769 implementation too.
25770 * sysdeps/sparc/mempcpy.S: New file.
25771
e5aa83e1
DM
25772 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
25773 the IFUNC routine in the libc case.
25774 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
25775
88570753
DM
25776 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
25777 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
25778 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
25779 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
25780 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
25781 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
25782 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
25783 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
25784
249d7567
DM
25785 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
25786 loop to 256 bytes instead of 64 bytes and fix test signedness.
25787
18c9d62b
DM
25788 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
25789 * sysdeps/sparc/sparc32/Makefile: rather than here...
25790 * sysdeps/sparc/sparc64/Makefile: and here.
25791
05f3d1f6
UD
257922012-03-28 Ulrich Drepper <drepper@gmail.com>
25793
25794 * malloc/mallocbug.c: Avoid warnings about unused variables.
25795
86ae07a8
JL
257962012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
25797
25798 [BZ #13760]
25799 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
25800 in the right place. Discard and retry query if response is
25801 larger than input buffer size.
25802
41bf21a1
JM
258032012-03-28 Joseph Myers <joseph@codesourcery.com>
25804
d6270972
JM
25805 [BZ #369]
25806 [BZ #2678]
25807 [BZ #3866]
25808 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
25809 x for large integer exponent.
25810 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
25811 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
25812 sign of result as needed afterwards.
25813 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
25814 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
25815 result for underflowing pow the same as for overflow.
25816 (__kernel_standard_l): Handle powl overflow and underflow here
25817 rather than calling __kernel_standard.
25818 * math/libm-test.inc (pow_test): Add more tests.
25819
414fca03 25820 [BZ #3868]
41bf21a1
JM
25821 [BZ #13879]
25822 [BZ #13910]
25823 [BZ #13911]
25824 [BZ #13912]
25825 [BZ #13913]
25826 [BZ #13915]
25827 [BZ #13916]
25828 [BZ #13917]
25829 [BZ #13918]
25830 [BZ #13919]
25831 [BZ #13920]
25832 [BZ #13921]
25833 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
25834 * sysdeps/ieee754/k_standard.c: Include <float.h>.
25835 (__kernel_standard_l): New function.
25836 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
25837 __kernel_standard.
25838 * math/w_acosl.c (__acosl): Likewise.
25839 * math/w_asinl.c (__asinl): Likewise.
25840 * math/w_atan2l.c (__atan2l): Likewise.
25841 * math/w_atanhl.c (__atanhl): Likewise.
25842 * math/w_coshl.c (__coshl): Likewise.
25843 * math/w_exp10l.c (__exp10l): Likewise.
25844 * math/w_exp2l.c (__exp2l): Likewise.
25845 * math/w_fmodl.c (__fmodl): Likewise.
25846 * math/w_hypotl.c (__hypotl): Likewise.
25847 * math/w_j0l.c (__j0l, __y0l): Likewise.
25848 * math/w_j1l.c (__j1l, __y1l): Likewise.
25849 * math/w_jnl.c (__jnl, __ynl): Likewise.
25850 * math/w_lgammal.c (__lgammal): Likewise.
25851 * math/w_log10l.c (__log10l): Likewise.
25852 * math/w_log2l.c (__log2l): Likewise.
25853 * math/w_logl.c (__logl): Likewise.
25854 * math/w_powl.c (__powl): Likewise.
25855 * math/w_remainderl.c (__remainderl): Likewise.
25856 * math/w_scalbl.c (sysv_scalbl): Likewise.
25857 * math/w_sinhl.c (__sinhl): Likewise.
25858 * math/w_sqrtl.c (__sqrtl): Likewise.
25859 * math/w_tgammal.c (__tgammal): Likewise.
25860 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
25861 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
25862 * math/libm-test.inc (acos_test): Add more tests.
25863 (acosh_test): Likewise.
25864 (asin_test): Likewise.
25865 (atanh_test): Likewise.
25866 (exp_test): Likewise.
25867 (exp10_test): Likewise.
25868 (exp2_test): Likewise.
25869 (expm1_test): Likewise.
25870 (lgamma_test): Likewise.
25871 (log_test): Likewise.
25872 (log10_test): Likewise.
25873 (log1p_test): Likewise.
25874 (log2_test): Likewise.
25875 (pow_test): Do not allow some spurious overflow exceptions.
25876 (sqrt_test): Add more tests.
25877 (tgamma_test): Likewise.
25878 (y0_test): Likewise.
25879 (y1_test): Likewise.
25880 (yn_test): Likewise.
25881
dd62fda6
AB
258822012-03-27 Anton Blanchard <anton@samba.org>
25883
25884 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
25885 MAP_HUGETLB.
25886 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
25887 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
25888 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
25889
1e3cdfda
AJ
258902012-03-27 David S. Miller <davem@davemloft.net>
25891
b855ab85
DM
25892 * conform/Makefile: Run run-conformtest.sh using $(BASH).
25893
1e3cdfda
AJ
25894 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
25895 have-as-vis3 check.
25896
258972012-03-27 Andreas Jaeger <aj@suse.de>
25898
25899 * sysdeps/x86_64/elf/configure.in: Moved to ...
25900 * sysdeps/x86_64/configure.in: ... here.
25901 * sysdeps/x86_64/elf/start.S: Moved to ...
25902 * sysdeps/x86_64/start.S: ... here.
25903 * sysdeps/x86_64/elf/configure: Delete.
25904
25905 * sysdeps/x86_64/configure.in: Merge contents from
25906 sysdeps/i386/configure.in (without i686 check).
25907
25908 * sysdeps/i386/elf/Versions: Merge into ...
25909 * sysdeps/i386/Versions: ... this.
25910 * sysdeps/i386/elf/Versions: Delete file.
25911 * sysdeps/i386/elf/start.S: Moved to ...
25912 * sysdeps/i386/start.S: ...here.
25913 * sysdeps/i386/elf/configure.in: Merge into...
25914 * sysdeps/i386/configure.in: ...here.
25915 * sysdeps/i386/elf/configure.in: Delete file.
25916 * sysdeps/i386/elf/configure: Delete file.
25917
25918 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
25919 * debug/backtracesyms.c: ... here.
25920 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
25921 * debug/backtracesymsfd.c: ... here.
25922 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
25923 * sysdeps/generic/ifunc-sel.h: ... here.
25924
25925 * sysdeps/unix/i386/start.c: Delete file.
25926 * sysdeps/unix/sparc/start.c: Delete file.
25927 * sysdeps/unix/start.c: Delete file.
25928
25929 * sysdeps/sh/elf/configure.in: Moved to ...
25930 * sysdeps/sh/configure.in: ... here.
25931 * sysdeps/sh/elf/start.S: Moved to ...
25932 * sysdeps/sh/start.S: ... here.
25933 * sysdeps/sh/elf/configure: Delete file.
25934
25935 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
25936 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
25937 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
25938 * sysdeps/powerpc/powerpc64/entry.h: ... here.
25939 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
25940 * sysdeps/powerpc/powerpc64/start.S: here.
25941 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
25942 * sysdeps/powerpc/powerpc64/Makefile: ... this.
25943 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
25944 * sysdeps/powerpc/powerpc64/configure.in: ... this.
25945 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
25946
25947 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
25948 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
25949 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
25950 * sysdeps/powerpc/powerpc32/start.S: ... here.
25951 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
25952 * sysdeps/powerpc/powerpc32/configure.in: ... this.
25953 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
25954
25955 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
25956 * sysdeps/powerpc/ifunc-sel.h: ... here.
25957 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
25958 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
25959
25960 * sysdeps/sparc/elf/configure.in: Moved to ...
25961 * sysdeps/sparc/configure.in: ... here.
25962 * sysdeps/sparc/elf/configure: Delete file.
25963 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
25964 * sysdeps/sparc/sparc32/start.S: ... here.
25965 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
25966 * sysdeps/sparc/sparc64/start.S: ... here.
25967 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
25968 * sysdeps/sparc/sparc32/Makefile: ... this.
25969 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
25970 * sysdeps/sparc/sparc64/Makefile: ... this.
25971
25972 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
25973 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
25974 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
25975 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
25976 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
25977 * sysdeps/s390/s390-32/setjmp.S: ... here.
25978 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
25979 * sysdeps/s390/s390-32/configure.in: ... here.
25980 * sysdeps/s390/s390-32/elf/configure: Delete file.
25981 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
25982 * sysdeps/s390/s390-32/start.S: ... here.
25983
25984 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
25985 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
25986 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
25987 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
25988 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
25989 * sysdeps/s390/s390-64/setjmp.S: ... here.
25990 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
25991 * sysdeps/s390/s390-64/configure.in: ... here
25992 * sysdeps/s390/s390-64/elf/configure: Delete file.
25993 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
25994 * sysdeps/s390/s390-64/start.S: ... here.
25995 * sysdeps/s390/s390-64/elf/configure: Delete.
25996
25997 * configure.in: Remove support for elf directories in sysdeps.
25998
25999 * configure: Regenerated.
26000 * sysdeps/i386/configure: Regenerated.
26001 * sysdeps/powerpc/powerpc32/configure: Regenerated.
26002 * sysdeps/powerpc/powerpc64/configure: Regenerated.
26003 * sysdeps/s390/s390-32/configure: Regenerated.
26004 * sysdeps/s390/s390-64/configure: Regenerated.
26005 * sysdeps/sh/configure: Regenerated.
26006 * sysdeps/sparc/configure: Regenerated.
26007 * sysdeps/x86_64/configure: Regenerated.
26008
a3f61311
AS
260092012-03-26 Andreas Schwab <schwab@linux-m68k.org>
26010
c876e002
AS
26011 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26012
a3f61311
AS
26013 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
26014 denormal result into account.
26015
ac4c54f0
RM
260162012-03-25 Roland McGrath <roland@hack.frob.com>
26017
26018 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
26019 Reported by Allan McRae <allan@archlinux.org>.
26020
6a9b9c02
JL
260212012-03-23 Jeff Law <law@redhat.com>
26022
26023 * nss/getnssent.c (__nss_getent): Fix typo.
26024
4c42a0c1
DM
260252012-03-23 David S. Miller <davem@davemloft.net>
26026
26027 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26028
1532c7ac
L
260292012-03-23 H.J. Lu <hongjiu.lu@intel.com>
26030
26031 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
26032 to pad to uint64_t for each field.
26033 (dl_tls_index): Replace unsigned long with uint64_t.
26034
3ff42526
PP
260352012-03-23 Daniel Jacobowitz <dmj@google.com>
26036 Paul Pluzhnikov <ppluzhnikov@google.com>
26037
26038 [BZ #6528]
26039 * grp/Makefile (otherlibs): Don't set it.
26040 * inet/Makefile (otherlibs): Likewise.
26041 * login/Makefile (otherlibs): Likewise.
26042 * nscd/Makefile (otherlibs): Likewise.
26043 * posix/Makefile (otherlibs): Likewise.
26044 * pwd/Makefile (otherlibs): Likewise.
26045 * rt/Makefile (otherlibs): Likewise.
26046 * sunrpc/Makefile (otherlibs): Likewise.
26047 * nss/Makefile (otherlibs): Likewise.
26048 Add libnss_files to routines and static-only-routines.
26049 ($(objpfx)getent): Remove rule.
26050 * resolv/Makefile: Add libnss_dns and libresolv to routines and
26051 static-only-routines.
26052
7c69cd14
JM
260532012-03-22 Joseph Myers <joseph@codesourcery.com>
26054
26055 [BZ #13892]
26056 * math/s_cexp.c: Include <float.h>.
26057 (__cexp): Handle exp result overflowing not necessarily
26058 overflowing both real and imaginary parts of result.
26059 * math/s_cexpf.c: Likewise.
26060 * math/s_cexpl.c: Likewise.
26061 * math/libm-test.inc (cexp_test): Add more tests.
26062 * sysdeps/i386/fpu/libm-test-ulps: Update.
26063 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26064
81b035fe
L
260652012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26066
26067 * include/link.h (ELFW): New macro.
26068 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
26069 Replace ELF64_R_TYPE with ELFW(R_TYPE).
26070
1da7940c
L
260712012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26072
26073 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
26074 with uint64_t.
26075
b749dbb9
L
260762012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26077
26078 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
26079 declaration.
26080 (struct La_x32_retval): Likewise.
26081
2ff87f3f
L
260822012-03-22 H.J. Lu <hongjiu.lu@intel.com>
26083
26084 * sysdeps/x86_64/preconfigure.in: New file.
26085 * sysdeps/x86_64/preconfigure: New generated file.
26086
c0df8e69
JM
260872012-03-22 Joseph Myers <joseph@codesourcery.com>
26088
48e44791
JM
26089 [BZ #13824]
26090 * math/e_exp2l.c: Include <float.h>.
26091 (__ieee754_exp2l): Handle overflow and underflow cases
26092 separately. Only pass fractional part of argument to
26093 __ieee754_expl.
26094 * math/libm-test.inc (exp2_test): Add more tests.
26095
c0df8e69
JM
26096 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
26097 negating x to take absolute value.
26098 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
26099 Likewise.
26100 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
26101 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
26102 Likewise.
26103 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
26104 computing low part if x was negated.
26105 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
26106
c8e43ba7
L
261072012-03-21 H.J. Lu <hongjiu.lu@intel.com>
26108
26109 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
26110 la_x32_gnu_pltexit.
26111 (pltexit): Cast int_retval to ptrdiff_t.
26112 * elf/tst-auditmod3b.c: Likewise.
26113 * elf/tst-auditmod4b.c: Likewise.
26114 * elf/tst-auditmod5b.c: Likewise.
26115 * elf/tst-auditmod6b.c: Likewise.
26116 * elf/tst-auditmod6c.c: Likewise.
26117 * elf/tst-auditmod7b.c: Likewise.
26118
26119 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
26120 and x32_gnu_pltexit.
26121
26122 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
26123 __ELF_NATIVE_CLASS.
26124 (La_x32_regs): New macro.
26125 (La_x32_retval): Likewise.
26126 (la_x32_gnu_pltenter): New function prototype.
26127 (la_x32_gnu_pltexit): Likewise.
26128
7998fa78
AS
261292012-03-21 Andreas Schwab <schwab@linux-m68k.org>
26130
dcb33988
AS
26131 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
26132 exponent.
26133
233fc563
AS
26134 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26135
7998fa78
AS
26136 * configure.in (libc_cv_cc_nofma): Check for option to disable
26137 generation of FMA instructions.
26138 * configure: Regenerate.
26139 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
26140 * sysdeps/ieee754/dbl-64/Makefile: New file.
26141 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
26142 Remove brandred-fma4.
26143 (CFLAGS-brandred-fma4.c): Remove.
26144 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
26145 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
26146 define.
26147 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
26148 define.
26149
8e95c99a
L
261502012-03-21 H.J. Lu <hongjiu.lu@intel.com>
26151
26152 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
26153 LLONG_MAX != LONG_MAX.
26154 (_itoa_word): Use _ITOA_WORD_TYPE on value.
26155 (_fitoa_word): Likewise.
26156 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
26157 LLONG_MAX != LONG_MAX.
26158 * stdio-common/_itowa.h: Include <_itoa.h>.
26159 (_itowa_word): Use _ITOA_WORD_TYPE on value.
26160 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
26161 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
26162 only if not defined.
26163 (_ITOA_WORD_TYPE): Likewise.
26164 (_itoa_word): Use _ITOA_WORD_TYPE on value.
26165 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
26166
6f4db457
DM
261672012-03-21 David S. Miller <davem@davemloft.net>
26168
26169 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26170
7785fe5a
L
261712012-03-21 H.J. Lu <hongjiu.lu@intel.com>
26172
26173 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
26174 of x86_64 when setting libc_cv_slibdir, libdir and
26175 libc_cv_localedir.
26176 * sysdeps/unix/sysv/linux/configure: Regenerated.
26177
4535cd55
JM
261782012-03-21 Joseph Myers <joseph@codesourcery.com>
26179
26180 * manual/lang.texi (Old Varargs): Remove section.
26181 (How Variadic): Update menu.
26182 (va_start): Do not mention varargs.h.
26183
17228132
TS
261842012-03-21 Thomas Schwinge <thomas@codesourcery.com>
26185 Joseph Myers <joseph@codesourcery.com>
26186
26187 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
26188 link test.
26189 * configure: Regenerated.
26190
8149f976
TS
261912012-03-21 Thomas Schwinge <thomas@codesourcery.com>
26192
05f3d1f6
UD
26193 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
26194 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
26195 conformtest.pl
8149f976 26196
1a4ac776
JM
261972012-03-21 Joseph Myers <joseph@codesourcery.com>
26198
be22ce65
JM
26199 * NOTES: Remove.
26200 * Makefile (files-for-dist): Remove NOTES.
26201 (NOTES): Remove rule.
26202 * README: Don't refer to NOTES.
26203 * manual/creature.texi: Don't include macros.texi.
26204 * manual/intro.texi (creature.texi): Remove comment referring to
26205 NOTES.
26206
40b601fb
JM
26207 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
26208 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
26209 * configure: Regenerated.
26210 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
26211 LIBC_TRY_CC_OPTION.
26212 (libc_cv_as_i686): Likewise.
26213 (libc_cv_cc_avx): Likewise.
26214 (libc_cv_cc_sse2avx): Likewise.
26215 (libc_cv_cc_fma4): Likewise.
26216 (libc_cv_cc_novzeroupper): Likewise.
26217 * sysdeps/i386/configure: Regenerated.
26218
1a4ac776
JM
26219 [BZ #13883]
26220 * sysdeps/i386/fpu/s_cexp.S: Remove.
26221 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
26222 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
26223 * math/libm-test.inc (cexp_test): Add more tests.
26224 * sysdeps/i386/fpu/libm-test-ulps: Update.
26225 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26226
a458e7fe
AM
262272012-03-21 Allan McRae <allan@archlinux.org>
26228
26229 * timezone/Makefile: Do not install iso3166.tab and zone.tab
26230
0cb7efc5
JM
262312012-03-21 Joseph Myers <joseph@codesourcery.com>
26232
26233 [BZ #13871]
26234 * math/w_exp2.c: Do not include <float.h>.
26235 (o_threshold, u_threshold): Remove.
26236 (__exp2): Calculate result before checking finiteness and calling
26237 __kernel_standard.
26238 * math/w_exp2f.c: Likewise.
26239 * math/w_exp2l.c: Likewise.
26240 * math/libm-test.inc (exp2_test): Require overflow exception for
26241 1e6 input.
2460d3aa
JM
26242
26243 [BZ #3866]
26244 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
26245 range of signed 64-bit integers before using fistpll. Remove
26246 checks for whether integers fit in mantissa bits.
26247 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
26248 the range of signed 32-bit integers before using fistpl. Remove
26249 checks for whether integers fit in mantissa bits.
26250 * sysdeps/i386/fpu/e_powl.S (p64): New object.
26251 (__ieee754_powl): Test for y outside the range of signed 64-bit
26252 integers before using fistpll. Reduce 64-bit values to 63-bit
26253 ones as needed.
26254 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
26255 divide-by-zero is raised for zero to large negative powers.
26256 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
26257 (__ieee754_powl): Test for y outside the range of signed 64-bit
26258 integers before using fistpll. Reduce 64-bit values to 63-bit
26259 ones as needed.
26260 * math/libm-test.inc (pow_test): Add more tests.
26261
eb96ffb0
L
262622012-03-20 H.J. Lu <hongjiu.lu@intel.com>
26263
26264 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
26265 <stdio-common/_itoa.h>.
26266 * debug/segfault.c: Likewise.
26267 * elf/dl-cache.c: Likewise.
26268 * elf/dl-minimal.c: Likewise.
26269 * elf/dl-misc.c: Likewise.
26270 * elf/dl-sysdep.c: Likewise.
26271 * elf/dl-version.c: Likewise.
26272 * elf/rtld.c: Likewise.
26273 * hurd/hurdsock.c: Likewise.
26274 * hurd/lookup-retry.c: Likewise.
26275 * malloc/malloc.c: Likewise.
26276 * malloc/mtrace.c: Likewise.
26277 * nscd/nscd_getgr_r.c: Likewise.
26278 * nscd/nscd_getpw_r.c: Likewise.
26279 * nscd/nscd_getserv_r.c: Likewise.
26280 * posix/getopt_init.c: Likewise.
26281 * posix/wordexp.c: Likewise.
26282 * stdio-common/_itoa.c: Likewise.
26283 * stdio-common/printf_fphex.c: Likewise.
26284 * stdio-common/vfprintf.c: Likewise.
26285 * string/_strerror.c: Likewise.
26286 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
26287 * sysdeps/i386/i686/hp-timing.h: Likewise.
26288 * sysdeps/mach/_strerror.c: Likewise.
26289 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
26290 * sysdeps/mach/hurd/sethostid.c: Likewise.
26291 * sysdeps/mach/hurd/xmknodat.c: Likewise.
26292 * sysdeps/mach/xpg-strerror.c: Likewise.
26293 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26294 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26295 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
26296 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
26297 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26298 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
26299 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
26300 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
26301 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
26302 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
26303 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
26304 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26305 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
26306 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26307 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26308 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
26309 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
26310 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
26311 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
26312 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
26313 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
26314
26315 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
26316
26317 * stdio-common/_itoa.h: Moved to ...
26318 * sysdeps/generic/_itoa.h: Here.
26319
26320 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
26321
26322 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
26323 instead of "_itoa.h" and "_itowa.h".
26324 * stdio-common/vfprintf.: Likewise.
26325
d1af992d
L
263262012-03-20 H.J. Lu <hongjiu.lu@intel.com>
26327
26328 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
26329 <bits/wordsize.h>.
26330 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
26331 (__signbit): Likwise.
26332 (llrintf): Likwise.
26333 (llrint): Likwise.
26334
114883e0
L
263352012-03-20 H.J. Lu <hongjiu.lu@intel.com>
26336
26337 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
26338 __WORDSIZE != 64.
26339
c135cc1b
JM
263402012-03-20 Joseph Myers <joseph@codesourcery.com>
26341
26342 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
26343 OVERFLOW_EXCEPTION_OK.
26344 * math/libm-test.inc ("Philosophy"): Update comment about
26345 exception testing.
26346 (OVERFLOW_EXCEPTION): Define.
26347 (OVERFLOW_EXCEPTION_OK): Likewise.
26348 (INVALID_EXCEPTION_OK): Renumber.
26349 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26350 (IGNORE_ZERO_INF_SIGN): Likewise.
26351 (test_exceptions): Handle FE_OVERFLOW.
26352 (exp10_test): Expect overflow exceptions.
26353 (exp2_test): Likewise.
26354 (expm1_test): Likewise.
26355 (nextafter_test): Likewise.
26356 (pow_test): Likewise.
26357 (scalbn_test): Likewise.
26358 (scalbln_test): Likewise.
26359
95443d88
L
263602012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26361
26362 * sysdeps/x86_64/bits/atomic.h
26363 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
26364 64bit integer.
26365 (atomic_exchange_acq): Likewise.
26366 (__arch_exchange_and_add_body): Likewise.
26367 (__arch_add_body): Likewise.
26368 (atomic_add_negative): Likewise.
26369 (atomic_add_zero): Likewise.
26370
490df6c4
L
263712012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26372
c2722551 26373 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
26374 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
26375
5e52b189
L
263762012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26377
26378 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
26379 Check __x86_64__ instead of __WORDSIZE.
26380
a9879d4c
L
263812012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26382
26383 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
26384
5df98260
DM
263852012-03-19 David S. Miller <davem@davemloft.net>
26386
e1497744
DM
26387 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26388
5df98260
DM
26389 * sysdeps/sparc/fpu/fenv_private.h: New file.
26390 * sysdeps/sparc/fpu/math_private.h: Use it.
26391 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
26392 Remove.
26393 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
26394 (libc_feholdexcept_setroundl): Remove.
26395 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
26396 Remove.
26397 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
26398 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
26399
b4c35121
L
264002012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26401
26402 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
26403 int64_t instead of long int.
26404 (INSERT_WORDS64): Likwise.
26405
56965fd7
L
264062012-03-19 H.J. Lu <hongjiu.lu@intel.com>
26407
26408 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
26409 _Unwind_GetCFA return to _Unwind_Ptr first.
26410
83d1aec8
JM
264112012-03-19 Joseph Myers <joseph@codesourcery.com>
26412
1897ad44
JM
26413 [BZ #13629]
26414 * math/s_clog.c: Include <float.h>.
26415 (__clog): Scale large or subnormal inputs.
26416 * math/s_clogf.c: Likewise.
26417 * math/s_clogl.c: Likewise.
26418 * math/s_clog10.c: Include <float.h>.
26419 (M_LOG10_2): Define.
26420 (__clog10): Scale large or subnormal inputs.
26421 * math/s_clog10f.c: Likewise.
26422 * math/s_clog10l.c: Likewise.
26423 * math/libm-test.inc (clog_test): Add more tests.
26424 (clog10_test): Likewise.
26425 * sysdeps/i386/fpu/libm-test-ulps: Update.
26426 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26427
7726d6a9
JM
26428 [BZ #11451]
26429 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
26430 x and y.
26431 * math/libm-test.inc (atan2_test): Add another test.
26432
83d1aec8
JM
26433 * Makerules (common-objdir-compile): Remove.
26434 * sysdeps/unix/Makefile (config-generated): Do not add
26435 $(unix-generated) to variable.
26436 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
26437 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
26438 Remove rule.
26439 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
26440 Likewise.
26441 [generic bits/local_lim.h] (before-compile): Do not append to
26442 variable.
26443 [generic bits/local_lim.h] (common-generated): Likewise.
26444 [generic sys/param.h] (before-compile): Do not append to variable.
26445 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
26446 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
26447 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
26448 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
26449 include.
26450 [generic sys/param.h] (sys/param.h-includes): Remove variable.
26451 [generic sys/param.h] (sys/param.h-includes): Remove rule.
26452 [generic sys/param.h] ($(addprefix
26453 $(common-objpfx),$(sys/param.h-includes))): Likewise.
26454 [generic sys/param.h] (common-generated): Do not append to
26455 variable.
26456 [generic sys/param.h] (sysdep_headers): Likewise.
26457 [generic bits/errno.h] (before-compile): Do not append to
26458 variable.
26459 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
26460 rule.
26461 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
26462 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
26463 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
26464 [generic bits/errno.h] (common-generated): Do not append to
26465 variable.
26466 [generic bits/ioctls.h] (before-compile): Do not append to
26467 variable.
26468 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
26469 rule.
26470 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
26471 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
26472 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
26473 rule.
26474 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
26475 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
26476 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
26477 [generic bits/ioctls.h] (common-generated): Do not append to
26478 variable.
26479 [generic sys/syscall.h] (syscall.h): Remove variable.
26480 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
26481 rule.
26482 [generic sys/syscall.h] (before-compile): Do not append to
26483 variable.
26484 [generic sys/syscall.h] (common-generated): Likewise.
26485 * sysdeps/unix/errnos-tmpl.c: Remove file.
26486 * sysdeps/unix/errnos.awk: Likewise.
26487 * sysdeps/unix/ioctls-tmpl.c: Likewise.
26488 * sysdeps/unix/ioctls.awk: Likewise.
26489 * sysdeps/unix/mk-local_lim.c: Likewise.
26490 * sysdeps/unix/snarf-ioctls: Likewise.
26491
4851a949
RH
264922012-03-19 Richard Henderson <rth@twiddle.net>
26493
bd37f2ee
RH
26494 * sysdeps/i386/fpu/fenv_private.h: New file.
26495 * sysdeps/i386/fpu/math_private.h: Use it.
26496 (math_opt_barrier, math_force_eval): Remove.
26497 (libc_feholdexcept_setround_53bit): Remove.
26498 (libc_feupdateenv_53bit): Remove.
26499 * sysdeps/x86_64/fpu/math_private.h: Likewise.
26500 (math_opt_barrier, math_force_eval): Remove.
26501 (libc_feholdexcept): Remove.
26502 (libc_feholdexcept_setround): Remove.
26503 (libc_fetestexcept, libc_fesetenv): Remove.
26504 (libc_feupdateenv_test): Remove.
26505 (libc_feupdateenv, libc_feholdsetround): Remove.
26506 (libc_feresetround): Remove.
26507
d0adc922
RH
26508 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
26509 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
26510
0fe0f1f8
RH
26511 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
26512 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
26513 (libc_feupdateenv_testl): New.
26514 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
26515 (libc_feupdateenv_testf): New.
26516 (libc_feupdateenv): Use libc_feupdateenv_test.
26517 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
26518 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
26519
eb92c487
RH
26520 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
26521 (libc_feholdsetroundf, libc_feholdsetroundl): New.
26522 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
26523 (libc_feresetround_noex): New.
26524 (libc_feresetround_noexf): New.
26525 (libc_feresetround_noexl): New.
26526 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
26527 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
26528 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
26529 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
26530 SET_RESTORE_ROUND.
26531 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26532 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
26533 (__cos): Likewise.
26534 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
26535 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
26536 SET_RESTORE_ROUND_NOEX.
26537 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
26538 SET_RESTORE_ROUND_NOEXF.
26539 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
26540 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
26541 (libc_feholdsetroundf): New.
26542 (libc_feresetround, libc_feresetroundf): New.
26543
7d2e8012
RH
26544 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
26545 (libc_feholdexcept_setround_53bit): Convert from macro to function.
26546 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
26547
b4dabbb4
RH
26548 * sysdeps/generic/math_private.h: Include <fenv.h>.
26549 (default_libc_feholdexcept): New.
26550 (default_libc_feholdexcept_setround): New.
26551 (default_libc_fesetenv, default_libc_feupdateenv): New.
26552 (libc_feholdexcept): Only define if undefined.
26553 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
26554 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
26555 (libc_feholdexcept_setroundl): Likewise.
26556 (libc_feholdexcept_setround_53bit): Likewise.
26557 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
26558 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
26559 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
26560 (libc_feupdateenv_53bit): Likewise.
26561 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
26562 (libc_feholdexcept): Convert from macro to inline function.
26563 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
26564 (libc_fesetenv, libc_feupdateenv): Likewise.
26565
4851a949
RH
26566 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
26567 not previously defined.
26568 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
26569 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
26570 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
26571 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
26572 * sysdeps/ieee754/flt-32/math_private.h: New file.
26573 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
26574 math_private.h below SET_FLOAT_WORD.
26575 (__isnan, __isinf_ns, __finite): Remove.
26576 (__isnanf, __isinf_nsf, __finitef): Remove.
26577
e79d442e
AS
265782012-03-18 Andreas Schwab <schwab@linux-m68k.org>
26579
26580 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26581
90b80344
DM
265822012-03-17 David S. Miller <davem@davemloft.net>
26583
26584 [BZ #6471]
26585 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
26586 for 2.16.
26587
edc21804
DM
265882012-03-16 David S. Miller <davem@davemloft.net>
26589
77e927af
DM
26590 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
26591 warnings.
26592
374976dd
DM
26593 [BZ #6471]
26594 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
26595 properly.
26596 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
26597 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
26598 sysdep_routines when subdir is sysvipc.
26599 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
26600 __getshmlba helper.
26601
edc21804
DM
26602 * sysdeps/sparc/fpu/libm-test/ulps: Update.
26603
473c3ef3
L
266042012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26605
26606 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
26607 [__LP64__].
26608
eb0f39b6
L
266092012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26610
26611 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
26612 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
26613 (__lround): Renamed to ...
26614 (__llround): This. Replace long int with long long int.
26615 Define lround functions as aliases of llround functions.
26616 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
26617
6b6cd74b
L
266182012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26619
26620 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
26621 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
26622 adresses to uintptr_t. Replace "long int" and "unsigned long
26623 int" with "greg_t" on va_arg.
26624
f1a77b01
L
266252012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26626
26627 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
26628 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
26629
26630 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
26631 Move e_machine check before EI_CLASS check. Handle x32
26632 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
26633 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
26634 SKIP_EM_IA_64 and include
26635 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
26636
26637 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
26638 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
26639 (add_system_dir): New macro.
26640
26641 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
26642 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
26643
11b90b9f
JM
266442012-03-16 Joseph Myers <joseph@codesourcery.com>
26645
c36e1d23
JM
26646 [BZ #2551]
26647 [BZ #2552]
26648 [BZ #2553]
26649 [BZ #2554]
26650 [BZ #2562]
26651 [BZ #2563]
26652 [BZ #2565]
26653 [BZ #2566]
26654 [BZ #2576]
26655 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
26656 (y0): Likewise.
26657 * math/w_j0f.c (j0f): Likewise.
26658 (y0f): Likewise.
26659 * math/w_j0l.c (__j0l): Likewise.
26660 (__y0l): Likewise.
26661 * math/w_j1.c (j1): Likewise.
26662 (y1): Likewise.
26663 * math/w_j1f.c (j1f): Likewise.
26664 (y1f): Likewise.
26665 * math/w_j1l.c (__j1l): Likewise.
26666 (__y1l): Likewise.
26667 * math/w_jn.c (jn): Likewise.
26668 (yn): Likewise.
26669 * math/w_jnf.c (jnf): Likewise.
26670 (ynf): Likewise.
26671 * math/w_jnl.c (__jnl): Likewise.
26672 (__ynl): Likewise.
26673 * math/libm-test.inc (j0_test): Add more tests.
26674 (j1_test): Likewise.
26675 (jn_test): Likewise. Add trailing semicolon to existing test.
26676 (y0_test): Likewise.
26677 (y1_test): Likewise.
26678 * sysdeps/i386/fpu/libm-test-ulps: Update.
26679 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26680
11b90b9f
JM
26681 [BZ #13851]
26682 [BZ #13854]
26683 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
26684 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
26685 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
26686 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
26687 (__tanl): Set errno for infinite argument.
26688 * sysdeps/i386/fpu/mptan.c: Remove.
26689 * sysdeps/i386/fpu/s_tan.S: Likewise.
26690 * sysdeps/i386/fpu/s_tanl.S: Likewise.
26691 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
26692 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
26693 * math/libm-test.inc (tan_test): Add more tests and enable more
26694 tests for double and long double.
26695 * sysdeps/i386/fpu/libm-test-ulps: Update.
26696 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26697
6a1bd2a1
JK
266982012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
26699
26700 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
26701 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
26702
10a803e0
RM
267032012-03-16 Roland McGrath <roland@hack.frob.com>
26704
26705 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
26706 * configure.in: Use it for both main tree and add-ons.
26707 * configure: Regenerated.
26708
f196c7f7
L
267092012-03-16 H.J. Lu <hongjiu.lu@intel.com>
26710
26711 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
26712
8848d99d
JM
267132012-03-16 Joseph Myers <joseph@codesourcery.com>
26714
96cbe7f4
JM
26715 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
26716 in comment.
26717
8848d99d
JM
26718 [BZ #13851]
26719 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
26720 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
26721 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
26722 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
26723 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
26724 infinite argument.
26725 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
26726 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
26727 != 0 for prec == 2.
26728 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
26729 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
26730 * sysdeps/i386/fpu/s_cosl.S: Likewise.
26731 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
26732 * sysdeps/i386/fpu/s_sinl.S: Likewise.
26733 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
26734 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
26735 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
26736 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
26737 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
26738 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
26739 * math/libm-test.inc (cos_test): Add more tests and enable more
26740 tests for long double.
26741 (sin_test): Likewise.
26742 (sincos_test): Likewise.
26743 * sysdeps/i386/fpu/libm-test-ulps: Update.
26744 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26745
dd7f4703
DM
267462012-03-16 David S. Miller <davem@davemloft.net>
26747
26748 * sysdeps/sparc/fpu/math_private.h: New file.
26749
006f1daa
DM
267502012-03-15 David S. Miller <davem@davemloft.net>
26751
c0c83bc8
DM
26752 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
26753 file.
e6a62e18 26754 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
26755 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
26756 file.
e6a62e18
DM
26757 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
26758 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
26759 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
26760 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
26761 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
26762 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
26763 sysdep routines.
26764 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
26765
88cb87d9
DM
26766 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
26767 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
26768
006f1daa 26769 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
26770 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
26771 sparc-ifunc.h
006f1daa 26772 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
26773 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
26774 Likewise.
26775 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
26776 Likewise.
006f1daa
DM
26777 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
26778 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
26779 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
26780 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26781 Likewise.
006f1daa
DM
26782 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
26783 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
26784 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
26785 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
26786 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
26787 Likewise.
26788 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
26789 Likewise.
006f1daa
DM
26790 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
26791 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
26792 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
26793 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
26794 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26795 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26796 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
26797 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
26798 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26799 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26800 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
26801 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
26802 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
26803 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
26804 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
26805 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
26806 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
26807 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
26808 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
26809 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
26810 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
26811 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
26812 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
26813 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
26814
11e0098e
AS
268152012-03-15 Andreas Schwab <schwab@linux-m68k.org>
26816
26817 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
26818 scaling.
26819 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26820
e85b09d0
AJ
268212012-03-15 Andreas Jaeger <aj@suse.de>
26822
26823 [BZ #13852]
26824 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
26825 ieee754/flt-32 implementation for sin, cos and sincos.
26826 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
26827 * sysdeps/i386/fpu/s_cosf.S: Likewise.
26828 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
26829 * sysdeps/i386/fpu/s_sinf.S: Likewise.
26830 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
26831 ieee754/flt-32 implementation for tan.
26832
26833 * math/libm-test.inc (cos_test): Enable some large input tests for
26834 float as well
26835 (sin_test): Likewise.
26836 (sincos_test): Likewise.
26837 (tan_test): Add tests for large input.
26838
26839 * sysdeps/i386/fpu/libm-test-ulps: Update.
26840
81c64153
AJ
268412012-03-15 Andreas Jaeger <aj@suse.de>
26842
26843 [BZ #13658]
26844 * math/libm-test.inc (cos_test): Add more test cases.
26845 (sin_test): Likewise.
26846 (sincos_test): Likewise.
26847
7bbfa5c6
AJ
268482012-03-15 Andreas Jaeger <aj@suse.de>
26849
26850 [BZ #13837]
26851 * math/libm-test.inc (cos_test): Add a test case for large input
26852 value.
26853 (sin_test): Likewise.
26854 (sincos_test): Likewise.
26855
268562012-03-15 Andreas Jaeger <aj@suse.de>,
26857 Joseph Myers <joseph@codesourcery.com>
26858
26859 [BZ #13658]
0671f479 26860 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
26861 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
26862 * sysdeps/i386/fpu/branred.c: Likewise.
26863 * sysdeps/i386/fpu/dosincos.c: Likewise.
26864 * sysdeps/i386/fpu/mpa.c: Likewise.
26865 * sysdeps/i386/fpu/s_cos.S: Likewise.
26866 * sysdeps/i386/fpu/s_sin.S: Likewise.
26867 * sysdeps/i386/fpu/s_sincos.S: Likewise.
26868 * sysdeps/i386/fpu/sincos32.c: Likewise.
26869
26870 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
26871 Define.
26872 (libc_feupdateenv_53bit): Define.
26873 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
26874 Define.
26875 (libc_feupdateenv_53bit): Define.
26876
26877 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
26878 53 bit (without extend i386 double precision).
26879
26880 * math/libm-test.inc (sincos_test): Add tests for large input.
26881 (sin): Likewise.
26882 (cos): Likewise.
26883
26884 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
26885
9cad04ea
AS
268862012-03-15 Andreas Schwab <schwab@linux-m68k.org>
26887
26888 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26889
f7062b9a
DM
268902012-03-15 David S. Miller <davem@davemloft.net>
26891
26892 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
26893 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
26894 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
26895 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
26896 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
26897 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
26898 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
26899 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
26900 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
26901 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
26902 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
26903 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
26904 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
26905 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
26906 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
26907 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
26908 file.
f7062b9a 26909 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
26910 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
26911 file.
f7062b9a 26912 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
26913 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
26914 file.
f7062b9a 26915 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
26916 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
26917 file.
f7062b9a
DM
26918 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
26919 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
26920 fmin/fmax sysdep routines.
26921 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
26922
7bd951ff
DM
269232012-03-14 David S. Miller <davem@davemloft.net>
26924
559398ab
DM
26925 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
26926 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
26927 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
26928 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
26929 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
26930 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
26931 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
26932 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
26933 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
26934 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
26935 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
26936 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
26937 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
26938 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
26939 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
26940 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
26941 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
26942 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
26943 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
26944 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
26945 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
26946 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
26947 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
26948 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
26949 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
26950 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
26951 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
26952 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
26953 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
26954 routines.
26955 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
26956 file.
559398ab 26957 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
26958 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
26959 file.
559398ab 26960 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
26961 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
26962 file.
559398ab 26963 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
26964 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
26965 file.
559398ab 26966 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
26967 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
26968 file.
559398ab 26969 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
26970 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
26971 file.
26972 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
26973 file.
26974 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
26975 file.
26976 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
26977 file.
26978 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
26979 New file.
26980 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
26981 file.
26982 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
26983 file.
559398ab 26984 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
26985 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
26986 file.
559398ab 26987 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
26988 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
26989 file.
559398ab 26990 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
26991 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
26992 file.
559398ab 26993 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
26994 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
26995 VIS3 routines.
559398ab
DM
26996
26997 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26998 New file.
26999
5a1c1e32
DM
27000 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27001
eae47a36
DM
27002 * sysdeps/sparc/configure.in: New file.
27003 * sysdeps/sparc/configure: Generate.
27004 * configure.in (libc_cv_sparc_as_vis3): Substitute.
27005 * configure: Regenerate.
27006 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
27007 * config.make.in (have-as-vis3): New.
27008 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
27009 available use -Av9d instead of -Av9a.
27010 * sysdeps/sparc/sparc64/Makefile: Likewise.
27011 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
27012 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
27013 New file.
27014 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
27015 file.
27016 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
27017 New file.
27018 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
27019 file.
eae47a36
DM
27020 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
27021 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
27022 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
27023 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
27024 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
27025
c0c83bc8
DM
27026 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
27027 fzeros/fnegs to load 0x80000000 into a float register instead of
27028 using the stack.
7bd951ff
DM
27029 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
27030
bd951ccb
JM
270312012-03-14 Joseph Myers <joseph@codesourcery.com>
27032
27033 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27034 bits/syscall.h.
27035 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
27036 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
27037 ($(inst_includedir)/bits/syscall.h): Remove rule.
27038 ($(objpfx)bits/syscall.d): Include instead of
27039 $(objpfx)syscall-list.d.
27040 (generated): Change syscall-list.h and syscall-list.d to
27041 bits/syscall.h and bits/syscall.d.
27042
bb4e6db2
RM
270432012-03-14 Roland McGrath <roland@hack.frob.com>
27044
27045 [BZ #13846]
27046 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
27047
aa4a2ae1
JM
270482012-03-14 Joseph Myers <joseph@codesourcery.com>
27049
e456826d
JM
27050 [BZ #13841]
27051 * math/s_csqrt.c: Include <float.h>.
27052 (__csqrt): Scale large or subnormal inputs.
27053 * math/s_csqrtf.c: Likewise.
27054 * math/s_csqrtl.c: Likewise.
27055 * math/libm-test.inc (csqrt_test): Add more tests.
27056 * sysdeps/i386/fpu/libm-test-ulps: Update.
27057 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27058
aa4a2ae1
JM
27059 [BZ #13840]
27060 * math/libm-test.inc (hypot_test): Add more tests.
27061
7c10fd35
DM
270622012-03-13 David S. Miller <davem@davemloft.net>
27063
27064 [BZ #13840]
27065 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
27066 double-precision for the calculation instead of scaling.
27067
f453b98b
JM
270682012-03-13 Joseph Myers <joseph@codesourcery.com>
27069
27070 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
27071 manipulate bits before adding and subtracting TWO52[sx].
27072 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
27073 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
27074 Likewise.
27075 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
27076
09a3453f
DM
270772012-03-13 David S. Miller <davem@davemloft.net>
27078
8e59da90
DM
27079 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
27080 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
27081 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
27082 rtld-global-offsets.h
27083 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
27084
2a8ab7f2
DM
27085 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
27086 large parameters.
27087
10f62770
DM
27088 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
27089
5f0bdb18
DM
27090 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
27091 'err' in the ifdef scope in which it is actually used.
27092
09a3453f
DM
27093 * nss/nss_db/db-init.c: Include string.h
27094
b4b2eb5e
DM
270952012-03-12 David S. Miller <davem@davemloft.net>
27096
98bb2f1c
DM
27097 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
27098 masking out of the most significant byte of random value used.
27099 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
27100 Fix coding style in previous change.
27101
b4b2eb5e
DM
27102 * sysdeps/unix/sysv/linux/kernel-features.h
27103 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
27104 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
27105 expression.
27106 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
27107 later.
27108
6e226b09
DM
271092012-03-11 David S. Miller <davem@davemloft.net>
27110
a1bcbd40
DM
27111 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27112 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
27113 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
27114 for 'resultvar' otherwise things get truncated on 64-bit.
27115
cb9d6174
DM
27116 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
27117 Fix masking out of the most significant byte of random value used.
27118
6e226b09
DM
27119 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27120
058c132d
AS
271212012-03-10 Andreas Schwab <schwab@linux-m68k.org>
27122
27123 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27124
2d2cd515
DM
271252012-03-09 David S. Miller <davem@davemloft.net>
27126
27127 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
27128 variables with appropriate CPP guards.
27129 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
27130 frame pointer, not the stack pointer. Correct layout comments. Fix test
27131 on resulting framesize and the management of the outregs buffer for pltexit.
27132 Preserve floating point return values across _dl_call_pltexit call.
27133 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
27134 framesize and the management of the outregs buffer for pltexit.
27135 Preserve floating point return values across _dl_call_pltexit
27136 call.
27137 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
27138 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
27139 (print_exit): Fix format string for return register value.
27140
9a07f9d0
JM
271412012-03-10 Joseph Myers <joseph@codesourcery.com>
27142
27143 * sunrpc/Makefile (others): Add rpcgen.
27144 ($(objpfx)rpcgen): Remove special build rule and dependency on
27145 libc.
27146 * sunrpc/rpcgen.c: New file.
27147
547b5e30
PE
271482012-03-09 Paul Eggert <eggert@cs.ucla.edu>
27149
c524201a
PE
27150 [BZ #13673]
27151 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
27152 * stdio-common/bug-vfprintf-nargs.c: Likewise.
27153 * sysdeps/i386/crti.S: Likewise.
27154 * sysdeps/i386/crtn.S: Likewise.
27155 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
27156 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
27157 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
27158 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
27159 * sysdeps/sh/crti.S: Likewise.
27160 * sysdeps/sh/crtn.S: Likewise.
27161 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
27162
7b6235f2
PE
27163 [BZ #13673]
27164 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
27165 with URL.
27166 * locale/programs/locfile-kw.gperf: Likewise.
27167 * locale/programs/charmap-kw.h: Regenerated.
27168 * locale/programs/locfile-kw.h: Likewise.
27169
547b5e30
PE
27170 [BZ #13673]
27171 * intl/plural.y: Replace FSF snail mail address with URL.
27172 * intl/plural.c: Regenerated.
27173
5f0a5dae
RH
271742012-03-09 Richard Henderson <rth@twiddle.net>
27175
27176 * include/math_private.h: Remove file.
27177 * math/math_private.h: Move file ...
27178 * sysdeps/generic/math_private.h: ... here.
27179
b8c03620
RH
27180 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
27181 * sysdeps/powerpc/fpu/math_private.h: Likewise.
27182 * sysdeps/x86_64/fpu/math_private.h: Likewise.
27183
4e234f5d 27184 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
27185 and <math_private.h>.
27186 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
27187 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
27188 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
27189 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
27190 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
27191 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
27192 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27193 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27194 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
27195 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27196 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27197 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
27198 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
27199 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27200 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
27201 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
27202 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
27203 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
27204 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
27205 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
27206 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27207 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
27208 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
27209 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27210 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
27211 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27212 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
27213 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27214 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27215 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27216 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
27217 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27218 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
27219 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
27220 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
27221 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
27222 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
27223 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
27224 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
27225 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
27226 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
27227 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
27228 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
27229 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
27230 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
27231 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
27232 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
27233 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
27234 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
27235 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
27236 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
27237 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
27238 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
27239 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
27240 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
27241 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
27242 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
27243 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
27244 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
27245 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
27246 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27247 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
27248 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27249 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
27250 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
27251 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27252 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27253 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27254 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
27255 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
27256 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27257 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
27258 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27259 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27260 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
27261 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
27262 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
27263 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27264 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
27265 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
27266 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27267 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
27268 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27269 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
27270 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27271 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
27272 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
27273 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
27274 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
27275 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
27276 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
27277 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
27278 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
27279 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
27280 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
27281 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
27282 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
27283 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
27284 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
27285 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
27286 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
27287 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
27288 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
27289 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
27290 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27291 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
27292 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
27293 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
27294 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27295 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27296 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27297 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27298 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
27299 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27300 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
27301 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
27302 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27303 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
27304 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27305 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
27306 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27307 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
27308 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
27309 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
27310 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27311 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
27312 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
27313 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
27314 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
27315 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
27316 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
27317 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
27318 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27319 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
27320 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
27321 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
27322 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
27323 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
27324 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
27325 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
27326 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
27327 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
27328 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
27329 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
27330 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
27331 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
27332 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
27333 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
27334 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
27335 * sysdeps/ieee754/k_standard.c: Likewise.
27336 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
27337 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
27338 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
27339 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
27340 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
27341 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
27342 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
27343 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
27344 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
27345 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
27346 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
27347 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
27348 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
27349 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
27350 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
27351 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
27352 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27353 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
27354 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
27355 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
27356 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
27357 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
27358 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27359 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
27360 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27361 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
27362 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
27363 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
27364 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
27365 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27366 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27367 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
27368 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
27369 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
27370 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27371 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
27372 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
27373 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
27374 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
27375 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
27376 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27377 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27378 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27379 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
27380 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27381 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27382 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
27383 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
27384 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
27385 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27386 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27387 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27388 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
27389 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
27390 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27391 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27392 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
27393 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
27394 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
27395 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
27396 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27397 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27398 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
27399 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
27400 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
27401 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
27402 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
27403 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
27404 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
27405 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
27406 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
27407 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
27408 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
27409 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
27410 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
27411 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
27412 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
27413 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
27414 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
27415 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27416 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27417 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27418 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
27419 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
27420 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
27421 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
27422 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
27423 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
27424 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
27425 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
27426 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
27427 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
27428 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
27429 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27430 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
27431 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
27432 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
27433 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
27434 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
27435 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
27436 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
27437 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
27438 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27439 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
27440 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
27441 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27442 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27443 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
27444 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
27445 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
27446 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
27447 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
27448 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
27449 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
27450 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
27451 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
27452 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
27453 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
27454 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
27455 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
27456 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
27457 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
27458 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
27459 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
27460 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
27461 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
27462 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
27463 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
27464 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
27465 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27466 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
27467 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
27468 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
27469 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
27470 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
27471 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
27472 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
27473 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
27474 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
27475 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
27476 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
27477 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
27478 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
27479 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
27480 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
27481 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
27482 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
27483 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
27484 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
27485 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
27486 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
27487 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
27488 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
27489 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
27490 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
27491 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
27492 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
27493 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
27494 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
27495 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
27496 * sysdeps/ieee754/s_lib_version.c: Likewise.
27497 * sysdeps/ieee754/s_matherr.c: Likewise.
27498 * sysdeps/ieee754/s_signgam.c: Likewise.
27499 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27500 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27501 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
27502 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
27503 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
27504 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
27505 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
27506 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
27507 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
27508 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
27509 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27510 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
27511 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
27512 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
27513 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
27514 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27515 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27516 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27517 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27518 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27519 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 27520
1991fa03
JM
275212012-03-09 Joseph Myers <joseph@codesourcery.com>
27522
27523 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
27524 * sunrpc/rpc_main.c: Likewise.
27525 * sunrpc/rpc_svcout.c: Likewise.
27526
60d6f5a6
DM
275272012-03-09 David S. Miller <davem@davemloft.net>
27528
27529 * include/math_private.h: New file.
27530
4962050e
JM
275312012-03-09 Joseph Myers <joseph@codesourcery.com>
27532
02a6f887
JM
27533 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
27534 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
27535 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
27536 from <bits/socket_type.h>.
27537 (enum __socket_type): Don't define here.
27538 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
27539 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27540 bits/socket_type.h.
27541
c6e013c1
JM
27542 [BZ #13566]
27543 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
27544 checking __USE_GNU.
27545
4962050e
JM
27546 * Makerules ($(inst_includedir)/%.h): New rule.
27547 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
27548 (install-others): Remove variable setting.
27549 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
27550
38842f45
RH
275512012-03-08 Richard Henderson <rth@twiddle.net>
27552
67bb6da6
RH
27553 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
27554 from macro to inline function; merge with the
27555 !__LIBC_INTERNAL_MATH_INLINES version.
27556 (__ieee754_sqrtf): Likewise.
27557
15194b4b
RH
27558 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
27559 to inline function.
27560 (__rintf, __floor, __floorf): Likewise.
27561
64e21ede
RH
27562 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
27563 macro to inline function.
27564 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
27565
38842f45
RH
27566 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
27567 not <math/math_private.h>.
27568
c64bf5fe
DM
275692012-03-08 David S. Miller <davem@davemloft.net>
27570
27571 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
27572 copyright year.
27573 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
27574
82d86f28
TS
275752012-03-08 Thomas Schwinge <thomas@codesourcery.com>
27576
27577 * resolv/gai_misc.c (handle_requests): Fix struct timespec
27578 normalization.
27579 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
27580 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
27581
aea5d727
UD
275822012-03-08 Ulrich Drepper <drepper@gmail.com>
27583
27584 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
27585 be defined individually, they must be defined as a block. Define
27586 S for printing a string instead of hidint the different by using a
27587 macro for adding the 'l'.
27588 * stdio-common/tst-fphex-wide.c: Adjust.
27589
70bca0a3
MP
275902012-03-07 Marek Polacek <polacek@redhat.com>
27591
27592 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
27593
65b81130
MP
275942012-03-08 Marek Polacek <polacek@redhat.com>
27595
27596 [BZ #13806]
27597 * stdio-common/Makefile (tests): Add tst-fphex-wide.
27598 * stdio-common/tst-fphex.c: Define a few macros to make the
27599 test reusable. Use them.
27600 * stdio-common/tst-fphex-wide.c: New file.
27601
07037eeb
JM
276022012-03-08 Joseph Myers <joseph@codesourcery.com>
27603
a7a93d50
JM
27604 [BZ #6911]
27605 * manual/macros.texi (gnusystems): New macro.
27606 (nongnusystems): Likewise.
27607 (gnulinuxhurdsystems): Likewise.
27608 (gnuhurdsystems): Likewise..
27609 (gnulinuxsystems): Likewise.
27610 * manual/charset.texi: Use new macros or @theglibc{} to refer to
27611 variants of the GNU system, not "GNU system".
27612 * manual/conf.texi: Likewise.
27613 * manual/errno.texi: Likewise. Update example of errno macro
27614 expansion.
27615 * manual/filesys.texi: Likewise.
27616 (getumask): Document as specific to GNU/Hurd.
27617 * manual/install.texi: Likewise. Reword some references to
27618 GNU/Linux.
27619 * manual/intro.texi: Likewise.
27620 * manual/io.texi: Likewise.
27621 (File Name Portability): Detail which constraints are inapplicable
27622 to all GNU systems and which are only inapplicable to GNU/Hurd.
27623 * manual/job.texi: Likewise.
27624 * manual/llio.texi: Likewise.
27625 (O_NOCTTY): Document as present on GNU/Linux.
27626 * manual/maint.texi: Likewise.
27627 * manual/memory.texi: Likewise.
27628 * manual/pattern.texi: Likewise.
27629 * manual/pipe.texi: Likewise.
27630 * manual/process.texi: Likewise.
27631 * manual/resource.texi: Likewise.
27632 (RUSAGE_CHILDREN): Remove statement about specifying a particular
27633 child on GNU/Hurd.
27634 * manual/setjmp.texi: Likewise.
27635 * manual/signal.texi: Likewise.
27636 * manual/startup.texi: Likewise.
27637 * manual/stdio.texi: Likewise.
27638 * manual/terminal.texi: Likewise.
27639 (ONLCR): Document as POSIX.
27640 (OXTABS): Document availability on GNU/Linux as XTABS.
27641 (ONOEOT): Document availability separately from other bits.
27642 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
27643 * manual/time.texi: Likewise.
27644 * manual/users.texi: Likewise.
27645 * INSTALL: Regenerated.
27646 * sysdeps/gnu/errlist.c: Regenerated.
27647
07037eeb
JM
27648 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
27649 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
27650 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
27651 puts.
27652 * configure: Regenerated.
27653
d1d3431a
JM
276542012-03-07 Joseph Myers <joseph@codesourcery.com>
27655
af6a1e37
JM
27656 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
27657 default includes instead of AC_HEADER_CHECK.
27658 * sysdeps/i386/configure: Regenerated.
27659
d1d3431a
JM
27660 [BZ #10716]
27661 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
27662 * math/s_cacoshf.c (__cacoshf): Likewise.
27663 * math/s_cacoshl.c (__cacoshl): Likewise.
27664 * math/s_casinh.c (__casinh): Set signs of result from argument.
27665 * math/s_casinhf.c (__casinhf): Likewise.
27666 * math/s_casinhl.c (__casinhl): Likewise.
27667 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
27668 (casinh_test): Add more tests.
27669 * sysdeps/i386/fpu/libm-test-ulps: Update.
27670 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27671
482ff4da
UD
276722012-03-07 Ulrich Drepper <drepper@gmail.com>
27673
872fda05
UD
27674 * po/zh_TW.po: Update from translation team.
27675
a4300c7a
UD
27676 * login/Makefile (distribute): Remove variable.
27677 * catgets/Makefile: Likewise.
27678 * mach/Makefile: Likewise.
27679 * malloc/Makefile: Likewise.
27680 * misc/Makefile: Likewise.
27681 * iconv/Makefile: Likewise.
27682 * nscd/Makefile: Likewise.
27683 * hurd/Makefile: Likewise.
27684 * manual/Makefile: Likewise.
27685 * locale/Makefile: Likewise.
27686 * intl/Makefile: Likewise.
27687 * conform/Makefile: Likewise.
27688 * nss/Makefile: Likewise.
27689 * time/Makefile: Likewise.
27690 * soft-fp/Makefile: Likewise.
27691 * dirent/Makefile: Likewise.
27692 * gmon/Makefile: Likewise.
27693 * po/Makefile: Likewise.
27694 * rt/Makefile: Likewise.
27695 * socket/Makefile: Likewise.
27696 * math/Makefile: Likewise.
27697 * signal/Makefile: Likewise.
27698 * debug/Makefile: Likewise.
27699 * elf/Makefile: Likewise.
27700 * timezone/Makefile: Likewise.
27701 * stdlib/Makefile: Likewise.
27702 * iconvdata/Makefile: Likewise.
27703 * sunrpc/Makefile: Likewise.
27704 * io/Makefile: Likewise.
27705 * argp/Makefile: Likewise.
27706 * inet/Makefile: Likewise.
27707 * hesiod/Makefile: Likewise.
27708 * grp/Makefile: Likewise.
27709 * csu/Makefile: Likewise.
27710 * wctype/Makefile: Likewise.
27711 * crypt/Makefile: Likewise.
27712 * libio/Makefile: Likewise.
27713 * string/Makefile: Likewise.
27714 * nis/Makefile: Likewise.
27715 * resolv/Makefile: Likewise.
27716 * stdio-common/Makefile: Likewise.
27717 * wcsmbs/Makefile: Likewise.
27718 * dlfcn/Makefile: Likewise.
27719 * posix/Makefile: Likewise.
27720
3b7c4e74 27721 [BZ #6959]
482ff4da
UD
27722 * timezone/Makefile: Don't install timezone files, just the programs
27723 and scripts.
27724
f72ed77d
UD
277252012-03-06 Ulrich Drepper <drepper@gmail.com>
27726
a000466f
UD
27727 * nss/databases.def: Add missing gshadow entry.
27728
f72ed77d
UD
27729 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
27730
a53b7a4e
MP
277312012-03-06 Marek Polacek <polacek@redhat.com>
27732
27733 [BZ #13726]
27734 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
27735 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
27736 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
27737 * stdio-common/tst-long-dbl-fphex.c: New file.
27738
e9258400
DM
277392012-03-06 David S. Miller <davem@davemloft.net>
27740
27741 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
27742 (set_obp_int): New function.
27743 (get_obp_int): New function.
27744 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
27745 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
27746 Avoid unused variable warnings on 'val' and use builtin_expect.
27747 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
27748 __builtin_expect.
e9258400
DM
27749 (INLINE_CLONE_SYSCALL): Likewise.
27750
3bd2c723
DM
277512012-03-05 David S. Miller <davem@davemloft.net>
27752
27753 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27754
bbb78d03
AS
277552012-03-05 Andreas Schwab <schwab@linux-m68k.org>
27756
884c5db4
AS
27757 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27758
bbb78d03
AS
27759 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
27760 only for |x| >= 40.
27761 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
27762
1c9f702a 277632012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
27764
27765 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
27766 Replace gettimeofday with __vdso_gettimeofday.
27767
7be16f82
RM
27768 * sysdeps/unix/sysv/linux/x86_64/init-first.c
27769 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
27770 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
27771
27772 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
27773 time with __vdso_time.
27774
ed58a00f
JM
277752012-03-05 Joseph Myers <joseph@codesourcery.com>
27776
27777 * manual/lang.texi (size_t): Note types to which size_t may be
27778 equivalent with the GNU C Library, but do not describe when
27779 differences between them are significant.
27780
30ee4ced
AJ
277812012-03-05 Andreas Jaeger <aj@suse.de>
27782
27783 * sysdeps/i386/fpu/libm-test-ulps: Update.
27784
b7cd39e8
JM
277852012-03-05 Joseph Myers <joseph@codesourcery.com>
27786
27787 [BZ #3976]
27788 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
27789 (__ieee754_pow): Save and restore rounding mode and use
27790 round-to-nearest for main computations.
27791 * math/libm-test.inc (pow_test_tonearest): New function.
27792 (pow_test_towardzero): Likewise.
27793 (pow_test_downward): Likewise.
27794 (pow_test_upward): Likewise.
27795 (main): Call the new functions.
27796 * sysdeps/i386/fpu/libm-test-ulps: Update.
27797 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
27798
27799 [BZ #3976]
27800 * math/libm-test.inc (cosh_test_tonearest): New function.
27801 (cosh_test_towardzero): Likewise.
27802 (cosh_test_downward): Likewise.
27803 (cosh_test_upward): Likewise.
27804 (sinh_test_tonearest): Likewise.
27805 (sinh_test_towardzero): Likewise.
27806 (sinh_test_downward): Likewise.
27807 (sinh_test_upward): Likewise.
27808 (main): Call the new functions.
27809 * sysdeps/i386/fpu/libm-test-ulps: Update.
27810 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27811
6c6a98c9
TV
278122012-03-05 Tom de Vries <tom@codesourcery.com>
27813
27814 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
27815 default stack guard is set in last bytes.
27816 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
27817
21bb2d2e 278182012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 27819
21bb2d2e 27820 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 27821
21bb2d2e
AJ
27822 [BZ #13656]
27823 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
27824 possibly allocate from heap instead of stack.
27825 * stdio-common/bug-vfprintf-nargs.c: New file.
27826 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 27827
c6922934
AS
278282012-03-03 Andreas Schwab <schwab@linux-m68k.org>
27829
27830 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27831
bc957d53
MP
278322012-03-03 Marek Polacek <polacek@redhat.com>
27833
27834 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
27835 * math/math_private.h: Likewise.
27836 * stdlib/tst-strtod.c: Likewise.
27837 * sysdeps/i386/i486/bits/atomic.h: Likewise.
27838 * sysdeps/x86_64/bits/atomic.h: Likewise.
27839
6358490d
DM
278402012-03-02 David S. Miller <davem@davemloft.net>
27841
27842 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
27843 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
27844 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
27845 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
27846 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
27847 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
27848 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
27849 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
27850
01ae168d
RM
278512012-03-02 Roland McGrath <roland@hack.frob.com>
27852
d9a17c07
RM
27853 [BZ #13792]
27854 * manual/examples/README: New file, says the example source files
27855 can be used under GPL>=2.
27856 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
27857 line containing just "*/".
27858 * manual/examples/add.c: Add copyright header (GPL>=2).
27859 * manual/examples/argp-ex1.c: Likewise.
27860 * manual/examples/argp-ex2.c: Likewise.
27861 * manual/examples/argp-ex3.c: Likewise.
27862 * manual/examples/argp-ex4.c: Likewise.
27863 * manual/examples/atexit.c: Likewise.
27864 * manual/examples/db.c: Likewise.
27865 * manual/examples/dir.c: Likewise.
27866 * manual/examples/dir2.c: Likewise.
27867 * manual/examples/execinfo.c: Likewise.
27868 * manual/examples/filecli.c: Likewise.
27869 * manual/examples/filesrv.c: Likewise.
27870 * manual/examples/fmtmsgexpl.c: Likewise.
27871 * manual/examples/genpass.c: Likewise.
27872 * manual/examples/inetcli.c: Likewise.
27873 * manual/examples/inetsrv.c: Likewise.
27874 * manual/examples/isockad.c: Likewise.
27875 * manual/examples/longopt.c: Likewise.
27876 * manual/examples/memopen.c: Likewise.
27877 * manual/examples/memstrm.c: Likewise.
27878 * manual/examples/mkfsock.c: Likewise.
27879 * manual/examples/mkisock.c: Likewise.
27880 * manual/examples/mygetpass.c: Likewise.
27881 * manual/examples/pipe.c: Likewise.
27882 * manual/examples/popen.c: Likewise.
27883 * manual/examples/rprintf.c: Likewise.
27884 * manual/examples/search.c: Likewise.
27885 * manual/examples/select.c: Likewise.
27886 * manual/examples/setjmp.c: Likewise.
27887 * manual/examples/sigh1.c: Likewise.
27888 * manual/examples/sigusr.c: Likewise.
27889 * manual/examples/stpcpy.c: Likewise.
27890 * manual/examples/strdupa.c: Likewise.
27891 * manual/examples/strftim.c: Likewise.
27892 * manual/examples/strncat.c: Likewise.
27893 * manual/examples/subopt.c: Likewise.
27894 * manual/examples/swapcontext.c: Likewise.
27895 * manual/examples/termios.c: Likewise.
27896 * manual/examples/testopt.c: Likewise.
27897 * manual/examples/testpass.c: Likewise.
27898 * manual/examples/timeval_subtract.c: Likewise.
27899
01ae168d
RM
27900 [BZ #13792]
27901 * manual/time.texi (Elapsed Time): Move timeval_subtract example
27902 function to ...
27903 * manual/timeval_subtract.c.texi: ... here, new file.
27904
49efa33d
DM
279052012-03-02 David S. Miller <davem@davemloft.net>
27906
27907 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
27908
28afd92d
JM
279092012-03-02 Joseph Myers <joseph@codesourcery.com>
27910
804360ed
JM
27911 [BZ #3976]
27912 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
27913 (__sin): Save and restore rounding mode and use round-to-nearest
27914 for all computations.
27915 (__cos): Save and restore rounding mode and use round-to-nearest
27916 for all computations.
27917 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
27918 <fenv.h>.
27919 (tan): Save and restore rounding mode and use round-to-nearest for
27920 all computations.
27921 * math/libm-test.inc (cos_test_tonearest): New function.
27922 (cos_test_towardzero): Likewise.
27923 (cos_test_downward): Likewise.
27924 (cos_test_upward): Likewise.
27925 (sin_test_tonearest): Likewise.
27926 (sin_test_towardzero): Likewise.
27927 (sin_test_downward): Likewise.
27928 (sin_test_upward): Likewise.
27929 (tan_test_tonearest): Likewise.
27930 (tan_test_towardzero): Likewise.
27931 (tan_test_downward): Likewise.
27932 (tan_test_upward): Likewise.
27933 (main): Call the new functions.
27934 * sysdeps/i386/fpu/libm-test-ulps: Update.
27935 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27936
a6d06d7b
JM
27937 [BZ #10135]
27938 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
27939 small n, then large n, before computing and testing k+n.
27940 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
27941 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
27942 Likewise.
27943 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
27944 Likewise.
27945 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
27946 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
27947 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
27948 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
27949 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
27950 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
27951 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
27952 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
27953 * math/libm-test.inc (scalbn_test): Add more tests.
27954 (scalbln_test): Likewise.
27955
07e12bb3
JM
27956 * manual/filesys.texi (mode_t): Describe constraints on size and
27957 signedness, not exact equivalence to a particular type.
27958 (ino_t): Likewise.
27959 (ino64_t): Likewise.
27960 (dev_t): Likewise.
27961 (nlink_t): Likewise.
27962 (blkcnt_t): Likewise.
27963 (blkcnt64_t): Likewise.
27964 * manual/llio.texi (off_t): Likewise.
27965
28afd92d
JM
27966 [BZ #3976]
27967 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
27968 (__ieee754_exp): Save and restore rounding mode and use
27969 round-to-nearest for all computations.
27970 * math/libm-test.inc (exp_test_tonearest): New function.
27971 (exp_test_towardzero): Likewise.
27972 (exp_test_downward): Likewise.
27973 (exp_test_upward): Likewise.
27974 (main): Call the new functions.
27975 * sysdeps/i386/fpu/libm-test-ulps: Update.
27976 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27977
b1eeb65d
CD
279782012-03-01 Chris Demetriou <cgd@google.com>
27979
27980 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
27981 have predictable order.
27982
53362a4b
DM
279832012-03-01 David S. Miller <davem@davemloft.net>
27984
3c969083
DM
27985 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
27986
759707de
DM
27987 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
27988 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
27989 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
27990 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
27991
dfdb8ff2
DM
27992 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
27993 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
27994 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
27995 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
27996 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
27997 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
27998 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
27999 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
28000 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
28001
ead89f96
DM
28002 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28003
7f66bd07
DM
28004 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
28005 * sysdeps/sparc/fpu/libm-test-ulps: to here.
28006 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
28007
53362a4b
DM
28008 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
28009 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
28010 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
28011 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
28012 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
28013 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
28014 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
28015 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
28016 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
28017 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
28018 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
28019 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
28020 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
28021 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
28022 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28023 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
28024 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
28025 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
28026 * sysdeps/sparc/elf/configure: Regenerated.
28027
7b1902cb
JM
280282012-03-01 Joseph Myers <joseph@codesourcery.com>
28029
bec039bc
JM
28030 * configure.in (AS, LD): Require binutils 2.20 or later.
28031 * configure: Regenerated.
28032 * manual/install.texi (Tools for Compilation): Give binutils 2.20
28033 as required minimum version.
28034 * INSTALL: Regenerated.
28035
7b1902cb
JM
28036 [BZ #2541]
28037 [BZ #4108]
28038 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
28039 before squaring exponent.
28040 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
28041 bottom long double and 27 bits of top long double before squaring
28042 exponent.
28043 * math/libm-test.inc (erfc_test): Add more tests.
28044 * sysdeps/i386/fpu/libm-test-ulps: Update.
28045 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28046 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28047
f775c276
KT
280482012-03-01 Kai Tietz <ktietz@redhat.com>
28049
28050 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
28051 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
28052 containing bit-fields.
28053 * soft-fp/extended.h (_FP_UNION_E): Likewise.
28054 * soft-fp/single.h (_FP_UNION_S): Likewise.
28055 * soft-fp/double.h (_FP_UNION_D): Likewise.
28056
5b8a4d4a
JM
280572012-02-29 Joseph Myers <joseph@codesourcery.com>
28058
0bab47b6
JM
28059 [BZ #13786]
28060 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
28061 not include ../strcmp.S.
28062 [USE_AS_STRNCASECMP_L]: Likewise.
28063 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
28064 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
28065 * sysdeps/i386/i686/multiarch/strncase_l-c.c
28066 (__strncasecmp_l_ia32): Define as alias to
28067 __strncasecmp_l_nonascii.
28068
0fcad3e2
JM
28069 [BZ #5794]
28070 * math/libm-test.inc (expm1_test): Add test for bug 5794.
28071 * sysdeps/i386/fpu/libm-test-ulps: Update.
28072 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28073
5b8a4d4a
JM
28074 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
28075 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28076
8fdceb2e
JL
280772012-02-29 Jeff Law <law@redhat.com>
28078
28079 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
28080 out of bounds read.
28081
1f393a11
MP
280822012-02-29 Marek Polacek <polacek@redhat.com>
28083
28084 [BZ #13706]
28085 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
28086 * elf/Makefile: Add rules to run tst-unused-dep.out.
28087
8847f037
DM
280882012-02-28 David S. Miller <davem@davemloft.net>
28089
28090 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
28091 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
28092 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
28093 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
28094 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
28095 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
28096
169d7f11
JM
280972012-02-29 Joseph Myers <joseph@codesourcery.com>
28098
28099 * math/libm-test.inc (llround_test): Move one test from
28100 lround_test. Use TEST_f_L in moved test.
28101 (lround_test): Move misplaced test to llround_test. Add testcase
28102 from bug 2561.
28103
39adf059
UD
281042012-02-28 Ulrich Drepper <drepper@gmail.com>
28105
28106 * sysdeps/x86_64/fpu/e_expf.S: New file.
28107 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
28108
71b5d1c5
SB
281092012-02-28 Stanislav Brabec <sbrabec@suse.cz>
28110
28111 [BZ #13637]
28112 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
28113 of remain_len that may cause incomplete multi-byte character and
28114 false match.
28115 * posix/bug-regex33.c: New file.
28116 * posix/Makefile (tests): Add bug-regex33.
28117
1f77f049
JM
281182012-02-28 Joseph Myers <joseph@codesourcery.com>
28119
28120 * manual/macros.texi: New file.
28121 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
28122 * manual/libc.texinfo: Include macros.texi.
28123 * manual/creatute.texi: Likewise.
28124 * manual/install.texi: Likewise.
28125 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
28126 @glibcadj{} in references to the GNU C Library.
28127 * manual/charset.texi: Likewise.
28128 * manual/conf.texi: Likewise.
28129 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
28130 when not using those macros.
28131 * manual/creature.texi: Likewise.
28132 * manual/crypt.texi: Likewise.
28133 * manual/errno.texi: Likewise.
28134 * manual/filesys.texi: Likewise.
28135 * manual/header.texi: Likewise.
28136 * manual/install.texi: Likewise.
28137 * manual/intro.texi: Likewise.
28138 * manual/io.texi: Likewise.
28139 * manual/job.texi: Likewise.
28140 * manual/lang.texi: Likewise.
28141 * manual/libc.texiinfo: Likewise.
28142 * manual/llio.texi: Likewise.
28143 * manual/locale.texi: Likewise.
28144 * manual/maint.texi: Likewise.
28145 * manual/math.texi: Likewise.
28146 * manual/memory.texi: Likewise.
28147 * manual/message.texi: Likewise.
28148 * manual/nss.texi: Likewise.
28149 * manual/pattern.texi: Likewise.
28150 * manual/process.texi: Likewise.
28151 * manual/resource.texi: Likewise.
28152 * manual/search.texi: Likewise.
28153 * manual/setjmp.texi: Likewise.
28154 * manual/signal.texi: Likewise.
28155 * manual/socket.texi: Likewise.
28156 * manual/startup.texi: Likewise.
28157 * manual/stdio.texi: Likewise.
28158 * manual/string.texi: Likewise.
28159 * manual/sysinfo.texi: Likewise.
28160 * manual/syslog.texi: Likewise.
28161 * manual/terminal.texi: Likewise.
28162 * manual/time.texi: Likewise.
28163 * manual/users.texi: Likewise.
28164 * INSTALL: Regenerated.
28165 * NOTES: Regenerated.
d40c5d54 28166 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 28167
450bf206
AS
281682012-02-28 Andreas Schwab <schwab@linux-m68k.org>
28169
28170 * include/dirent.h: Include <dirstream.h> before
28171 <dirent/dirent.h>.
28172
741a235b
DM
281732012-02-28 David S. Miller <davem@davemloft.net>
28174
28175 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
28176 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
28177 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
28178 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
28179
d6b5aa58
DM
281802012-02-27 David S. Miller <davem@davemloft.net>
28181
1aff59a3
DM
28182 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
28183 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
28184 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
28185 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
28186
d6b5aa58
DM
28187 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
28188 frame pointer instead of stack pointer relative arg slot.
28189 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
28190 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
28191 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
28192
433f48bf
CD
281932012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
28194
28195 [BZ #3992]
28196 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
28197
d674b76d
DM
281982012-02-27 David S. Miller <davem@davemloft.net>
28199
28200 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
28201 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
28202 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
28203 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
28204 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
28205 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
28206 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
28207 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
28208
0e7727f7
JM
282092012-02-27 Joseph Myers <joseph@codesourcery.com>
28210
28211 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
28212 later. Allow versions 5-9.
43be4ca2 28213 * configure: Regenerated.
0e7727f7
JM
28214 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
28215 required minimum version and 4.6 as recommended version. Do not
28216 mention bugs in GCC 2.7 and 2.8.
43be4ca2 28217 * INSTALL: Regenerated.
0e7727f7 28218
a78bc654
DM
282192012-02-27 David S. Miller <davem@davemloft.net>
28220
428d5830
DM
28221 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
28222 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
28223 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
28224 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
28225 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
28226 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
28227 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
28228 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
28229
a78bc654
DM
28230 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
28231 manipulate bits before adding and subtracting TWO112[sx].
28232 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28233
4579f81c
RM
282342012-02-27 Roland McGrath <roland@hack.frob.com>
28235
36c8acb4
RM
28236 [BZ #13775]
28237 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
28238 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
28239 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
28240 being in POSIX, because they are in 1003.1-2008.
28241
84ad622b
RM
28242 * rt/tst-aio.c: Include <fcntl.h>.
28243 * rt/tst-aio7.c: Likewise.
28244 * rt/tst-aio64.c: Likewise.
28245
4579f81c
RM
28246 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
28247
abd923db
JM
282482012-02-27 Joseph Myers <joseph@codesourcery.com>
28249
28250 * manual/install.texi (--with-headers): Describe headers as
28251 interface headers, not private headers.
28252 (Specific advice for GNU/Linux systems): Describe use of headers
28253 from "make headers_install", not private headers from older
28254 kernels.
43be4ca2 28255 * INSTALL: Regenerated.
abd923db
JM
28256 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
28257 Change to 2.6.19.
28258 * sysdeps/unix/sysv/linux/configure: Regenerated.
28259
6664049b
JM
28260 * manual/llio.texi (fclean): Remove documentation.
28261
bb8b6697
JM
28262 * manual/Makefile (libc-texi-generated): New variable. Include
28263 version.texi.
28264 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
28265 $(libc-texi-generated), not duplicated list of files.
28266 (version.texi, stamp-version): New rules.
28267 (realclean): Remove $(libc-texi-generated), not individual files
28268 from that list. Do not remove dir-add.texinfo.
28269 * manual/libc.texinfo: Comment out uses of edition numbers and
28270 references to printed manual. Remove last-updated dates.
28271 (EDITION): Comment out.
28272 (ISBN): Likewise.
28273 (VERSION, UPDATED): Remove.
28274 (version.texi): Include.
28275
12e5c3b9
AS
282762012-02-27 Andreas Schwab <schwab@linux-m68k.org>
28277
28278 * sysdeps/posix/spawni.c: Include <signal.h>.
28279 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
28280 * sysdeps/pthread/aio_fsync.c: Likewise.
28281
4efeffc1 282822012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 28283
ba63ba08
UD
28284 * conform/Makefile (tests): Run only when not cross-compiling and
28285 when fast-check is not defined.
28286
d94a4670
UD
28287 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
28288 * conform/data/limits.h-data: Fixes for POSIX2008.
28289 * conform/run-conformtest.sh: Run all tests.
28290 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
28291 headers.
28292 * include/bits/dlfcn.h: Likewise.
28293 * include/langinfo.h: Likewise.
28294 * include/monetary.h: Likewise.
28295 * include/sys/poll.h: Likewise.
28296
28297 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
28298 for __USE_GNU.
28299 * posix/spawn.h: Define __need_sigset_t.
28300 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
28301 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
28302 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
28303 to get sigevent_t only.
28304 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
28305 only for __USE_GNU.
28306 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
28307 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
28308 process_vm_writev only for __USE_GNU.
28309 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
28310
28311 * conform/Makefile: For now ignore errors from run-conformtest.
28312 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
28313 POSIX to avoid namespace pollution. Don't prepend headers.
28314 * conform/data/aio.h-data: Fixes for POSIX testing.
28315 * conform/data/fcntl.h-data: Likewise.
28316 * conform/data/glob.h-data: Likewise.
28317 * conform/data/grp.h-data: Likewise.
28318 * conform/data/pthread.h-data: Likewise.
28319 * conform/data/pwd.h-data: Likewise.
28320 * conform/data/signal.h-data: Likewise.
28321 * conform/data/spawn.h-data: Likewise.
28322 * conform/data/stdio.h-data: Likewise.
28323 * conform/data/stdlib.h-data: Likewise.
28324 * conform/data/stropts.h-data: Likewise.
28325 * conform/data/sys/mman.h-data: Likewise.
28326 * conform/data/sys/stat.h-data: Likewise.
28327 * conform/data/sys/types.h-data: Likewise.
28328 * conform/data/sys/wait.h-data: Likewise.
28329 * conform/data/time.h-data: Likewise.
28330 * conform/data/unistd.h-data: Likewise.
28331 * conform/data/utime.h-data: Likewise.
28332
28333 * io/sys/stat.h: fchmod was always in POSIX.
28334 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
28335 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
28336 * rt/aio.h: Define __need_timespec before including <time.h>.
28337 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
28338 struct. Add forward declaration of pthread_attr_t and use it in
28339 sigevent.
28340 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
28341 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28342 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
28343 always remove CLK_TCK definition.
28344
c20105c3
AS
283452012-02-26 Andreas Schwab <schwab@linux-m68k.org>
28346
28347 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
28348
7a270350
UD
283492012-02-25 Ulrich Drepper <drepper@gmail.com>
28350
31341567
UD
28351 * conform/run-conformtest.sh: New file.
28352 * conform/Makefile: Run run-conformtest for tests.
28353 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
28354 support.
28355
28356 * conform/data/uchar.h-data: New file.
28357 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
28358 * conform/data/arpa/inet.h-data: Likewise.
28359 * conform/data/assert.h-data: Likewise.
28360 * conform/data/complex.h-data: Likewise.
28361 * conform/data/cpio.h-data: Likewise.
28362 * conform/data/ctype.h-data: Likewise.
28363 * conform/data/dirent.h-data: Likewise.
28364 * conform/data/dlfcn.h-data: Likewise.
28365 * conform/data/errno.h-data: Likewise.
28366 * conform/data/fcntl.h-data: Likewise.
28367 * conform/data/float.h-data: Likewise.
28368 * conform/data/fmtmsg.h-data: Likewise.
28369 * conform/data/fnmatch.h-data: Likewise.
28370 * conform/data/ftw.h-data: Likewise.
28371 * conform/data/glob.h-data: Likewise.
28372 * conform/data/grp.h-data: Likewise.
28373 * conform/data/iconv.h-data: Likewise.
28374 * conform/data/inttypes.h-data: Likewise.
28375 * conform/data/langinfo.h-data: Likewise.
28376 * conform/data/libgen.h-data: Likewise.
28377 * conform/data/limits.h-data: Likewise.
28378 * conform/data/locale.h-data: Likewise.
28379 * conform/data/math.h-data: Likewise.
28380 * conform/data/monetary.h-data: Likewise.
28381 * conform/data/mqueue.h-data: Likewise.
28382 * conform/data/ndbm.h-data: Likewise.
28383 * conform/data/net/if.h-data: Likewise.
28384 * conform/data/netdb.h-data: Likewise.
28385 * conform/data/netinet/in.h-data: Likewise.
28386 * conform/data/nl_types.h-data: Likewise.
28387 * conform/data/poll.h-data: Likewise.
28388 * conform/data/pthread.h-data: Likewise.
28389 * conform/data/pwd.h-data: Likewise.
28390 * conform/data/regex.h-data: Likewise.
28391 * conform/data/sched.h-data: Likewise.
28392 * conform/data/search.h-data: Likewise.
28393 * conform/data/semaphore.h-data: Likewise.
28394 * conform/data/setjmp.h-data: Likewise.
28395 * conform/data/signal.h-data: Likewise.
28396 * conform/data/spawn.h-data: Likewise.
28397 * conform/data/stdarg.h-data: Likewise.
28398 * conform/data/stdio.h-data: Likewise.
28399 * conform/data/stdlib.h-data: Likewise.
28400 * conform/data/string.h-data: Likewise.
28401 * conform/data/strings.h-data: Likewise.
28402 * conform/data/stropts.h-data: Likewise.
28403 * conform/data/sys/ipc.h-data: Likewise.
28404 * conform/data/sys/mman.h-data: Likewise.
28405 * conform/data/sys/msg.h-data: Likewise.
28406 * conform/data/sys/resource.h-data: Likewise.
28407 * conform/data/sys/select.h-data: Likewise.
28408 * conform/data/sys/sem.h-data: Likewise.
28409 * conform/data/sys/shm.h-data: Likewise.
28410 * conform/data/sys/socket.h-data: Likewise.
28411 * conform/data/sys/stat.h-data: Likewise.
28412 * conform/data/sys/statvfs.h-data: Likewise.
28413 * conform/data/sys/time.h-data: Likewise.
28414 * conform/data/sys/timeb.h-data: Likewise.
28415 * conform/data/sys/times.h-data: Likewise.
28416 * conform/data/sys/types.h-data: Likewise.
28417 * conform/data/sys/uio.h-data: Likewise.
28418 * conform/data/sys/un.h-data: Likewise.
28419 * conform/data/sys/utsname.h-data: Likewise.
28420 * conform/data/sys/wait.h-data: Likewise.
28421 * conform/data/syslog.h-data: Likewise.
28422 * conform/data/tar.h-data: Likewise.
28423 * conform/data/termios.h-data: Likewise.
28424 * conform/data/utime.h-data: Likewise.
28425 * conform/data/utmpx.h-data: Likewise.
28426 * conform/data/varargs.h-data: Likewise.
28427 * conform/data/wchar.h-data: Likewise.
28428 * conform/data/wctype.h-data: Likewise.
28429 * conform/data/wordexp.h-data: Likewise.
28430
28431 * include/stropts.h: New file.
28432 * include/uchar.h: New file.
28433 * include/aio.h: Changes to allow conformtest.pl to use the headers.
28434 * include/assert.h: Likewise.
28435 * include/ctype.h: Likewise.
28436 * include/dirent.h: Likewise.
28437 * include/dlfcn.h: Likewise.
28438 * include/fcntl.h: Likewise.
28439 * include/fnmatch.h: Likewise.
28440 * include/glob.h: Likewise.
28441 * include/grp.h: Likewise.
28442 * include/libio.h: Likewise.
28443 * include/locale.h: Likewise.
28444 * include/math.h: Likewise.
28445 * include/net/if.h: Likewise.
28446 * include/netdb.h: Likewise.
28447 * include/netinet/in.h: Likewise.
28448 * include/pthread.h: Likewise.
28449 * include/pwd.h: Likewise.
28450 * include/regex.h: Likewise.
28451 * include/sched.h: Likewise.
28452 * include/search.h: Likewise.
28453 * include/setjmp.h: Likewise.
28454 * include/signal.h: Likewise.
28455 * include/stdio.h: Likewise.
28456 * include/stdlib.h: Likewise.
28457 * include/string.h: Likewise.
28458 * include/sys/cdefs.h: Likewise.
28459 * include/sys/mman.h: Likewise.
28460 * include/sys/msg.h: Likewise.
28461 * include/sys/resource.h: Likewise.
28462 * include/sys/select.h: Likewise.
28463 * include/sys/socket.h: Likewise.
28464 * include/sys/stat.h: Likewise.
28465 * include/sys/statvfs.h: Likewise.
28466 * include/sys/time.h: Likewise.
28467 * include/sys/times.h: Likewise.
28468 * include/sys/uio.h: Likewise.
28469 * include/sys/utsname.h: Likewise.
28470 * include/sys/wait.h: Likewise.
28471 * include/termios.h: Likewise.
28472 * include/time.h: Likewise.
28473 * include/ulimit.h: Likewise.
28474 * include/unistd.h: Likewise.
28475 * include/utime.h: Likewise.
28476 * include/wchar.h: Likewise.
28477 * include/wctype.h: Likewise.
28478 * include/wordexp.h: Likewise.
28479
28480 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
28481
7a270350
UD
28482 * time/time.h: TIME_UTC must be a macro.
28483 Make timespec_get available for ISO C11 only as well.
28484
7724defc
UD
284852012-02-24 Ulrich Drepper <drepper@gmail.com>
28486
28487 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
28488 Reported by Peng Haitao <penght@cn.fujitsu.com>.
28489
6b1d1d46
JM
284902012-02-24 Joseph Myers <joseph@codesourcery.com>
28491
28492 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 28493
0f8bbd69
JM
284942012-02-24 Joseph Myers <joseph@codesourcery.com>
28495
28496 * manual/texinfo.tex: Update to version 2012-01-19.16.
28497
66ab80bc
JM
284982012-02-24 Joseph Myers <joseph@codesourcery.com>
28499
28500 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
28501
74981cc5
RM
285022012-02-24 Roland McGrath <roland@hack.frob.com>
28503
ee968201
RM
28504 [BZ #13738]
28505 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
28506 * manual/fdl-1.3.texi: New file.
28507 * manual/fdl-1.1.texi: File removed.
28508
74981cc5
RM
28509 [BZ #13738]
28510 * manual/libc.texinfo (FDL_VERSION): New @set.
28511 Use it for mention of FDL in cover text.
28512 (Documentation License): Use it in @include file name.
28513
7bb764bc
JM
285142012-02-22 Joseph Myers <joseph@codesourcery.com>
28515 Roland McGrath <roland@hack.frob.com>
28516
28517 [BZ #5461]
28518 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
28519 not LONG_LONG_MAX and LONG_LONG_MIN.
28520 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
28521 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
28522 name.
28523 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
28524
6cbeae47
JM
285252012-02-22 Joseph Myers <joseph@codesourcery.com>
28526
28527 [BZ #2547]
28528 [BZ #11365]
28529 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
28530 manipulate bits before adding and subtracting TWO23[sx].
28531 * math/libm-test.inc (nearbyint_test): Add more tests.
28532
fe45ce09
JM
285332012-02-22 Joseph Myers <joseph@codesourcery.com>
28534
28535 [BZ #2548]
28536 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
28537 bits before adding and subtracting TWO23[sx].
28538 * math/libm-test.inc (rint_test): Add more tests.
28539 (rint_test_tonearest): Likewise.
28540 (rint_test_towardzero): Likewise.
28541 (rint_test_downward): Likewise.
28542 (rint_test_upward: Likewise.
28543
ff3b3d82
JM
285442012-02-22 Joseph Myers <joseph@codesourcery.com>
28545
28546 [BZ #10110]
28547 * include/stdc-predef.h: New file. Extracted from features.h.
28548 * include/features.h: Include stdc-predef.h.
28549 * Makefile (headers): Add stdc-predef.h.
28550 * CONFORMANCE (Compiler limitations): Update.
28551
ef0aab35
JM
285522012-02-22 Joseph Myers <joseph@codesourcery.com>
28553
28554 * manual/libc.texinfo (VERSION, UPDATED): Revert.
28555
58639409
DM
285562012-02-21 David S. Miller <davem@davemloft.net>
28557
28558 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
28559 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
28560
c0e70b25
DM
285612012-02-20 David S. Miller <davem@davemloft.net>
28562
28563 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
28564 using a normal save/restore sequence, rather than allocating a
28565 dummy stack frame just to store a frame pointer and restore.
28566 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
28567
fb06851d
JM
285682012-02-21 Joseph Myers <joseph@codesourcery.com>
28569
28570 * manual/install.texi: Fix stray word in line-wrapped comment.
28571
7a8b71c3
DM
285722012-02-20 David S. Miller <davem@davemloft.net>
28573
d510c123
DM
28574 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
28575 both binutils and gcc support GOTDATA.
28576
0722d7c2
DM
28577 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
28578 "rd %pc" in the PIC register setup sequences.
28579
3d2b3019
DM
28580 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
28581 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
28582 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
28583 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
28584 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
28585 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
28586 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28587 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
28588 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
28589 (SYSCALL_ERROR_HANDLER): Likewise.
28590 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
28591 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28592 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
28593 (SYSCALL_ERROR_HANDLER): Likewise.
28594
c80098a9
DM
28595 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
28596 (HAVE_GCC_GOTDATA): New.
28597 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
28598 relocation support in both binutils and gcc.
28599 * sysdeps/sparc/elf/configure: Regenerate.
28600
3a2545a0
DM
28601 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
28602 * sysdeps/sparc/sparc32/elf/configure: Delete.
28603 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
28604 * sysdeps/sparc/sparc64/elf/configure: Delete.
28605 * sysdeps/sparc/elf/configure.in: New file.
28606 * sysdeps/sparc/elf/configure: Generate.
28607
7a8b71c3
DM
28608 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
28609 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
28610 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
28611 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
28612 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
28613
f1e86fca
JM
286142012-02-21 Joseph Myers <joseph@codesourcery.com>
28615
28616 * manual/install.texi: Do not mention specific glibc version
28617 numbers.
28618 * manual/libc.texinfo (VERSION, UPDATED): Update.
28619 (@copying): Use @copyright{} and range of years.
28620
0e7dfaef
JM
286212012-02-21 Joseph Myers <joseph@codesourcery.com>
28622
28623 [BZ #13695]
28624 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
28625 [crti.S not in sysdirs] (generated): Do not append.
28626 [crti.S not in sysdirs] (omit-deps): Likewise.
28627 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
28628 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
28629 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
28630 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
28631 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
28632 Likewise.
28633 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
28634 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
28635 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
28636 * csu/defs.awk: Remove file.
28637 * sysdeps/generic/initfini.c: Likewise.
28638 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
28639 variable.
28640 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
28641 Likewise.
28642
599af3ca
JM
286432012-02-20 Joseph Myers <joseph@codesourcery.com>
28644
28645 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
28646 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
28647 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
28648 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
28649 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
28650 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
28651 <bits/epoll.h>.
28652 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
28653 (__EPOLL_PACKED): Define to empty if not defined by
28654 <bits/epoll.h>.
28655 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
28656 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28657 bits/epoll.h.
28658
0e499750
JM
286592012-02-20 Joseph Myers <joseph@codesourcery.com>
28660
28661 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
28662 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
28663 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
28664 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
28665 <bits/timerfd.h>.
28666 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
28667 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28668 bits/timerfd.h.
28669
5ad91f6e
JM
286702012-02-20 Joseph Myers <joseph@codesourcery.com>
28671
28672 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
28673 in C locale.
28674 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28675 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28676 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
28677 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28678
06b99b02
AJ
286792012-02-20 Aurelien Jarno <aurelien@aurel32.net>
28680
28681 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
28682 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
28683
7638c0fd
AS
286842012-02-19 Andreas Schwab <schwab@linux-m68k.org>
28685
28686 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
28687 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
28688 defined.
28689 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
28690 Likewise.
28691 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
28692 entry for 2.16.
28693
92221550
AJ
286942012-02-19 Aurelien Jarno <aurelien@aurel32.net>
28695
28696 * math/w_acos.c: Use non-signaling floating-point comparisons.
28697 * math/w_acosf.c: Likewise.
28698 * math/w_acosh.c: Likewise.
28699 * math/w_acoshf.c: Likewise.
28700 * math/w_acoshl.c: Likewise.
28701 * math/w_acosl.c: Likewise.
28702 * math/w_asin.c: Likewise.
28703 * math/w_asinf.c: Likewise.
28704 * math/w_asinl.c: Likewise.
28705 * math/w_atanh.c: Likewise.
28706 * math/w_atanhf.c: Likewise.
28707 * math/w_atanhl.c: Likewise.
28708 * math/w_exp2.c: Likewise.
28709 * math/w_exp2f.c: Likewise.
28710 * math/w_exp2l.c: Likewise.
28711 * math/w_j0.c: Likewise.
28712 * math/w_j0f.c: Likewise.
28713 * math/w_j0l.c: Likewise.
28714 * math/w_j1.c: Likewise.
28715 * math/w_j1f.c: Likewise.
28716 * math/w_j1l.c: Likewise.
28717 * math/w_jn.c: Likewise.
28718 * math/w_jnf.c: Likewise.
28719 * math/w_log.c: Likewise.
28720 * math/w_log10.c: Likewise.
28721 * math/w_log10f.c: Likewise.
28722 * math/w_log10l.c: Likewise.
28723 * math/w_log2.c: Likewise.
28724 * math/w_log2f.c: Likewise.
28725 * math/w_log2l.c: Likewise.
28726 * math/w_logf.c: Likewise.
28727 * math/w_logl.c: Likewise.
28728 * math/w_sqrt.c: Likewise.
28729 * math/w_sqrtf.c: Likewise.
28730 * math/w_sqrtl.c: Likewise.
28731 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
28732 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
28733 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
28734 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
28735 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
28736
ebaf36eb
JM
287372012-02-19 Joseph Myers <joseph@codesourcery.com>
28738
28739 [BZ #9739]
28740 * manual/string.texi (strnlen): Use correct parameter name in
28741 equivalent expression.
28742
71c254a6
JM
287432012-02-19 Joseph Myers <joseph@codesourcery.com>
28744
28745 [BZ #11174]
28746 * manual/users.texi (seteuid): Consistently use neweuid for
28747 argument name.
28748
16d2c631
JM
287492012-02-19 Joseph Myers <joseph@codesourcery.com>
28750
28751 [BZ #13704]
28752 * manual/nss.texi (Services in the NSS configuration): Correct
28753 list of services in example configuration file.
28754
cd837b09
NB
287552012-02-19 Nick Bowler <nbowler@draconx.ca>
28756
28757 [BZ #11322]
28758 * manual/arith.texi: Remove statements about negative zero
28759 behaving identically to zero.
28760
02c4bbad
JM
287612012-02-18 Joseph Myers <joseph@codesourcery.com>
28762
28763 [BZ #5993]
28764 * manual/install.texi: Do not document upgrading from libc5.
28765
366842e7
JM
287662012-02-18 Joseph Myers <joseph@codesourcery.com>
28767
28768 [BZ #4596]
28769 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
28770
dd54084d
DM
287712012-02-18 David S. Miller <davem@davemloft.net>
28772
28773 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
28774 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
28775 %o7 across the call.
28776 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
28777 instead.
28778 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
28779 SETUP_PIC_REG_LEAF.
28780 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
28781 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
28782 * sysdeps/sparc/crtn.S: Likewise.
28783
2bcc53a3
UD
287842012-02-17 Ulrich Drepper <drepper@gmail.com>
28785
28786 * aout/Makefile: Remove.
28787
09c093b5
RK
287882012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
28789
28790 [BZ #13058]
28791 * manual/examples/argp-ex1.c (main): Format definition in GNU
28792 style.
28793 * manual/examples/argp-ex2.c (main): Likewise.
28794 * manual/examples/argp-ex3.c (main): Likewise.
28795 * manual/examples/argp-ex4.c (main): Likewise.
28796 * manual/examples/longopt.c (main): Use new-style prototype
28797 definition.
28798 * manual/examples/strncat.c (main): Specify return type and use
28799 (void) for arguments.
28800 * manual/examples/subopt.c (main): Use char **argv argument.
28801
2ee633a2
JM
288022012-02-17 Joseph Myers <joseph@codesourcery.com>
28803
28804 [BZ #5077]
28805 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
28806 rounding modes.
28807
0520adde
FB
288082012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
28809
28810 [BZ #6907]
28811 * manual/string.texi (strchr): Change when strchrnul is
28812 recommended.
28813
3f4081cd
DGM
288142012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
28815
28816 [BZ #174]
28817 * manual/locale.texi (setlocale): Document LOCPATH.
28818
d1b10e78
JM
288192012-02-17 Joseph Myers <joseph@codesourcery.com>
28820
28821 [BZ #10210]
28822 * manual/process.texi (execle): Move @dots{} before last argument.
28823
79c6869c
PB
288242012-02-17 Paul Bolle <pebolle@tiscali.nl>
28825
28826 [BZ #12047]
28827 * manual/charset.texi (Generic Charset Conversion): Fix typo
28828 (LC_TYPE -> LC_CTYPE).
28829
cc6e48bc
NB
288302012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
28831
28832 [BZ #5805]
28833 * manual/arith.texi (scalbn): Use @var{} on parameter names.
28834 (scalbnf): Likewise.
28835 (scalbnl): Likewise.
28836 (scalbln): Likewise.
28837 (scalblnf): Likewise.
28838 (scalblnl): Likewise.
28839 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
28840 (vwarnx): Likewise.
28841 (verr): Likewise.
28842 (verrx): Likewise.
28843 * manual/filesys.texi (telldir): Use braces around return type.
28844 * manual/llio.texi (mmap): Add space after comma.
28845 (mmap64): Likewise.
28846 * manual/math.texi (jn): Use @var{} on parameter names.
28847 (jnf): Likewise.
28848 (jnl): Likewise.
28849 (yn): Likewise.
28850 (ynf): Likewise.
28851 (ynl): Likewise.
28852 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
28853 line.
28854 * manual/resource.texi (ulimit): Use @dots{} instead of literal
28855 "...".
28856 (sched_get_priority_min): Remove semicolon on @deftypefun line.
28857 (sched_get_priority_max): Likewise.
28858 * manual/signal.texi (sigvec): Add space after comma.
28859 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
28860 names.
28861 (if_indextoname): Likewise.
28862 (if_freenameindex): Likewise.
28863 (sendto): Use ',' instead of '.' in prototype.
28864 * manual/startup.texi (syscall): Use @dots{} instead of literal
28865 "...".
28866 * manual/stdio.texi (__fpending): Separate initial words of
28867 paragraph from @deftypefun line.
28868 * manual/syslog.texi (syslog): Use @dots{} instead of literal
28869 "...".
28870 (vsyslog): Use @var{} on parameter names.
28871 * manual/terminal.texi (stty): Use @var{} on parameter names.
28872 * manual/users.texi (getutmp): Use @var{} on parameter names.
28873 (getutmpx): Likewise.
28874
5b23062f
JM
288752012-02-17 Joseph Myers <joseph@codesourcery.com>
28876
28877 [BZ #6884]
28878 * manual/stdio.texi (fopen): Fix typos in description of
28879 ",ccs=STRING".
28880
8dee4833
AJ
288812012-02-17 Aurelien Jarno <aurelien@aurel32.net>
28882
28883 [BZ #4026]
28884 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
28885 get clock_id definition.
28886
9078ce93
TS
288872012-02-17 Thomas Schwinge <thomas@schwinge.name>
28888
28889 [BZ #4822]
28890 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
28891 (madvise): Cast every argument to void on its own.
28892
3835c55f
JM
288932012-02-17 Joseph Myers <joseph@codesourcery.com>
28894
28895 [BZ #9902]
28896 * manual/startup.texi (Exit Status): Fix typo.
28897
35c47e37
JM
288982012-02-17 Joseph Myers <joseph@codesourcery.com>
28899
28900 [BZ #10140]
28901 * manual/examples/argp-ex1.c: Include <stdlib.h>.
28902 * manual/examples/argp-ex2.c: Likewise.
28903 * manual/examples/argp-ex3.c: Likewise.
28904
e3b69ca7
RH
289052012-02-16 Richard Henderson <rth@redhat.com>
28906
28907 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
28908 * sysdeps/s390/s390-32/initfini.c: Remove.
28909 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
28910 * sysdeps/s390/s390-64/initfini.c: Remove.
28911
df83af67
KK
289122012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
28913
28914 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
28915 compiler output for sysdeps/generic/initfini.c.
28916 * sysdeps/sh/elf/initfini.c: Remove file.
28917
f63f3380
DM
289182012-02-16 David S. Miller <davem@davemloft.net>
28919
fb59b3a4
DM
28920 [BZ #11494]
28921 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
28922
f63f3380
DM
28923 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
28924 * sysdeps/sparc/crti.S: New file.
28925 * sysdeps/sparc/crtn.S: New file.
28926 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
28927 * sysdeps/sparc/sparc64/Makefile: Likewise.
28928
df6a4a4a
MF
289292012-02-15 Mike Frysinger <vapier@gentoo.org>
28930
6dd8f3dc 28931 [BZ #3335]
df6a4a4a
MF
28932 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
28933
1cac7236
RM
289342012-02-15 Roland McGrath <roland@hack.frob.com>
28935
d2c736f8
RM
28936 [BZ #4822]
28937 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
28938
1cac7236
RM
28939 * mach/devstream.c (cookie_io_functions_t): Macro removed.
28940 (write, read, close): Likewise.
28941 Patch by Aurelien Jarno <aurelien@aurel32.net>.
28942
8e475601
JM
289432012-02-15 Joseph Myers <joseph@codesourcery.com>
28944
28945 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
28946 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
28947 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
28948 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
28949 <bits/signalfd.h>.
28950 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
28951 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28952 bits/signalfd.h.
28953
ed656b40
MP
289542012-02-14 Marek Polacek <polacek@redhat.com>
28955
28956 * sysdeps/x86_64/crti.S: New file.
28957 * sysdeps/x86_64/crtn.S: New file.
28958 * sysdeps/x86_64/elf/initfini.c: Remove file.
28959
2a979d3a
JM
289602012-02-13 Joseph Myers <joseph@codesourcery.com>
28961
28962 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
28963 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
28964 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
28965 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
28966 <bits/inotify.h>.
28967 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
28968 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28969 bits/inotify.h.
28970
2a418ac3
JM
289712012-02-13 Joseph Myers <joseph@codesourcery.com>
28972
28973 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
28974 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
28975 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
28976 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
28977 <bits/eventfd.h>.
28978 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
28979 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28980 bits/eventfd.h.
28981
fb779be7
TS
289822012-02-10 Thomas Schwinge <thomas@codesourcery.com>
28983
e19e83c5
RM
28984 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
28985 __feraiseexcept instead of feraiseexcept.
7c35ffed 28986
fb779be7
TS
28987 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
28988 nanosleep invocations.
28989 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
28990 strings, and add error checking for a nanosleep invocations.
28991
59ba27a6
PE
289922012-02-09 Paul Eggert <eggert@cs.ucla.edu>
28993
28994 Replace FSF snail mail address with URLs, as per GNU coding standards.
28995 Most of the snail mail addresses were wrong anyway, and omitting
28996 them makes the source code easier to maintain. Almost all of the
28997 changes are to license notices and to locale LC_IDENTIFICATION
28998 addresses, except for this one:
28999 * manual/libc.texinfo: In "Published by", give the FSF's URL,
29000 not its snail mail address.
29001
57b957eb
RH
290022012-02-09 Richard Henderson <rth@twiddle.net>
29003
af850b1c
RH
29004 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
29005 of kernel-features.h.
29006
57b957eb
RH
29007 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
29008
6b73181a
MP
290092012-02-08 Marek Polacek <polacek@redhat.com>
29010
29011 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
29012 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
29013 * sysdeps/gnu/_G_config.h: Likewise.
29014 * sysdeps/generic/_G_config.h: Likewise.
29015
26ecc33a
AS
290162012-02-08 Andreas Schwab <schwab@linux-m68k.org>
29017
6c6dbc63
AS
29018 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
29019 tests.
29020 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29021
e216c012
AS
29022 * sysdeps/powerpc/powerpc32/crti.S: New file.
29023 * sysdeps/powerpc/powerpc32/crtn.S: New file.
29024 * sysdeps/powerpc/powerpc64/crti.S: New file.
29025 * sysdeps/powerpc/powerpc64/crtn.S: New file.
29026
26ecc33a
AS
29027 * Makeconfig (have-initfini): Don't set.
29028 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
29029 * configure.in (nopic_initfini): Don't substitute.
29030 * config.h.in (HAVE_INITFINI): Don't #undef.
29031 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
29032 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
29033
3add8e13
JM
290342012-02-08 Joseph Myers <joseph@codesourcery.com>
29035
29036 Support crti.S and crtn.S provided directly by architectures.
29037 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
29038 [crti.S in sysdirs] (omit-deps): Likewise.
29039 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
29040 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
29041 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
29042 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
29043 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
29044 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
29045 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
29046 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
29047 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
29048 compiler output for sysdeps/generic/initfini.c.
29049 * sysdeps/i386/elf/Makefile: Remove file.
29050 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
29051
a22f12b4
MP
290522012-02-07 Marek Polacek <polacek@redhat.com>
29053
29054 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
29055 * sysdeps/gnu/_G_config.h: Likewise.
29056 * sysdeps/mach/hurd/_G_config.h: Likewise.
29057
148cf100
MP
290582012-02-07 Marek Polacek <polacek@redhat.com>
29059
29060 * math/Makefile (tests): Add tst-CMPLX2.
29061 * math/tst-CMPLX2.c: New file.
29062
cfdc0dd7
AS
290632012-02-07 Andreas Schwab <schwab@linux-m68k.org>
29064
84ba42c4
AS
29065 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
29066
cfdc0dd7
AS
29067 * math/libm-test.inc (jn_test): Add missing L suffix.
29068
622c86f4
MP
290692012-02-06 Marek Polacek <polacek@redhat.com>
29070
29071 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
29072 * sysdeps/i386/fpu/e_powf.S: Likewise.
29073 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
29074 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
29075 * sysdeps/i386/fpu/e_acosh.S: Likewise.
29076 * sysdeps/i386/fpu/e_pow.S: Likewise.
29077 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
29078 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
29079 * sysdeps/i386/fpu/s_expm1.S: Likewise.
29080 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
29081 * sysdeps/i386/fpu/e_log2.S: Likewise.
29082 * sysdeps/i386/fpu/e_log2l.S: Likewise.
29083 * sysdeps/i386/fpu/e_scalb.S: Likewise.
29084 * sysdeps/i386/fpu/e_powl.S: Likewise.
29085 * sysdeps/i386/fpu/s_log1p.S: Likewise.
29086 * sysdeps/i386/fpu/e_log10f.S: Likewise.
29087 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
29088 * sysdeps/i386/fpu/e_logl.S: Likewise.
29089 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
29090 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
29091 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
29092 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
29093 * sysdeps/i386/fpu/e_log2f.S: Likewise.
29094 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
29095 * sysdeps/i386/fpu/e_log.S: Likewise.
29096 * sysdeps/i386/fpu/s_cexp.S: Likewise.
29097 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
29098 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
29099 * sysdeps/i386/fpu/e_logf.S: Likewise.
29100 * sysdeps/i386/fpu/e_log10l.S: Likewise.
29101 * sysdeps/i386/fpu/e_atanh.S: Likewise.
29102 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
29103 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
29104 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
29105 * sysdeps/i386/fpu/e_log10.S: Likewise.
29106 * sysdeps/i386/fpu/s_frexp.S: Likewise.
29107 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
29108 * sysdeps/i386/fpu/s_asinh.S: Likewise.
29109 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
29110 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
29111 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
29112 * sysdeps/i386/asm-syntax.h: Likewise.
29113 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
29114 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
29115 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
29116 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
29117 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
29118 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
29119 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
29120 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
29121 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
29122 * sysdeps/powerpc/sysdep.h: Likewise.
29123 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
29124 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
29125
d4a54ac6
JM
291262012-02-06 Joseph Myers <joseph@codesourcery.com>
29127
29128 [BZ #411]
29129 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
29130
314054ea
JM
291312012-02-06 Joseph Myers <joseph@codesourcery.com>
29132
29133 * sysdeps/i386/sysdep.h: Include <features.h>.
29134 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
29135 version.
29136
d8e0ca50
JM
291372012-02-05 Joseph Myers <joseph@codesourcery.com>
29138
29139 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
29140 Define.
29141 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
29142 LOAD_PIC_REG_STR.
29143
b1da7dd9
JM
291442012-02-03 Joseph Myers <joseph@codesourcery.com>
29145
29146 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
29147 (SETUP_PIC_REG): Use GET_PC_THUNK.
29148 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
29149 macro.
29150
9a1d9254
JM
291512012-02-03 Joseph Myers <joseph@codesourcery.com>
29152
29153 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
29154 for non-PIC compilation.
29155 (SETUP_PIC_REG): Add .p2align directive.
29156 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
29157 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
29158 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29159 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29160 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
29161 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29162 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
29163 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
29164 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29165 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29166 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29167 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29168 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29169 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29170 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29171 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
29172 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
29173 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29174 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29175 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29176 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29177 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
29178 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29179 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29180 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
29181 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
29182 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29183 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
29184 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29185 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29186 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29187 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29188 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29189 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29190 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29191 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29192 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29193 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29194 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29195 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29196 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29197
65dc3b75
JM
291982012-02-03 Joseph Myers <joseph@codesourcery.com>
29199
29200 * math/tst-CMPLX.c: Include <stdio.h>.
29201
d55bf177
JM
292022012-01-31 Joseph Myers <joseph@codesourcery.com>
29203
29204 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
29205 float.
29206 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
29207 * sysdeps/sparc/bits/mathdef.h: Likewise.
29208
69db4f8f
MP
292092012-01-31 Marek Polacek <polacek@redhat.com>
29210
29211 * libio/libio.h: Don't define _PARAMS.
29212 * locale/programs/config.h: Don't define PARAMS.
29213 * stdlib/strtol_l.c: Likewise.
29214 (__strtol_l): Remove PARAMS from the prototype.
29215
41b81892
UD
292162012-01-31 Ulrich Drepper <drepper@gmail.com>
29217
3b49edc0
UD
29218 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
29219 names. Just use the correct names. Remove unnecessary wrapper
29220 functions.
29221 * malloc/arena.c: Likewise.
29222 * malloc/hooks.c: Likewise.
29223
41b81892
UD
29224 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
29225 ARENA_TEST says not to. Simplify test for creation of a new arena.
29226 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
29227
27a25b6e
UD
292282012-01-30 Ulrich Drepper <drepper@gmail.com>
29229
29230 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
29231 into tail calls.
29232 (update_get_addr): New function.
29233 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
29234 GET_ADDR_MODULE parameter.
29235
c8a89e7d
JM
292362012-01-30 Joseph Myers <joseph@codesourcery.com>
29237
29238 * crypt/cert.c: Remove __STDC__ conditionals.
29239 * crypt/crypt-entry.c: Likewise.
29240 * crypt/crypt_util.c: Likewise.
29241 * libio/filedoalloc.c: Likewise.
29242 * libio/fileops.c: Likewise.
29243 * libio/genops.c: Likewise.
29244 * libio/iofclose.c: Likewise.
29245 * libio/iofdopen.c: Likewise.
29246 * libio/iofopen.c: Likewise.
29247 * libio/iofopen64.c: Likewise.
29248 * libio/iogetdelim.c: Likewise.
29249 * libio/iopopen.c: Likewise.
29250 * libio/obprintf.c: Likewise.
29251 * libio/oldfileops.c: Likewise.
29252 * libio/oldiofclose.c: Likewise.
29253 * libio/oldiofdopen.c: Likewise.
29254 * libio/oldiofopen.c: Likewise.
29255 * libio/oldiopopen.c: Likewise.
29256 * libio/wfiledoalloc.c: Likewise.
29257 * libio/wgenops.c: Likewise.
29258 * locale/programs/xmalloc.c: Likewise.
29259 * misc/syslog.c: Likewise.
29260 * stdio-common/xbug.c: Likewise.
29261 * string/memchr.c: Likewise.
29262 * string/memcmp.c: Likewise.
29263 * string/memrchr.c: Likewise.
29264 * string/rawmemchr.c: Likewise.
29265 * sysdeps/posix/getcwd.c: Likewise.
29266 * time/strftime_l.c: Likewise.
29267
3b100462
JM
292682012-01-30 Joseph Myers <joseph@codesourcery.com>
29269
29270 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
29271 * config.make.in (config-cflags-sse2avx): Define.
29272 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
29273 Fix typo.
29274
607998af
CM
292752012-01-29 Chris Metcalf <cmetcalf@tilera.com>
29276
29277 * scripts/config.guess: Update from upstream config git repository.
29278 * scripts/config.sub: Likewise.
29279
3601428f
CM
292802012-01-28 Chris Metcalf <cmetcalf@tilera.com>
29281
3ac8b282
CM
29282 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
29283 (EM_NUM): Update.
29284 (R_TILEPRO_*, R_TILEGX_*): New macros.
29285
e034841e
CM
29286 * scripts/firstversions.awk: Fix bug in version range handling.
29287
540d7568
CM
29288 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
29289
3601428f
CM
29290 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
29291
463de862
CM
29292 * include/sys/epoll.h: New file.
29293 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
29294 libc_hidden_def.
29295
73139a76
UD
292962012-01-28 Ulrich Drepper <drepper@gmail.com>
29297
96bc5b45
UD
29298 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
29299 Avoid unnecessary __WORDSIZE == 64 test.
29300 (fmaxf): Use VEX format if possible.
29301 (fmax): Likewise.
29302 (fminf): Likewise.
29303 (fmin): Likewise.
29304
56f6f6a2
UD
29305 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
29306 * math/math_private.h: Remove libc_fegetround* and
29307 libc_fesetround*.
29308 * sysdeps/i386/configure.in: Check for -msse2avx.
29309 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
29310 also if SSE2AVX is defined.
29311 Remove libc_fegetround* and libc_fesetround*.
29312 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
29313 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
29314 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
29315 of HAS_YMM_USABLE.
29316 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29317 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29318 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29319 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29320 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
29321
73139a76
UD
29322 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
29323
d73f93a4
AZ
293242012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29325
29326 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
29327 size is not set.
29328 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
29329
6ee65ed6
UD
293302012-01-27 Ulrich Drepper <drepper@gmail.com>
29331
29332 [BZ #13618]
29333 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
29334 relocation.
29335 * Makeconfig (libm): Define.
29336 * elf/Makefile: Add rules to build and run tst-relsort1.
29337 * elf/tst-relsort1.c: New file.
29338 * elf/tst-relsort1mod1.c: New file.
29339 * elf/tst-relsort1mod2.c: New file.
29340
8db21882
JM
293412012-01-27 Joseph Myers <joseph@codesourcery.com>
29342
29343 * math/s_ldexp.c: Remove __STDC__ conditionals.
29344 * math/s_ldexpf.c: Likewise.
29345 * math/s_ldexpl.c: Likewise.
29346 * math/s_nextafter.c: Likewise.
29347 * math/s_nexttowardf.c: Likewise.
29348 * math/s_significand.c: Likewise.
29349 * math/s_significandf.c: Likewise.
29350 * math/s_significandl.c: Likewise.
29351 * math/w_jnl.c: Likewise.
29352 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
29353 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
29354 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
29355 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
29356 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
29357 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
29358 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
29359 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
29360 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
29361 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
29362 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
29363 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29364 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
29365 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
29366 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
29367 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
29368 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
29369 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
29370 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29371 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
29372 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
29373 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
29374 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
29375 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
29376 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
29377 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
29378 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
29379 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
29380 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
29381 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
29382 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
29383 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
29384 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
29385 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
29386 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
29387 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
29388 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
29389 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
29390 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
29391 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
29392 * sysdeps/ieee754/k_standard.c: Likewise.
29393 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
29394 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
29395 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
29396 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
29397 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
29398 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
29399 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
29400 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
29401 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
29402 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
29403 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
29404 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
29405 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
29406 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
29407 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
29408 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
29409 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
29410 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
29411 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
29412 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
29413 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
29414 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
29415 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
29416 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
29417 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
29418 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
29419 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
29420 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
29421 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
29422 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
29423 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
29424 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
29425 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
29426 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
29427 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
29428 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
29429 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
29430 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
29431 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
29432 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
29433 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
29434 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
29435 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
29436 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
29437 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
29438 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
29439 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
29440 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
29441 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
29442 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
29443 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
29444 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
29445 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
29446 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
29447 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
29448 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
29449 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
29450 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
29451 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
29452 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
29453 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
29454 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
29455 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
29456 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
29457 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
29458 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
29459 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
29460 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
29461 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
29462 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
29463 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
29464 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
29465 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
29466 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
29467 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
29468 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
29469 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
29470 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
29471 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
29472 * sysdeps/ieee754/s_matherr.c: Likewise.
29473 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
29474 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
29475 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
29476 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
29477
965a54a4
JM
294782012-01-26 Joseph Myers <joseph@codesourcery.com>
29479
29480 * crypt/md5.h: Remove __STDC__ conditionals.
29481 * libio/libioP.h: Likewise.
29482 * locale/programs/config.h: Likewise.
29483 * sysdeps/generic/sysdep.h: Likewise.
29484 * sysdeps/i386/asm-syntax.h: Likewise.
29485 * sysdeps/s390/asm-syntax.h: Likewise.
29486 * sysdeps/unix/sysdep.h: Likewise.
29487 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
29488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29489
7071ad79
JM
294902012-01-26 Joseph Myers <joseph@codesourcery.com>
29491
29492 * libio/libio.h: Remove __STDC__ conditionals.
29493 * malloc/obstack.h: Likewise.
29494 * math/complex.h: Likewise.
29495 * math/math.h: Likewise.
29496 * sysdeps/generic/_G_config.h: Likewise.
29497 * sysdeps/gnu/_G_config.h: Likewise.
29498 * sysdeps/mach/hurd/_G_config.h: Likewise.
29499 * sysdeps/powerpc/bits/mathdef.h: Likewise.
29500 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
29501 * sysdeps/sparc/bits/mathdef.h: Likewise.
29502
afc5ed09
UD
295032012-01-26 Ulrich Drepper <drepper@gmail.com>
29504
29505 [BZ #13583]
29506 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 29507 Clean up HAS_* macros.
afc5ed09 29508 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
29509 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
29510 possible.
29511 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
29512 HAS_AVX.
29513 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29514 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29515 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29516 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29517 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 29518
bdb6de1d
JM
295192012-01-25 Joseph Myers <joseph@codesourcery.com>
29520
29521 * elf/tst-unique3.cc (gets): Remove declaration.
29522 * elf/tst-unique3lib.cc (gets): Likewise.
29523 * elf/tst-unique3lib2.cc (gets): Likewise.
29524 * elf/tst-unique4.cc (gets): Likewise.
29525
b15549e6
UD
295262012-01-24 Ulrich Drepper <drepper@gmail.com>
29527
29528 * include/stdio.h: Add C++ protection. Add gets declarations and
29529 definitions.
29530 * debug/tst-chk1.c: Don't declare gets here.
29531 * stdio-common/tst-gets.c: Likewise.
29532
a037381f
JM
295332012-01-24 Joseph Myers <joseph@codesourcery.com>
29534
29535 * posix/glob: Remove directory.
29536
f1d4aa75
JM
295372012-01-24 Joseph Myers <joseph@codesourcery.com>
29538
29539 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
29540
81c0c964
PT
295412012-01-22 Pino Toscano <toscano.pino@tiscali.it>
29542
29543 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
29544 of the non-standard EPFNOSUPPORT.
29545
0ea698ae
ST
295462011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
29547
29548 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
29549 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
29550 ANYWHERE set to 1 only on KERN_NO_SPACE error.
29551
d220b117
UD
295522012-01-21 Ulrich Drepper <drepper@gmail.com>
29553
29554 * wcsmbs/uchar.h: Test __STDC_VERSION__.
29555
3e1aa84e
UD
295562012-01-20 Ulrich Drepper <drepper@gmail.com>
29557
29558 * nscd/aicache.c (addhstaiX): Do not cache negative results of
29559 transient errors.
29560 * nscd/grpcache.c (cache_addgr): Likewise.
29561 * nscd/hstcache.c (cache_addhst): Likewise.
29562 * nscd/initgrcache.c (addinitgroupsX): Likewise.
29563 * nscd/pwdcache.c (cache_addpw): Likewise.
29564 * nscd/servicescache.c (cache_addserv): Likewise.
29565
400aa020
UD
295662012-01-16 Ulrich Drepper <drepper@gmail.com>
29567
d77e7869
UD
29568 * malloc/malloc.c: Various cleanups.
29569 * malloc/hooks.c: Likewise.
29570
400aa020
UD
29571 * stdlib/Makefile (tests): Add bug-fmtmsg1.
29572 * stdlib/bug-fmtmsg1.c: New file.
29573
29574 * stdlib/fmtmsg.c (init): Add missing unlock.
29575 Patch by Peng Haitao <penght@cn.fujitsu.com>.
29576
e0a309cf
MP
295772012-01-12 Marek Polacek <polacek@redhat.com>
29578
29579 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
29580 and _GNU_SOURCE.
29581
929d11c7
WS
295822012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
29583
29584 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
29585 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
29586 macro to ensure uniqueness of label name.
29587 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
29588 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
29589
41d0e869
UD
295902012-01-11 Ulrich Drepper <drepper@gmail.com>
29591
0cc5ed3b
UD
29592 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
29593
41d0e869
UD
29594 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
29595 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
29596 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
29597 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
29598
a47a831a
UD
295992012-01-10 Ulrich Drepper <drepper@gmail.com>
29600
daa891c0
UD
29601 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
29602
29603 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
29604 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
29605 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
29606
e58ef0f2
UD
29607 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
29608
a47a831a 29609 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
29610 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
29611 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 29612 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
29613
29614 * math/bits/math-finite.h: Add ldexp support.
29615
a0bfc9c7
MP
296162012-01-10 Marek Polacek <polacek@redhat.com>
29617
29618 * locale/programs/localedef.h (show_archive_content): Add noreturn
29619 attribute.
29620
d6e97a1d
UD
296212012-01-09 Ulrich Drepper <drepper@gmail.com>
29622
29623 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
29624
d5835c26
UD
296252012-01-08 Ulrich Drepper <drepper@gmail.com>
29626
e5f484c6
UD
29627 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
29628
d5835c26
UD
29629 * io/Makefile (headers): Add bits/poll2.h.
29630
d1f741e9
WS
296312011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
29632
29633 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
29634 typo #include statement.
29635
ec09c1c4
UD
296362012-01-08 Ulrich Drepper <drepper@gmail.com>
29637
29638 * include/sys/cdefs.h: Define __attribute_alloc_size.
29639 * catgets/gencat.c: Add alloc_size attribute and apply consistently
29640 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
29641 * elf/pldd.c: Likewise.
29642 * iconv/iconv_charmap.c: Likewise.
29643 * iconv/iconvconfig.c: Likewise.
29644 * iconv/strtab.c: Likewise.
29645 * locale/programs/locale.c: Likewise.
29646 * locale/programs/localedef.h: Likewise.
29647 * locale/programs/simple-hash.c: Likewise.
29648 * nscd/nscd.h: Likewise.
29649 * nss/makedb.c: Likewise.
29650 * sysdeps/generic/ldconfig.h: Likewise.
29651 * locale/programs/localedef.c: Remove xmalloc prototype.
29652 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
29653
20b38e03
PP
296542012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
29655
29656 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
29657 appropriate.
29658
a0da5fe1
UD
296592012-01-08 Ulrich Drepper <drepper@gmail.com>
29660
1d5a644a 29661 * math/Makefile (tests): Add tst-CMPLX.
669704fd 29662 * math/tst-CMPLX.c: New file.
1d5a644a 29663
8784a6db
UD
29664 * math/complex.h (CMPLXL): Fix typo.
29665
d9a216c0
UD
29666 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
29667 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
29668 GLIBC_2.16.
29669 * debug/tst-chk1.c: Add poll and ppoll tests.
29670 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
29671 * include/sys/poll.h: Add hidden proto for ppoll.
29672 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
29673 * sysdeps/mach/hurd/ppoll.c: Likewise.
29674 * io/ppoll.c: Likewise.
29675 * debug/poll_chk.c: New file.
29676 * debug/ppoll_chk.c: New file.
29677 * include/bits/poll2.h: New file.
29678 * io/bits/poll2.h: New file.
29679
ac097f5c
UD
29680 [BZ #1350]
29681 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
29682
2119dcfa
UD
29683 * configure.in: static is always set to yes. Remove.
29684 * config.make.in: Don't set build-static.
29685 * Makeconfig: Remove use of build-static.
29686 * dlfcn/Makefile: Likewise.
29687 * elf/Makefile: Likewise.
29688 * math/Makefile: Likewise.
29689 * misc/Makefile: Likewise.
29690 * nptl/Makefile: Likewise.
29691 * sysdeps/mach/hurd/Makefile: Likewise.
29692
121766a9
UD
29693 * configure.in: PWD_P is not used anymore.
29694 * config.make.in: Remove PWD_P entry.
29695
51a1d39c 29696 * configure.in: Remove last remnants of RANLIB.
8720d066 29697 No need to check for signed size_t anymore.
215f4bdc
UD
29698 Don't set libc_commonpagesize and libc_relro_required here for Alpha
29699 and IA-64.
3857022a 29700 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
29701 * aclocal.m4: Likewise.
29702
d3ed7225
UD
29703 * wcsmbs/mbrtoc16.c: Implement using towc function.
29704 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
29705 * wcsmbs/wcsmbsload.c: Likewise.
29706 * iconv/gconv_simple.c: Likewise.
29707 * iconv/gconv_int.h: Likewise.
29708 * iconv/gconv_builtin.h: Likewise.
29709 * iconv/iconv_prog.c: Remove CHAR16 handling.
29710
29711 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
29712
29713 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
29714
a0da5fe1
UD
29715 * configure.in: Remove --with-elf and --enable-bounded options.
29716 Dont set base_machine for ia64. More non-ELF conditions removed.
29717 Remove testing and setting of leading underscore information.
29718 * config.make.in (build-bounded): Set to no.
29719 * config.h.in: Remove NO_UNDERSCORES entry.
29720 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
29721 them.
29722 * csu/start.c: Remove !NO_UNDERSCORE code.
29723 * locale/localeinfo.h: Likewise.
29724 * sysdeps/generic/machine-gmon.h: Likewise.
29725 * sysdeps/generic/sysdep.h: Likewise.
29726 * sysdeps/i386/sysdep.h: Likewise.
29727 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
29728 * sysdeps/mach/sysdep.h: Likewise.
29729 * sysdeps/s390/s390-32/sysdep.h: Likewise.
29730 * sysdeps/s390/s390-64/sysdep.h: Likewise.
29731 * sysdeps/sh/sysdep.h: Likewise.
29732 * sysdeps/sparc/sparc32/alloca.S: Likewise.
29733 * sysdeps/unix/i386/sysdep.S: Likewise.
29734 * sysdeps/unix/sparc/start.c: Likewise.
29735 * sysdeps/unix/sparc/sysdep.S: Likewise.
29736 * sysdeps/unix/sparc/sysdep.h: Likewise.
29737 * sysdeps/unix/start.c: Likewise.
29738 * sysdeps/unix/x86_64/sysdep.S: Likewise.
29739 * sysdeps/x86_64/sysdep.h: Likewise.
29740
df78418a
UD
297412012-01-07 Ulrich Drepper <drepper@gmail.com>
29742
a784e502
UD
29743 [BZ #13553]
29744 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
29745 for non-gcc.
29746 * argp/argp-fmtstream.h: Use const instead __const.
29747 * argp/argp.h: Likewise.
29748 * assert/assert.h: Likewise.
29749 * bits/fenv.h: Likewise.
29750 * bits/sched.h: Likewise.
29751 * bits/sigset.h: Likewise.
29752 * bits/sigthread.h: Likewise.
29753 * catgets/nl_types.h: Likewise.
29754 * conform/data/pthread.h-data: Likewise.
29755 * crypt/crypt-private.h: Likewise.
29756 * crypt/crypt.h: Likewise.
29757 * crypt/crypt_util.c: Likewise.
29758 * ctype/ctype.h: Likewise.
29759 * debug/execinfo.h: Likewise.
29760 * debug/mbsnrtowcs_chk.c: Likewise.
29761 * debug/mbsrtowcs_chk.c: Likewise.
29762 * debug/wcsnrtombs_chk.c: Likewise.
29763 * debug/wcsrtombs_chk.c: Likewise.
29764 * debug/wcstombs_chk.c: Likewise.
29765 * dirent/dirent.h: Likewise.
29766 * dlfcn/dlfcn.h: Likewise.
29767 * elf/neededtest4.c: Likewise.
29768 * grp/grp.h: Likewise.
29769 * gshadow/gshadow.h: Likewise.
29770 * iconv/gconv.h: Likewise.
29771 * iconv/gconv_int.h: Likewise.
29772 * iconv/gconv_simple.c: Likewise.
29773 * iconv/iconv.h: Likewise.
29774 * iconv/loop.c: Likewise.
29775 * iconv/skeleton.c: Likewise.
29776 * include/aio.h: Likewise.
29777 * include/aliases.h: Likewise.
29778 * include/argz.h: Likewise.
29779 * include/arpa/inet.h: Likewise.
29780 * include/assert.h: Likewise.
29781 * include/dirent.h: Likewise.
29782 * include/dlfcn.h: Likewise.
29783 * include/execinfo.h: Likewise.
29784 * include/fcntl.h: Likewise.
29785 * include/fenv.h: Likewise.
29786 * include/glob.h: Likewise.
29787 * include/grp.h: Likewise.
29788 * include/libintl.h: Likewise.
29789 * include/mntent.h: Likewise.
29790 * include/netdb.h: Likewise.
29791 * include/pwd.h: Likewise.
29792 * include/rpc/netdb.h: Likewise.
29793 * include/sched.h: Likewise.
29794 * include/search.h: Likewise.
29795 * include/shadow.h: Likewise.
29796 * include/signal.h: Likewise.
29797 * include/stdio.h: Likewise.
29798 * include/stdlib.h: Likewise.
29799 * include/string.h: Likewise.
29800 * include/sys/socket.h: Likewise.
29801 * include/sys/stat.h: Likewise.
29802 * include/sys/statfs.h: Likewise.
29803 * include/sys/statvfs.h: Likewise.
29804 * include/sys/syslog.h: Likewise.
29805 * include/sys/time.h: Likewise.
29806 * include/sys/uio.h: Likewise.
29807 * include/time.h: Likewise.
29808 * include/unistd.h: Likewise.
29809 * include/utmp.h: Likewise.
29810 * include/wchar.h: Likewise.
29811 * include/wctype.h: Likewise.
29812 * inet/aliases.h: Likewise.
29813 * inet/arpa/inet.h: Likewise.
29814 * inet/netinet/ether.h: Likewise.
29815 * inet/netinet/in.h: Likewise.
29816 * intl/libintl.h: Likewise.
29817 * io/bits/fcntl2.h: Likewise.
29818 * io/fcntl.h: Likewise.
29819 * io/ftw.h: Likewise.
29820 * io/sys/poll.h: Likewise.
29821 * io/sys/stat.h: Likewise.
29822 * io/sys/statfs.h: Likewise.
29823 * io/sys/statvfs.h: Likewise.
29824 * io/utime.h: Likewise.
29825 * libio/bits/stdio.h: Likewise.
29826 * libio/bits/stdio2.h: Likewise.
29827 * libio/libio.h: Likewise.
29828 * libio/libioP.h: Likewise.
29829 * libio/stdio.h: Likewise.
29830 * locale/lc-ctype.c: Likewise.
29831 * locale/locale.h: Likewise.
29832 * login/utmp.h: Likewise.
29833 * malloc/arena.c: Likewise.
29834 * malloc/malloc.c: Likewise.
29835 * malloc/malloc.h: Likewise.
29836 * malloc/mcheck.c: Likewise.
29837 * malloc/mtrace.c: Likewise.
29838 * math/bits/mathcalls.h: Likewise.
29839 * math/fenv.h: Likewise.
29840 * math/math_private.h: Likewise.
29841 * misc/bits/error.h: Likewise.
29842 * misc/bits/syslog.h: Likewise.
29843 * misc/err.h: Likewise.
29844 * misc/error.h: Likewise.
29845 * misc/fstab.h: Likewise.
29846 * misc/mntent.h: Likewise.
29847 * misc/regexp.h: Likewise.
29848 * misc/search.h: Likewise.
29849 * misc/sgtty.h: Likewise.
29850 * misc/sys/mman.h: Likewise.
29851 * misc/sys/syslog.h: Likewise.
29852 * misc/sys/uio.h: Likewise.
29853 * misc/sys/xattr.h: Likewise.
29854 * misc/ttyent.h: Likewise.
29855 * nis/rpcsvc/ypclnt.h: Likewise.
29856 * nss/nss.h: Likewise.
29857 * posix/bits/unistd.h: Likewise.
29858 * posix/fnmatch.h: Likewise.
29859 * posix/glob.h: Likewise.
29860 * posix/sched.h: Likewise.
29861 * posix/spawn.h: Likewise.
29862 * posix/sys/wait.h: Likewise.
29863 * posix/unistd.h: Likewise.
29864 * posix/wordexp.h: Likewise.
29865 * pwd/pwd.h: Likewise.
29866 * resolv/netdb.h: Likewise.
29867 * resource/sys/resource.h: Likewise.
29868 * rt/aio.h: Likewise.
29869 * rt/bits/mqueue2.h: Likewise.
29870 * rt/mqueue.h: Likewise.
29871 * shadow/shadow.h: Likewise.
29872 * signal/signal.h: Likewise.
29873 * socket/send.c: Likewise.
29874 * socket/sendto.c: Likewise.
29875 * socket/sys/socket.h: Likewise.
29876 * stdio-common/printf.h: Likewise.
29877 * stdlib/bits/stdlib.h: Likewise.
29878 * stdlib/fmtmsg.h: Likewise.
29879 * stdlib/monetary.h: Likewise.
29880 * stdlib/stdlib.h: Likewise.
29881 * stdlib/ucontext.h: Likewise.
29882 * streams/stropts.h: Likewise.
29883 * string/argz.h: Likewise.
29884 * string/bits/string2.h: Likewise.
29885 * string/string.h: Likewise.
29886 * string/strings.h: Likewise.
29887 * sunrpc/rpc/auth.h: Likewise.
29888 * sunrpc/rpc/auth_des.h: Likewise.
29889 * sunrpc/rpc/clnt.h: Likewise.
29890 * sunrpc/rpc/netdb.h: Likewise.
29891 * sunrpc/rpc/pmap_clnt.h: Likewise.
29892 * sunrpc/rpc/xdr.h: Likewise.
29893 * sysdeps/generic/inttypes.h: Likewise.
29894 * sysdeps/generic/net/if.h: Likewise.
29895 * sysdeps/generic/sys/swap.h: Likewise.
29896 * sysdeps/gnu/net/if.h: Likewise.
29897 * sysdeps/gnu/utmpx.h: Likewise.
29898 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
29899 * sysdeps/i386/i486/bits/string.h: Likewise.
29900 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
29901 * sysdeps/s390/bits/string.h: Likewise.
29902 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
29903 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
29904 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
29905 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
29906 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
29907 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
29908 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
29909 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
29910 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
29911 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
29912 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
29913 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29914 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
29915 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29916 * sysdeps/unix/sysv/linux/readv.c: Likewise.
29917 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
29918 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
29919 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
29920 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
29921 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
29922 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
29923 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
29924 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
29925 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
29926 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
29927 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
29928 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
29929 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
29930 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
29931 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
29932 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
29933 * sysvipc/sys/ipc.h: Likewise.
29934 * sysvipc/sys/msg.h: Likewise.
29935 * sysvipc/sys/sem.h: Likewise.
29936 * sysvipc/sys/shm.h: Likewise.
29937 * termios/termios.h: Likewise.
29938 * time/sys/time.h: Likewise.
29939 * time/time.h: Likewise.
29940 * wcsmbs/bits/wchar2.h: Likewise.
29941 * wcsmbs/uchar.h: Likewise.
29942 * wcsmbs/wchar.h: Likewise.
29943 * wctype/wctype.h: Likewise.
29944
0269750c
UD
29945 [BZ #13551]
29946 * Makeconfig: Remove all but ELF support including AIX support.
29947 * Makerules: Likewise.
29948 * config.h.in: Likewise.
29949 * config.make.in: Likewise.
29950 * configure: Likewise.
29951 * configure.in: Likewise.
29952 * csu/Makefile: Likewise.
29953 * csu/version.c: Likewise.
29954 * debug/Makefile: Likewise.
29955 * dlfcn/Makefile: Likewise.
29956 * elf/Makefile: Likewise.
29957 * extra-lib.mk: Likewise.
29958 * iconv/Makefile: Likewise.
29959 * include/libc-symbols.h: Likewise.
29960 * include/shlib-compat.h: Likewise.
29961 * resolv/Makefile: Likewise.
29962 * resolv/res_libc.c: Likewise.
29963 * rt/Makefile: Likewise.
29964 * sysdeps/i386/asm-syntax.h: Likewise.
29965 * sysdeps/i386/sysdep.h: Likewise.
29966 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
29967 * sysdeps/mach/sysdep.h: Likewise.
29968 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
29969 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
29970 * sysdeps/s390/asm-syntax.h: Likewise.
29971 * sysdeps/s390/s390-32/sysdep.h: Likewise.
29972 * sysdeps/s390/s390-64/sysdep.h: Likewise.
29973 * sysdeps/sh/sysdep.h: Likewise.
29974 * sysdeps/unix/sparc/sysdep.h: Likewise.
29975 * sysdeps/wordsize-32/divdi3.c: Likewise.
29976 * sysdeps/x86_64/sysdep.h: Likewise.
29977
00bbd29b
UD
29978 * argp/Versions: Remove _argp_unlock_xxx.
29979
29980 [BZ #13559]
29981 * abilist/ld.abilist: Update. Adjust for removal of tls option.
29982 * abilist/libBrokenLocale.abilist: Likewise.
29983 * abilist/libanl.abilist: Likewise.
29984 * abilist/libc.abilist: Likewise.
29985 * abilist/libcrypt.abilist: Likewise.
29986 * abilist/libdl.abilist: Likewise.
29987 * abilist/libm.abilist: Likewise.
29988 * abilist/libnsl.abilist: Likewise.
29989 * abilist/libpthread.abilist: Likewise.
29990 * abilist/libresolv.abilist: Likewise.
29991 * abilist/librt.abilist: Likewise.
29992 * abilist/libthread_db.abilist: Likewise.
29993 * abilist/libutil.abilist: Likewise.
29994 * abilist/libnss_db.abilist: New file.
29995
29996 * scripts/abilist.awk: Add support for indirect functions.
29997
a2693a0e
UD
29998 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
29999
3f05895f
UD
30000 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
30001
ecb6fb48
UD
30002 * shlib-versions: Remove entries for ports architectures.
30003
664f8cb9
UD
30004 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
30005 files in ports.
30006 * elf/stackguard-macros.h: Remove support for IA-64.
30007 * elf/tst-auditmod1.c: Likewise.
30008 * sysdeps/generic/ldsodefs.h: Likewise.
30009
7ae81d88
UD
30010 * sysdeps/unix/sysv/linux/configure.in: Ports should define
30011 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
30012 configure files.
30013
bdeba135
UD
30014 [BZ #13552]
30015 * configure.in: Remove --enable-omitfp support.
30016 * FAQ.in: Adjust.
30017 * config.make.in: Likewise.
30018 * Makeconfig: Likewise.
30019 * manual/install.texi: Likewise.
30020
d75a0a62
UD
30021 In case anyone cares, the IA-64 architecture could move to ports.
30022 * sysdeps/ia64/*: Removed.
30023 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 30024 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 30025
dcc9756b
UD
30026 [BZ #13555]
30027 * configure.in: Remove entries for unsupported architectures.
30028
d3761ebc 30029 [BZ #13533]
9954432e
UD
30030 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
30031 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
30032 routines.
30033 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
30034 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
30035 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
30036 fall back to using wcrtomb.
30037 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
30038 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
30039 renaming.
30040 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
30041 * wcsmbs/tst-c16c32-1.c: New file.
30042
30043 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
30044 local variable.
30045
c3a87236
UD
30046 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
30047
28926a1b
UD
30048 * elf/tst-unique3.cc: Add explicit declaration of gets.
30049 * elf/tst-unique3lib.cc: Likewise.
30050 * elf/tst-unique3lib2.cc: Likewise.
30051 * elf/tst-unique4.cc: Likewise.
30052
df78418a
UD
30053 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
30054
8ecd6b2a
JM
300552012-01-06 Joseph Myers <joseph@codesourcery.com>
30056
30057 [BZ #13566]
30058 * assert/assert.h (static_assert): Don't define for C++.
30059 * libio/stdio.h (gets): Do declare for C++ <= C++11.
30060 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
30061
9f115170
UD
300622012-01-03 Ulrich Drepper <drepper@gmail.com>
30063
5e0d0300
UD
30064 * iconv/loop.c (single loop): Fix assertion in storing of
30065 remaining bytes.
30066
9f115170
UD
30067 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
30068
81fb02b0
UD
300692012-01-01 Ulrich Drepper <drepper@gmail.com>
30070
30071 * posix/getconf.c: Update copyright year.
30072 * nss/getent.c: Likewise.
a316c1f6 30073 * nss/makedb.c: Likewise.
81fb02b0
UD
30074 * iconv/iconvconfig.c: Likewise.
30075 * iconv/iconv_prog.c: Likewise.
30076 * elf/ldconfig.c: Likewise.
a316c1f6
UD
30077 * elf/pldd.c: Likewise.
30078 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
30079 * catgets/gencat.c: Likewise.
30080 * csu/version.c: Likewise.
30081 * elf/ldd.bash.in: Likewise.
30082 * elf/sprof.c (print_version): Likewise.
30083 * locale/programs/locale.c: Likewise.
30084 * locale/programs/localedef.c: Likewise.
a316c1f6 30085 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
30086 * nscd/nscd.c (print_version): Likewise.
30087 * debug/xtrace.sh: Likewise.
30088 * malloc/memusage.sh: Likewise.
30089 * malloc/mtrace.pl: Likewise.
30090 * debug/catchsegv.sh: Likewise.
30091
2ba92745
JJ
300922011-12-30 Jakub Jelinek <jakub@redhat.com>
30093
30094 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
30095 pure attribute.
30096
dadebdae
UD
300972011-12-24 Ulrich Drepper <drepper@gmail.com>
30098
d3761ebc 30099 [BZ #13533]
db6af3eb
UD
30100 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
30101 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
30102 transformations.
30103 * iconv/gconv_int.h: Likewise.
30104 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
30105 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
30106 from libc for GLIBC_2.16.
30107 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
30108 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
30109 * wcsmbs/uchar.h: Really define mbstate_t.
30110 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
30111 * wcsmbs/c16rtomb.c: New file.
30112 * wcsmbs/mbrtoc16.c: New file.
30113 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
30114 for C/POSIX locale.
30115 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
30116 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
30117
dadebdae
UD
30118 * wcsmbs/wchar.h: Add missing __restrict.
30119
67371b56
UD
301202011-12-23 Ulrich Drepper <drepper@gmail.com>
30121
74033a25
UD
30122 [BZ #13532]
30123 * time/Makefile (routines): Add timespec_get.
30124 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
30125 * time/time.h: Define TIME_UTC and declare timespec_get. Define
30126 timespec for ISO C11.
30127 * time/timespec_get.c: New file.
30128 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
30129 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
30130
380d7e87
UD
30131 [BZ #13531]
30132 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
30133 * stdlib/stdlib.h: Declare aligned_alloc.
30134 * Versions.def: Add GLIBC_2.16 for libc.
30135 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
30136
4e9e7a35
UD
30137 [BZ 13527]
30138 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
30139 ISO C11.
30140
380d7e87 30141 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
30142 code.
30143
03a71829
UD
30144 [BZ #13528]
30145 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
30146
839e283e
UD
30147 [BZ #13529]
30148 * assert/assert.h (static_assert): Define.
30149
ce5294e2 30150 * version.h: Update for 2.16 development version.
90fa7312 30151
8d44e150 30152 [BZ #13526]
d7809905
UD
30153 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
30154 _ISOC11_SOURCE.
30155
c0da14cd
UD
30156 * version.h (RELEASE): Bump for 2.15 release.
30157 * include/features.h (__GLIBC_MINOR__): Bump to 15.
30158
530a3249
MP
30159 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
30160 Patch by Marek Polacek <mpolacek@redhat.com>.
30161
67371b56
UD
30162 * bits/byteswap.h: Protect long long constants with __extension__.
30163 * sysdeps/i386/bits/byteswap.h: Likewise.
30164 * sysdeps/ia64/bits/byteswap.h: Likewise.
30165 * sysdeps/s390/bits/byteswap.h: Likewise.
30166 * sysdeps/x86_64/bits/byteswap.h: Likewise.
30167
15db4de1
LD
301682011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30169
30170 [BZ #13540]
bbe315ea
LD
30171 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
30172 destination buffer.
15db4de1
LD
30173 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
30174
2b2596b1
MP
301752011-12-23 Marek Polacek <polacek@redhat.com>
30176
30177 * elf/dl-addr.c (determine_info): Add inline keyword.
30178 * elf/tst-auditmod4b.c (check_avx): Likewise.
30179 * elf/tst-auditmod6b.c (check_avx): Likewise.
30180 * elf/tst-auditmod6c.c (check_avx): Likewise.
30181 * elf/tst-auditmod7b.c (check_avx): Likewise.
30182
70c6c246
UD
301832011-12-23 Ulrich Drepper <drepper@gmail.com>
30184
30185 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
30186 !__SSE_MATH__.
30187
c044cf14
LD
301882011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30189
15db4de1 30190 [BZ #13540]
c044cf14
LD
30191 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
30192 processing for last bytes.
30193
6b13d9d9
BH
301942011-08-06 Bruno Haible <bruno@clisp.org>
30195
d455f537
BH
30196 [BZ #13061]
30197 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
30198 U+0385, not to U+1FEE.
30199
6b13d9d9
BH
30200 [BZ #13062]
30201 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
30202 entry for U+00A5 U+0301.
30203
db910efd
UD
302042011-12-22 Ulrich Drepper <drepper@gmail.com>
30205
27deeafc
UD
30206 [BZ #13166]
30207 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
30208 buffer for the output is too small.
30209
aed9d171
UD
30210 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
30211 optimization.
30212
db910efd
UD
30213 [BZ #13185]
30214 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
30215 SSE flags if possible.
30216
2bd779ae
LD
302172011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30218
e7f9dac3 30219 [BZ #13540]
2bd779ae
LD
30220 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
30221 processing for last bytes.
30222
154bfc16
JM
302232011-12-22 Joseph Myers <joseph@codesourcery.com>
30224
30225 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
30226 (syscall-list-default-options, syscall-list-default-condition)
30227 (syscall-list-includes): Define.
30228 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
30229 list of ABIs and options and #if conditions for each ABI. Do not
30230 handle common syscalls between ABIs specially.
30231 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
30232 Remove.
30233 (syscall-list-variants, syscall-list-32bit-options)
30234 (syscall-list-32bit-condition, syscall-list-64bit-options)
30235 (syscall-list-64bit-condition): Define.
30236 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
30237 (syscall-list-variants, syscall-list-32bit-options)
30238 (syscall-list-32bit-condition, syscall-list-64bit-options)
30239 (syscall-list-64bit-condition): Define.
30240 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
30241 Remove.
30242 (syscall-list-variants, syscall-list-32bit-options)
30243 (syscall-list-32bit-condition, syscall-list-64bit-options)
30244 (syscall-list-64bit-condition): Define.
30245 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
30246 Remove.
30247 (syscall-list-variants, syscall-list-32bit-options)
30248 (syscall-list-32bit-condition, syscall-list-64bit-options)
30249 (syscall-list-64bit-condition): Define.
30250
21eaf3a5
UD
302512011-12-22 Ulrich Drepper <drepper@gmail.com>
30252
16c6f992
UD
30253 * locale/iso-639.def: Add brx entry.
30254
41043168
UD
30255 [BZ #13328]
30256 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
30257 Proposed by Mariusz_Cukr <marcukr@op.pl>.
30258
21eaf3a5
UD
30259 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
30260 __feraiseexcept_renamed.
30261
e3a851a2
UD
302622011-12-21 Ulrich Drepper <drepper@gmail.com>
30263
4920765e
UD
30264 [BZ #13538]
30265 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
30266 EPOLLET with unsigned values.
30267 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
30268 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
30269
e3a851a2
UD
30270 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
30271 to large cancellation.
30272 * math/s_cacoshf.c: Likewise.
30273 * math/s_cacoshl.c: Likewise.
30274
b27e24b8
RK
302752011-11-18 Richard B. Kreckel <kreckel@ginac.de>
30276
30277 [BZ #13305]
aebefeee 30278 [BZ #12786]
b27e24b8
RK
30279 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
30280 * math/s_cacoshf.c: Likewise.
30281 * math/s_cacoshl.c: Likewise.
30282
ee190f67
UD
302832011-12-21 Ulrich Drepper <drepper@gmail.com>
30284
30285 [BZ #13439]
30286 * iconv/gconv.h: Define __GCONV_SWAP.
30287 * iconvdata/unicode.c: The swap bit must be stored in __flags.
30288 * iconvdata/utf-16.c: Likewise.
30289 * iconvdata/utf-32.c: Likewise.
30290
707f25df
AS
302912011-12-21 Andreas Schwab <schwab@linux-m68k.org>
30292
30293 [BZ #13524]
30294 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
30295 numerator after shifting it by one limb.
30296
d2daaa1e
RÁE
302972011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
30298
30299 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
30300 under [__USE_EXTERN_INLINES].
30301
a4647e72
UD
303022011-12-17 Ulrich Drepper <drepper@gmail.com>
30303
30304 [BZ #13446]
30305 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
30306
f0b264f1
AZ
303072011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30308
30309 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
30310 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
30311 optimized code.
30312 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
30313 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
30314 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
30315 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
30316 for strncasecmp/strncasecmp_l compilation.
30317 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
30318 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
30319
8ef4f244
MP
303202011-12-08 Marek Polacek <mpolacek@redhat.com>
30321
30322 [BZ #13484]
30323 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
30324 of __asm__.
30325
97ac2654
UD
303262011-12-17 Ulrich Drepper <drepper@gmail.com>
30327
30328 [BZ #13506]
30329 * time/tzfile.c (__tzfile_read): Check values from file header.
30330
91d2a845
WS
303312011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
30332
30333 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
30334 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
30335 * powerpc/powerpc32/dl-start.S: Likewise.
30336 * powerpc/powerpc32/elf/start.S: Likewise.
30337 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
30338 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
30339 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
30340 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
30341 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
30342 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
30343 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
30344 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30345 * powerpc/powerpc32/fpu/s_round.S: Likewise.
30346 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
30347 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
30348 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
30349 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
30350 * powerpc/powerpc32/memset.S: Likewise.
30351 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
30352 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30353 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30354 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30355 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30356 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
30357 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
30358 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
30359 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
30360 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
30361 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
30362 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
30363 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
30364
a1267ba1
AZ
303652011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30366
30367 * math/libm-test.inc: Added more nearbyint tests.
30368 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
30369 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
30370 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
30371 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
30372
ad8ac1bd
RL
303732011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
30374
30375 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
30376 FD_CLOEXEC.
30377
1d3e4b61
UD
303782011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30379
30380 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
30381 Add wcscpy-ssse3 wcscpy-c.
30382 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
30383 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
30384 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
30385 * sysdeps/x86_64/wcschr.S: New file.
30386 * sysdeps/x86_64/wcsrchr.S: New file.
30387 * string/test-strcmp.c: Remove checking of wcscmp function for
30388 wrong alignments.
30389 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
30390 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
30391 wcsrchr-sse2 wcsrchr-c.
30392 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
30393 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
30394 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
30395 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
30396 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
30397 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
30398 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
30399 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
30400 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
30401 * wcsmbc/wcschr.c (WCSCHR): New macro.
30402
5b330a2d
UD
304032011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30404
30405 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
30406 * wcsmbs/test-wcsrchr.c: New file.
30407 * string/test-strrchr.c: Add wcsrchr support.
30408 (WIDE): New macro.
30409 * wcsmbs/test-wcscpy.c: New file.
30410 * string/test-strcpy.c: Add wcscpy support.
30411 (WIDE): New macro.
26428b7c 30412
f039c043
UD
304132011-12-10 Ulrich Drepper <drepper@gmail.com>
30414
30415 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
30416 the inner loop.
30417
850fb039
AS
304182011-12-06 Andreas Schwab <schwab@linux-m68k.org>
30419
30420 [BZ #13472]
30421 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
30422
4efbd5cb
UD
304232011-12-04 Ulrich Drepper <drepper@gmail.com>
30424
52ff5dd0 30425 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 30426 Minor optimizations.
52ff5dd0 30427
4efbd5cb
UD
30428 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
30429 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
30430 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
30431
8a426e12
UD
304322011-12-03 Ulrich Drepper <drepper@gmail.com>
30433
aff2453d
UD
30434 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
30435 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
30436 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
30437 for gcc to avoid warnings.
30438 * inet/Makefile (tests): Add tst-checks.
30439 * inet/tst-checks.c: New file.
30440
30441 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
30442 warning.
30443
30444 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
30445 __wmemcmp_sse2.
30446
30447 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
30448 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
30449
8a426e12
UD
30450 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
30451
9bea3473
UD
304522011-12-02 Ulrich Drepper <drepper@gmail.com>
30453
3a965496
UD
30454 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
30455 problem.
30456
9bea3473
UD
30457 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
30458
f101631b
UD
304592011-11-29 Joseph Myers <joseph@codesourcery.com>
30460
30461 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
30462 conditional on GCC version.
30463 (__arch_compare_and_exchange_val_8_acq)
30464 (__arch_compare_and_exchange_val_16_acq)
30465 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
30466 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
30467 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
30468
a98275aa
UD
304692011-12-02 Joseph Myers <joseph@codesourcery.com>
30470
30471 * sysdeps/sh/backtrace.c: New file.
30472
d4cc29a2
AS
304732011-12-02 Andreas Schwab <schwab@redhat.com>
30474
30475 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
30476 parenthesis.
30477
6257af2d
AS
304782011-12-01 Andreas Schwab <schwab@redhat.com>
30479
30480 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
30481 falling back to utime.
30482
b5f44c1a
AS
304832011-11-30 Andreas Schwab <schwab@redhat.com>
30484
30485 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
30486 expectations for float.
30487
f3a6cc0a
AS
304882011-11-29 Andreas Schwab <schwab@redhat.com>
30489
30490 * locale/weight.h (findidx): Add parameter len.
30491 * locale/weightwc.h (findidx): Likewise.
30492 * posix/fnmatch_loop.c (FCT): Adjust caller.
30493 * posix/regcomp.c (build_equiv_class): Likewise.
30494 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
30495 * posix/regexec.c (check_node_accept_bytes): Likewise.
30496 * string/strcoll_l.c (STRCOLL): Likewise.
30497 * string/strxfrm_l.c (STRXFRM): Likewise.
30498
9d65ea3a
UD
304992011-11-17 Ulrich Drepper <drepper@gmail.com>
30500
30501 * Makefile.in: Remove CVSOPT handling.
30502 * configure.in: Remove use of AC_REVISION.
30503 * iconvdata/Makefile (distribute): No need to filter out CVS.
30504 * scripts/list-sources.sh: Remove CVS, subversion and monotone
30505 handling.
30506
5583a086
AS
305072011-11-16 Andreas Schwab <schwab@redhat.com>
30508
30509 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
30510 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
30511 [USE_AS_STRNCASECMP_L]: Likewise.
30512 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
30513 NO_TLS_DIRECT_SEG_REFS.
30514 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
30515 Fix argument offsets for non-PIC.
30516 [USE_AS_STRNCASECMP_L]: Likewise.
30517 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
30518 NO_TLS_DIRECT_SEG_REFS.
30519
d62a8200
UD
305202011-11-15 Ulrich Drepper <drepper@gmail.com>
30521
9d65ea3a 30522 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
30523 O_CLOEXEC.
30524 * locale/loadlocale.c (_nl_load_locale): Likewise.
30525
09f93bd3
AS
305262011-11-15 Andreas Schwab <schwab@redhat.com>
30527
446514f9
AS
30528 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
30529 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
30530 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
30531 (SYSCALL_GETTIME): Set errno on error.
30532
09f93bd3
AS
30533 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
30534 count references to noai6ai_cached.
30535
312be3f9
UD
305362011-11-15 Ulrich Drepper <drepper@gmail.com>
30537
30538 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
30539
30540 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
30541 FD_CLOEXEC for /proc/self/maps.
30542
30543 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
30544 FD_CLOEXEC for /proc/meminfo.
30545
30546 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
30547 gai.conf.
30548
30549 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
30550 FD_CLOEXEC for given file.
30551
30552 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
30553
30554 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
30555 FD_CLOEXEC for /etc/hosts.
30556 (_gethtent): Likewise.
30557
30558 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
30559
30560 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
30561 cancellation and set FD_CLOEXEC for /etc/netgroup.
30562
30563 * nss/nss_files/files-key.c (search): Don't allow cancellation when
30564 reading /etc/publickey.
30565
30566 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
30567 allow cancellation when reading /etc/group.
30568
30569 * nss/nss_files/files-alias.c (internal_setent): Don't allow
30570 cancellation.
30571 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
30572
30573 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
30574 when using data file.
30575
30576 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
30577
30578 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
30579 (write_nis_obj): Use "c" and "e" in fopen.
30580
30581 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
30582
30583 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
30584
30585 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
30586
30587 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
30588
30589 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
30590 locale.alias.
30591
30592 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
30593
30594 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
30595
30596 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
30597
30598 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
30599 file parsing and set FD_CLOEXEC.
30600
82af0fa8
UD
306012011-11-14 Ulrich Drepper <drepper@gmail.com>
30602
30603 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
30604
a5fb313c
AS
306052011-11-14 Andreas Schwab <schwab@redhat.com>
30606
30607 * malloc/arena.c (arena_get2): Don't call reused_arena when
30608 _int_new_arena failed.
30609
6abf3465
UD
306102011-11-14 Ulrich Drepper <drepper@gmail.com>
30611
30612 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
30613 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
30614 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
30615 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30616 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30617 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
30618 to compile strcasecmp and strncasecmp.
30619 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
30620 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
30621
30622 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
30623
76e3966e
UD
306242011-11-13 Ulrich Drepper <drepper@gmail.com>
30625
30626 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
30627 locale-defines.sym to gen-as-const-headers.
30628 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
30629 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
30630 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
30631 to compile strcasecmp and strncasecmp.
30632 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
30633 strcasecmp_l and strncasecmp_l.
30634 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
30635 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
30636 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
30637 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
30638 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
30639 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
30640 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
30641 * sysdeps/i386/i686/multiarch/strncase.S: New file.
30642 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
30643 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
30644 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
30645
ab26144e
UD
306462011-11-12 Ulrich Drepper <drepper@gmail.com>
30647
7edb22ef
UD
30648 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
30649 result of SYSDEP_GETTIME_CPU to retval.
30650 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
30651 parameter list to macro. Remove trailing semicolon. Adjust users.
30652
9694fc44
UD
30653 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
30654 variable.
30655
8ad89ef8
UD
30656 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
30657 mantissa words.
30658 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
30659
0c822ef9
UD
30660 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
30661 from unused variable.
30662
874e0564
UD
30663 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
30664 DWARF definitions.
30665 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
30666 for assembling.
30667
3a2edc79
UD
30668 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
30669 over namespaces.
30670
f3c2577f
UD
30671 * sunrpc/rpc_prot.c (rejected): Fix case value.
30672
294ce126
UD
30673 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
30674 unsigned long long int to avoid warnings in shift.
30675
5e2b63c6
UD
30676 * posix/regex_internal.c (re_string_reconstruct): Actually use result
30677 of use of trans.
30678 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
30679 variable tmp.
30680
e7f4b08e
UD
30681 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
30682 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
30683 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
30684
ab26144e
UD
30685 * nis/nis_table.c (nis_list): Use variable of correct type for
30686 result of __follow_path call.
30687
8a6d5255
AZ
306882011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30689
30690 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
30691 of math functions ceil, trunc, floor, round, and sqrt, when
30692 avaliable on the platform.
30693 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
30694 name clash.
30695 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30696 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
30697 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
30698
aaddc98c
MP
306992011-10-30 Marek Polacek <mpolacek@redhat.com>
30700
30701 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
30702 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30703
95b7042b
RM
307042011-11-11 Roland McGrath <roland@hack.frob.com>
30705
30706 * include/unistd.h: Fix __readlink return type.
30707 Reported by Chris Metcalf <cmetcalf@tilera.com>.
30708
57769839
UD
307092011-11-11 Ulrich Drepper <drepper@gmail.com>
30710
30711 * stdlib/ucontext.h: Undo last change for makecontext.
30712
edc5984d
AS
307132011-11-11 Andreas Schwab <schwab@redhat.com>
30714
98591e58
AS
30715 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
30716
edc5984d
AS
30717 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
30718 * setjmp/setjmp.h: Mark functions as non-leaf.
30719 * setjmp/bits/setjmp2.h: Likewise.
30720 * stdlib/ucontext.h: Likewise.
30721
77cdc054
AS
307222011-11-10 Andreas Schwab <schwab@redhat.com>
30723
30724 * malloc/arena.c (_int_new_arena): Don't increment narenas.
30725 (reused_arena): Don't check arena limit.
30726 (arena_get2): Atomically check arena limit.
30727
fe72eebd
UD
307282011-11-08 Ulrich Drepper <drepper@gmail.com>
30729
5f078c32
UD
30730 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
30731 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
30732
fe72eebd
UD
30733 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
30734 instructions.
30735
ae1bc2fa
AS
307362011-11-07 Andreas Schwab <schwab@redhat.com>
30737
7583a88d
AS
30738 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
30739 handler when locking.
30740
ae1bc2fa
AS
30741 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
30742 Fix size of allocated buffer.
30743
10fb0bfa
AS
307442011-11-04 Andreas Schwab <schwab@redhat.com>
30745
998832a4
AS
30746 [BZ #10103]
30747 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
30748 declarations for long double functions.
30749 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
30750
10fb0bfa
AS
30751 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
30752
3d7ba52b
AS
307532011-11-03 Andreas Schwab <schwab@redhat.com>
30754
a9ae54a1
AS
30755 * nscd/nscd.c (main): Don't start AVC thread until credentials are
30756 installed.
30757
3d7ba52b
AS
30758 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
30759 is disabled.
30760
bc8db248
ST
307612011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
30762
30763 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
30764
45b96dd6
AS
307652011-11-01 Andreas Schwab <schwab@linux-m68k.org>
30766
647776f6
AS
30767 * include/alloca.h (stackinfo_alloca_round): Define.
30768 (extend_alloca): Use it.
30769 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
30770 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
30771 here.
30772
d91a8b93
AS
30773 * scripts/check-local-headers.sh: Ignore libaudit.h.
30774
45b96dd6
AS
30775 * nscd/Makefile (extra-objs): Make recursively expanded.
30776
432d41ce
UD
307772011-11-01 Ulrich Drepper <drepper@gmail.com>
30778
34372fc6
UD
30779 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
30780 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
30781
fadb59f8
UD
30782 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
30783 * posix/tst-rfc3484-2.c: Likewise.
30784 * posix/tst-rfc3484-3.c: Likewise.
30785
78239589
UD
30786 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
30787 process_vm_writev.
30788 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
30789 process_vm_writev.
30790 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
30791 process_vm_writev from libc using GLIBC_2.15 version.
30792
432d41ce
UD
30793 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
30794
02f9c6cf
PP
307952011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
30796
30797 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
30798 stack usage.
30799
3a2c0242
UD
308002011-10-31 Ulrich Drepper <drepper@gmail.com>
30801
f4ec4833
UD
30802 [BZ #13367]
30803 * nss/getent.c (initgroups_keys): Show error message in case no group
30804 names are given.
30805
3a2c0242
UD
30806 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
30807 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
30808 __bump_nl_timestamp.
30809 * nscd/connections (nscd_init): When host database is served open
30810 netlink socket and request notification about configuration changes.
30811 (main_loop_poll): Track netlink file descriptor and bump timestamp
30812 in case data becomes available.
30813 (main_loop_epoll): Likewise.
30814 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
30815 (database_pers_head): Add extra_data fileds.
30816 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
30817 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
30818 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
30819 Adjust caller.
30820 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
30821 in6ai data, call __free_in6ai.
30822 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
30823 Add -DHAVE_NETLINK.
30824 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
30825 interface information. Reuse previous data if netlink timestamp
30826 is not changed.
30827 (__bump_nl_timestamp): New function.
30828 (__free_in6ai): New function.
30829
636064eb
UD
308302011-10-30 Ulrich Drepper <drepper@gmail.com>
30831
30832 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
30833 close_not_cancel_no_status here.
30834 (__check_pf): Reorganize code a bit to not call close twice if OOM.
30835
9beb2334
UD
308362011-10-29 Ulrich Drepper <drepper@gmail.com>
30837
6ef76f3b
UD
30838 [BZ #13276]
30839 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
30840 return value.
30841
0ffc4f3e 30842 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
30843 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
30844 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
30845
cb95113e
UD
308462011-07-03 Andreas Jaeger <aj@suse.de>
30847
30848 [BZ #10709]
30849 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
30850 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
30851 * math/libm-test.inc (sin_test): Add test case.
30852
a1b560ff
UD
308532011-10-29 Ulrich Drepper <drepper@gmail.com>
30854
c9aaface
UD
30855 [BZ #13337]
30856 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
30857 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
30858
d272e7f1
UD
30859 * elf/chroot_canon.c (chroot_canon): Cleanups.
30860
1bc33071
UD
30861 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
30862
1760874d
TJ
30863 [BZ #13335]
30864 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
30865 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
30866
51d91b18
UD
30867 * string/test-strchr.c: Make usable for strchrnul testing.
30868 * string/test-strchrnul.c: New file.
30869 * string/Makefile (strop-tests): Add strchrnul.
30870
a1b560ff 30871 * po/it.po: Update from translation team.
b611fb81 30872 * po/es.po: Likewise.
a1b560ff 30873
a5b81e1f
UD
308742011-10-28 Ulrich Drepper <drepper@gmail.com>
30875
fd52bc6d
UD
30876 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
30877 the three constants needed as parameters. Drop the others.
30878 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
30879 __m128i_strloadu_tolower.
52e4b9eb
UD
30880 Create and initialize variable zero and use it in all the places
30881 where _mm_setzero_si128 was used.
fd52bc6d 30882
a5b81e1f
UD
30883 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
30884 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
30885 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
30886 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
30887 anymore.
30888 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
30889 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
30890 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
30891 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
30892 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
30893 __mpranred, __mptan.
30894 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
30895 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
30896 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
30897 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
30898 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
30899 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
30900 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
30901 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
30902 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
30903
b4343346
AS
309042011-10-28 Andreas Schwab <schwab@redhat.com>
30905
0c92d8a8
AS
30906 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
30907 redefine if SHARED.
30908 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
30909
b4343346
AS
30910 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
30911 wide char related routines to wcsmbs subdir.
30912
3871f58f
AS
309132011-10-27 Andreas Schwab <schwab@redhat.com>
30914
30915 [BZ #13344]
30916 * misc/sys/cdefs.h (__THROWNL): Define.
30917 * posix/unistd.h: Use __THREADNL instead of __THREAD
30918 for memory synchronization functions.
30919
94d44d9f
RM
309202011-10-26 Roland McGrath <roland@hack.frob.com>
30921
21b64b15 30922 [BZ #13349]
94d44d9f
RM
30923 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
30924 doesn't exist.
30925 * manual/stdio.texi (Obstack Streams): Node removed.
30926
f6ce9294
AS
309272011-10-26 Andreas Schwab <schwab@redhat.com>
30928
80479147
AS
30929 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
30930 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
30931 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
30932
f6ce9294
AS
30933 * math/math_private.h (math_force_eval): Allow non-addressable
30934 arguments.
30935 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
30936
618280a1
UD
309372011-10-25 Ulrich Drepper <drepper@gmail.com>
30938
e0016b11
UD
30939 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
30940 file is not needed.
30941
30942 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
30943 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
30944 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
30945 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
30946 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
30947 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
30948 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
30949 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
30950 Add AVX variants.
30951 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
30952 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
30953 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
30954 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
30955 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
30956 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
30957 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
30958 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
30959 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
30960 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
30961 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
30962 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
30963 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
30964 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
30965 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
30966 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
30967 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
30968 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
30969 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
30970
30971 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
30972 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
30973
618280a1
UD
30974 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
30975 place. Use VEX encoding when compiling for AVX.
30976
37822576
AS
309772011-10-25 Andreas Schwab <schwab@redhat.com>
30978
1f1e1947
AS
30979 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
30980 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
30981
37822576
AS
30982 * string/test-strchr.c (do_test): Don't generate NUL bytes.
30983
31ea014d
UD
309842011-10-25 Ulrich Drepper <drepper@gmail.com>
30985
d7826aa1 30986 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 30987 useless if() expression.
d7826aa1
UD
30988 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
30989 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
30990 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
30991 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
30992 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
30993 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
30994 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
30995 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30996 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
30997 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
30998 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
30999 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
31000 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
31001 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
31002 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
31003 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
31004 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
31005 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
31006 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
31007
31ea014d
UD
31008 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
31009
16437fec
AS
310102011-10-25 Andreas Schwab <schwab@redhat.com>
31011
31012 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
31013 condition.
31014 * elf/dl-fini.c (_dl_sort_fini): Likewise.
31015
31d3cc00
UD
310162011-10-25 Ulrich Drepper <drepper@gmail.com>
31017
31018 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
31019 .text section. Avoid duplicate constants.
31020 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31021 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31022 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31023 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31024 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31025 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31026 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31027 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31028 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31029 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
31030 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31031 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31032 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31033 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31034 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31035 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31036 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31037 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31038 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31039 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31040 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31041 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31042 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31043 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
31044 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
31045 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
31046 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
31047 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
31048 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
31049 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
31050 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
31051 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
31052 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31053 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
31054 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
31055 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
31056 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
31057 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
31058 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
31059 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
31060 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
31061 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
31062 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
31063 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
31064 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
31065
58985aa9
UD
310662011-10-24 Ulrich Drepper <drepper@gmail.com>
31067
202c9deb
UD
31068 * sysdeps/x86_64/dla.h: Move to ...
31069 * sysdeps/x86_64/fpu/dla.h: ...here.
31070 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
31071 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 31072
af968f62
UD
31073 * config.make.in: Add have-mfma4 entry.
31074 * configure.in: Substitute libc_cv_cc_fma4.
31075 * math/Makefile (dbl-only-routines): Add sincostab.
31076 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
31077 Use __sincostab not sincos.
31078 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
31079 name is a macro.
31080 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31081 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31082 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31083 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
31084 using __copysign.
31085 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
31086 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
31087 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
31088 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
31089 and __inv.
31090 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
31091 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
31092 __copysign.
31093 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
31094 define aliases when function name is a macro.
31095 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
31096 sysdeps/ieee754/dbl-64/sincos.tbl.
31097 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
31098 fma4-enabled routines.
31099 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
31100 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
31101 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
31102 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
31103 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
31104 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
31105 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
31106 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
31107 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
31108 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
31109 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
31110 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
31111 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
31112 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
31113 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
31114 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
31115 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
31116 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
31117 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
31118 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
31119 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
31120 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
31121 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
31122 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
31123 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
31124 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
31125 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
31126 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
31127 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
31128 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
31129
58985aa9
UD
31130 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
31131 rename.
31132 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31133 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31134 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31135 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31136 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31137 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31138 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31139 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31140
a201fbcf
AS
311412011-10-24 Andreas Schwab <schwab@redhat.com>
31142
31143 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
31144
fc2ee42a
LD
311452011-10-23 Ulrich Drepper <drepper@gmail.com>
31146
bb3129bd
UD
31147 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
31148
0275fff8
UD
31149 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
31150 prediction.
31151 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
31152
2fa2ae85
UD
31153 * string/strnlen.c: Don't define STRNLEN, reverse logic.
31154 Remove unused variable magic_bits.
31155 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
31156
fc2ee42a
LD
31157 * string/strnlen.c: Define and use STRNLEN macro.
31158 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
31159 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
31160 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
31161 * wcsmbs/wcslen.c: Define and use WCSLEN.
31162 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
31163 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
31164 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
31165 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
31166 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
31167 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
31168 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
31169
ce7dd29f
LD
311702011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31171
31172 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31173 strnlen-sse2-no-bsf.
31174 Rename strlen-no-bsf to strlen-sse2-no-bsf.
31175 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
31176 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
31177 Add strnlen support.
31178 (USE_AS_STRNLEN): New macro.
31179 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
31180 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
31181 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
31182 * sysdeps/x86_64/wcslen.S: New file.
31183
979c70a3
MZ
311842011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
31185
31186 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
31187 XMM-moves are used for copying on small sizes.
31188
2d09f82f
LD
311892011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31190
31191 * wcsmbs/Makefile (strop-tests): Add wcschr.
31192 * wcsmbs/test-wcschr.c: New file.
31193 * string/test-strchr.c: Update.
31194 Add wcschr support.
31195 (WIDE): New macro.
31196
619fccca
LD
311972011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31198
2d09f82f 31199 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
31200 * wcsmbs/test-wcslen.c: New file.
31201 * string/test-strlen.c: Update.
31202 Add wcslen support.
31203 (WIDE): New macro.
31204
09f699ea
UD
312052011-10-23 Ulrich Drepper <drepper@gmail.com>
31206
31207 * po/it.po: Update from translation team.
31208
95584d3b
LD
312092011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31210
31211 * sysdeps/x86_64/wcscmp.S: Update.
31212 Fix wrong comparison semantics.
31213 wcscmp shall use signed comparison not unsigned.
31214 Don't use substraction to avoid overflow bug.
31215 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
31216 * wcsmbc/wcscmp.c: Likewise.
31217 * string/test-strcmp.c: Likewise.
31218 Add new tests to check cases with negative values.
31219
c8b3296b
UD
312202011-10-23 Ulrich Drepper <drepper@gmail.com>
31221
31222 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
31223 * sysdeps/x86_64/dla.h: ...here. New file.
31224 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
31225 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31226 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31227 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31228 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31229 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31230 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31231 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31232 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31233
246ad57a
AS
312342011-10-23 Andreas Schwab <schwab@linux-m68k.org>
31235
31236 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
31237 __ynl_finite aliases.
31238
a1a87169
UD
312392011-10-22 Ulrich Drepper <drepper@gmail.com>
31240
0d355eb7
UD
31241 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31242
a1a87169
UD
31243 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
31244 define DLA_FMA.
31245 [DLA_FMA] (EMULV): Use DLA_FMA.
31246 [DLA_FMA] (MUL12): Use EMULV.
31247 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
31248 that are not needed.
31249 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31250 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31251 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31252 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31253 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31254 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31255 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31256
ee2aafe0
AS
312572011-10-22 Andreas Schwab <schwab@linux-m68k.org>
31258
31259 * math/s_nan.c: Undef __nan.
31260 * math/s_nanf.c: Undef __nanf.
31261 * math/s_nanl.c: Undef __nanl.
31262 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
31263 "math_private.h".
31264
bc62c2fb
UD
312652011-10-22 Ulrich Drepper <drepper@gmail.com>
31266
77425c63
UD
31267 * math/s_catan.c: Add branch predictions.
31268 * math/s_catanf.c: Likewise.
31269 * math/s_catanh.c: Likewise.
31270 * math/s_catanhf.c: Likewise.
31271 * math/s_catanhl.c: Likewise.
31272 * math/s_catanl.c: Likewise.
31273 * math/s_cexp.c: Likewise.
31274 * math/s_cexpf.c: Likewise.
31275 * math/s_cexpl.c: Likewise.
31276 * math/s_clog.c: Likewise.
31277 * math/s_clog10.c: Likewise.
31278 * math/s_clog10f.c: Likewise.
31279 * math/s_clog10l.c: Likewise.
31280 * math/s_clogf.c: Likewise.
31281 * math/s_clogl.c: Likewise.
31282 * math/s_csqrt.c: Likewise.
31283 * math/s_csqrtf.c: Likewise.
31284 * math/s_csqrtl.c: Likewise.
31285 * math/s_ctanf.c: Likewise.
31286 * math/s_ctanh.c: Likewise.
31287 * math/s_ctanhf.c: Likewise.
31288 * math/s_ctanhl.c: Likewise.
31289 * math/s_ctanl.c: Likewise.
31290
bc62c2fb
UD
31291 * math/math_private.h: Define __nan, __nanf, __nanl.
31292 * math/s_cacosh.c: Include <math_private.h>.
31293 * math/s_cacoshl.c: Likewise.
31294 * math/s_casinh.c: Likewise.
31295 * math/s_casinhf.c: Likewise.
31296 * math/s_casinhl.c: Likewise.
31297 * math/s_ccos.c: Rely entire on ccosh.
31298 * math/s_ccosf.c: Rely entire on ccoshf.
31299 * math/s_ccosl.c: Rely entirely on ccoshl.
31300 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
31301 Remove tests for FE_INVALID.
31302 * math/s_ccoshf.c: Likewise.
31303 * math/s_ccoshl.c: Likewise.
31304 * math/s_csin.c: Likewise.
31305 * math/s_csinf.c: Likewise.
31306 * math/s_csinh.c Likewise.
31307 * math/s_csinhf.c: Likewise.
31308 * math/s_csinhl.c: Likewise.
31309 * math/s_csinl.c: Likewise.
31310 * math/s_ctan.c: Likewise.
31311 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
31312 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
31313 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
31314
8ec250a4
UD
313152011-10-21 Ulrich Drepper <drepper@gmail.com>
31316
c196fed8
UD
31317 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
31318 compilation problems.
31319
8ec250a4
UD
31320 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
31321 __builtin_expect.
31322
8d4f46c6
UD
313232011-10-20 Ulrich Drepper <drepper@gmail.com>
31324
ed72b654
UD
31325 * sysdeps/i386/configure.in: Test for -mfma4 option.
31326 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
31327 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
31328 COMMON_CPUID_INDEX_80000001.
31329 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
31330 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
31331 use it if FMA3 is not supported.
31332 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
31333
8d4f46c6
UD
31334 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
31335 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
31336
d45c60c2
AS
313372011-10-20 Andreas Schwab <schwab@redhat.com>
31338
31339 [BZ #12892]
31340 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
31341 it would create a cycle with a link time dependency.
31342
d9a4d2ab
UD
313432011-10-19 Ulrich Drepper <drepper@gmail.com>
31344
855d1560
UD
31345 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
31346 instruction.
31347 * string/Makefile (strop-tests): Add rawmemchr.
31348 * string/test-rawmemchr.c: New file.
31349
d9a4d2ab
UD
31350 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
31351 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
31352 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
31353 when compiling str{,n}casecmp and when AVX is available. Hook up
31354 new optimized code in initializers.
31355
8f3b1ffe
AS
313562011-10-19 Andreas Schwab <schwab@redhat.com>
31357
31358 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
31359 __feraiseexcept instead of feraiseexcept.
31360
d38f1dba
UD
313612011-10-18 Ulrich Drepper <drepper@gmail.com>
31362
d9a8d0ab
UD
31363 * math/math_private.h: Define defaults for libc_fetestexcept and
31364 libc_feupdateenv.
31365 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
31366 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
31367 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
31368 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
31369 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
31370 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
31371 libc_fetestexcept and libc_feupdateenv.
31372
4855e3dd
UD
31373 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
31374 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
31375 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
31376 * sysdeps/x86_64/fpu/math_private.h: Define special version of
31377 libc_feholdexcept_setround.
31378
581d30e3
UD
31379 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
31380 Add s_nearbyint-c and s_nearbyintf-c.
31381 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
31382 nearbyintf inlines.
31383 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
31384 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
31385 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
31386 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
31387
d38f1dba
UD
31388 * math/math_private.h: Define defaults for libc_fegetround,
31389 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
31390 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
31391 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
31392 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
31393 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
31394 standard functions.
31395 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
31396 Remove comments and hacks for old compiler versions.
31397 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
31398 libc_fegetround, libc_fesetround, libc_feholdexcept, and
31399 libc_feholdexceptl.
31400
caa6c9d8
AS
314012011-10-18 Andreas Schwab <schwab@redhat.com>
31402
31403 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
31404 (__feraiseexcept_renamed): Add __NTH.
31405 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
31406 namespace violations.
31407
97c066e6
UD
314082011-10-17 Ulrich Drepper <drepper@gmail.com>
31409
99ce7b04
UD
31410 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
31411
1004d182
UD
31412 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
31413
228a984d
UD
31414 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
31415 recently added interfaces.
31416 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
31417
c8553a6a
UD
31418 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
31419 about macro parameter expansion.
31420
ed22dcf6
UD
31421 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
31422 __NO_MATH_INLINES is defined. Cleanups.
31423
31424 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
31425 and __floorf is target has SSE4.1.
31426 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
31427 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
31428 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
31429 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
31430
b171c137
UD
31431 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
31432 name.
31433 (floorf): Likewise.
31434
97c066e6
UD
31435 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
31436
629f62ef
AS
314372011-10-17 Andreas Schwab <schwab@redhat.com>
31438
49a43d80
AS
31439 * misc/sys/cdefs.h: Fix last change.
31440
629f62ef
AS
31441 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
31442 database lookup.
31443
e453f6cd
UD
314442011-10-16 Ulrich Drepper <drepper@gmail.com>
31445
aa78043a
UD
31446 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
31447
ad0f5cad
UD
31448 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
31449 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
31450 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
31451 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
31452 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
31453 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
31454 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
31455 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
31456 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
31457 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
31458 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
31459 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
31460 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
31461 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
31462 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
31463 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
31464 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
31465 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
31466 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
31467 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
31468 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
31469 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
31470
31471 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
31472 ceil, ceilf, floor, floorf.
31473
31474 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
31475 Perform IRELATIVE relocations last.
31476
e453f6cd
UD
31477 * elf/do-rel.h: Add another parameter nrelative, replacing the
31478 local variable with the same name. Change name of the function
31479 to end in Rel or Rela (uppercase).
31480 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
31481 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
31482 elf_dynamic_do_##reloc function.
31483
fd5bdc09
UD
314842011-10-15 Ulrich Drepper <drepper@gmail.com>
31485
79b195b5
UD
31486 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
31487 is sufficient, at least on modern CPUs.
31488
d4a28569
UD
31489 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
31490
b61099b5
UD
31491 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
31492 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
31493
bcf01e6d
UD
31494 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
31495 __expl_finite.
31496 * math/bits/math-finite.h: Add entries for exp.
31497 * math/e_expl.c: Add __*_finite alias.
31498 * sysdeps/i386/fpu/e_exp.S: Likewise.
31499 * sysdeps/i386/fpu/e_expf.S: Likewise.
31500 * sysdeps/i386/fpu/e_expl.c: Likewise.
31501 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31502 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
31503 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
31504 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
31505 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
31506 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
31507 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
31508
ba1a0d59
UD
31509 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
31510 is sufficient, at least on modern CPUs.
31511
fd5bdc09
UD
31512 * ctype/ctype-info.c (__ctype_init): Define.
31513 * include/ctype.h (__ctype_init): Declare.
31514 (__ctype_b_loc): The variable is always initialized.
31515 (__ctype_toupper_loc): Likewise.
31516 (__ctype_tolower_loc): Likewise.
31517 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
31518 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
31519
7872cfb0
AS
315202011-10-15 Andreas Schwab <schwab@linux-m68k.org>
31521
b468825a
AS
31522 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
31523
7872cfb0
AS
31524 * configure.in: Also look in $cxxmachine/include for C++ system
31525 headers.
31526
be13f7bf
LD
315272011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31528
31529 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
31530 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
31531 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
31532 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
31533 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
31534 (USE_AS_WMEMCMP): New macro.
31535 Fixing indents.
31536 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
31537 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
31538 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
31539 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
31540 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31541 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
31542 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
31543 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
31544 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
31545 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
31546 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
31547 (USE_AS_WMEMCMP): New macro.
31548 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
31549 * sysdeps/string/test-memcmp.c: Update.
31550 Fix simple_wmemcmp.
31551 Add new tests.
31552 * wcsmbs/wmemcmp.c: Update.
31553 (WMEMCMP): New macro.
31554 Fix overflow bug.
31555
556a2007
AJ
315562011-10-12 Andreas Jaeger <aj@suse.de>
31557
31558 [BZ #13268]
31559 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
31560
538faaa7
UD
315612011-10-15 Ulrich Drepper <drepper@gmail.com>
31562
ab6737ff
UD
31563 * libio/iofwide.c (do_length): Avoid warning.
31564
538faaa7
UD
31565 * ctype/ctype.h (__isctype_f): Add missing __THROW.
31566
396a21b1
UD
315672011-10-14 Ulrich Drepper <drepper@gmail.com>
31568
cdf2901f
UD
31569 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
31570
38ad40ce
UD
31571 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
31572 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
31573 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
31574 * sysdeps/i386/i686/fpu/e_log.S: New file.
31575 * sysdeps/i386/i686/fpu/e_logf.S: New file.
31576 * sysdeps/i386/i686/fpu/e_logl.S: New file.
31577
396a21b1
UD
31578 * ctype/ctype.h: Add support for inlined isXXX functions when
31579 compiling C++ code.
31580
6b1f68c9
AS
315812011-10-14 Andreas Schwab <schwab@redhat.com>
31582
349290c0
AS
31583 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
31584
6b1f68c9
AS
31585 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
31586
f2282d42
RM
315872011-10-13 Roland McGrath <roland@hack.frob.com>
31588
31589 [BZ #13291]
31590 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
31591
5298ffa8
AS
315922011-10-13 Andreas Schwab <schwab@redhat.com>
31593
714fad23
AS
31594 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
31595 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
31596 feraiseexcept.
31597
81dcc7fb
AS
31598 * sysdeps/x86_64/memrchr.S: Check for zero size.
31599
5298ffa8
AS
31600 * string/stratcliff.c: Add memrchr tests.
31601
951fbcec
LD
316022011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31603
31604 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31605 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
31606 rawmemchr-sse2 rawmemchr-sse2-bsf.
31607 * sysdeps/i386/i686/multiarch/memchr.S: New file.
31608 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
31609 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
31610 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
31611 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
31612 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
31613 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
31614 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
31615 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
31616 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
31617 * string/memrchr.c (MEMRCHR): New macro.
31618
0ac5ae23
UD
316192011-10-12 Ulrich Drepper <drepper@gmail.com>
31620
31621 Add integration with gcc's -ffinite-math-only and optimize wrapper
31622 functions in libm.
31623 * Versions.def: Define GLIBC_2.15 version for libm.
31624 * math/Makefile (headers): Add bits/math-finite.h.
31625 * math/bits/math-finite.h: New file.
31626 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
31627 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
31628 * math/e_acoshl.c: Add __*_finite alias.
31629 * math/e_acosl.c: Likewise.
31630 * math/e_asinl.c: Likewise.
31631 * math/e_atan2l.c: Likewise.
31632 * math/e_atanhl.c: Likewise.
31633 * math/e_coshl.c: Likewise.
31634 * math/e_exp10.c: Likewise.
31635 * math/e_exp10f.c: Likewise.
31636 * math/e_exp10l.c: Likewise.
31637 * math/e_exp2l.c: Likewise.
31638 * math/e_fmodl.c: Likewise.
31639 * math/e_gammal_r.c: Likewise.
31640 * math/e_hypotl.c: Likewise.
31641 * math/e_j0l.c: Likewise.
31642 * math/e_j1l.c: Likewise.
31643 * math/e_jnl.c: Likewise.
31644 * math/e_lgammal_r.c: Likewise.
31645 * math/e_log10l.c: Likewise.
31646 * math/e_log2l.c: Likewise.
31647 * math/e_logl.c: Likewise.
31648 * math/e_powl.c: Likewise.
31649 * math/e_sinhl.c: Likewise.
31650 * math/e_sqrtl.c: Likewise.
31651 * math/e_scalb.c: Completely rewritten and optimized.
31652 * math/e_scalbf.c: Likewise.
31653 * math/e_scalbl.c: Likewise.
31654 * math/w_acos.c: Likewise.
31655 * math/w_acosf.c: Likewise.
31656 * math/w_acosl.c: Likewise.
31657 * math/w_acosh.c: Likewise.
31658 * math/w_acoshf.c: Likewise.
31659 * math/w_acoshl.c: Likewise.
31660 * math/w_asin.c: Likewise.
31661 * math/w_asinf.c: Likewise.
31662 * math/w_asinl.c: Likewise.
31663 * math/w_atan2.c: Likewise.
31664 * math/w_atan2f.c: Likewise.
31665 * math/w_atan2l.c: Likewise.
31666 * math/w_atanh.c: Likewise.
31667 * math/w_atanhf.c: Likewise.
31668 * math/w_atanhl.c: Likewise.
31669 * math/w_exp10.c: Likewise.
31670 * math/w_exp10f.c: Likewise.
31671 * math/w_exp10l.c: Likewise.
31672 * math/w_fmod.c: Likewise.
31673 * math/w_fmodf.c: Likewise.
31674 * math/w_fmodl.c: Likewise.
31675 * math/w_j0.c: Likewise.
31676 * math/w_j0f.c: Likewise.
31677 * math/w_j0l.c: Likewise.
31678 * math/w_j1.c: Likewise.
31679 * math/w_j1f.c: Likewise.
31680 * math/w_j1l.c: Likewise.
31681 * math/w_jn.c: Likewise.
31682 * math/w_jnf.c: Likewise.
31683 * math/w_log.c: Likewise.
31684 * math/w_logf.c: Likewise.
31685 * math/w_logl.c: Likewise.
31686 * math/w_log10.c: Likewise.
31687 * math/w_log10f.c: Likewise.
31688 * math/w_log10l.c: Likewise.
31689 * math/w_log2.c: Likewise.
31690 * math/w_log2f.c: Likewise.
31691 * math/w_log2l.c: Likewise.
31692 * math/w_pow.c: Likewise.
31693 * math/w_powf.c: Likewise.
31694 * math/w_powl.c: Likewise.
31695 * math/w_remainder.c: Likewise.
31696 * math/w_remainderf.c: Likewise.
31697 * math/w_remainderl.c: Likewise.
31698 * math/w_scalb.c: Likewise.
31699 * math/w_scalbf.c: Likewise.
31700 * math/w_scalbl.c: Likewise.
31701 * math/w_sqrt.c: Likewise.
31702 * math/w_sqrtf.c: Likewise.
31703 * math/w_sqrtl.c: Likewise.
31704 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
31705 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
31706 used.
31707 * math/math_private.h: Declare __kernel_standard_f.
31708 * math/w_cosh.c: Remove cruft and optimize a bit.
31709 * math/w_coshf.c: Likewise.
31710 * math/w_coshl.c: Likewise.
31711 * math/w_exp2.c: Likewise.
31712 * math/w_exp2f.c: Likewise.
31713 * math/w_exp2l.c: Likewise.
31714 * math/w_hypot.c: Likewise.
31715 * math/w_hypotf.c: Likewise.
31716 * math/w_hypotl.c: Likewise.
31717 * math/w_lgamma.c: Likewise.
31718 * math/w_lgamma_r.c: Likewise.
31719 * math/w_lgammaf.c: Likewise.
31720 * math/w_lgammaf_r.c: Likewise.
31721 * math/w_lgammal.c: Likewise.
31722 * math/w_lgammal_r.c: Likewise.
31723 * math/w_sinh.c: Likewise.
31724 * math/w_sinhf.c: Likewise.
31725 * math/w_sinhl.c: Likewise.
31726 * math/w_tgamma.c: Likewise.
31727 * math/w_tgammaf.c: Likewise.
31728 * math/w_tgammal.c: Likewise.
31729 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
31730 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
31731 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
31732 Minor optimizations. Pretty printing. Remove cruft.
31733 * sysdeps/i386/fpu/e_acosf.S: Likewise.
31734 * sysdeps/i386/fpu/e_acosh.S: Likewise.
31735 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31736 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31737 * sysdeps/i386/fpu/e_acosl.c: Likewise.
31738 * sysdeps/i386/fpu/e_asin.S: Likewise.
31739 * sysdeps/i386/fpu/e_asinf.S: Likewise.
31740 * sysdeps/i386/fpu/e_atan2.S: Likewise.
31741 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
31742 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
31743 * sysdeps/i386/fpu/e_atanh.S: Likewise.
31744 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31745 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31746 * sysdeps/i386/fpu/e_exp10.S: Likewise.
31747 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
31748 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
31749 * sysdeps/i386/fpu/e_exp2.S: Likewise.
31750 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
31751 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
31752 * sysdeps/i386/fpu/e_fmod.S: Likewise.
31753 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
31754 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
31755 * sysdeps/i386/fpu/e_hypot.S: Likewise.
31756 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
31757 * sysdeps/i386/fpu/e_log.S: Likewise.
31758 * sysdeps/i386/fpu/e_log10.S: Likewise.
31759 * sysdeps/i386/fpu/e_log10f.S: Likewise.
31760 * sysdeps/i386/fpu/e_log10l.S: Likewise.
31761 * sysdeps/i386/fpu/e_log2.S: Likewise.
31762 * sysdeps/i386/fpu/e_log2f.S: Likewise.
31763 * sysdeps/i386/fpu/e_log2l.S: Likewise.
31764 * sysdeps/i386/fpu/e_logf.S: Likewise.
31765 * sysdeps/i386/fpu/e_logl.S: Likewise.
31766 * sysdeps/i386/fpu/e_pow.S: Likewise.
31767 * sysdeps/i386/fpu/e_powf.S: Likewise.
31768 * sysdeps/i386/fpu/e_powl.S: Likewise.
31769 * sysdeps/i386/fpu/e_remainder.S: Likewise.
31770 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
31771 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
31772 * sysdeps/i386/fpu/e_scalb.S: Likewise.
31773 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31774 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31775 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
31776 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
31777 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
31778 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
31779 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31780 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31781 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
31782 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
31783 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
31784 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
31785 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
31786 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
31787 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
31788 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
31789 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
31790 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31791 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
31792 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
31793 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31794 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31795 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
31796 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31797 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31798 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
31799 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
31800 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
31801 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
31802 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
31803 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
31804 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
31805 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
31806 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
31807 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
31808 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
31809 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
31810 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
31811 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
31812 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
31813 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
31814 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
31815 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
31816 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
31817 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
31818 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
31819 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
31820 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
31821 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
31822 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
31823 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
31824 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
31825 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
31826 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
31827 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
31828 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
31829 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
31830 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
31831 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
31832 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
31833 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
31834 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
31835 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
31836 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
31837 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
31838 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
31839 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
31840 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
31841 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
31842 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
31843 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
31844 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
31845 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
31846 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
31847 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
31848 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
31849 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
31850 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
31851 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
31852 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
31853 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
31854 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31855 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
31856 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
31857 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
31858 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
31859 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
31860 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
31861 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
31862 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
31863 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
31864 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
31865 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
31866 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
31867 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
31868 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
31869 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
31870 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
31871 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
31872 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
31873 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
31874 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
31875 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
31876 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
31877 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
31878 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
31879 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
31880 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
31881 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
31882 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31883 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31884 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31885 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31886 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
31887 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31888 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
31889 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
31890 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
31891 (__isnanf): Likewise.
31892 (__isinf_ns): Likewise.
31893 (__isinf_nsf): Likewise.
31894 (__finite): Likewise.
31895 (__finitef): Likewise.
31896 (__ieee754_sqrt): Define as macro.
31897 (__ieee754_sqrtf): Define as macro.
31898 (__ieee754_sqrtl): Define as macro.
31899 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
31900 inlined copy.
31901 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
31902 __FINITE_MATH_ONLY__ consistent.
31903 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
31904
12cc2fcd
AS
319052011-10-10 Andreas Schwab <schwab@linux-m68k.org>
31906
a843a204
AS
31907 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
31908 of rawmemchr.
31909
12cc2fcd
AS
31910 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
31911
c853acd5
UD
319122011-10-09 Ulrich Drepper <drepper@gmail.com>
31913
31914 * po/ja.po: Update from translation team.
31915
c658d255
RM
319162011-10-08 Roland McGrath <roland@hack.frob.com>
31917
110946e4
RM
31918 * locale/programs/locarchive.c (prepare_address_space): New function.
31919 (create_archive, enlarge_archive, open_archive): Use it.
31920
50604220
RM
31921 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
31922 inside [SHARED], where it is used.
31923
c658d255
RM
31924 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
31925
31926 * nss/getent.c (netgroup_keys): Remove unused variable.
31927 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
31928
6a621eb7
UD
319292011-10-08 Ulrich Drepper <drepper@gmail.com>
31930
7edb55ce
UD
31931 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
31932 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
31933 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
31934 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
31935 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
31936 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
31937 * math/Makefile (libm-calls): Add s_isinf_ns.
31938 * math/divtc3.c: Use __isinf_nsl instead of isinf.
31939 * math/multc3.c: Likewise.
31940 * math/s_casin.c: Likewise.
31941 * math/s_casinf.c: Likewise.
31942 * math/s_casinl.c: Likewise.
31943 * math/s_ccos.c: Likewise.
31944 * math/s_ccosf.c: Likewise.
31945 * math/s_ccosl.c: Likewise.
31946 * math/s_ctan.c: Likewise.
31947 * math/s_ctanf.c: Likewise.
31948 * math/s_ctanh.c: Likewise.
31949 * math/s_ctanhf.c: Likewise.
31950 * math/s_ctanhl.c: Likewise.
31951 * math/s_ctanl.c: Likewise.
31952 * math/w_fmod.c: Likewise.
31953 * math/w_fmodf.c: Likewise.
31954 * math/w_fmodl.c: Likewise.
31955 * math/w_remainder.c: Likewise.
31956 * math/w_remainderf.c: Likewise.
31957 * math/w_remainderl.c: Likewise.
31958 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
31959 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
31960 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
31961 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
31962 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
31963 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
31964 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
31965 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
31966
187da0ae
UD
31967 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
31968 of the number.
31969 * stdio-common/printf_fphex.c: Likewise.
31970 * stdio-common/printf_size.c: Likewise.
31971
9277c064
UD
31972 * math/e_exp10.c: Include math_private.h using <...> not "...".
31973 * math/e_exp10f.c: Likewise.
31974 * math/e_exp10l.c: Likewise.
31975 * math/e_exp2l.c: Likewise.
31976 * math/e_j0l.c: Likewise.
31977 * math/e_j1l.c: Likewise.
31978 * math/e_jnl.c: Likewise.
31979 * math/e_lgammal_r.c: Likewise.
31980 * math/e_rem_pio2l.c: Likewise.
31981 * math/e_scalb.c: Likewise.
31982 * math/e_scalbf.c: Likewise.
31983 * math/e_scalbl.c: Likewise.
31984 * math/k_cosl.c: Likewise.
31985 * math/k_sinl.c: Likewise.
31986 * math/k_tanl.c: Likewise.
31987 * math/s_cacoshf.c: Likewise.
31988 * math/s_catan.c: Likewise.
31989 * math/s_catanf.c: Likewise.
31990 * math/s_catanh.c: Likewise.
31991 * math/s_catanhf.c: Likewise.
31992 * math/s_catanhl.c: Likewise.
31993 * math/s_catanl.c: Likewise.
31994 * math/s_ccosh.c: Likewise.
31995 * math/s_ccoshf.c: Likewise.
31996 * math/s_ccoshl.c: Likewise.
31997 * math/s_cexp.c: Likewise.
31998 * math/s_cexpf.c: Likewise.
31999 * math/s_cexpl.c: Likewise.
32000 * math/s_clog.c: Likewise.
32001 * math/s_clog10.c: Likewise.
32002 * math/s_clog10f.c: Likewise.
32003 * math/s_clog10l.c: Likewise.
32004 * math/s_clogf.c: Likewise.
32005 * math/s_clogl.c: Likewise.
32006 * math/s_csin.c: Likewise.
32007 * math/s_csinf.c: Likewise.
32008 * math/s_csinh.c: Likewise.
32009 * math/s_csinhf.c: Likewise.
32010 * math/s_csinhl.c: Likewise.
32011 * math/s_csinl.c: Likewise.
32012 * math/s_csqrt.c: Likewise.
32013 * math/s_csqrtf.c: Likewise.
32014 * math/s_csqrtl.c: Likewise.
32015 * math/s_ctan.c: Likewise.
32016 * math/s_ctanf.c: Likewise.
32017 * math/s_ctanh.c: Likewise.
32018 * math/s_ctanhf.c: Likewise.
32019 * math/s_ctanhl.c: Likewise.
32020 * math/s_ctanl.c: Likewise.
32021 * math/s_ldexp.c: Likewise.
32022 * math/s_ldexpf.c: Likewise.
32023 * math/s_ldexpl.c: Likewise.
32024 * math/s_significand.c: Likewise.
32025 * math/s_significandf.c: Likewise.
32026 * math/s_significandl.c: Likewise.
32027 * math/w_acos.c: Likewise.
32028 * math/w_acosf.c: Likewise.
32029 * math/w_acosh.c: Likewise.
32030 * math/w_acoshf.c: Likewise.
32031 * math/w_acoshl.c: Likewise.
32032 * math/w_acosl.c: Likewise.
32033 * math/w_asin.c: Likewise.
32034 * math/w_asinf.c: Likewise.
32035 * math/w_asinl.c: Likewise.
32036 * math/w_atan2.c: Likewise.
32037 * math/w_atan2f.c: Likewise.
32038 * math/w_atan2l.c: Likewise.
32039 * math/w_atanh.c: Likewise.
32040 * math/w_atanhf.c: Likewise.
32041 * math/w_atanhl.c: Likewise.
32042 * math/w_cosh.c: Likewise.
32043 * math/w_coshf.c: Likewise.
32044 * math/w_coshl.c: Likewise.
32045 * math/w_dremf.c: Likewise.
32046 * math/w_exp10.c: Likewise.
32047 * math/w_exp10f.c: Likewise.
32048 * math/w_exp10l.c: Likewise.
32049 * math/w_exp2.c: Likewise.
32050 * math/w_exp2f.c: Likewise.
32051 * math/w_fmod.c: Likewise.
32052 * math/w_fmodf.c: Likewise.
32053 * math/w_fmodl.c: Likewise.
32054 * math/w_hypot.c: Likewise.
32055 * math/w_hypotf.c: Likewise.
32056 * math/w_hypotl.c: Likewise.
32057 * math/w_j0.c: Likewise.
32058 * math/w_j0f.c: Likewise.
32059 * math/w_j0l.c: Likewise.
32060 * math/w_j1.c: Likewise.
32061 * math/w_j1f.c: Likewise.
32062 * math/w_j1l.c: Likewise.
32063 * math/w_jn.c: Likewise.
32064 * math/w_jnf.c: Likewise.
32065 * math/w_jnl.c: Likewise.
32066 * math/w_lgamma.c: Likewise.
32067 * math/w_lgamma_r.c: Likewise.
32068 * math/w_lgammaf.c: Likewise.
32069 * math/w_lgammaf_r.c: Likewise.
32070 * math/w_lgammal.c: Likewise.
32071 * math/w_lgammal_r.c: Likewise.
32072 * math/w_log.c: Likewise.
32073 * math/w_log10.c: Likewise.
32074 * math/w_log10f.c: Likewise.
32075 * math/w_log10l.c: Likewise.
32076 * math/w_log2.c: Likewise.
32077 * math/w_log2f.c: Likewise.
32078 * math/w_log2l.c: Likewise.
32079 * math/w_logf.c: Likewise.
32080 * math/w_logl.c: Likewise.
32081 * math/w_pow.c: Likewise.
32082 * math/w_powf.c: Likewise.
32083 * math/w_powl.c: Likewise.
32084 * math/w_remainder.c: Likewise.
32085 * math/w_remainderf.c: Likewise.
32086 * math/w_remainderl.c: Likewise.
32087 * math/w_scalb.c: Likewise.
32088 * math/w_scalbf.c: Likewise.
32089 * math/w_scalbl.c: Likewise.
32090 * math/w_sinh.c: Likewise.
32091 * math/w_sinhf.c: Likewise.
32092 * math/w_sinhl.c: Likewise.
32093 * math/w_sqrt.c: Likewise.
32094 * math/w_sqrtf.c: Likewise.
32095 * math/w_sqrtl.c: Likewise.
32096 * math/w_tgamma.c: Likewise.
32097 * math/w_tgammaf.c: Likewise.
32098 * math/w_tgammal.c: Likewise.
32099
6a621eb7
UD
32100 * po/ja.po: Update from translation team.
32101
bf582445
AJ
321022011-09-29 Andreas Jaeger <aj@suse.de>
32103
f9efbf3a
AJ
32104 [BZ #13179]
32105 * sunrpc/netname.c (netname2host): Fix logic.
32106
bf582445
AJ
32107 [BZ #6779]
32108 [BZ #6783]
32109 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
32110 correctly.
32111 * math/w_remainder.c (__remainder): Likewise.
32112 * math/w_remainderf.c (__remainderf): Likewise.
32113 * math/libm-test.inc (remainder_test): Add test cases.
32114
48693bea
AK
321152011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32116
32117 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
32118 sdiv_qrnnd.
32119
42622229
LD
321202011-10-07 Ulrich Drepper <drepper@gmail.com>
32121
32122 * string/test-memcmp.c: Avoid unncessary #defines.
32123 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
32124
093ecf92
LD
321252011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32126
32127 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
32128 Use new sse2 version for core i3 - i7 as it's faster
32129 than sse42 version.
32130 (bit_Prefer_PMINUB_for_stringop): New.
32131 * sysdeps/x86_64/rawmemchr.S: Update.
32132 Replace with faster SSE2 version.
32133 * sysdeps/x86_64/memrchr.S: New file.
32134 * sysdeps/x86_64/memchr.S: Update.
32135 Replace with faster SSE2 version.
32136
fde56e5c
MP
321372011-09-12 Marek Polacek <mpolacek@redhat.com>
32138
32139 * elf/dl-load.c (lose): Add cast to avoid warning.
32140
21fd49a9
UD
321412011-10-07 Ulrich Drepper <drepper@gmail.com>
32142
5a06e643
UD
32143 * po/ca.po: Update from translation team.
32144
684ae515
UD
32145 * inet/getnetgrent_r.c: Hook up nscd.
32146 * nscd/Makefile (routines): Add nscd_netgroup.
32147 (nscd-modules): Add netgroupcache.
32148 (CFLAGS-netgroupcache.c): Define.
32149 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
32150 (cache_search): Add const to second parameter.
32151 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
32152 INNETGR.
32153 (dbs): Add netgrdb entry.
32154 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
32155 (verify_persistent_db): Handle netgrdb.
32156 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
32157 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
32158 GETFDNETGR.
32159 (netgroup_response_header): Define.
32160 (innetgroup_response_header): Define.
32161 (datahead): Add netgroup_response_header and innetgroup_response_header
32162 elements.
32163 * nscd/nscd.conf: Add entries for netgroup cache.
32164 * nscd/nscd.h (dbtype): Add netgrdb.
32165 (_PATH_NSCD_NETGROUP_DB): Define.
32166 (netgroup_iov_disabled): Declare.
32167 (xmalloc, xcalloc, xrealloc): Move declarations here.
32168 (cache_search): Adjust prototype.
32169 Add netgroup-related prototypes.
32170 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
32171 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
32172 (__nscd_innetgr): Declare.
32173 * nscd/selinux.c (perms): Use access_vector_t as element type and
32174 add netgroup-related initializers.
32175 * nscd/netgroupcache.c: New file.
32176 * nscd/nscd_netgroup.c: New file.
32177 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
32178 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
32179 For four parameters use innetgr.
32180 * nss/nss_files/files-init.c: Add definition and callback for netgr.
32181 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
32182 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
32183 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
32184
21fd49a9
UD
32185 * nscd/connections.c (register_traced_file): Don't register file
32186 for disabled databases.
32187
054c0457
UD
321882011-10-06 Ulrich Drepper <drepper@gmail.com>
32189
32b63198
UD
32190 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
32191
054c0457
UD
32192 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
32193 from tree and freeing node.
32194
64031225
JO
321952011-09-25 Jiri Olsa <jolsa@redhat.com>
32196
32197 * nss/nsswitch.c (__nss_database_lookup): Handle
32198 nss_parse_service_list out of memory case.
32199
0490345c
JO
322002011-09-15 Jiri Olsa <jolsa@redhat.com>
32201
32202 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
32203 out of memory case.
32204
3a62d00d
AS
322052011-10-04 Andreas Schwab <schwab@redhat.com>
32206
32207 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
32208 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
32209 pass it down.
32210 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
32211 elf_machine_rela, elf_machine_lazy_rel.
32212 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
32213 (ELF_DYNAMIC_DO_REL): Likewise.
32214 (ELF_DYNAMIC_DO_RELA): Likewise.
32215 (ELF_DYNAMIC_RELOCATE): Likewise.
32216 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
32217 to ELF_DYNAMIC_DO_REL.
32218 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
32219 (dl_main): In trace mode always set __RTLD_NOIFUNC.
32220 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
32221 elf_machine_rela.
32222 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
32223 skip_ifunc, don't call ifunc function if non-zero.
32224 (elf_machine_rela): Likewise.
32225 (elf_machine_lazy_rel): Likewise.
32226 (elf_machine_lazy_rela): Likewise.
32227 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
32228 (elf_machine_lazy_rel): Likewise.
32229 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
32230 Likewise.
32231 (elf_machine_lazy_rel): Likewise.
32232 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
32233 Likewise.
32234 (elf_machine_lazy_rel): Likewise.
32235 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
32236 (elf_machine_lazy_rel): Likewise.
32237 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
32238 (elf_machine_lazy_rel): Likewise.
32239 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
32240 (elf_machine_lazy_rel): Likewise.
32241 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
32242 (elf_machine_lazy_rel): Likewise.
32243 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
32244 (elf_machine_lazy_rel): Likewise.
32245 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
32246 (elf_machine_lazy_rel): Likewise.
32247
68577918
UD
322482011-09-28 Ulrich Drepper <drepper@gmail.com>
32249
32250 * nss/nss_files/files-init.c (_nss_files_init): Use static
32251 initialization for all the *_traced_file variables.
32252
68822d74
AS
322532011-09-28 Andreas Schwab <schwab@redhat.com>
32254
32255 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
32256
2056100b
RM
322572011-09-27 Roland McGrath <roland@hack.frob.com>
32258
32259 [BZ #13226]
32260 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
32261
32c76b63
AS
322622011-09-27 Andreas Schwab <schwab@redhat.com>
32263
32264 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
32265 Reread the line before reparsing it.
32266
bf972c9d
AS
322672011-09-26 Andreas Schwab <schwab@redhat.com>
32268
32269 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
32270
e057a1b5
JM
322712011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
32272 Maxim Kuvyrkov <maxim@codesourcery.com>
32273 Joseph Myers <joseph@codesourcery.com>
32274
32275 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
32276 if needed for __stack_chk_guard.
32277
bc7e1c36
RM
322782011-09-19 Roland McGrath <roland@hack.frob.com>
32279
ecb1482f
RM
32280 * sysdeps/posix/spawni.c (script_execute): Always define it.
32281 It will be optimized away if unused.
32282 (maybe_script_execute): New function.
32283 (__spawni): Call it.
32284
bc7e1c36
RM
32285 * Makerules: Don't include tls.make.
32286 (config-tls): Always set to thread.
32287 * tls.make.c: File removed.
32288
1c3b002b
MF
322892011-09-19 Mike Frysinger <vapier@gentoo.org>
32290
32291 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
32292 * config.make.in (CPPFLAGS-config): New substituted variable.
32293
2840865d
UD
322942011-09-15 Ulrich Drepper <drepper@gmail.com>
32295
88738eb6
UD
32296 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
32297
cbf645a6 32298 [BZ #13192]
2840865d
UD
32299 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
32300 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
32301
b402e91a
RM
323022011-09-15 Roland McGrath <roland@hack.frob.com>
32303
32304 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
32305 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
32306 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
32307 (CALL_FAIL): Likewise.
32308 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
32309 (CALL_FAIL): Macro removed.
32310 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
32311
4c1a1f71
UD
323122011-09-15 Ulrich Drepper <drepper@gmail.com>
32313
32314 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
32315 for __FINITE_MATH_ONLY__ == 1.
32316
edc121be
AS
323172011-09-15 Andreas Schwab <schwab@redhat.com>
32318
32319 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
32320 __ieee754_sqrt instead of sqrt.
32321 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
32322 __ieee754_sqrtf instead of sqrtf.
32323 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
32324 __floorf instead of floorf.
32325 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
32326 __floorf, __truncf instead of floorf, truncf.
32327
cd205654
UD
323282011-09-14 Ulrich Drepper <drepper@gmail.com>
32329
ee4d0315
UD
32330 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
32331
cd205654
UD
32332 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
32333 __extern_always_inline.
32334 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
32335 32-bit.
32336
48b67d71
AS
323372011-09-14 Andreas Schwab <schwab@redhat.com>
32338
32339 * elf/rtld.c (dl_main): Also relocate in dependency order when
32340 doing symbol dependency testing.
32341
1ae12c75
AS
323422011-09-13 Andreas Schwab <schwab@linux-m68k.org>
32343
32344 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
32345 Always define `refsym'.
32346
995a80df
AS
323472011-09-13 Andreas Schwab <schwab@redhat.com>
32348
e529793b
AS
32349 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
32350 (__FD_ELT): Renamed from __FDELT.
32351 * misc/bits/select2.h (__FD_ELT): Likewise.
32352 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
32353 __FD_MASK instead of __FDELT, __FDMASK.
32354 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
32355 Likewise.
32356 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
32357 Likewise.
32358
52d4fef8
AS
32359 * elf/Makefile (gen-ldd): Fix pattern.
32360
995a80df
AS
32361 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
32362 (init_tls): Likewise.
32363
8682f8b0
UD
323642011-09-12 Ulrich Drepper <drepper@gmail.com>
32365
32366 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
32367
de82006d
AS
323682011-09-12 Andreas Schwab <schwab@redhat.com>
32369
a7c8e6a1
AS
32370 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
32371 `struct cmsghdr *' instead of `void *'.
32372 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
32373 Likewise.
32374
0f31fe77
AS
323752011-09-11 Andreas Schwab <schwab@linux-m68k.org>
32376
32377 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
32378 if non-absolute.
32379 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
32380 ldd_rewrite_script.
0f31fe77 32381
32b4c839
UD
323822011-09-11 Ulrich Drepper <drepper@gmail.com>
32383
83cd1420
UD
32384 * configure.in: Remove --with-tls option.
32385 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
32386 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
32387 out in case it is missing.
32388 * sysdeps/ia64/elf/configure.in: Likewise.
32389 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
32390 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
32391 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
32392 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
32393 * sysdeps/sh/elf/configure.in: Likewise.
32394 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
32395 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
32396 * sysdeps/x86_64/elf/configure.in: Likewise.
32397 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
32398 * sysdeps/mach/hurd/tls.h: Likewise.
32399
633f745d
UD
32400 [BZ #13067]
32401 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
32402
f318beb8
UD
32403 [BZ #13090]
32404 * configure.in: Fix use of AC_INIT.
32405
32b4c839
UD
32406 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
32407
3ce1f295
UD
324082011-09-10 Ulrich Drepper <drepper@gmail.com>
32409
bb016596
UD
32410 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
32411 __set_errno.
8e58439c
UD
32412 * malloc/hooks.c: Likewise.
32413
aebae053 32414 [BZ #11929]
02d46fc4
UD
32415 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
32416 variables statically.
32417 (narenas): Initialize.
32418 (list_lock): Initialize.
bb016596
UD
32419 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
32420 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
32421 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
32422 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
32423 Add initializers to main_arena and mp_.
32424 (malloc_state): Remove pagesize member. Change all users to use
32425 GLRO(dl_pagesize).
32426
32427 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
32428 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
32429 is always initialized.
32430
22a89187
UD
32431 * malloc/malloc.c: Removed unused configurations and dead code.
32432 * malloc/arena.c: Likewise.
32433 * malloc/hooks.c: Likewise.
02d46fc4 32434 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 32435
d063d164
UD
32436 * include/tls.h: Removed. USE___THREAD must always be defined.
32437 * bits/libc-tsd.h: Don't handle !USE___THREAD.
32438 * elf/dl-libc.c: Likewise.
32439 * elf/dl-tsd.c: Likewise.
32440 * include/errno.h: Likewise.
32441 * include/netdb.h: Likewise.
32442 * include/resolv.h: Likewise.
32443 * inet/herrno-loc.c: Likewise.
32444 * inet/herrno.c: Likewise.
32445 * malloc/arena.c: Likewise.
32446 * malloc/hooks.c: Likewise.
32447 * malloc/malloc.c: Likewise.
32448 * resolv/res-state.c: Likewise.
32449 * resolv/res_libc.c: Likewise.
32450 * sysdeps/i386/dl-machine.h: Likewise.
32451 * sysdeps/ia64/dl-machine.h: Likewise.
32452 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
32453 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32454 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
32455 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
32456 * sysdeps/sh/dl-machine.h: Likewise.
32457 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
32458 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
32459 * sysdeps/unix/i386/sysdep.S: Likewise.
32460 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
32461 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
32462 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
32463 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
32464 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
32465 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
32466 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
32467 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
32468 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
32469 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
32470 * sysdeps/unix/x86_64/sysdep.S: Likewise.
32471 * sysdeps/x86_64/dl-machine.h: Likewise.
32472 * tls.make.c: Likewise.
32473
3ce1f295
UD
32474 * configure.in: Remove --with-__thread option. Make tests for
32475 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
32476 tls_model attribute fail if no support is available. Remove
32477 USE_IN_LIBIO.
32478 * Makeconfig: Adjust for dropped configure option. All features are
32479 now mandatory.
32480 * Makerules: Likewise.
32481 * Versions.def: Likewise.
32482 * argp/argp-fmtstream.c: Likewise.
32483 * argp/argp-fmtstream.h: Likewise.
32484 * argp/argp-help.c: Likewise.
32485 * assert/assert.c: Likewise.
32486 * config.h.in: Likewise.
32487 * config.make.in: Likewise.
32488 * configure: Likewise.
32489 * configure.in: Likewise.
32490 * csu/Versions: Likewise.
32491 * csu/init.c: Likewise.
32492 * elf/tst-audit2.c: Likewise.
32493 * elf/tst-tls10.c: Likewise.
32494 * elf/tst-tls10.h: Likewise.
32495 * elf/tst-tls11.c: Likewise.
32496 * elf/tst-tls12.c: Likewise.
32497 * elf/tst-tls14.c: Likewise.
32498 * elf/tst-tlsmod11.c: Likewise.
32499 * elf/tst-tlsmod12.c: Likewise.
32500 * elf/tst-tlsmod13.c: Likewise.
32501 * elf/tst-tlsmod13a.c: Likewise.
32502 * elf/tst-tlsmod14a.c: Likewise.
32503 * elf/tst-tlsmod15b.c: Likewise.
32504 * elf/tst-tlsmod16a.c: Likewise.
32505 * elf/tst-tlsmod16b.c: Likewise.
32506 * elf/tst-tlsmod7.c: Likewise.
32507 * elf/tst-tlsmod8.c: Likewise.
32508 * elf/tst-tlsmod9.c: Likewise.
32509 * gmon/gmon.c: Likewise.
32510 * grp/fgetgrent_r.c: Likewise.
32511 * grp/putgrent.c: Likewise.
32512 * hurd/fopenport.c: Likewise.
32513 * include/libc-symbols.h: Likewise.
32514 * include/tls.h: Likewise.
32515 * intl/gettextP.h: Likewise.
32516 * intl/loadinfo.h: Likewise.
32517 * locale/global-locale.c: Likewise.
32518 * locale/localeinfo.h: Likewise.
32519 * mach/devstream.c: Likewise.
32520 * malloc/arena.c: Likewise.
32521 * malloc/set-freeres.c: Likewise.
32522 * misc/err.c: Likewise.
32523 * misc/getttyent.c: Likewise.
32524 * misc/mntent_r.c: Likewise.
32525 * posix/getopt.c: Likewise.
32526 * posix/wordexp.c: Likewise.
32527 * pwd/fgetpwent_r.c: Likewise.
32528 * resolv/Versions: Likewise.
32529 * resolv/res_hconf.c: Likewise.
32530 * shadow/fgetspent_r.c: Likewise.
32531 * shadow/putspent.c: Likewise.
32532 * stdio-common/printf_fphex.c: Likewise.
32533 * stdio-common/tmpfile.c: Likewise.
32534 * stdlib/abort.c: Likewise.
32535 * stdlib/fmtmsg.c: Likewise.
32536 * sunrpc/auth_unix.c: Likewise.
32537 * sunrpc/clnt_perr.c: Likewise.
32538 * sunrpc/clnt_tcp.c: Likewise.
32539 * sunrpc/clnt_udp.c: Likewise.
32540 * sunrpc/clnt_unix.c: Likewise.
32541 * sunrpc/openchild.c: Likewise.
32542 * sunrpc/svc_simple.c: Likewise.
32543 * sunrpc/svc_tcp.c: Likewise.
32544 * sunrpc/svc_udp.c: Likewise.
32545 * sunrpc/svc_unix.c: Likewise.
32546 * sunrpc/xdr.c: Likewise.
32547 * sunrpc/xdr_array.c: Likewise.
32548 * sunrpc/xdr_rec.c: Likewise.
32549 * sunrpc/xdr_ref.c: Likewise.
32550 * sunrpc/xdr_stdio.c: Likewise.
32551
1248c1c4
PB
325522011-09-09 Ulrich Drepper <drepper@gmail.com>
32553
32554 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
32555
325562011-07-03 Andreas Jaeger <aj@suse.de>
32557
32558 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
32559 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
32560 regenerate with gen-libm-tests.pl.
32561
325622010-05-12 Petr Baudis <pasky@suse.cz>
32563
32564 [BZ #11589]
32565 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
32566 around j0() zero points by switching to j1().
32567 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
32568 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
32569 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
32570 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
32571
f22e1074
UD
325722011-09-09 Ulrich Drepper <drepper@gmail.com>
32573
f19009c1
UD
32574 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
32575 instead of 0.
32576 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 32577 instead of 0.
f19009c1
UD
32578 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
32579 Patch in part by Pavel Roskin <proski@gnu.org>.
32580
3f8cc204
UD
32581 [BZ #13138]
32582 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
32583 realloc.
32584 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
32585 Free memory block if necessary.
32586
f22e1074
UD
32587 [BZ #12847]
32588 * libio/genops.c (INTDEF): For string streams the _lock pointer can
32589 be NULL. Don't lock in this case.
32590
0a2349f9
RM
325912011-09-09 Roland McGrath <roland@hack.frob.com>
32592
32593 * elf/elf.h (ELFOSABI_GNU): New macro.
32594 (ELFOSABI_LINUX): Define to that.
32595
f3cdd467
DZ
325962011-07-29 Denis Zaitceff <zaitceff@gmail.com>
32597
32598 * string/strncat.c (strncat): Undef the symbol in case it has been
32599 defined in bits/string.h.
32600
74718d13
UD
326012011-09-09 Ulrich Drepper <drepper@gmail.com>
32602
633e9e0f
UD
32603 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
32604
0a2349f9 32605 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
32606 link map.
32607
f9924780
AJ
326082011-08-17 Andreas Jaeger <aj@suse.de>
32609
32610 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
32611
7f5517aa
PP
326122011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
32613 Ian Lance Taylor <iant@google.com>
32614
32615 * math/libm-test.inc (lround_test): New testcase.
32616 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
32617
762011fe
UD
326182011-09-08 Ulrich Drepper <drepper@gmail.com>
32619
92963737
UD
32620 * Makefile: Remove support for automatic cvs check-ins.
32621 * Makerules: Likewise.
32622 * config.make.in: Likewise.
32623 * configure.in: Likewise.
32624 * intl/Makefile: Likewise.
32625 * locale/Makefile: Likewise.
32626 * po/Makefile: Likewise.
32627 * posix/Makefile: Likewise.
32628 * sysdeps/gnu/Makefile: Likewise.
32629 * sysdeps/mach/hurd/Makefile: Likewise.
32630 * sysdeps/sparc/sparc32/Makefile: Likewise.
32631
b0727fd8
JS
32632 [BZ #13118]
32633 * posix/Makefile (bug-regex32-ENV): Define.
32634 Patch by John Stanley <jpsinthemix@verizon.net>.
32635
a0f33f99
UD
32636 * misc/Makefile (headers): Add bits/select2.h.
32637 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
32638 * misc/bits/select2.h: New file.
32639 * include/bits/select2.h: New file.
32640 * debug/Makefile (routines): Add fdelt_chk.
32641 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
32642 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
32643 FD_ISSET.
32644 * debug/fdelt_chk.c: New file.
32645
762011fe
UD
32646 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
32647 * wcsmbs/test-wmemcmp.c: Likewise.
32648 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 32649 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
32650
326512011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32652
32653 * string/Makefile (strop-tests): Add memcmp.
32654 * string/test-wmemcmp.c: New file.
32655 * string/test-memcmp.c: Add wmemcmp support.
32656
7f513ec8
RM
326572011-09-08 Roland McGrath <roland@hack.frob.com>
32658
0442afb4
RM
32659 [BZ #13153]
32660 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
32661 2011-07-19 change.
32662
7f513ec8
RM
32663 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
32664 garbage value in a __mach_port_mod_refs call in the cases of the
32665 task-self and thread-self ports.
32666
a12b2239
ST
326672011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
32668
32669 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
32670
610f9ab4
AS
326712011-09-08 Andreas Schwab <schwab@redhat.com>
32672
7f513ec8 32673 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 32674
48882a1a
LD
326752011-09-07 Ulrich Drepper <drepper@gmail.com>
32676
b49865be
UD
32677 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
32678
fdc86bc9
UD
32679 * elf/dl-libc.c (dlerror_run): Pass back error code from
32680 dl_catch_error.
32681
c966526a
UD
32682 [BZ #13123]
32683 * elf/dl-load.c (lose): Free l_origin if it is valid.
32684
48882a1a
LD
32685 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
32686 names.
32687 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
32688 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
32689 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
32690 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
32691 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
32692 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
32693
77a2a8b4
AZ
326942011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
32695
32696 * sysdeps/powerpc/fpu/e_hypot.c: New file.
32697 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
32698 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
32699 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
32700 * sysdeps/powerpc/fpu/k_cosf.c: New file.
32701 * sysdeps/powerpc/fpu/k_sinf.c: New file.
32702 * sysdeps/powerpc/fpu/s_cosf.c: New file.
32703 * sysdeps/powerpc/fpu/s_sinf.c: New file.
32704 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
32705 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
32706
24f579d8
AM
327072011-08-15 Alan Modra <amodra@gmail.com>
32708
32709 [BZ #13092]
32710 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
32711 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
32712 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
32713 ppc_mcount to static-only-routines.
32714 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
32715 __mcount_internal.
32716 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
32717 __mcount_internal with usual JUMPTARGET. Remove useless nop.
32718
3d4837df
UD
327192011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
32720
32721 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
32722 for finite and infinity parameters.
32723
22700377
WS
327242011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
32725
32726 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
32727 and add nop instructions for throughput optimization.
32728 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32729
5025581e
WS
327302011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
32731
32732 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
32733 aligned copy for power7 with vector-scalar instructions.
32734 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
32735
08a300c9
L
327362011-07-24 H.J. Lu <hongjiu.lu@intel.com>
32737
32738 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
32739 AVX check.
32740
59178ef9
AS
327412011-09-07 Andreas Schwab <schwab@redhat.com>
32742
32743 [BZ #13144]
32744 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
32745 last change.
32746
e38ba7ab
UD
327472011-09-07 Ulrich Drepper <drepper@gmail.com>
32748
32749 * sysdeps/unix/sysv/linux/x86_64/init-first.c
32750 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
32751 syscall wrapper around clock_gettime in __vdso_clock_gettime.
32752 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
32753 clock_gettime.
32754
d53a73ac
UD
327552011-09-06 Ulrich Drepper <drepper@gmail.com>
32756
fc8bffcc
UD
32757 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
32758 Forgot to demangle the pointer.
32759
ceaa0c5d
UD
32760 * sysdeps/i386/sysdep.h: Define atom_text_section.
32761 * sysdeps/x86_64/sysdep.h: Likewise.
32762 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
32763 section with atom_text_section.
32764 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
32765 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
32766 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
32767 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
32768 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
32769
a77d3c17
UD
32770 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
32771 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
32772 already be defined. Change to take two parameters and don't assign
32773 result to variable. Adjust all users.
32774 Define INTERNAL_GETTIME if not already defined.
32775 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
32776 call.
32777 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
32778 HAVE_CLOCK_GETTIME_VSYSCALL.
32779 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
32780
d53a73ac
UD
32781 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
32782 gettimeofday vsyscall, just use time.
32783
a8f84144
AS
327842011-09-06 Andreas Schwab <schwab@redhat.com>
32785
32786 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
32787 <errno.h>.
32788
ef606249
UD
327892011-09-06 Ulrich Drepper <drepper@gmail.com>
32790
32791 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
32792 syscall on x86-64.
32793 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
32794 syscall.
32795 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
32796 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
32797 syscall if possible.
32798
6585cb60
UD
327992011-09-05 Ulrich Drepper <drepper@gmail.com>
32800
32801 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
32802 e_ident. Don't pass to find_mapsXX.
32803 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
32804
a5f524e4
LD
328052011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32806
32807 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32808 strchr-sse2-no-bsf strrchr-sse2-no-bsf
32809 * sysdeps/x86_64/multiarch/strchr.S: Update.
32810 Check bit_slow_BSF bit.
32811 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
32812 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
32813 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
32814
554881ef
UD
328152011-09-05 Ulrich Drepper <drepper@gmail.com>
32816
d96de963
UD
32817 [BZ #13134]
32818 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
32819 before glibc 2.15.
32820 (tryshell): Define.
32821 (__spawni): Change last parameter to be flag. Test
32822 SPAWN_XFLAGS_USE_PATH flag to use path or not.
32823 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
32824 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
32825 * posix/spawni.c: Likewise.
32826 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
32827 * posix/spawnp.c: Likewise. Change normal version to use
32828 SPAWN_XFLAGS_USE_PATH.
32829 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
32830 SPAWN_XFLAGS_TRY_SHELL.
32831
d48e5868
UD
32832 [BZ #13150]
32833 * posix/glob.h: Remove gcc 1.x support.
32834
554881ef
UD
32835 [BZ #13068]
32836 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
32837
693fb948
LD
328382011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32839
32840 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32841 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
32842 strrchr-sse2-bsf
32843 * sysdeps/i386/i686/multiarch/strchr.S: New file.
32844 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
32845 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
32846 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
32847 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
32848 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
32849
1b48c537
UD
328502011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32851
49d42c37
UD
32852 * sysdeps/x86_64/wcscmp.S: New file.
32853
1b48c537
UD
32854 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
32855 wcscmp-c wcscmp-sse2
32856 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
32857 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
32858 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
32859 * wcsmbs/wcscmp.c: Allow renaming.
32860
15c95c5d
DM
328612011-09-05 David S. Miller <davem@davemloft.net>
32862
32863 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
32864 stack slot, rather than the struct return pointer slot.
32865 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
32866 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
32867 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
32868 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
32869
2f0ad8f3
UD
328702011-09-05 Ulrich Drepper <drepper@gmail.com>
32871
d88ae418
UD
32872 * po/ja.po: Update from translation team.
32873
2f0ad8f3
UD
32874 [BZ #13144]
32875 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
32876 kernel in 64-bit binaries.
32877
5f4318d1
DM
328782011-09-01 David S. Miller <davem@davemloft.net>
32879
32880 * elf/elf.h (HWCAP_SPARC_*): Move to..
32881 * sysdeps/sparc/sysdep.h: this new file and add new values.
32882 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
32883 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
32884 _DL_HWCAP_COUNT to 24.
32885 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32886 entries.
32887 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
32888 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
32889 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
32890 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
32891 instead of magic constants.
32892 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32893
3ba57516
DM
328942011-08-31 David S. Miller <davem@davemloft.net>
32895
32896 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
32897 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
32898 Reimplement to do errno handling inline.
32899 (SYSCALL_ERROR_HANDLER): New macro.
32900 (__SYSCALL_STRING): Do not do errno handling in asm.
32901 (__CLONE_SYSCALL_STRING): Delete.
32902 (__INTERNAL_SYSCALL_STRING): Delete.
32903 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
32904 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
32905 (PSEUDO): Reimplement to do errno handling inline.
32906 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
32907 (SYSCALL_ERROR_HANDLER): New macro.
32908 (__SYSCALL_STRING): Do not do errno handling in asm.
32909 (__CLONE_SYSCALL_STRING): Delete.
32910 (__INTERNAL_SYSCALL_STRING): Delete.
32911 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
32912 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
32913 i386.
32914 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
32915 (inline_syscall*): Add 'err' argument.
32916 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
32917 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
32918 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
32919 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
32920
32921 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
32922 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
32923
2bc17433
AS
329242011-08-30 Andreas Schwab <schwab@redhat.com>
32925
32926 * elf/rtld.c (dl_main): Relocate objects in dependency order.
32927
fbeb5f4d
JO
329282011-08-29 Jiri Olsa <jolsa@redhat.com>
32929
32930 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
32931 directive.
32932
ad69cc26
DM
329332011-08-24 David S. Miller <davem@davemloft.net>
32934
32935 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
32936
39dd69df
AS
329372011-08-24 Andreas Schwab <schwab@redhat.com>
32938
32939 * elf/Makefile: Add rules to build and run unload8 test.
32940 * elf/unload8.c: New file.
32941 * elf/unload8mod1.c: New file.
32942 * elf/unload8mod1x.c: New file.
32943 * elf/unload8mod2.c: New file.
32944 * elf/unload8mod3.c: New file.
32945
32946 * elf/dl-close.c (_dl_close_worker): Reset private search list if
32947 it wasn't used.
32948
2c0b250a
DM
329492011-08-23 David S. Miller <davem@davemloft.net>
32950
32951 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
32952 subtract stack bias.
32953 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
32954 %sp not %fp in calculations.
32955 (_JMPBUF_UNWINDS_ADJ): Likewise.
32956
22044b48
DM
32957 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
32958 (aio_suspend): Call it to force an exception region around the
32959 AIO_MISC_WAIT() invocation.
32960
2cae4995
AS
329612011-08-23 Andreas Schwab <schwab@redhat.com>
32962
32963 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
32964 backslash.
32965
873a772e
AJ
329662011-07-04 Aurelien Jarno <aurelien@aurel32.net>
32967
32968 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
32969 protection macro.
32970 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
32971 and <dl-machine.h>.
32972 (Elf64_FuncDesc): Remove.
32973
25ad0df1
DM
329742011-08-22 David S. Miller <davem@davemloft.net>
32975
32976 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
32977 sigaltstack check, add missing cfi directives.
32978 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
32979 missing cfi directives, and sigaltstack handling.
32980
e888bcbe
AS
329812011-08-16 Andreas Schwab <schwab@redhat.com>
32982
32983 [BZ #11724]
32984 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
32985 object is seen twice.
32986 * elf/dl-fini.c (_dl_sort_fini): Likewise.
32987
32988 * elf/Makefile (distribute): Add tst-initorder2.c.
32989 (tests): Add tst-initorder2.
32990 (modules-names): Add tst-initorder2a tst-initorder2b
32991 tst-initorder2c tst-initorder2d. Add rules to build them.
32992 ($(objpfx)tst-initorder2.out): New rule.
32993 * elf/tst-initorder2.c: New file.
32994 * elf/tst-initorder2.exp: New file.
32995
87162f46
AS
329962011-08-22 Andreas Schwab <schwab@redhat.com>
32997
70538b7f
AS
32998 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
32999
f55ffe58
AS
33000 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
33001 dependencies back to end of function.
33002
87162f46
AS
33003 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
33004 $(elfobjdir)/ld.so.
33005
91b392a4
UD
330062011-08-21 Ulrich Drepper <drepper@gmail.com>
33007
33008 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
33009 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
33010 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
33011 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
33012 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
33013 of __vdso_gettimeofday.
33014 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
33015 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
33016 attribute_hidden.
33017 (_libc_vdso_platform_setup): Remove initialization of
33018 __vdso_gettimeofday and __vdso_time.
33019
5c43483f
UD
330202011-08-20 Ulrich Drepper <drepper@gmail.com>
33021
775a77e7
UD
33022 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
33023 and fgetc_unlocked.
33024 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
33025 getc_unlocked.
89f447ed 33026
49c74ba9
UD
33027 * elf/dl-open.c (add_to_global): Report additions to the global scope
33028 for LD_DEBUG=scopes.
33029 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 33030 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 33031
5c43483f
UD
33032 [BZ #13114]
33033 * stdio-common/Makefile (tests): Add bug24.
33034 * stdio-common/bug24.c: New file.
33035
a101b025
AJ
330362011-08-19 Andreas Jaeger <aj@suse.de>
33037
33038 [BZ #13114]
33039 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
33040 non-existant file when using close-on-exec mode.
33041
c88f1766
UD
330422011-08-20 Ulrich Drepper <drepper@gmail.com>
33043
0276a718
UD
33044 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
33045 the very first instruction.
33046
c88f1766
UD
33047 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
33048 the CFI state in the end.
33049 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
33050 inclusion of dl-trampoline.h.
33051 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
33052
51ccffa0
AS
330532011-08-19 Andreas Schwab <schwab@redhat.com>
33054
94d7165f
AS
33055 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
33056 expectations for long double.
33057
51ccffa0
AS
33058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
33059 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
33060
fd708658 330612011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
33062
33063 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
33064 artificual limit depends upon the system page size.
33065
44f0a71e
UD
330662011-08-17 Ulrich Drepper <drepper@gmail.com>
33067
33068 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
33069 * resolv/Makefile: Define CFLAGS-libresolv.
33070
8de79a24
AS
330712011-08-17 Andreas Schwab <schwab@redhat.com>
33072
33073 * nss/makedb.c (compute_tables): Make variables used in nested
33074 function static.
33075
27724598
UD
330762011-08-17 Ulrich Drepper <drepper@gmail.com>
33077
c5305d88
UD
33078 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
33079 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
33080 if buffer was too small.
33081
27724598
UD
33082 * elf/pldd.c (main): Attach to all threads in the process.
33083 Rewrite /proc handling to use *at functions.
33084
076fe015
UD
330852011-08-16 Ulrich Drepper <drepper@gmail.com>
33086
174baab3
UD
33087 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
33088 specifies first scope to show.
33089 (dl_open_worker): Update callers. Move printing scope of new
33090 object to before the relocation.
44f0a71e 33091 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
33092 * sysdeps/generic/ldsodefs.h: Update declaration.
33093
076fe015
UD
33094 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
33095 string for the scope number.
33096
a60df2c3
UD
330972011-08-14 Ulrich Drepper <drepper@gmail.com>
33098
33099 * nscd/servicescache.c (cache_addserv): Make sure written is always
33100 initialized.
33101
5e4287d1
RM
331022011-08-14 Roland McGrath <roland@hack.frob.com>
33103
85ae0589
RM
33104 * sysdeps/i386/i486/bits/atomic.h
33105 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
33106 statement expression, so as to suppress "set but not used" warning.
33107 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
33108
69f63097
RM
33109 * string/strncat.c (STRNCAT): Use prototype definition.
33110
675456ef
RM
33111 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
33112 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
33113 -Iprograms here.
33114 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
33115 (localedef-modules): Add localedef.
33116 (locale-modules): Add locale.
33117
5e4287d1
RM
33118 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
33119 * elf/rtld.c (dl_main): Invert order of assignment in last change,
33120 to avoid a warning.
33121
9c96ff23
DM
331222011-08-14 David S. Miller <davem@davemloft.net>
33123
33124 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
33125 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
33126
f9ddf089
UD
331272011-08-13 Ulrich Drepper <drepper@gmail.com>
33128
44f0a71e 33129 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
33130 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
33131 * elf/rtld.c (dl_main): Set l_name of vDSO.
33132 Call _dl_show_scope when DL_DEBUG_SCOPES.
33133 (process_dl_debug): Recognize scopes flag and also set it for all.
33134 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
33135 Declare _dl_show_scope.
33136
1dc27704
UD
33137 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
33138 (do_dlopen): Pass caller_dlopen to dl_open.
33139 (__libc_dlopen_mode): Initialize caller_dlopen.
33140
f9ddf089
UD
33141 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
33142 of libc. Make tolower call locale-independent. Optimize a bit by
33143 using isdigit instead of isalnum.
33144 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
33145
9ac533d3
UD
331462011-08-12 Ulrich Drepper <drepper@gmail.com>
33147
33148 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
33149 was a dependency or dynamically loaded.
33150
89edf2e9
UD
331512011-08-11 Ulrich Drepper <drepper@gmail.com>
33152
8e999d29
UD
33153 * intl/l10nflist.c: Allow architecture-specific pop function.
33154 * sysdeps/x86_64/l10nflist.c: New file.
33155
89edf2e9
UD
33156 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
33157 classification.
33158
14d96785
AS
331592011-08-10 Andreas Schwab <schwab@redhat.com>
33160
33161 * include/dirent.h: Add libc_hidden_proto for scandirat and
33162 scandirat64. Don't declare __scandirat64.
33163 * dirent/scandirat.c: Add libc_hidden_def.
33164 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
33165 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
33166
6761ac04
DM
331672011-08-10 David S. Miller <davem@davemloft.net>
33168
33169 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
33170 enum.
33171 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
33172 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
33173 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
33174
c55fbd1e
UD
331752011-08-09 Ulrich Drepper <drepper@gmail.com>
33176
33177 * Versions.def [libc]: Add GLIBC_2.15.
33178 * dirent/Makefile (routines): Add scandirat and scandirat64.
33179 * dirent/Versions [libc]: Export scandirat and scandirat64 for
33180 GLIBC_2.15.
33181 * dirent/dirent.h: Declare scandirat and scandirat64.
33182 * dirent/scandirat.c: New file.
33183 * dirent/scandirat64.c: New file.
33184 * sysdeps/wordsize-64/scandirat.c: New file.
33185 * sysdeps/wordsize-64/scandirat64.c: New file.
33186 * dirent/opendir.c: Define opendirat.
33187 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
33188 using scandirat.
33189 * dirent/scandir64.c: Adjust for scandir.c change.
33190 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
33191 __scandirat64, and __scandir_cancel_handler.
33192 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
33193 additional parameter and use openat instead of open (outside of ld.so).
33194 Add new __opendir as wrapper around __opendirat.
33195 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
33196 here without requiring old scandirat implementation.
33197
879165f2
UD
331982011-08-08 Ulrich Drepper <drepper@gmail.com>
33199
33200 * dirent/scandir.c (cancel_handler): Renamed to
33201 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
33202 defined. Adjust users.
33203 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
33204 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
33205
cb7e923b
UD
332062011-08-04 Ulrich Drepper <drepper@gmail.com>
33207
16292edd
UD
33208 * string/test-string.h (IMPL): Use __STRING to expand name and then
33209 stringify it.
33210
cb7e923b
UD
33211 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
33212 of cleanups.
33213
cff82933
LD
332142011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33215
33216 * string/Makefile: Update.
33217 (strop-tests): Append strncat.
33218 * string/test-wcscmp.c: New file.
33219 New comprehensive test for wcscmp.
33220 * string/test-strcmp.c: Update.
33221 (WIDE): New define.
33222
9be9bfcc
AS
332232011-07-22 Andreas Schwab <schwab@redhat.com>
33224
33225 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
33226 line.
33227
2e96f1c7
AS
332282011-07-26 Andreas Schwab <schwab@redhat.com>
33229
33230 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
33231 encoding to ACE if AI_IDN.
33232
85188888
JJ
332332011-08-01 Jakub Jelinek <jakub@redhat.com>
33234
33235 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
33236 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
33237
5fa16e9b
LD
332382011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
33239
33240 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
33241 Fix overflow bug in strncat.
33242 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
33243
33244 * string/test-strncat.c: Update.
33245 Add new tests for checking overflow bugs.
33246
332472011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
33248
33249 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33250 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
33251 * sysdeps/i386/i686/multiarch/strcat.S: New file.
33252 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
33253 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
33254 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
33255 * sysdeps/i386/i686/multiarch/strncat.S: New file.
33256 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
33257 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
33258
33259 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
33260 (USE_AS_STRCAT): Define.
33261 Add strcat and strncat support.
33262 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
33263
8c1a459f
AS
332642011-07-25 Andreas Schwab <schwab@redhat.com>
33265
33266 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
33267 __n bigger than INT_MAX+1.
33268 (__strncmp_g): Likewise.
33269
bba33c28
UD
332702011-07-23 Ulrich Drepper <drepper@gmail.com>
33271
798be72d
UD
33272 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
33273 * libio/stido.h: Likewise.
33274
8accd4dc
UD
33275 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
33276 (AF_NFC): Define.
33277 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
33278 (AF_NFC): Define.
33279
cbff0d96
UD
33280 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
33281 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
33282 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
33283 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
33284 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
33285
9191c04a
UD
33286 [BZ #13021]
33287 * scripts/test-installation.pl: Don't expect libnss_test1 to be
33288 installed.
33289
bba33c28
UD
33290 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
33291 typo.
33292 (_dl_x86_64_save_sse): Likewise.
33293
90f139dd
UD
332942011-07-22 Ulrich Drepper <drepper@gmail.com>
33295
1aae088a
UD
33296 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
33297 OSXSAVE.
33298 (_dl_x86_64_save_sse): Likewise.
33299
8e2045f5
UD
33300 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
33301
90f139dd
UD
33302 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
33303
1d002f25
AS
333042011-07-21 Andreas Schwab <schwab@redhat.com>
33305
33306 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
33307 change.
33308 (_dl_x86_64_save_sse): Use correct AVX check.
33309
21137f89
UD
333102011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33311
33312 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
33313 bug in strncpy/strncat.
33314 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
33315
a65c0b7a
UD
333162011-07-21 Ulrich Drepper <drepper@gmail.com>
33317
33318 * string/tester.c (test_strcat): Add tests for different alignments
33319 of source and destination.
33320 (test_strncat): Likewise.
33321
6986b98a
UD
333222011-07-20 Ulrich Drepper <drepper@gmail.com>
33323
90bb2039
UD
33324 [BZ #12852]
33325 * posix/glob.c (glob): Check passed in values before using them in
33326 expressions to avoid some overflows.
33327 (glob_in_dir): Likewise.
33328
5644ef54
UD
33329 [BZ #13007]
33330 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
33331 check for AVX enablement so that we don't crash with old kernels and
33332 new hardware.
33333 * elf/tst-audit4.c: Add same checks here.
33334 * elf/tst-audit6.c: Likewise.
33335
33336 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 33337
bfc9dc9b
AS
333382011-07-09 Andreas Schwab <schwab@linux-m68k.org>
33339
33340 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
33341
702e64bb
UD
333422011-07-20 Ulrich Drepper <drepper@gmail.com>
33343
33344 * po/cs.po: Update from translation team.
33345 * po/bg.po: Likewise.
33346
295e904f
MP
333472011-07-12 Marek Polacek <mpolacek@redhat.com>
33348
33349 * misc/sys/cdefs.h: Add support for const attribute.
33350 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
33351 to gnu_dev_{major,minor,makedev} functions.
33352
3ff94596
MP
333532011-07-20 Marek Polacek <mpolacek@redhat.com>
33354
33355 * intl/dcigettext.c (get_output_charset): Add missing bracket.
33356
28b59fca
AS
333572011-07-20 Andreas Schwab <schwab@redhat.com>
33358
33359 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
33360 strlen results.
33361
19df733e
AK
333622011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33363
33364 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
33365 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
33366 register in order to avoid conflicts with the soft frame pointer
33367 being held in r11 when necessary.
33368 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
33369 (INTERNAL_VSYSCALL_NCS): Likewise.
33370
c8835729
MP
333712011-07-14 Marek Polacek <mpolacek@redhat.com>
33372
33373 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
33374 * elf/dl-fini.c (_dl_fini): Adjust caller.
33375 * elf/dl-close.c (_dl_close_worker): Likewise.
33376 * sysdeps/generic/ldsodefs.h: Adjust declaration.
33377
b902330c
MP
333782011-07-15 Marek Polacek <mpolacek@redhat.com>
33379
8991e135
MP
33380 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
33381 "aux_cache->nlibs < 0".
33382
b902330c
MP
33383 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
33384 in the reload-count case.
33385
99710781
LD
333862011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
33387
33388 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33389 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
33390 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
33391 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
33392 * sysdeps/x86_64/multiarch/strcat.S: New file.
33393 * sysdeps/x86_64/multiarch/strncat.S: New file.
33394 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
33395 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
33396 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
33397 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
33398 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
33399 (USE_AS_STRCAT): Define.
33400 Add strcat and strncat support.
33401 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
33402 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
33403 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
33404 * string/strncat.c: Update.
33405 (USE_AS_STRNCAT): Define.
33406 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33407 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
33408 and i7.
33409 * sysdeps/x86_64/multiarch/init-arch.h
33410 (bit_Prefer_PMINUB_for_stringop): New.
33411 (index_Prefer_PMINUB_for_stringop): Likewise.
33412 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
33413 bit_Prefer_PMINUB_for_stringop.
33414
7dc6bd90
UD
334152011-07-19 Ulrich Drepper <drepper@gmail.com>
33416
33417 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
33418 buffer64.
33419 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
33420 of casting of buffer.
33421 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
33422 buffer32 and buffer64.
33423 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
33424 writes instead of casting of buffer.
33425 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
33426 buffer32.
33427 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
33428 casting of buffer.
33429
e0e72284
AS
334302011-07-19 Andreas Schwab <schwab@redhat.com>
33431
33432 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
33433
feb1eb0b
UD
334342011-07-19 Ulrich Drepper <drepper@gmail.com>
33435
33436 * nscd/nscd.c (termination_handler): Don't do anything for a database
33437 if it has not yet been initialized.
33438
298711ff
UD
334392011-07-18 Ulrich Drepper <drepper@gmail.com>
33440
33441 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
33442
334432011-07-15 Marek Polacek <mpolacek@redhat.com>
33444
33445 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
33446
f9d68389
UD
334472011-07-18 Ulrich Drepper <drepper@gmail.com>
33448
33449 * po/nl.po: Update from translation team.
33450 * po/sv.po: Likewise.
33451
db290cf5
RM
334522011-07-16 Roland McGrath <roland@hack.frob.com>
33453
33454 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
33455 now disallowed by GCC.
5c550700 33456
fd5e21c7
RM
33457 * configure.in (use-default-link): Default to yes if a test -shared
33458 link meets our qualifications.
33459 * configure: Regenerated.
33460
5c550700
RM
33461 * config.make.in (output-format): New variable.
33462 * configure.in: Check for ld --print-output-format support.
33463 * configure: Regenerated.
33464 * Makerules ($(common-objpfx)format.lds)
33465 [$(output-format) != unknown]: Just use $(output-format),
33466 instead of the linker-script munging.
33467
9fa2c032
RM
334682011-07-14 Roland McGrath <roland@hack.frob.com>
33469
a6928d51
RM
33470 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
33471 of $(common-objpfx)shlib.lds.
33472 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
33473
661607b3
RM
33474 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
33475 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
33476
9fa2c032
RM
33477 * configure.in (-z relro check): Adjust test code to add a large
33478 writable data section after it.
33479 * configure: Regenerated.
33480
defe9061
RM
334812011-07-11 Roland McGrath <roland@hack.frob.com>
33482
33483 * configure.in (-z relro check): Fix test code to make the variable
33484 truly const.
33485 * configure: Regenerated.
33486
319b9ad4
UD
334872011-07-11 Ulrich Drepper <drepper@gmail.com>
33488
33489 * nscd/nscd.h (struct traced_file): Define.
33490 (struct database_dyn): Remove inotify_descr, reset_res, and filename
33491 elements. Add traced_files.
33492 (inotify_fd): Declare.
33493 (register_traced_file): Declare.
33494 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
33495 (inotify_fd): Export.
33496 (resolv_conf_descr): Remove.
33497 (nscd_init): Move inotify descriptor creation to main.
33498 Don't register files for notification here.
33499 (register_traced_file): New function.
33500 (invalidate_cache): Don't use reset_res to determine whether to call
33501 res_init, go through the list of registered files.
33502 (main_loop_poll): The inotify descriptors are now stored in the
33503 structures for the traced files.
33504 (main_loop_epoll): Likewise
33505 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
33506 to __nss_disable_nscd.
33507 * nscd/cache.c (prune_cache): There is no single inotify descriptor
33508 for a database anymore. Check the records for all the registered
33509 files instead.
33510 * nss/Makefile (libnss_files-routines): Add files-init.
33511 (libnss_db-routines): Add db-init.
33512 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
33513 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
33514 * nss/nss_db/db-init.c: New file.
33515 * nss/nss_files/files-init.c: New file.
33516 * nss/nsswitch.c (nss_load_library): New function. Broken out of
33517 __nss_lookup_function.
33518 (__nss_lookup_function): Call nss_load_library.
33519 (nss_load_all_libraries): New function.
33520 (__nss_disable_nscd): Take parameter with callback function for files
33521 to register. Set is_nscd. Load all the DSOs for the NSS modules
33522 used for the cached services.
33523 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
33524 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
33525 options for features to all the files in nscd.
33526
33527 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
33528
23bee3e8
RM
335292011-07-10 Roland McGrath <roland@hack.frob.com>
33530
33531 * csu/elf-init.c (__libc_csu_init): Comment typo.
33532
46a5b7f0
UD
335332011-07-09 Ulrich Drepper <drepper@gmail.com>
33534
33535 * po/pl.po: Update from translation team.
33536 * po/ja.po: Likewise.
33537 * po/ru.po: Likewise.
33538 * po/ko.po: Likewise.
33539 * po/fr.po: Likewise.
33540
d30cf5bb
RM
335412011-07-09 Roland McGrath <roland@hack.frob.com>
33542
113ddea4
RM
33543 * configure.in (.ctors/.dtors header and trailer check):
33544 Use an empirical test on a built program.
33545 * configure: Regenerated.
33546
574920b4
RM
33547 * configure.in (-z relro check): Use an empirical test on a built DSO.
33548 Detect, but do not require, on ia64.
33549 * configure: Regenerated.
33550
d30cf5bb
RM
33551 * configure.in (READELF): Find it with AC_CHECK_TOOL.
33552 Update tests that use readelf to use $READELF instead.
33553 * configure: Regenerated.
33554
8538fdb3
UD
335552011-07-08 Ulrich Drepper <drepper@gmail.com>
33556
33557 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
33558 if the result is not used.
33559
04d08991
AJ
335602011-07-05 Andreas Jaeger <aj@suse.de>
33561
33562 [BZ#9696]
33563 * stdlib/tst-strtod.c: Add testcase.
33564
de283087
AD
335652011-07-07 Ulrich Drepper <drepper@gmail.com>
33566
4e5f31c8 33567 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 33568 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
33569 The latter has a higher limit. Take additional parameter to pass to
33570 the new function.
33571 (__pathconf): Pass file to __statfs_link_max.
33572 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
33573 __statfs_link_max.
33574 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
33575 __statfs_link_max.
33576
de283087
AD
33577 [BZ #12868]
33578 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
33579 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
33580 Handle Lustre.
33581 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
33582 (__statfs_filesize_max): Likewise.
33583 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
33584
c75fa153
AJ
335852011-07-05 Andreas Jaeger <aj@suse.de>
33586
33587 * resolv/res_comp.c (dn_skipname): Remove unused variable.
33588
1a544854
UD
335892011-07-06 Marek Polacek <mpolacek@redhat.com>
33590
33591 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
33592 `status' variable.
33593 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
33594 Likewise.
33595
6f0eec67
UD
335962011-07-04 H.J. Lu <hongjiu.lu@intel.com>
33597
33598 * Makefile (strop-tests): Add strncat.
33599 * string/test-strncat.c: New file.
33600
aae30307
UD
336012011-06-30 Marek Polacek <mpolacek@redhat.com>
33602
33603 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
33604
c0cfb5eb
UD
336052011-06-21 Andreas Jaeger <aj@suse.de>
33606
33607 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
33608 Copy rule from iconvdata/Makefile.
33609
01636b21
UD
336102011-07-06 Ulrich Drepper <drepper@gmail.com>
33611
33612 [BZ #12922]
33613 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
33614 but no long options are defined, just return 'W'.
33615
9895c8bc
UD
336162011-06-22 Marek Polacek <mpolacek@redhat.com>
33617
33618 [BZ #9696]
33619 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
33620
5d4cf042
UD
336212011-07-06 Ulrich Drepper <drepper@gmail.com>
33622
33623 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
33624 netgroups to read.
960e5535 33625 (innetgr): Likewise.
5d4cf042 33626
751eb97e
RM
336272011-07-05 Roland McGrath <roland@hack.frob.com>
33628
33629 * config.make.in (install_root): Default to $(DESTDIR).
33630
f15f1e45
UD
336312011-07-05 Ulrich Drepper <drepper@gmail.com>
33632
33633 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
33634
4e34ac6a
RM
336352011-07-02 Roland McGrath <roland@hack.frob.com>
33636
5e9b6af4
RM
33637 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
33638
84f9ea0f
RM
33639 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
33640 containing directory rather than embedding absolute directory names.
33641
ea5ee9f7
RM
33642 * scripts/check-local-headers.sh: Rewritten using awk.
33643 Match by word, not by line. Print error messages for matches.
33644 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
33645
1b74661a
RM
33646 * Makerules [shlib-lds-flags empty]:
33647 ($(common-objpfx)libc_pic.opts): New target.
33648 ($(common-objpfx)libc_pic.os.clean): New target.
33649 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
33650
33651 * config.make.in (OBJCOPY): New variable.
33652 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
33653 * configure: Regenerated.
33654
f781ef40
RM
33655 * config.make.in (use-default-link): New variable.
33656 * configure.in (use_default_link): Grok --with-default-link to set it.
33657 * configure: Regenerated.
33658 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
33659 (shlib-lds, shlib-lds-flags): Define to empty.
33660
2d4fa81e
RM
33661 * Makerules (shlib-lds): New variable.
33662 (shlib-lds-flags): New variable.
33663 (build-shlib, build-moduile, build-module-asneeded): Use it.
33664 ($(common-objpfx)libc.so): Use $(shlib-lds).
33665 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
33666 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
33667
31fffa6b
RM
33668 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
33669 DT_FLAGS/DT_FLAGS_1 with zero flags.
33670
4e34ac6a
RM
33671 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
33672 linker script munging.
33673
fcfc776b
UD
336742011-07-02 Ulrich Drepper <drepper@gmail.com>
33675
33676 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
33677 as 128-bit value.
33678 * crypt/sha512.c (sha512_process_block): Perform total addition using
33679 128-bit if possible.
33680 (__sha512_finish_ctx): Likewise.
33681 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
33682 as 64-bit value.
33683 * crypt/sha256.c (SWAP64): Define.
33684 (sha256_process_block): Perform total addition using 64-bit if
33685 possible.
33686 (__sha256_finish_ctx): Likewise.
33687
99231d9a
UD
336882011-07-01 Ulrich Drepper <drepper@gmail.com>
33689
33690 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
33691 * nscd/initgrcache.c (addinitgroupsX): Likewise.
33692 * nscd/hstcache.c (cache_addhst): Likewise.
33693 * nscd/grpcache.c (cache_addgr): Likewise.
33694 * nscd/aicache.c (addhstaiX): Likewise
33695 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
33696
445b4a53
TK
336972011-07-01 Thorsten Kukuk <kukuk@suse.de>
33698
33699 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
33700 * nscd/initgrcache.c (addinitgroupsX): Likewise.
33701 * nscd/hstcache.c (cache_addhst): Likewise.
33702 * nscd/grpcache.c (cache_addgr): Likewise.
33703 * nscd/aicache.c (addhstaiX): Likewise
33704
6d4d8e8e
AS
337052011-07-01 Andreas Schwab <schwab@redhat.com>
33706
33707 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
33708 domain only when needed.
33709
89f654c5
AS
337102011-06-30 Andreas Schwab <schwab@redhat.com>
33711
33712 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
33713 is always restored.
33714
cf3b23ff
UD
337152011-06-29 Ulrich Drepper <drepper@gmail.com>
33716
33717 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
33718 are re-adding the entry.
33719 * nscd/servicescache.c (cache_addserv): Likewise.
33720
751626f9
AJ
337212011-06-30 Aurelien Jarno <aurelien@aurel32.net>
33722
33723 * sysdeps/generic/dl-irel.h: fix protection against multiple
33724 inclusions.
33725 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
33726
9113ea1f
UD
337272011-06-28 Ulrich Drepper <drepper@gmail.com>
33728
5c0b8d90
UD
33729 [BZ #12935]
33730 * malloc/memusage.sh: Fix quoting in message.
33731 * debug/xtrace.sh: Likewise.
33732
9113ea1f
UD
33733 * configure.in: Remove support for --experimental-malloc option, make
33734 it the default.
33735 * config.make.in: Likewise.
33736 * malloc/Makefile: Likewise.
33737
a4172181
AS
337382011-06-27 Andreas Schwab <schwab@redhat.com>
33739
33740 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
33741 two-byte characters.
33742
78a7eee7
RM
337432011-06-27 Roland McGrath <roland@hack.frob.com>
33744
62bede13
RM
33745 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
33746 AC_CACHE_CHECK invocation.
33747 * configure: Regenerated.
33748
78a7eee7
RM
33749 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
33750
5ce33a62
UD
337512011-06-27 Ulrich Drepper <drepper@gmail.com>
33752
034807a9
UD
33753 [BZ #12350]
33754 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
33755 bit from old_res_options.
33756
4902da17
UD
33757 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
33758
5ce33a62
UD
33759 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
33760 value type for setfct.
33761
c2344f56
L
337622011-06-23 H.J. Lu <hongjiu.lu@intel.com>
33763
33764 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
33765 __gettimeofday instead of gettimeofday.
33766
68468076
UD
337672011-06-26 Ulrich Drepper <drepper@gmail.com>
33768
33769 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
33770
acb0d739
L
337712011-06-24 H.J. Lu <hongjiu.lu@intel.com>
33772
33773 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
33774
33775 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
33776 info.
33777
8912479f
L
337782011-06-22 H.J. Lu <hongjiu.lu@intel.com>
33779
33780 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33781 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
33782 strcpy-sse2-unaligned strncpy-sse2-unaligned
33783 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
33784 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
33785 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
33786 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
33787 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
33788 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
33789 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
33790 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
33791 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
33792 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
33793 (STRCPY): Support SSE2 and SSSE3 versions.
33794
d5495a11
UD
337952011-06-24 Ulrich Drepper <drepper@gmail.com>
33796
33797 [BZ #12874]
33798 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
33799 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
33800 kernels which artificially limit size of requests.
33801
0b1cbaae
L
338022011-06-22 H.J. Lu <hongjiu.lu@intel.com>
33803
33804 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33805 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
33806 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
33807 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
33808 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
33809 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
33810 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
33811 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
33812 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
33813 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
33814 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
33815 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
33816 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
33817 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
33818 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
33819 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33820 Enable unaligned load optimization for Intel Core i3, i5 and i7
33821 processors.
33822 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
33823 Define.
33824 (index_Fast_Unaligned_Load): Define.
33825 (HAS_FAST_UNALIGNED_LOAD): Define.
33826
07f494a0
MP
338272011-06-23 Marek Polacek <mpolacek@redhat.com>
33828
33829 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
33830
fa3fc0fe
UD
338312011-06-22 Ulrich Drepper <drepper@gmail.com>
33832
33833 [BZ #12907]
33834 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
33835 until it is clear that the information is realy needed.
33836 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
33837
e12df166
AS
338382011-06-22 Andreas Schwab <schwab@redhat.com>
33839
33840 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
33841
852eb34d
UD
338422011-06-22 Ulrich Drepper <drepper@gmail.com>
33843
84e2a551
UD
33844 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
33845 /sys/devices/system/cpu/online if it is usable.
33846
852eb34d
UD
33847 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
33848 reading the information from the /proc filesystem to once a second.
33849
6e502e19
UD
338502011-06-21 Andreas Jaeger <aj@suse.de>
33851
33852 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
33853 NULL after inclusion of kernel headers.
33854
75d39ff2
UD
338552011-06-21 Ulrich Drepper <drepper@gmail.com>
33856
51f9aa6a
UD
33857 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
33858 calls to internal_setent.
33859
c0244a9d
UD
33860 [BZ #12885]
33861 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
33862 addresses using gethostbyname4_r ignore IPv4 addresses.
33863
c5e3c2ae
UD
33864 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
33865 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
33866
75d39ff2
UD
33867 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
33868
42675c6f
DM
338692011-06-20 David S. Miller <davem@davemloft.net>
33870
33871 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
33872 inclusions.
33873 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
33874
33875 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
33876 (elf_irel): Use it.
33877 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
33878 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
33879 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
33880 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
33881 * sysdeps/x86_64/dl-irel.h: Likewise.
33882
33883 * elf/dl-runtime.c: Use elf_ifunc_invoke.
33884 * elf/dl-sym.c: Likewise.
33885
57912a71
UD
338862011-06-15 Ulrich Drepper <drepper@gmail.com>
33887
33888 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
33889 need to dereference resplen2.
33890
ee22793d
AS
338912011-06-14 Andreas Schwab <schwab@redhat.com>
33892
33893 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
33894
a9e836b0
UD
338952011-06-15 Ulrich Drepper <drepper@gmail.com>
33896
77fb9117
UD
33897 * Makeconfig: Define vardbdir and inst_vardbdir.
33898 * nss/Makefile: Add rules to install db-Makefile.
33899
40c1b22c
UD
33900 * nss/nss_db/db-XXX.c: Cleanup.
33901
9f2da732
UD
33902 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
33903 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
33904 GLIBC_PRIVATE.
33905 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
33906 * nss/makedb.c: Implement -g option to specify that value strings
33907 are generated and should not be added to table iterated over for
33908 get*ent calls.
33909 * nss/nss_db/db-initgroups.c: New file.
33910
82e9a1f7
UD
33911 * nss/getent.c: Add support for initgroups lookups through getgrouplist
33912 interface.
33913
c41af17e
UD
33914 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
33915 (internal_getgrouplist): Adjust to name change.
33916 Update use_initgroups_entry if this is not the first call.
33917 * nss/databases.def: Add initgroups entry.
33918
a9e836b0
UD
33919 * nss/makedb.c (compute_tables): Check result of multiple hash table
33920 sizes to minimize maximum chain length.
33921
2666d441
UD
339222011-06-14 Ulrich Drepper <drepper@gmail.com>
33923
33924 * Versions.def: Add entry for libnss_db.
33925 * shlib-versions: Likewise.
33926 * nss/Makefile: Add rules to build libnss_db.
33927 * nss/Versions: Add libnss_db information. Organize libnss_files
33928 entries better.
33929 * nss/db-Makefile: Add gshadow support. Change rules for the new
33930 makedb progra. Some minor improvements to generate smaller files.
33931 * nss/nss_db/nss_db.h: Move NSS database header data structures to
33932 here from...
33933 * nss/makedb.c: ...here.
33934 Improve database format to be smaller and require less memory at
33935 runtime.
33936 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
33937 db anymore.
33938 * nss/nss_db/db-netgrp.c: Likewise.
33939 * nss/nss_db/db-open.c: Likewise.
33940 * nss/nss_files/flies-XXX.x: Adjust comments.
33941 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
33942 * nss/nss_files/files-grp.c: Likewise.
33943 * nss/nss_files/files-hosts.c: Likewise.
33944 * nss/nss_files/files-network.c: Likewise.
33945 * nss/nss_files/files-proto.c: Likewise.
33946 * nss/nss_files/files-pwd.c: Likewise.
33947 * nss/nss_files/files-rpc.c: Likewise.
33948 * nss/nss_files/files-service.c: Likewise.
33949 * nss/nss_files/files-sgrp.c: Likewise.
33950 * nss/nss_files/files-spwd.c: Likewise.
33951 * nss/nss_db/db-alias.c: Removed.
33952 * nss/nss_db/dummy-db.h: Removed.
33953
9ee76b5a
UD
339542011-06-02 Ulrich Drepper <drepper@gmail.com>
33955
33956 * nss/makedb.c: Rewritten to not use database library.
33957 * nss/Makefile: Update to build new makedb program.
33958
c71ca1f8
AJ
339592011-06-14 Andreas Jaeger <aj@suse.de>
33960
33961 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
33962 memset declaration.
33963
3154bfb8
UD
339642011-06-10 Andreas Schwab <schwab@redhat.com>
33965
33966 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
33967 tmpbuf.
33968
b350afab
RM
339692011-06-10 Roland McGrath <roland@hack.frob.com>
33970
decd4e50
RM
33971 * Makerules (shlib.lds): Fail if the linker script comes out empty.
33972 * elf/Makefile ($(objpfx)ld.so): Likewise.
33973
5615eaf2
RM
33974 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
33975 Don't list ld.so twice in dependencies.
33976
33977 * posix/bug-regex31.c: Include <stdlib.h>.
33978
33979 * nscd/hstcache.c (cache_addhst): Remove unused variable.
33980
33981 * nis/nss_compat/compat-spwd.c
33982 (getspent_next_nss_netgr): Remove unused variable.
33983 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
33984
33985 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
33986 nonmembers" output to use the right array.
33987
33988 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
33989
33990 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
33991
33992 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
33993 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
33994 * catgets/gencat.c (read_input_file): Likewise.
33995 * locale/programs/locarchive.c (enlarge_archive): Likewise.
33996
33997 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
33998 variable definition inside #if's controlling its use.
33999
34000 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
34001
34002 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
34003
34004 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
34005
34006 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
34007 unreachable code.
34008
34009 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
34010
b68e08db
RM
34011 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
34012 * configure: Regenerated.
34013
b350afab
RM
34014 * Makerules: Revert last change.
34015 * elf/Makefile: Likewise.
34016
28368601
RM
340172011-06-09 Roland McGrath <roland@hack.frob.com>
34018
34019 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
34020 * elf/Makefile ($(objpfx)librtld.os): Likewise.
34021 (reloc-link): Likewise.
34022
11988f8f
UD
340232011-06-09 Ulrich Drepper <drepper@gmail.com>
34024
34025 * elf/Makefile: Add rules to build pldd.
34026 * elf/pldd.c: New file.
34027 * elf/pldd-xx.c: New file.
34028
e80fab37
UD
340292011-06-07 Ulrich Drepper <drepper@gmail.com>
34030
34031 * version.h: Update for 2.15 development version.
34032
9b849836
DM
340332011-06-07 David S. Miller <davem@davemloft.net>
34034
34035 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
34036 ifuncs.
34037 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
34038 elf_machine_lazy_rel): Likewise.
34039 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
34040 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
34041 elf_machine_lazy_rel): Likewise.
34042 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
34043 dl_hwcap via passed in argument.
34044 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
34045 Likewise.
34046
5a31b283
AK
340472011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34048
34049 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
34050
069e52f8
RM
340512011-06-06 Roland McGrath <roland@hack.frob.com>
34052
34053 [BZ #12849]
34054 * manual/fdl-1.1.texi: New file, verbatim from:
34055 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
34056 * manual/lgpl-2.1.texi: New file, verbatim from:
34057 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
34058 * manual/Makefile (licenses): New variable, list those new file names.
34059 (texis): Use it.
34060 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
34061
34062 * manual/fdl.texi: File removed.
34063 * manual/lesser.texi: File removed.
34064 * manual/libc.texinfo (Copying, Documentation License):
34065 Use new @include file names, put @appendix directive before @include.
34066
f16846a5
JJ
340672011-06-04 Jakub Jelinek <jakub@redhat.com>
34068
34069 [BZ #12841]
34070 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
34071 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
34072 (mq_open): Add __NTH.
34073
3d29045b
L
340742011-06-02 H.J. Lu <hongjiu.lu@intel.com>
34075
34076 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34077 Assume Intel Core i3/i5/i7 processor if AVX is available.
34078
8c297311
UD
340792011-05-31 Ulrich Drepper <drepper@gmail.com>
34080
34081 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
34082 typo.
34083
c8fc0c91
UD
340842011-05-31 Andreas Schwab <schwab@redhat.com>
34085
34086 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
34087 memory. Use alloca_account. Fix memory leak when retrying.
34088
5b27a807
UD
340892011-05-31 Ulrich Drepper <drepper@gmail.com>
34090
356f8bc6
UD
34091 * version.h (RELEASE): Bump for 2.14 release.
34092 * include/features.h (__GLIBC_MINOR__): Bump to 14.
34093
5b27a807
UD
34094 * config.make.in (RANLIB): Remove entry.
34095
01f16ab0
UD
340962011-05-30 Ulrich Drepper <drepper@gmail.com>
34097
41fce8bd
UD
34098 * po/Makefile (po-sed-cmd): Add ksh to extensions.
34099 (libc.pot): Work around missing support for .ksh extension in xgettext.
34100
4769ae77
UD
34101 [BZ #12684]
34102 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
34103 if both request failed.
34104 (send_dg): In case of server errors clear resplen or *resplen2.
34105
6b1e7d19
UD
34106 [BZ #12454]
34107 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
34108 when there are multiple maps.
34109 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
34110 (_dl_fini): Remove test here.
34111
01f16ab0
UD
34112 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
34113
b1ebd700
UD
341142011-05-29 Ulrich Drepper <drepper@gmail.com>
34115
7ae22829
UD
34116 [BZ #12350]
34117 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
34118 bit from old_res_options.
34119 (gaih_inet): Likewise.
34120
553149f6 34121 [BZ #11099]
18a84741 34122 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
34123 as signed.
34124
652ffab1
UD
34125 * resolv/res_init.c (res_setoptions): Make the code more compact.
34126
16985fd0
UD
34127 [BZ #11558]
34128 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
34129 set RES_USEVC.
34130
0464f746
UD
34131 [BZ #11634]
34132 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
34133
7d17596c
UD
34134 * malloc/malloc.h: Mark malloc hook variables as deprecated.
34135
cf6bbbd7
UD
34136 [BZ #11781]
34137 * malloc/malloc.h: Declare malloc hook variables as volatile.
34138
13f1ab36
UD
34139 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
34140 in last patch.
34141
b1ebd700
UD
34142 [BZ #11799]
34143 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 34144 raise in the comment.
80e2212d
UD
34145 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
34146 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
34147 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 34148
ce67228d
UD
341492011-05-28 Ulrich Drepper <drepper@gmail.com>
34150
8887a920
UD
34151 [BZ #12811]
34152 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
34153 grow the buffers more if it already has to be sufficient.
34154 (build_wcs_upper_buffer): Likewise.
34155 * posix/regexec.c (check_matching): Likewise.
34156 (clean_state_log_if_needed): Likewise.
34157 (extend_buffers): Don't enlarge buffers beyond size of the input
34158 buffer.
34159 Patches mostly by Emil Wojak <emil@wojak.eu>.
34160 * posix/bug-regex32.c: New file.
34161 * posix/Makefile (tests): Add bug-regex32.
34162
4f031072
UD
34163 * locale/findlocale.c (_nl_find_locale): Return right away if
34164 _nl_explode_name failed.
34165 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
34166
d0478f0c
UD
34167 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
34168
de81b246
UD
34169 * debug/xtrace.sh: Unify messages.
34170 * malloc/memusage.sh: Likewise.
34171
c738465a
UD
34172 [BZ #12813]
34173 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
34174 time symbol from vDSO. Substitute with vsyscall if not available.
34175 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
34176 __vdso_time.
34177
f1f929d7
UD
34178 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
34179 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
34180 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
34181 Add sendmmsg and internal_sendmmsg.
34182 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
34183 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
34184 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
34185
ce67228d
UD
34186 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
34187 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
34188 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
34189
e57420c6
UD
341902011-05-27 Ulrich Drepper <drepper@gmail.com>
34191
a8509ca5
UD
34192 [BZ #12813]
34193 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
34194 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
34195 available.
34196 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
34197 __vdso_getcpu.
34198
e57420c6
UD
34199 [BZ #12814]
34200 * iconvdata/Makefile (tests): Add bug-iconv9.
34201 * iconvdata/bug-iconv9.c: New file.
34202
4d07db15
AS
342032011-05-27 Andreas Schwab <schwab@redhat.com>
34204
34205 [BZ #12814]
34206 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
34207
ea486f69
JJ
342082011-05-25 Jakub Jelinek <jakub@redhat.com>
34209
34210 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
34211 (struct user_regs_struct): Change intcs field back to cs.
34212
6f038433
UD
342132011-05-25 Ulrich Drepper <drepper@gmail.com>
34214
34215 * po/ja.po: Update from translation team.
34216
67f86a25
UD
342172011-05-23 Ulrich Drepper <drepper@gmail.com>
34218
34219 [BZ #12795]
34220 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
34221 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
34222
def7fbd6
AS
342232011-05-20 Andreas Schwab <schwab@redhat.com>
34224
34225 * stdlib/longlong.h: Update from GCC.
34226
f50ef8f1
AS
342272011-05-23 Andreas Schwab <schwab@redhat.com>
34228
34229 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
34230 parameter name.
34231 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
34232 Add parameter name.
34233 (__sysconf): Pass it down.
34234
de7ce8f1
UD
342352011-05-22 Ulrich Drepper <drepper@gmail.com>
34236
f2962a71
UD
34237 [BZ #12671]
34238 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
34239 some situations.
34240 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
34241 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
34242 add in in __libc_use_alloca calls. Adjust callers.
34243 (glob): Use malloc in some situations.
34244
de7ce8f1
UD
34245 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
34246 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
34247 pltexit.
34248
aec84f53
UD
342492011-05-21 Ulrich Drepper <drepper@gmail.com>
34250
05bb4a68
UD
34251 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
34252 and CLOCK_BOOTTIME_ALARM.
34253
7ea72f99
UD
34254 [BZ #12782]
34255 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
34256 is returned.
34257
7e4afad5
UD
34258 * string/_strerror.c (__strerror_r): Print negative errors as signed
34259 numbers.
34260
8e211fec
UD
34261 [BZ #12777]
34262 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
34263 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
34264 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
34265
f7d82dc9
UD
34266 * configure.in: Fix typo in redirection and correct removal of test
34267 files in two cases.
34268
cc9e536d
UD
34269 [BZ #12788]
34270 * locale/setlocale.c (new_composite_name): Fix test to check for
34271 identical name of all categories.
34272
aec84f53
UD
34273 [BZ #12792]
34274 * libio/filedoalloc.c (local_isatty): New function.
34275 (_IO_file_doallocate): Use local_isatty.
34276 * stdio-common/perror.c (perror): In case a new stream is used
34277 forward the stream error.
34278 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
34279 error flag.
34280
78e64fdc
RT
342812011-05-20 Ulrich Drepper <drepper@gmail.com>
34282
34a9094f
UD
34283 [BZ #11869]
34284 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
34285 alloca.
34286 * include/alloca.h (extend_alloca_account): Define.
34287
78e64fdc
RT
34288 [BZ #11857]
34289 * posix/regex.h: Fix comments with documentation of user-accessible
34290 fields after compilation and describe correct free'ing of pattern
34291 after re_compile_pattern.
34292 Patch by Reuben Thomas <rrt@sc3d.org>.
34293
457bddfc
RA
342942011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
34295
34296 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
34297 and -mno-altivec to prevent the compiler from using Altivec and/or
34298 VSX instructions when the corresponding registers are not available.
34299
a4527b51
AS
343002011-05-19 Andreas Schwab <schwab@redhat.com>
34301
34302 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
34303
ed690b2f
UD
343042011-05-19 Ulrich Drepper <drepper@gmail.com>
34305
34306 * libio/freopen.c (freopen): Use __dup2, not dup2.
34307 * libio/freopen64.c (freopen64): Likewise.
34308
8db73634
L
343092011-05-17 H.J. Lu <hongjiu.lu@intel.com>
34310
34311 [BZ #12775]
34312 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
34313 * math/Makefile (tests): Add test-powl.
34314 (CFLAGS-test-powl.c): Define.
34315 * math/test-powl.c: New file.
34316
0a197a9d
L
343172011-05-16 H.J. Lu <hongjiu.lu@intel.com>
34318
34319 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
34320
ee30c380
UD
343212011-05-17 Ulrich Drepper <drepper@gmail.com>
34322
34323 [BZ #11837]
34324 * iconvdata/gb18030.c: Update to GB18020-2005.
34325
6ce75379
UD
343262011-05-16 Ulrich Drepper <drepper@gmail.com>
34327
a4b89fd8
AR
34328 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
34329 RE_SYNTAX_POSIX_AWK): Update to match recent development.
34330 Patch by Aharon Robbins <arnold@skeeve.com>.
34331
ea389b12
UD
34332 [BZ #11892]
34333 * stdlib/putenv.c (putenv): Don't always create copy of the variable
34334 on the stack.
34335
68a3f91f
UD
34336 [BZ #11895]
34337 * misc/pselect.c (__pselect): Handle timeout value errors hidden
34338 through underflows.
34339
15cc7dd1
UD
34340 [BZ #12766]
34341 * misc/error.c (error_at_line): Ensure file_name and old_file_name
34342 point to strings before performing equality test for error_one_per_line
34343 mode.
34344
f3799213
UD
34345 [BZ #11697]
34346 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
34347
d79a9c94
UD
34348 [BZ #11820]
34349 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
34350 (struct user_fpregs_struct): Avoid __uint*_t types.
34351
56e5eb46
UD
34352 [BZ #6420]
34353 * malloc/mtrace.c (tr_where): Add additional parameter to point to
34354 symbol info. Use it instead of calling _dl_addr locally.
34355 (lock_and_info): New function.
34356 (tr_freehook): Call lock_and_info and pass symbol info as additional
34357 parameter to tr_where.
34358 (tr_mallochook): Likewise.
34359 (tr_reallochook): Likewise.
34360 (tr_memalignhook): Likewise.
34361
6ce75379
UD
34362 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
34363 used and couldn't be at all thread-safe.
34364
f8a3b5bf
UD
343652011-05-15 Ulrich Drepper <drepper@gmail.com>
34366
94b7cc37
UD
34367 * libio/freopen.c (freopen): Don't close old file descriptor
34368 before the new one is opened. Instead dup the new file descriptor
34369 to the old one after the new stream is created.
34370 * libio/freopen64.c (freopen64): Likewise.
34371 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
34372 * libio/fileops.c (_IO_new_file_close_it): Handle new
34373 _IO_FLAGS2_NOCLOSE flag.
34374 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
34375 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
34376 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
34377 _IO_FLAGS2_NOCLOSE flag.
34378 * include/unistd.h: Add hidden_proto for dup3.
34379 Define __have_dup3.
34380 * io/dup3.c: Define hidden symbol.
34381 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
34382
bd25564e
UD
34383 [BZ #7101]
34384 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
34385 when an incomplete long option is used.
34386 * posix/tst-getopt_long1.c: New file.
34387 * posix/Makefile (tests): Add tst-getopt_long1.
34388
c84cfef4
UD
34389 [BZ #10138]
34390 * scripts/config.guess: Update from autoconf-2.68.
34391 * scripts/config.sub: Likewise.
34392
3b85df27
UD
34393 [BZ #10157]
34394 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
34395 tests into ...
34396 (has_cpuclock): ...this. New function.
34397 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
34398 macro here based on has_cpuclock code.
34399
15a856b1
UD
34400 [BZ #10149]
34401 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
34402 First byte (not low byte) is now always NUL.
34403 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
34404
05f399e6
UD
34405 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
34406 Use non-cancelable interfaces.
34407
10a52685 34408 [BZ #9809]
94ecc67d
UD
34409 * locale/iso-639.def: Add entry for Sorani.
34410
f8a3b5bf
UD
34411 [BZ #11901]
34412 * include/stdlib.h: Move include protection to the right place.
34413 Define abort_msg_s. Declare __abort_msg with it.
34414 * stdlib/abort.c (__abort_msg): Adjust type.
34415 * assert/assert.c (__assert_fail_base): New function. Majority
34416 of code from __assert_fail. Allocate memory for __abort_msg with
34417 mmap.
34418 (__assert_fail): Now call __assert_fail_base.
34419 * assert/assert-perr.c: Remove bulk of implementation. Use
34420 __assert_fail_base.
34421 * include/assert.hL Declare __assert_fail_base.
34422 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
34423 mmap.
34424 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
34425
1af4e298
UD
344262011-05-14 Ulrich Drepper <drepper@gmail.com>
34427
f8a3b5bf 34428 [BZ #11952]
d26dfc60
MG
34429 [BZ #12453]
34430 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
34431 until all modules are registered in the DTV.
34432 * elf/Makefile: Add rules to build and run tst-tls19.
34433 * elf/tst-tls19.c: New file.
34434 * elf/tst-tls19mod1.c: New file.
34435 * elf/tst-tls19mod2.c: New file.
34436 * elf/tst-tls19mod3.c: New file.
34437 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
34438
2fc54d6f
UD
34439 [BZ #12083]
34440 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
34441 correctly.
34442
98d76b46
UD
34443 [BZ #12601]
34444 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
34445 two-byte sequence errors.
34446 * iconvdata/Makefile (tests): Add bug-iconv8.
34447 * iconvdata/bug-iconv8.c: New file.
34448
da3c19ef
UD
34449 [BZ #12626]
34450 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
34451 buf2 definition.
34452
ca408c15
UD
34453 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
34454
d6f67f7d
UD
34455 [BZ #12432]
34456 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
34457 (dummy_getcfa): New function.
34458 (init): Get _Unwind_GetCFA address, use dummy if not found.
34459 (backtrace_helper): In recursion check, also check whether CFA changes.
34460 (__backtrace): Completely initialize arg.
34461
1af4e298 34462 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
34463 storing incomplete byte sequence in state object. Avoid testing for
34464 guaranteed too small input if we know there is enough data available.
1af4e298 34465
da62f81b
AS
344662011-05-11 Andreas Schwab <schwab@redhat.com>
34467
34468 * Makeconfig (+link-pie): Indent.
34469 * Rules (binaries-pie): Define if $(have-fpie) and
34470 $(build-shared).
34471 (binaries-shared): Also filter out $(binaries-pie).
34472 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
34473 * nscd/Makefile (others-pie): Add nscd.
34474 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
34475 ($(objpfx)nscd): Remove command override.
34476 * login/Makefile (others-pie): Add pt_chown.
34477 ($(objpfx)pt_chown): Remove command override.
34478 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
34479 remove command overrides.
34480
fcabc0f8
UD
344812011-05-13 Ulrich Drepper <drepper@gmail.com>
34482
20030ae6
UD
34483 * libio/tst_putwc.c: Fix error messages.
34484
fcabc0f8
UD
34485 [BZ #12724]
34486 * libio/fileops.c (_IO_new_file_close_it): Always flush when
34487 currently writing and seek to current position when not.
34488 * libio/Makefile (tests): Add bug-fclose1.
34489 * libio/bug-fclose1.c: New file.
34490
320a5dc0
PB
344912011-05-12 Ulrich Drepper <drepper@gmail.com>
34492
34493 [BZ #12511]
34494 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
34495 don't set DF_1_NODELETE here.
34496 (do_lookup_x): When entering new entry test for copy relocation
34497 and if necessary set DF_1_NODELETE flag.
34498 * elf/tst-unique4.cc: New file.
34499 * elf/tst-unique4.h: New file.
34500 * elf/tst-unique4lib.cc: New file.
34501 * elf/Makefile: Add rules to build and run tst-unique4.
34502 Patch by Piotr Bury <pbury@goahead.com>.
34503
22836f52
UD
345042011-05-11 Ulrich Drepper <drepper@gmail.com>
34505
f574184a
UD
34506 [BZ #12052]
34507 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
34508
e1fb097f
UD
34509 [BZ #12625]
34510 * misc/mntent_r.c (addmntent): Flush the stream after the output
34511
22836f52
UD
34512 [BZ #12393]
34513 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
34514 (is_trusted_path_normalize): Skip initial colon. Append slash
34515 to empty buffer. Duplicate is_trusted_path code but allow
34516 constructed patch to be prefix.
34517 (is_dst): Allow $ORIGIN followed by /.
34518 (_dl_dst_substitute): Correct clearing of check_for_trusted.
34519 Correct testing of result of is_trusted_path_normalize
34520 (decompose_rpath): Fix warning.
34521
7b3b0b2a
UD
345222011-05-10 Ulrich Drepper <drepper@gmail.com>
34523
34524 [BZ #11257]
34525 * grp/initgroups.c (internal_getgrouplist): When we found the service
34526 list through the initgroups entry in nsswitch.conf do not always
34527 continue on a successful lookup. Don't always use the
eac80ce2 34528 __nss_group_database value if it is set.
7b3b0b2a
UD
34529 * nss/nsswitch.conf (initgroups): Change action for successful db
34530 lookup to continue for compatibility.
34531
2a81eaa5
UD
345322011-05-09 Ulrich Drepper <drepper@gmail.com>
34533
be97a69e
UD
34534 [BZ #11532]
34535 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
34536 and CP774 modules.
34537 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
34538 and CP774 modules.
34539 * iconvdata/tst-tables.sh: Likewise.
34540 * iconvdata/cp770.c: New file.
34541 * iconvdata/cp771.c: New file.
34542 * iconvdata/cp772.c: New file.
34543 * iconvdata/cp773.c: New file.
34544 * iconvdata/cp774.c: New file.
34545 * iconvdata/testdata/CP770: New file.
34546 * iconvdata/testdata/CP770..UTF8: New file.
34547 * iconvdata/testdata/CP771: New file.
34548 * iconvdata/testdata/CP771..UTF8: New file.
34549 * iconvdata/testdata/CP772: New file.
34550 * iconvdata/testdata/CP772..UTF8: New file.
34551 * iconvdata/testdata/CP773: New file.
34552 * iconvdata/testdata/CP773..UTF8: New file.
34553 * iconvdata/testdata/CP774: New file.
34554 * iconvdata/testdata/CP774..UTF8: New file.
34555
34556 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
34557 END CHARMAP line.
34558 * iconvdata/gen-8bit-gap.sh: Likewise.
34559 * iconvdata/gen-8bit.sh: Likewise.
34560
c1e9e399
UD
34561 * locale/iso-639.def: Add ary entry.
34562
24c55fb3 34563 [BZ #11258]
96b4b1b0
UD
34564 * locale/C-translit.h.in: Add U20A1 transliteration.
34565
bdc2f971
KB
34566 [BZ #12178]
34567 * locale/iso-639.def: Add wae entry.
34568 Patch by Kevin Bortis <bortis@translate-wae.ch>.
34569
2952b117
UD
34570 [BZ #12545]
34571 * locale/programs/localedef.c (construct_output_path): Use ssize_t
34572 for n.
34573
2a81eaa5
UD
34574 [BZ #12711]
34575 * locale/C-translit.h.in: Add entry for U20B9.
34576 Patch by pravin.d.s@gmail.com.
34577
28377d1b
UD
345782011-05-08 Ulrich Drepper <drepper@gmail.com>
34579
7fb90fb8
UD
34580 [BZ #12713]
34581 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
34582 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
34583 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
34584 in rtld. Use *stat64.
7fb90fb8 34585 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 34586 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 34587 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
34588 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
34589 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
34590 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
34591 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
34592 __fstatat64 macros.
7fb90fb8
UD
34593 * include/dirent.h: Add libc_hidden_proto for rewinddir.
34594 * dirent/rewinddir.c: Add libc_hidden_def.
34595 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 34596 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 34597
28377d1b
UD
34598 * include/dirent.h (__alloc_dir): Add flags parameter.
34599 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
34600 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
34601 __alloc_dir.
34602 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
34603 from fdopendir if O_CLOEXEC is already set.
34604
66bdbaa4
AM
346052011-03-15 Alan Modra <amodra@gmail.com>
34606
34607 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
34608 l_tls_firstbyte_offset non-zero. Save padding offset in
34609 l_tls_firstbyte_offset for later use.
34610 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
34611 freeing static tls block.
34612
95721191
JN
346132011-03-05 Jonathan Nieder <jrnieder@gmail.com>
34614
34615 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
34616 where #ifdef was intended. The intent is to prevent ARG_MAX from
34617 being defined by the kernel headers.
34618
f87dfb1f
UD
346192011-05-07 Ulrich Drepper <drepper@gmail.com>
34620
34621 [BZ #12734]
34622 * resolv/resolv.h: Define RES_NOTLDQUERY.
34623 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
34624 no-tld-query and set RES_NOTLDQUERY.
34625 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
34626 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
34627 modern BIND to search name as TLD unless forbidden.
34628
47c3cd7a
UD
346292011-05-07 Petr Baudis <pasky@suse.cz>
34630 Ulrich Drepper <drepper@gmail.com>
34631
34632 [BZ #12393]
34633 * elf/dl-load.c (fillin_rpath): Move trusted path check...
34634 (is_trusted_path): ...to here.
c1e9ea35 34635 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 34636 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 34637 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 34638
8a35c912
PP
346392011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
34640
34641 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
34642 __BEGIN/__END_DECLS.
34643
acd41f47
UD
346442011-05-06 Ulrich Drepper <drepper@gmail.com>
34645
34646 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
34647 NSS_STATUS_NOTFOUND if no record was found.
34648
597df647
AS
346492011-05-05 Andreas Schwab <schwab@redhat.com>
34650
34651 * sunrpc/Makefile (headers): Add rpc/netdb.h.
34652 (headers-not-in-tirpc): Remove rpc/netdb.h
34653 * resolv/netdb.h: Revert last change.
34654
b9af1301
PP
346552011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
34656
34657 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
34658 circular dependency between libgcc.a and libc.a.
34659
4e34d5f5
AS
346602011-05-05 Andreas Schwab <schwab@redhat.com>
34661
34662 * resolv/netdb.h: Don't include <rpc/netdb.h>.
34663 * nis/Makefile: Don't install rpcsvc/*.
34664 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
34665 instead of <rpc/types.h>.
34666 (MAXHOSTNAMELEN): Define.
34667
00ee369c
AS
346682011-05-03 Andreas Schwab <schwab@redhat.com>
34669
34670 * elf/ldconfig.c (add_dir): Don't crash on empty path.
34671
0b592a30
MB
346722011-04-28 Maciej Babinski <mbabinski@google.com>
34673
34674 [BZ #12714]
34675 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
34676 gethostbyname4_r when IPv6 results are possible.
34677
6e04cbbe
UD
346782011-05-02 Ulrich Drepper <drepper@gmail.com>
34679
34680 [BZ #12723]
34681 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
34682 _PC_PIPE_BUF handling.
34683
e4ecafe0
BH
346842011-04-30 Bruno Haible <bruno@clisp.org>
34685
34686 [BZ #12717]
34687 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
34688 * resolv/netdb.h (getnameinfo): Change type of flags parameter
34689 to 'int'.
34690 * inet/getnameinfo.c (getnameinfo): Likewise.
34691
125ee683
UD
346922011-04-29 Ulrich Drepper <drepper@gmail.com>
34693
34694 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
34695 to groups setting in database lookup.
34696 * nss/nsswitch.conf: Add initgroups entry.
34697
b722481a
EB
346982011-04-22 Ulrich Drepper <drepper@gmail.com>
34699
34700 [BZ #12685]
34701 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
34702 mode string.
34703 Patch by Eric Blake <eblake@redhat.com>.
34704
4df46dbd
L
347052011-04-20 H.J. Lu <hongjiu.lu@intel.com>
34706
34707 * sunrpc/Makefile (need-export-routines): Add svc_run.
34708 (routines): Remove svc_run.
34709 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
34710 * sunrpc/clnt_perr.c (clnt_perrno): Export.
34711 * sunrpc/svc_run.c (svc_run): Likewise.
34712 * sunrpc/svc_udp.c (svcudp_create): Likewise.
34713
e84142d2
UD
347142011-04-21 Ulrich Drepper <drepper@gmail.com>
34715
34716 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
34717 problem in reallocation in last patch.
34718
877175d8
UD
347192011-04-20 Ulrich Drepper <drepper@gmail.com>
34720
34721 * sunrpc/Makefile: Move inclusion of Rules.
34722
ab8eed78
UD
347232011-04-19 Ulrich Drepper <drepper@gmail.com>
34724
34725 * nss/nss_files/files-initgroups.c: New file.
34726 * nss/Makefile (libnss_files-routines): Add files-initgroups.
34727 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
34728 _nss_files_initgroups_dyn.
34729
e3d8f584
RS
347302011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
34731
34732 * elf/elf.h (R_ARM_IRELATIVE): Define.
34733
af190f45
UD
347342011-04-19 Ulrich Drepper <drepper@gmail.com>
34735
34736 * po/ru.po: Update from translation team.
34737
53cf59ef
UD
347382011-04-17 Ulrich Drepper <drepper@gmail.com>
34739
34740 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
34741 dependencies.
34742
4c559bcd
MF
347432011-02-06 Mike Frysinger <vapier@gentoo.org>
34744
34745 [BZ #12653]
34746 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
34747 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
34748 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
34749 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34750 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34751
4420675c
AS
347522011-03-28 Andreas Schwab <schwab@linux-m68k.org>
34753
34754 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
34755 differing bytes.
34756 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34757 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34758 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34759
75ea32ab
UD
347602011-04-17 Ulrich Drepper <drepper@gmail.com>
34761
34762 [BZ #12420]
34763 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
34764 storing it.
34765 * stdlib/bug-getcontext.c: New file.
34766 * stdlib/Makefile: Add rules to build and run bug-getcontext.
34767
27390476
AK
347682011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34769
34770 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
34771 instructions into .machine "z9-109".
34772 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
34773 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
34774
10442705
AK
347752011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34776
34777 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
34778 between environment variables and auxiliary vector.
34779
7b57bfe5
UD
347802011-04-16 Ulrich Drepper <drepper@gmail.com>
34781
34782 * Makefile: Add rules to build linkobj/libc.so.
34783 * include/libc-symbols.h: Define libc_hidden_nolink.
34784 * include/rpc/auth.h: Mark functions which are to be hidden.
34785 * include/rpc/auth_des.h: Likewise.
34786 * include/rpc/auth_unix.h: Likewise.
34787 * include/rpc/clnt.h: Likewise.
34788 * include/rpc/des_crypt.h: Likewise.
34789 * include/rpc/key_prot.h: Likewise.
34790 * include/rpc/pmap_clnt.h: Likewise.
34791 * include/rpc/pmap_prot.h: Likewise.
34792 * include/rpc/pmap_rmt.h: Likewise.
34793 * include/rpc/rpc_msg.h: Likewise.
34794 * include/rpc/svc.h: Likewise.
34795 * include/rpc/svc_auth.h: Likewise.
34796 * include/rpc/xdr.h: Likewise.
34797 * nis/Makefile: Link all DSOs against linkobj/libc.so.
34798 * nss/Makefile: Likewise.
34799 * sunrpc/Makefile: Don't install headers. Build library with normal
34800 entry points. Don't build rpcinfo. Link RPC tests appropriately.
34801 * sunrpc/auth_des.c: Hide exported symbols by default, export some
34802 for the compat linking library. Remove use of INTDEF/INTUSE.
34803 * sunrpc/auth_none.c: Likewise.
34804 * sunrpc/auth_unix.c: Likewise.
34805 * sunrpc/authdes_prot.c: Likewise.
34806 * sunrpc/authuxprot.c: Likewise.
34807 * sunrpc/clnt_gen.c: Likewise.
34808 * sunrpc/clnt_perr.c: Likewise.
34809 * sunrpc/clnt_raw.c: Likewise.
34810 * sunrpc/clnt_simp.c: Likewise.
34811 * sunrpc/clnt_tcp.c: Likewise.
34812 * sunrpc/clnt_udp.c: Likewise.
34813 * sunrpc/clnt_unix.c: Likewise.
34814 * sunrpc/des_crypt.c: Likewise.
34815 * sunrpc/des_soft.c: Likewise.
34816 * sunrpc/get_myaddr.c: Likewise.
34817 * sunrpc/key_call.c: Likewise.
34818 * sunrpc/key_prot.c: Likewise.
34819 * sunrpc/netname.c: Likewise.
34820 * sunrpc/pm_getmaps.c: Likewise.
34821 * sunrpc/pm_getport.c: Likewise.
34822 * sunrpc/pmap_clnt.c: Likewise.
34823 * sunrpc/pmap_prot.c: Likewise.
34824 * sunrpc/pmap_prot2.c: Likewise.
34825 * sunrpc/pmap_rmt.c: Likewise.
34826 * sunrpc/publickey.c: Likewise.
34827 * sunrpc/rpc_cmsg.c: Likewise.
34828 * sunrpc/rpc_common.c: Likewise.
34829 * sunrpc/rpc_dtable.c: Likewise.
34830 * sunrpc/rpc_prot.c: Likewise.
34831 * sunrpc/rpc_thread.c: Likewise.
34832 * sunrpc/rtime.c: Likewise.
34833 * sunrpc/svc.c: Likewise.
34834 * sunrpc/svc_auth.c: Likewise.
34835 * sunrpc/svc_authux.c: Likewise.
34836 * sunrpc/svc_raw.c: Likewise.
34837 * sunrpc/svc_run.c: Likewise.
34838 * sunrpc/svc_simple.c: Likewise.
34839 * sunrpc/svc_tcp.c: Likewise.
34840 * sunrpc/svc_udp.c: Likewise.
34841 * sunrpc/svc_unix.c: Likewise.
34842 * sunrpc/svcauth_des.c: Likewise.
34843 * sunrpc/xcrypt.c: Likewise.
34844 * sunrpc/xdr.c: Likewise.
34845 * sunrpc/xdr_array.c: Likewise.
34846 * sunrpc/xdr_float.c: Likewise.
34847 * sunrpc/xdr_intXX_t.c: Likewise.
34848 * sunrpc/xdr_mem.c: Likewise.
34849 * sunrpc/xdr_rec.c: Likewise.
34850 * sunrpc/xdr_ref.c: Likewise.
34851 * sunrpc/xdr_sizeof.c: Likewise.
34852 * sunrpc/xdr_stdio.c: Likewise.
34853
e6c61494
UD
348542011-04-10 Ulrich Drepper <drepper@gmail.com>
34855
34856 [BZ #12650]
34857 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
34858 * sysdeps/ia64/dl-tls.h: Likewise.
34859 * sysdeps/powerpc/dl-tls.h: Likewise.
34860 * sysdeps/s390/dl-tls.h: Likewise.
34861 * sysdeps/sh/dl-tls.h: Likewise.
34862 * sysdeps/sparc/dl-tls.h: Likewise.
34863 * sysdeps/x86_64/dl-tls.h: Likewise.
34864 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
34865
34fe483e
AS
348662011-03-14 Andreas Schwab <schwab@redhat.com>
34867
34868 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
34869 rpath element also skip the following colon.
34870 (expand_dynamic_string_token): Add is_path parameter and pass
34871 down to DL_DST_REQUIRED and _dl_dst_substitute.
34872 (decompose_rpath): Call expand_dynamic_string_token with
34873 non-zero is_path. Ignore empty rpaths.
34874 (_dl_map_object_from_fd): Call expand_dynamic_string_token
34875 with zero is_path.
34876
f12a32e6
AS
348772011-04-08 Andreas Schwab <schwab@linux-m68k.org>
34878
34879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34880 Make cancelable.
34881
38a7d692
UD
348822011-04-09 Ulrich Drepper <drepper@gmail.com>
34883
34884 [BZ #12655]
34885 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
34886 Patch by Filipe David Manana <fdmanana@apache.org>.
34887
e451d22b
AS
348882011-04-07 Andreas Schwab <schwab@redhat.com>
34889
34890 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
34891 Maintain aligned stack.
34892 (CHECK_RSP): Remove unused macro.
34893
dedc7c7b
UD
348942011-04-03 Ulrich Drepper <drepper@gmail.com>
34895
34896 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
34897 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
34898
94521213
UD
348992011-04-02 Ulrich Drepper <drepper@gmail.com>
34900
34901 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
34902
8cb700c0 34903 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 34904
0354e355
L
349052011-03-26 H.J. Lu <hongjiu.lu@intel.com>
34906
34907 [BZ #12518]
34908 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
34909 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
34910 * sysdeps/x86_64/memmove.c: New file.
34911 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
34912 (memcpy): Renamed to ...
34913 (__new_memcpy): This.
34914 (memcpy): Provide GLIBC_2_14 memcpy.
34915 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
34916 (memcpy): Provide GLIBC_2_2_5 memcpy.
34917
8593482f
UD
349182011-04-01 Ulrich Drepper <drepper@gmail.com>
34919
34920 [BZ #12631]
34921 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
34922
81a5726b
AS
349232011-03-30 Andreas Schwab <schwab@redhat.com>
34924
34925 * misc/syncfs.c: New file.
34926 * misc/Makefile (routines): Add syncfs.
34927 * posix/unistd.h: Declare syncfs.
34928 * sysdeps/unix/syscalls.list: Add syncfs.
34929
00e5419f
AS
349302011-04-01 Andreas Schwab <schwab@redhat.com>
34931
34932 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
34933 open_by_handle_at.
34934 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
34935 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
34936 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34937 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
34938 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34939 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
34940 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
34941
748876bf
UD
349422011-04-01 Ulrich Drepper <drepper@gmail.com>
34943
658e451d
UD
34944 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
34945 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
34946 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
34947 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34948 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
34949 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34950 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
34951
748876bf
UD
34952 * io/Makefile: Compile fallocate.c, fallocate64.c, and
34953 sync_file_range.c with -fexceptions.
34954 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
34955 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
34956 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
34957 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
34958 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
34959 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34960 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
34961 sync_file_range as cancellation point
34962 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
34963 now a wrapper around __call_sync_file_range with cancellation handling.
34964 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
34965 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
34966 function name to __call_sync_file_range.
34967 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
34968 Add call_sync_file_range.
748876bf 34969
6e63d5e1
AS
349702011-04-01 Andreas Schwab <schwab@redhat.com>
34971
34972 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 34973 bits/timex.h.
6e63d5e1 34974
46998f74
UD
349752011-04-01 Ulrich Drepper <drepper@gmail.com>
34976
4c1423ed
UD
34977 * iconv/iconv.h: Fix typo in comment.
34978 * io/fcntl.h: Likewise.
34979 * libio/stdio.h: Likewise.
34980 * posix/spawn.h: Likewise.
34981 * posix/unistd.h: Likewise.
34982 * stdlib/stdlib.h: Likewise.
34983 * time/time.h: Likewise.
34984 * wcsmbs/wchar.h: Likewise.
34985
158648c0
UD
34986 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
34987 open_by_handle): Add.
34988 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
34989 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
34990 Augment a few comments.
34991 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
34992 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34993 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
34994 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34995 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
34996 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
34997 open_by_handle.
34998
46998f74
UD
34999 * io/fcntl.h (AT_EMPTY_PATH): Define.
35000
83fe108b
UD
350012011-03-30 Ulrich Drepper <drepper@gmail.com>
35002
35003 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
35004 * sysdeps/unix/sysv/linux/bits/time.h: New file.
35005 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
35006 to...
35007 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
35008 * Versions.def: Add GLIBC_2.14.
35009 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
35010 Export.
83fe108b 35011
bb242059
UD
350122011-03-22 Ulrich Drepper <drepper@gmail.com>
35013
35014 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
35015 round counter.
35016 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
35017
c97a1282
L
350182011-03-20 H.J. Lu <hongjiu.lu@intel.com>
35019
35020 [BZ #12597]
35021 * string/test-strncmp.c (do_page_test): New function.
35022 (check2): Likewise.
35023 (test_main): Call check2.
35024 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
35025
2a115601
UD
350262011-03-20 Ulrich Drepper <drepper@gmail.com>
35027
35028 [BZ #12587]
35029 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
35030 Handle cache information in CPU leaf 4.
35031 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
35032
8126d904
UD
350332011-03-18 Ulrich Drepper <drepper@gmail.com>
35034
042c49c6 35035 [BZ #12583]
8126d904
UD
35036 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
35037 character representation.
35038 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
35039
ccfe366e
RA
350402011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
35041
35042 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
35043 END(__isnan) to END(__isnanf) to match function entry point/label
35044 EALIGN(__isnanf,...).
35045
c6e13027
JJ
350462011-03-10 Jakub Jelinek <jakub@redhat.com>
35047
35048 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
35049
33f85a3f
UD
350502011-03-10 Ulrich Drepper <drepper@gmail.com>
35051
028478fa
UD
35052 [BZ #12510]
35053 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
35054 copy from the symbol referenced in the relocation to initialize the
35055 used variable.
35056 Patch by Piotr Bury <pbury@goahead.com>.
35057 * elf/Makefile: Add rules to build and tst-unique3.
35058 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
35059 * elf/tst-unique3.cc: New file.
35060 * elf/tst-unique3.h: New file.
35061 * elf/tst-unique3lib.cc: New file.
35062 * elf/tst-unique3lib2.cc: New file.
35063
33f85a3f
UD
35064 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
35065
03592fc7
MF
350662011-03-10 Mike Frysinger <vapier@gentoo.org>
35067
35068 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
35069 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
35070 to _start.
03592fc7 35071
6a5ee102
UD
350722011-03-06 Ulrich Drepper <drepper@gmail.com>
35073
35074 * elf/dl-load.c (_dl_map_object): If we are looking for the first
35075 to-be-loaded object along a path to loader is ld.so.
35076
7e4ba49c
HJ
350772011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
35078 Ulrich Drepper <drepper@gmail.com>
35079
35080 * sysdeps/x86_64/memset.S: After aligning destination, code
35081 branches to different locations depending on the value of
35082 misalignment, when multiarch is enabled. Fix this.
35083
350842011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
35085
35086 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
35087 Set _x86_64_preferred_memory_instruction for AMD processsors.
35088 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35089 Set bit_Prefer_SSE_for_memop for AMD processors.
35090
13a804de
UD
350912011-03-04 Ulrich Drepper <drepper@gmail.com>
35092
35093 * libio/fmemopen.c (fmemopen): Optimize a bit.
35094
9d25c392
AS
350952011-03-03 Andreas Schwab <schwab@redhat.com>
35096
35097 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
35098
a5543c6a
RM
350992011-03-03 Roland McGrath <roland@redhat.com>
35100
35101 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
35102
012d35f7
DM
351032011-02-28 Aurelien Jarno <aurelien@aurel32.net>
35104
7e4ba49c 35105 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
35106 __bzero_ultra1 instead of __memset_ultra1.
35107
4bff6e01
AS
351082011-02-23 Andreas Schwab <schwab@redhat.com>
35109 Ulrich Drepper <drepper@gmail.com>
35110
35111 [BZ #12509]
35112 * include/link.h (struct link_map): Add l_orig_initfini.
35113 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
35114 returning unsuccessfully.
35115 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
35116 close of a file loaded at startup, restore the original l_initfini
35117 list.
35118 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
35119 list, store the pointer.
35120 * elf/Makefile ($(objpfx)noload-mem): New rule.
35121 (noload-ENV): Define.
35122 (tests): Add $(objpfx)noload-mem.
35123 * elf/noload.c: Include <memcheck.h>.
35124 (main): Call mtrace. Close all opened handles.
35125
f2092faf
AS
351262011-02-17 Andreas Schwab <schwab@redhat.com>
35127
35128 [BZ #12454]
35129 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
35130 dependencies are missing.
35131
6c8a2e88
ST
351322011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
35133
f2092faf 35134 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
35135 Hurd needs munmap.
35136 * sysdeps/mach/hurd/ifreq.h: New file.
35137
84a42118
PB
351382011-01-27 Petr Baudis <pasky@suse.cz>
35139 Ulrich Drepper <drepper@gmail.com>
35140
071f805e 35141 [BZ 12445]#
84a42118
PB
35142 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
35143 to extend_alloca().
35144 * stdio-common/bug23.c: New file.
35145 * stdio-common/Makefile (tests): Add bug23.
35146
e23fe25b
AS
351472010-09-28 Andreas Schwab <schwab@redhat.com>
35148 Ulrich Drepper <drepper@gmail.com>
35149
35150 [BZ #12489]
35151 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
35152 before performing relro protection. At old place add assertion
35153 to make sure nothing changed.
35154
d3f02e10
NS
351552011-02-17 Nathan Sidwell <nathan@codesourcery.com>
35156 Glauber de Oliveira Costa <glommer@gmail.com>
35157
35158 * elf/elf.h: Add new ARM TLS relocs.
35159
d55fd7a5
RA
351602011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
35161
35162 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35163 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
35164 cast from r3.
35165 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
35166 'tests' variable.
35167 * sysdeps/wordsize-64/tst-writev.c: New file.
35168
2206397e
RA
351692011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
35170
35171 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
35172 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
35173 insns in _dl_start to prevent a TOC reference before relocs are
35174 resolved.
35175
e9433893
UD
351762011-02-15 Ulrich Drepper <drepper@gmail.com>
35177
35178 [BZ #12469]
35179 * Makeconfig: Remove RANLIB definition.
35180 * Makerules: Don't use RANLIB.
35181 * aclocal.m4: Remove ranlib test.
35182 * configure.in: No need to check for ranlib.
35183 * elf/rtld-Rules: Don't use RANLIB.
35184
f75286c6
ST
351852011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
35186
8e31c82d
ST
35187 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
35188 protection macro.
35189 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
35190 inclusion protection macro.
35191
f75286c6
ST
35192 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
35193 SIGRTMIN and SIGRTMAX and print information in that case only when
35194 SIGRTMIN is defined.
35195
c1d0e639
JJ
351962011-02-11 Jakub Jelinek <jakub@redhat.com>
35197
35198 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
35199 arginfo fn returning -1.
35200
35201 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
35202 and thousands string is zero terminated.
35203
edf9294e
AS
352042011-02-03 Andreas Schwab <schwab@redhat.com>
35205
35206 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
35207 sysdeps/unix/sysv/linux/bits/socket.h.
35208
2b7e92df
ST
352092011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
35210
edf9294e
AS
35211 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
35212 (__CPU_COUNT): Remove old macros.
35213 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
35214 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
35215 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
35216 (__sched_cpualloc, __sched_cpufree): Add declarations.
35217
a4c7ea7b
UD
352182011-02-05 Ulrich Drepper <drepper@gmail.com>
35219
35220 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
35221 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
35222 * nscd/aicache.c (addhstaiX): Return timeout of added value.
35223 (readdhstai): Return value of addhstaiX call.
35224 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
35225 (addgrbyX): Return value returned by cache_addgr.
35226 (readdgrbyname): Return value returned by addgrbyX.
35227 (readdgrbygid): Likewise.
35228 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
35229 (addpwbyX): Return value returned by cache_addpw.
35230 (readdpwbyname): Return value returned by addhstbyX.
35231 (readdpwbyuid): Likewise.
35232 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
35233 (addservbyX): Return value returned by cache_addserv.
35234 (readdservbyname): Return value returned by addservbyX:
35235 (readdservbyport): Likewise.
35236 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
35237 (addhstbyX): Return value returned by cache_addhst.
35238 (readdhstbyname): Return value returned by addhstbyX.
35239 (readdhstbyaddr): Likewise.
35240 (readdhstbynamev6): Likewise.
35241 (readdhstbyaddrv6): Likewise.
35242 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
35243 (readdinitgroups): Return value returned by addinitgroupsX.
35244 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
35245 (prune_cache): Keep track of timeout value of re-added entries.
35246 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
35247 * nscd/nscd.h: Adjust prototypes of readd* functions.
35248
a0bf67cc
RM
352492011-02-04 Roland McGrath <roland@redhat.com>
35250
35251 * nis/nis_server.c (nis_servstate): Use the right name for 0.
35252 (nis_stats): Likewise.
35253 * nis/nis_modify.c (nis_modify): Likewise.
35254 * nis/nis_remove.c (nis_remove): Likewise.
35255 * nis/nis_add.c (nis_add): Likewise.
35256
35257 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
35258
35259 * posix/fnmatch_loop.c: Add some consts.
35260
35261 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
35262
435b95eb
L
352632011-02-02 H.J. Lu <hongjiu.lu@intel.com>
35264
35265 [BZ #12460]
35266 * config.make.in (config-cflags-novzeroupper): Define.
35267 * configure.in: Substitute libc_cv_cc_novzeroupper.
35268 * elf/Makefile (AVX-CFLAGS): Define.
35269 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
35270 (CFLAGS-tst-auditmod4a.c): Likewise.
35271 (CFLAGS-tst-auditmod4b.c): Likewise.
35272 (CFLAGS-tst-auditmod6b.c): Likewise.
35273 (CFLAGS-tst-auditmod6c.c): Likewise.
35274 (CFLAGS-tst-auditmod7b.c): Likewise.
35275 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
35276
8517b15e
UD
352772011-02-02 Ulrich Drepper <drepper@gmail.com>
35278
35279 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
35280 function to the callback.
35281 Patch partly by Jiri Olsa <jolsa@redhat.com>.
35282
10a656fe
AS
352832011-02-02 Andreas Schwab <schwab@redhat.com>
35284
35285 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
35286 of errno.
35287
968dad0a
UD
352882011-01-19 Ulrich Drepper <drepper@gmail.com>
35289
9f94d2ea 35290 [BZ #11724]
968dad0a
UD
35291 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
35292 of constructors.
35293 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
35294 of destructors.
35295 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
35296
35297 [BZ #11724]
35298 * elf/Makefile: Add rules to build and run new test.
35299 * elf/tst-initorder.c: New file.
35300 * elf/tst-initorder.exp: New file.
35301 * elf/tst-initordera1.c: New file.
35302 * elf/tst-initordera2.c: New file.
35303 * elf/tst-initordera3.c: New file.
35304 * elf/tst-initordera4.c: New file.
35305 * elf/tst-initorderb1.c: New file.
35306 * elf/tst-initorderb2.c: New file.
35307 * elf/tst-order-a1.c: New file.
35308 * elf/tst-order-a2.c: New file.
35309 * elf/tst-order-a3.c: New file.
35310 * elf/tst-order-a4.c: New file.
35311 * elf/tst-order-b1.c: New file.
35312 * elf/tst-order-b2.c: New file.
35313 * elf/tst-order-main.c: New file.
35314 New test case by George Gensure <werkt0@gmail.com>.
35315
86e92359
UD
353162010-10-01 Andreas Schwab <schwab@redhat.com>
35317
35318 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
35319 decoding ACE if AI_CANONIDN.
35320
5d5732b0
UD
353212011-01-18 Ulrich Drepper <drepper@gmail.com>
35322
35323 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
35324
a77e8cbc
UD
353252011-01-17 Ulrich Drepper <drepper@gmail.com>
35326
6392473f
UD
35327 * version.h (RELEASE): Bump for 2.13 release.
35328 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
35329
620a0529
UD
35330 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
35331
18ba70a5
UD
35332 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
35333 MADV_NOHUGEPAGE.
32465c3e
UD
35334 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
35335 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
35336 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
35337 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
35338 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
35339 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
35340
c0dafcf1
UD
35341 * posix/getconf.c: Update copyright year.
35342 * catgets/gencat.c: Likewise.
35343 * csu/version.c: Likewise.
35344 * debug/catchsegv.sh: Likewise.
35345 * debug/xtrace.sh: Likewise.
35346 * elf/ldconfig.c: Likewise.
35347 * elf/ldd.bash.in: Likewise.
35348 * elf/sprof.c (print_version): Likewise.
35349 * iconv/iconv_prog.c: Likewise.
35350 * iconv/iconvconfig.c: Likewise.
35351 * locale/programs/locale.c: Likewise.
35352 * locale/programs/localedef.c: Likewise.
35353 * malloc/memusage.sh: Likewise.
35354 * malloc/mtrace.pl: Likewise.
35355 * nscd/nscd.c (print_version): Likewise.
35356 * nss/getent.c: Likewise.
35357
a77e8cbc
UD
35358 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
35359 PF_CAIF, and PF_ALG.
35360 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
35361
77e8bddf
AS
353622011-01-16 Andreas Schwab <schwab@linux-m68k.org>
35363
1f20b93a
AS
35364 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
35365 (modules-names): Use them.
35366 (ifunc-test-modules, ifunc-pie-tests): Define.
35367 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
35368 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
35369 (test-extras): Likewise.
35370 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
35371 $(compile-command.c).
35372 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
35373 (all-built-dso): Define.
35374 (check-textrel.out, check-execstack.out): Depend on it.
35375
77e8bddf
AS
35376 * configure.in: Don't override --enable-multi-arch.
35377
bc425b33
UD
353782011-01-15 Ulrich Drepper <drepper@gmail.com>
35379
35380 [BZ #6812]
35381 * nscd/hstcache.c (tryagain): Define.
35382 (cache_addhst): Return tryagain not notfound for temporary errors.
35383 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
35384 failed.
35385
794c3ad3
UD
353862011-01-14 Ulrich Drepper <drepper@gmail.com>
35387
70181fdd
UD
35388 [BZ #10563]
35389 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
35390 to make the syscall.
35391 * sysdeps/unix/sysv/linux/setgroups.c: New file.
35392
794c3ad3
UD
35393 [BZ #12378]
35394 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
35395 and fall back to matching as normal character if the string ends before
35396 the matching ']' is found. This is what POSIX requires.
35397 * posix/testfnm.c: Adjust test result.
35398 * posix/globtest.sh: Adjust test result. Add new test.
35399 * posix/tst-fnmatch.input: Likewise.
35400 * posix/tst-fnmatch2.c: Add new test.
35401
68dc9497
AS
354022010-12-28 Andreas Schwab <schwab@linux-m68k.org>
35403
35404 * elf/Makefile (check-execstack): Revert last change. Depend on
35405 check-execstack.h.
35406 (check-execstack.h): New target.
35407 (generated): Add check-execstack.h.
35408 * elf/check-execstack.c: Include "check-execstack.h".
35409 (main): Revert last change.
35410 (handle_file): Return zero if GNU_STACK is absent and
35411 DEFAULT_STACK_PERMS doesn't include PF_X.
35412
451f001b
UD
354132011-01-13 Ulrich Drepper <drepper@gmail.com>
35414
cfa28e56
UD
35415 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
35416 in child fails because the descriptor is already closed.
8cf8ce17
UD
35417 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
35418 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
35419 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 35420
1086d70d
UD
35421 [BZ #12397]
35422 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
35423 syscall.
35424
451f001b
UD
35425 [BZ #10484]
35426 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
35427 temporary buffer used to handle multi lookups locally.
a85b5cb4 35428 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 35429
08769175
UD
354302011-01-12 Ulrich Drepper <drepper@gmail.com>
35431
35432 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
35433 loader is ld.so.
35434
5e49c52e
UD
354352011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
35436
35437 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
35438 alignment for SSE2.
35439
60522a5f
UD
354402011-01-12 Ulrich Drepper <drepper@gmail.com>
35441
35442 [BZ #12394]
35443 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
35444 characters. When rounding increased number of integer digits recompute
35445 number of groups.
35446 * stdio-common/tst-grouping.c: New file.
35447 * stdio-common/Makefile: Add rules to build and run tst-grouping.
35448
f257bbd7
UD
354492011-01-09 Ulrich Drepper <drepper@gmail.com>
35450
35451 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
35452 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
35453
35454 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
35455 void.
35456 * bits/select.h: Likewise.
35457
fa9c15cb
UD
354582011-01-08 Ulrich Drepper <drepper@gmail.com>
35459
35460 * po/ja.po: Update from translation team.
35461
16c2895f
DM
354622011-01-04 David S. Miller <davem@sunset.davemloft.net>
35463
35464 [BZ #11155]
35465 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
35466 implementation just like for lxstat, fxstatat, et al.
35467
2543fef2
JM
354682010-12-27 Jim Meyering <meyering@redhat.com>
35469
35470 [BZ #12348]
35471 * posix/regexec.c (build_trtable): Return failure indication upon
35472 calloc failure. Otherwise, re_search_internal could infloop on OOM.
35473
98727dbe
UD
354742010-12-25 Ulrich Drepper <drepper@gmail.com>
35475
5bd6dc5c
UD
35476 [BZ #12201]
35477 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
35478 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
35479 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
35480 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
35481
97983464
UD
35482 [BZ #12207]
35483 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
35484
98727dbe
UD
35485 [BZ #12204]
35486 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
35487 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
35488
4a531bb0
L
354892010-12-15 H.J. Lu <hongjiu.lu@intel.com>
35490
35491 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
35492 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
35493 script has SORT_BY_INIT_PRIORITY.
35494 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
35495 NO_CTORS_DTORS_SECTIONS is defined.
35496 * elf/soinit.c: Likewise.
35497 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
35498 NO_CTORS_DTORS_SECTIONS is defined.
35499 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
35500 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
35501 * sysdeps/sh/init-first.c: Likewise.
35502 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
35503
07eb4b71
UD
355042010-12-24 Ulrich Drepper <drepper@gmail.com>
35505
35506 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
35507 always use the slow path.
35508
30950a5f
RA
355092010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
35510
35511 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
35512 similar rule which adds the sysdep directories to the header search in
35513 order to pick up the correct platform stackinfo.h.
35514 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
35515 perform test if it is, otherwise return successfully without testing.
35516 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
35517 DEFAULT_STACK_PERMS define in stackinfo.h.
35518 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
35519 defined in stackinfo.h.
35520 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
35521 DEFAULT_STACK_PERMS defined in stackinfo.h.
35522 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
35523 * sysdeps/ia64/stackinfo.h: Likewise.
35524 * sysdeps/s390/stackinfo.h: Likewise.
35525 * sysdeps/sh/stackinfo.h: Likewise.
35526 * sysdeps/sparc/stackinfo.h: Likewise.
35527 * sysdeps/x86_64/stackinfo.h: Likewise.
35528 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
35529 PF_X for powerpc64. Retain PF_X for powerpc32.
35530
db753e2c
UD
355312010-12-19 Ulrich Drepper <drepper@gmail.com>
35532
14b697f7
UD
35533 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
35534 accurately.
db753e2c
UD
35535 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
35536 GETDENTS_64BIT_ALIGNED.
35537
28300719
UD
355382010-12-14 Ulrich Drepper <dreper@gmail.com>
35539
14b697f7 35540 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 35541
4f197237
AS
355422010-12-10 Andreas Schwab <schwab@redhat.com>
35543
dbb0472f
AS
35544 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
35545 _GNU_SOURCE.
35546
4f197237
AS
35547 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
35548 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
35549 Remove __restrict.
35550 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
35551 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
35552
fb88ac72
UD
355532010-12-09 Ulrich Drepper <drepper@gmail.com>
35554
35555 [BZ #11655]
35556 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
35557 are initialized.
35558
42acbb92
JJ
355592010-12-09 Jakub Jelinek <jakub@redhat.com>
35560
35561 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
35562
c038d98d
UD
355632010-12-03 Ulrich Drepper <drepper@gmail.com>
35564
35565 * po/it.po: Update from translation team.
35566
3a4a2499
L
355672010-12-01 H.J. Lu <hongjiu.lu@intel.com>
35568
35569 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
35570 unused codes.
35571
1e24cf6e
UD
355722010-11-30 Ulrich Drepper <drepper@gmail.com>
35573
35574 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
35575
a7690819
AS
355762010-11-24 Andreas Schwab <schwab@redhat.com>
35577
35578 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
35579 specially.
35580 (gaih_getanswer_slice): Likewise.
35581
3bf8d1b1
JJ
355822010-10-20 Jakub Jelinek <jakub@redhat.com>
35583
35584 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
35585
6db52fbb
PB
355862010-05-31 Petr Baudis <pasky@suse.cz>
35587
35588 [BZ #11149]
35589 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
35590 silently even in the chroot mode.
35591
eaca7569
UD
355922010-11-22 Ulrich Drepper <drepper@gmail.com>
35593
35594 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
35595 last patch a bit. Pretty printing
35596
3056dcdb
UD
355972010-05-31 Petr Baudis <pasky@suse.cz>
35598
35599 [BZ #10085]
35600 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
35601 initialization of skip_initgroups_dyn.
35602
cf7c9078
UD
356032010-11-19 Ulrich Drepper <drepper@gmail.com>
35604
35605 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
35606 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
35607
a1fb5e3e
UD
356082010-11-16 Ulrich Drepper <drepper@gmail.com>
35609
35610 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
35611
3540d66b
AS
356122010-11-11 Andreas Schwab <schwab@redhat.com>
35613
35614 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
35615 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
35616 (tst-fnmatch-ENV): Set MALLOC_TRACE.
35617 ($(objpfx)tst-fnmatch-mem): New rule.
35618 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
35619 * posix/tst-fnmatch.c (main): Call mtrace.
35620
13b69574
L
356212010-11-11 H.J. Lu <hongjiu.lu@intel.com>
35622
35623 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35624 Support Intel processor model 6 and model 0x2c.
35625
da93d214
LM
356262010-11-10 Luis Machado <luisgpm@br.ibm.com>
35627
35628 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
35629 signed comparison.
35630
8ca52c6e
L
356312010-11-09 H.J. Lu <hongjiu.lu@intel.com>
35632
35633 [BZ #12205]
35634 * string/test-strncasecmp.c (check_result): New function.
35635 (do_one_test): Use it.
35636 (check1): New function.
35637 (test_main): Use it.
35638 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
35639 Support strcasecmp and strncasecmp.
35640
69da074d
UD
356412010-11-08 Ulrich Drepper <drepper@gmail.com>
35642
35643 [BZ #12194]
35644 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
35645 * sysdeps/x86_64/bits/byteswap.h: Likewise.
35646
ff02d528
L
356472010-11-07 H.J. Lu <hongjiu.lu@intel.com>
35648
35649 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
35650 IFUNC support.
35651 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35652 memset-x86-64.
35653 * sysdeps/x86_64/multiarch/bzero.S: New file.
35654 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
35655 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
35656 * sysdeps/x86_64/multiarch/memset.S: New file.
35657 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
35658 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35659 Set bit_Prefer_SSE_for_memop for Intel processors.
35660 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
35661 Define.
35662 (index_Prefer_SSE_for_memop): Define.
35663 (HAS_PREFER_SSE_FOR_MEMOP): Define.
35664
344d0b54
LM
356652010-11-04 Luis Machado <luisgpm@br.ibm.com>
35666
35667 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
35668 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
35669
c0dde15b
UD
356702010-11-03 H.J. Lu <hongjiu.lu@intel.com>
35671
35672 [BZ #12191]
35673 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
35674 (__x86_64_raw_data_cache_size_half): Likewise.
35675 (__x86_64_raw_shared_cache_size): Likewise.
35676 (__x86_64_raw_shared_cache_size_half): Likewise.
35677
35678 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
35679 (__x86_64_raw_data_cache_size_half): Likewise.
35680 (__x86_64_raw_shared_cache_size): Likewise.
35681 (__x86_64_raw_shared_cache_size_half): Likewise.
35682 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
35683 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
35684 and __x86_64_raw_shared_cache_size_half. Round
35685 __x86_64_data_cache_size_half, __x86_64_data_cache_size
35686 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
35687 to multiple of 256 bytes.
35688
0e516e0e
MS
356892010-11-03 Ulrich Drepper <drepper@gmail.com>
35690
35691 [BZ #12167]
35692 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
35693 of inacessible symlinks. Verify result of symlink before returning it.
35694 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
35695 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
35696
0e012e87
ER
356972010-10-28 Erich Ritz <erichritz@gmail.com>
35698
35699 * math/math.h (isinf): Fix typo in comment.
35700
de0ff7bc
UD
357012010-11-01 Ulrich Drepper <drepper@gmail.com>
35702
35703 * po/da.po: Update from translation team.
35704
fa41c84d
UD
357052010-10-26 Ulrich Drepper <drepper@gmail.com>
35706
35707 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
35708 is added to the list.
35709
f0967738
AK
357102010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35711 Ulrich Drepper <drepper@gmail.com>
35712
35713 * elf/dl-object.c (_dl_new_object): Don't append the new object to
35714 the global list here. Move code to...
35715 (_dl_add_to_namespace_list): ...here. New function.
35716 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
35717 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
35718 * elf/dl-load.c (lose): Don't remove the element from the list.
35719 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
35720 (_dl_map_object): Likewise.
35721
357222010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
35723
35724 [BZ #12159]
35725 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
35726 into all bytes of SSE register.
35727 Patch by Richard Li <richardpku@gmail.com>.
35728
f0967738 357292010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
35730
35731 [BZ #12140]
35732 * malloc/malloc.c (_int_free): Fill correct number of bytes when
35733 perturbing.
35734
d0b9e94f
MB
357352010-10-20 Michael B. Brutman <brutman@us.ibm.com>
35736
35737 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
35738 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
35739 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
35740 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
35741 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
35742 submachine.
35743 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
35744
8e9f92e9
AS
357452010-10-22 Andreas Schwab <schwab@redhat.com>
35746
35747 * include/dlfcn.h (__RTLD_SECURE): Define.
35748 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
35749 mode & __RTLD_SECURE instead.
35750 (open_path): Rename preloaded parameter to secure.
35751 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
35752 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
35753 * elf/dl-deps.c (openaux): Likewise.
35754 * elf/rtld.c (struct map_args): Remove is_preloaded.
35755 (map_doit): Don't use it.
35756 (dl_main): Likewise.
35757 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
35758 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
35759
bc96fbda
AS
357602010-09-09 Andreas Schwab <schwab@redhat.com>
35761
35762 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
35763 (sysd-rules-targets): Remove duplicates.
35764 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
35765 rtld-%.$o dependency.
35766
22cd1c9b
AS
357672010-10-18 Andreas Schwab <schwab@redhat.com>
35768
35769 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
35770 _dl_map_object do it.
35771
18edac48
UD
357722010-10-19 Ulrich Drepper <drepper@gmail.com>
35773
35774 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
35775 fast fma builtins, define the macros in the C99 standard.
35776 (FP_FAST_FMAF): Likewise.
35777 (FP_FAST_FMAL): Likewise.
35778 * sysdeps/x86_64/bits/mathdef.h: Likewise.
35779
35780 * bits/mathdef.h: Update copyright year.
35781 * sysdeps/powerpc/bits/mathdef.h: Likewise.
35782
d2050124
MM
357832010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
35784
35785 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
35786 builtins, define the macros in the C99 standard.
35787 (FP_FAST_FMAF): Likewise.
35788 (FP_FAST_FMAL): Likewise.
35789 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
35790 multiply/add.
35791 (FP_FAST_FMAF): Likewise.
35792
475facd1
JJ
357932010-10-15 Jakub Jelinek <jakub@redhat.com>
35794
35795 [BZ #3268]
35796 * math/libm-test.inc (fma_test): Some new testcases.
35797 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
35798 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
35799 y and infinite z. Do multiplication by C already in long double.
35800 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
35801 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
35802 y and infinite z. Do bitwise or of inexact bit into u.d.
35803 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
35804 * sysdeps/i386/fpu/s_fmaf.S: Removed.
35805 * sysdeps/i386/fpu/s_fma.S: Removed.
35806 * sysdeps/i386/fpu/s_fmal.S: Removed.
35807
7c08a05c
JJ
358082010-10-16 Jakub Jelinek <jakub@redhat.com>
35809
35810 [BZ #3268]
35811 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
35812 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
35813 computation is not scheduled after fetestexcept. Fix value
35814 of minimum denormal long double.
35815
f3f7372d
JJ
358162010-10-14 Jakub Jelinek <jakub@redhat.com>
35817
35818 [BZ #3268]
35819 * math/libm-test.inc (fma_test): Add some more tests.
35820 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
35821 correctly.
35822
14d43591
AS
358232010-10-15 Andreas Schwab <schwab@redhat.com>
35824
35825 * scripts/data/localplt-s390-linux-gnu.data: New file.
35826 * scripts/data/localplt-s390x-linux-gnu.data: New file.
35827
5e908464
JJ
358282010-10-13 Jakub Jelinek <jakub@redhat.com>
35829
35830 [BZ #3268]
35831 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
35832 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
35833 instead of dbl-64.
35834 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
35835 inlines.
35836 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
35837 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
35838 if one of x and y is very large and the other is subnormal.
35839 * sysdeps/s390/fpu/s_fmaf.c: New file.
35840 * sysdeps/s390/fpu/s_fma.c: New file.
35841 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
35842 * sysdeps/powerpc/fpu/s_fma.S: New file.
35843 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
35844 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
35845 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
35846
358472010-10-12 Jakub Jelinek <jakub@redhat.com>
35848
35849 [BZ #3268]
35850 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
35851 fma tests.
35852 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
35853 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
35854 * sysdeps/i386/i686/multiarch/s_fma.c: Include
35855 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
35856 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
35857 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
35858 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
35859
b833d51f
UD
358602010-10-12 Ulrich Drepper <drepper@redhat.com>
35861
35862 [BZ #12078]
35863 * posix/regcomp.c (parse_branch): One more memory leak plugged.
35864 * posix/bug-regex31.input: Add test case.
35865
1751705d
UD
358662010-10-11 Ulrich Drepper <drepper@gmail.com>
35867
e9b9cbf5
UD
35868 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
35869 * posix/bug-regex31.input: New file.
35870
35871 [BZ #12078]
35872 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
35873 (parse_sub_exp): Fix last change, use postorder.
35874
ef06edbe
UD
35875 * posix/bug-regex31.c: New file.
35876 * posix/Makefile: Add rules to build and run bug-regex31.
35877
a129c80d
UD
35878 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
35879
35880 [BZ #12078]
35881 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
35882
b76b818e
UD
35883 [BZ #12108]
35884 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
35885 to have entries in sys_siglist.
35886
1751705d
UD
35887 [BZ #12093]
35888 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
35889 be NULL.
35890
9ff8d36f
JJ
358912010-10-07 Jakub Jelinek <jakub@redhat.com>
35892
35893 [BZ #3268]
35894 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
35895 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
35896 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
35897 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
35898 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
35899 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
35900 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
35901 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
35902 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
35903 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
35904 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
35905 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
35906 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
35907 * math/ftestexcept.c (fetestexcept): Likewise.
35908 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
35909 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
35910 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
35911 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
35912 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
35913 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
35914 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35915
af325969
UD
359162010-10-11 Ulrich Drepper <drepper@gmail.com>
35917
c579b202 35918 [BZ #12107]
af325969
UD
35919 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
35920 newline.
35921
67a67b95
UD
359222010-10-06 Ulrich Drepper <drepper@gmail.com>
35923
35924 * string/bug-strstr1.c: New file.
35925 * string/Makefile: Add rules to build and run bug-strstr1.
35926
5fb308bc
EB
359272010-10-05 Eric Blake <eblake@redhat.com>
35928
35929 [BZ #12092]
35930 * string/str-two-way.h (two_way_long_needle): Always clear memory
35931 when skipping input due to the shift table.
35932
45db99c7
UD
359332010-10-03 Ulrich Drepper <drepper@gmail.com>
35934
3b111893
UD
35935 [BZ #12005]
35936 * malloc/mcheck.c: Handle large requests.
35937
45db99c7
UD
35938 [BZ #12077]
35939 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
35940 for strncmp and strncasecmp.
35941 * string/stratcliff.c: Add tests for strcmp and strncmp.
35942 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
35943
cf7a1eb8
NI
359442010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35945
35946 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
35947 __set_fpscr.
35948
6484ba5e
AJ
359492010-09-30 Andreas Jaeger <aj@suse.de>
35950
35951 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
35952 (CGROUP_SUPER_MAGIC): Define.
35953 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35954 Handle btrfs and cgroup file systems.
35955 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
35956 Likewise.
35957
91c42559
LM
359582010-09-27 Luis Machado <luisgpm@br.ibm.com>
35959
35960 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
35961 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
35962
87a97932
AK
359632010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35964
35965 [BZ #12067]
35966 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
35967 trying to locate the ELF header.
35968
c21cc9bc
AS
359692010-09-27 Andreas Schwab <schwab@redhat.com>
35970
35971 [BZ #11611]
35972 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
35973 Mask out sign-bit copies when constructing f_fsid.
35974
315970f6
PB
359752010-09-24 Petr Baudis <pasky@suse.cz>
35976
35977 * debug/stack_chk_fail_local.c: Add missing licence exception.
35978 * debug/warning-nop.c: Likewise.
35979
1ac7a2c7
JM
359802010-09-15 Joseph Myers <joseph@codesourcery.com>
35981
35982 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
35983 implementing getdents64 using getdents syscall, set d_type if
35984 __ASSUME_GETDENTS32_D_TYPE.
35985
56801c50
AS
359862010-09-16 Andreas Schwab <schwab@redhat.com>
35987
35988 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
35989 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
35990
dda51327
UD
359912010-09-21 Ulrich Drepper <drepper@redhat.com>
35992
35993 [BZ #12037]
35994 * posix/unistd.h: Undo change of feature selection for ftruncate from
35995 2010-01-11.
35996
8ffcee4a
UD
359972010-09-20 Ulrich Drepper <drepper@redhat.com>
35998
a545ecd9 35999 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
36000 detection.
36001
e24f0a8b
AS
360022010-09-20 Andreas Schwab <schwab@redhat.com>
36003
36004 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
36005 fanotify_mark.
36006 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
36007
7291c56f
AS
360082010-09-14 Andreas Schwab <schwab@redhat.com>
36009
36010 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
36011 variables after CHECK_SP call.
36012 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
36013
bc5fb037
AS
360142010-09-13 Andreas Schwab <schwab@redhat.com>
36015 Ulrich Drepper <drepper@redhat.com>
36016
36017 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
36018 re-relocationg ld.so.
36019 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
36020 _dl_init_paths call.
36021 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
36022 here anymore.
36023
e66e7419
UD
360242010-09-14 Ulrich Drepper <drepper@redhat.com>
36025
36026 * resolv/res_init.c (__res_vinit): Count the default server we added.
36027
c044aa75
CLT
360282010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
36029 Ulrich Drepper <drepper@redhat.com>
36030
36031 [BZ #11968]
36032 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
36033 (____longjmp_chk): Use %ebx for saving value across system call.
36034 Add unwind info.
36035
32cf4069
AS
360362010-09-06 Andreas Schwab <schwab@redhat.com>
36037
36038 * manual/Makefile: Don't mix pattern rules with normal rules.
36039
817328ee
AS
360402010-09-05 Andreas Schwab <schwab@linux-m68k.org>
36041
36042 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
36043 operation.
36044 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
36045 * libio/iofopncook.c (_IO_cookie_init): Likewise.
36046 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
36047 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
36048 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
36049 Likewise.
36050
29fddf61
UD
360512010-09-04 Ulrich Drepper <drepper@redhat.com>
36052
36053 [BZ #11979]
36054 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
36055 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
36056
0959ffc9
UD
360572010-09-02 Ulrich Drepper <drepper@redhat.com>
36058
36059 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
36060 * sysdeps/x86_64/addmul_1.S: Likewise.
36061 * sysdeps/x86_64/lshift.S: Likewise.
36062 * sysdeps/x86_64/mul_1.S: Likewise.
36063 * sysdeps/x86_64/rshift.S: Likewise.
36064 * sysdeps/x86_64/sub_n.S: Likewise.
36065 * sysdeps/x86_64/submul_1.S: Likewise.
36066
ece29840
ST
360672010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
36068
0959ffc9
UD
36069 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
36070 Define __sched_param instead of SCHED_* and sched_param when
ece29840 36071 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 36072 * bits/sched.h [__need_schedparam]
ece29840 36073 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
36074 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
36075 (__defined_schedparam): Define to 1.
ece29840
ST
36076 (__sched_param): New structure, identical to sched_param.
36077 (__need_schedparam): Undefine.
36078
e53a31fe
MF
360792010-08-31 Mike Frysinger <vapier@gentoo.org>
36080
fdc0c10d
MF
36081 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
36082 (epoll_create1): Declare.
36083
e53a31fe
MF
36084 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
36085
a726d796
AS
360862010-08-31 Andreas Schwab <schwab@redhat.com>
36087
36088 [BZ #7066]
36089 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
36090 shifting retval into place.
36091
2f3e3dc7
UD
360922010-09-01 Ulrich Drepper <drepper@redhat.com>
36093
f2933da9
UD
36094 * nis/rpcsvc/nis.h: Update copyright notice.
36095 * nis/rpcsvc/nis.x: Likewise.
36096 * nis/rpcsvc/nis_callback.h: Likewise.
36097 * nis/rpcsvc/nis_callback.x: Likewise.
36098 * nis/rpcsvc/nis_object.x: Likewise.
36099 * nis/rpcsvc/nis_tags.h: Likewise.
36100 * nis/rpcsvc/yp.h: Likewise.
36101 * nis/rpcsvc/yp.x: Likewise.
36102 * nis/rpcsvc/ypupd.h: Likewise.
36103 * nis/yp_xdr.c: Likewise.
36104 * nis/ypupdate_xdr.c: Likewise.
36105
2f3e3dc7
UD
36106 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
36107 mainly the body of pmap_getport. Add parameters to specify timeouts.
36108 (pmap_getport): Use __libc_rpc_getport.
36109 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
36110 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
36111 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
36112
f3dcc2f9
AS
361132010-08-31 Andreas Schwab <schwab@linux-m68k.org>
36114
36115 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
36116 fanotify_mark.
36117
6d34eb5b
RM
361182010-08-27 Roland McGrath <roland@redhat.com>
36119
36120 * sysdeps/i386/i686/multiarch/Makefile
36121 (CFLAGS-varshift.c): New variable.
36122
9ea3de11
UD
361232010-08-27 Ulrich Drepper <drepper@redhat.com>
36124
c96d23fc
UD
36125 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
36126 * sysdeps/i386/i686/multiarch/varshift.c: New file.
36127
9ea3de11
UD
36128 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
36129
36130 * sysdeps/x86_64/strlen.S: Minimal code improvement.
36131
623aac7f
L
361322010-08-26 H.J. Lu <hongjiu.lu@intel.com>
36133
36134 * sysdeps/x86_64/strlen.S: Unroll the loop.
36135 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
36136 strlen-sse2 strlen-sse2-bsf.
36137 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
36138 __strlen_no_bsf if bit_Slow_BSF is set.
36139 (__strlen_sse42): Removed.
36140 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
36141 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
36142
8b2b7715
RM
361432010-08-25 Roland McGrath <roland@redhat.com>
36144
36145 * sysdeps/x86_64/multiarch/varshift.S: File removed.
36146 * sysdeps/x86_64/multiarch/varshift.c: New file.
36147 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
36148 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
36149 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
36150 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36151
e73015f2
L
361522010-08-25 H.J. Lu <hongjiu.lu@intel.com>
36153
36154 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
36155 strlen-sse2 strlen-sse2-bsf.
36156 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
36157 __strlen_sse2_bsf if bit_Slow_BSF is unset.
36158 (__strlen_sse2): Removed.
36159 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
36160 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
36161 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
36162 bit_Slow_BSF for Atom.
36163 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
36164 (index_Slow_BSF): Define.
36165 (HAS_SLOW_BSF): Define.
36166
df24a73e
UD
361672010-08-25 Ulrich Drepper <drepper@redhat.com>
36168
36169 [BZ #10851]
36170 * resolv/res_init.c (__res_vinit): When no server address at all
36171 is given default to loopback.
36172
f2ac4868
RM
361732010-08-24 Roland McGrath <roland@redhat.com>
36174
09055553
RM
36175 * configure.in: Remove config-name.h generation.
36176 * configure: Regenerated.
36177 * config-name.in: File removed.
36178 * scripts/config-uname.sh: New file.
36179 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
36180 ($(objdir)config-name.h): New target.
36181
f2ac4868
RM
36182 * sunrpc/rpc_parse.h: Avoid nested comment.
36183
73f27d5e
RH
361842010-08-24 Richard Henderson <rth@redhat.com>
36185 Ulrich Drepper <drepper@redhat.com>
36186 H.J. Lu <hongjiu.lu@intel.com>
36187
36188 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
36189 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
36190 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
36191 Replace _mm_srli_si128 with __m128i_shift_right. Replace
36192 _mm_alignr_epi8 with _mm_loadu_si128.
36193 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
36194 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
36195 (__m128i_shift_right): Removed.
36196 * sysdeps/i386/i686/multiarch/varshift.h: New file.
36197 * sysdeps/i386/i686/multiarch/varshift.S: New file.
36198 * sysdeps/x86_64/multiarch/varshift.h: New file.
36199 * sysdeps/x86_64/multiarch/varshift.S: New file.
36200
84b9230c
MF
362012010-08-21 Mike Frysinger <vapier@gentoo.org>
36202
36203 * configure.in: Move assembler checks to before sysdep dir checking.
36204
9bbd0ddc
PB
362052010-08-20 Petr Baudis <pasky@suse.cz>
36206
36207 * LICENSES: Sync the sunrpc license.
36208
9da4bb31
UD
362092010-08-19 Ulrich Drepper <drepper@redhat.com>
36210
a7ab6ec8
UD
36211 * sunrpc/auth_des.c: Update copyright notice once again.
36212 * sunrpc/auth_none.c: Likewise.
36213 * sunrpc/auth_unix.c: Likewise.
36214 * sunrpc/authdes_prot.c: Likewise.
36215 * sunrpc/authuxprot.c: Likewise.
36216 * sunrpc/bindrsvprt.c: Likewise.
36217 * sunrpc/clnt_gen.c: Likewise.
36218 * sunrpc/clnt_perr.c: Likewise.
36219 * sunrpc/clnt_raw.c: Likewise.
36220 * sunrpc/clnt_simp.c: Likewise.
36221 * sunrpc/clnt_tcp.c: Likewise.
36222 * sunrpc/clnt_udp.c: Likewise.
36223 * sunrpc/clnt_unix.c: Likewise.
36224 * sunrpc/des_crypt.c: Likewise.
36225 * sunrpc/des_soft.c: Likewise.
36226 * sunrpc/get_myaddr.c: Likewise.
36227 * sunrpc/getrpcport.c: Likewise.
36228 * sunrpc/key_call.c: Likewise.
36229 * sunrpc/key_prot.c: Likewise.
36230 * sunrpc/openchild.c: Likewise.
36231 * sunrpc/pm_getmaps.c: Likewise.
36232 * sunrpc/pm_getport.c: Likewise.
36233 * sunrpc/pmap_clnt.c: Likewise.
36234 * sunrpc/pmap_prot.c: Likewise.
36235 * sunrpc/pmap_prot2.c: Likewise.
36236 * sunrpc/pmap_rmt.c: Likewise.
36237 * sunrpc/rpc/auth.h: Likewise.
36238 * sunrpc/rpc/auth_unix.h: Likewise.
36239 * sunrpc/rpc/clnt.h: Likewise.
36240 * sunrpc/rpc/des_crypt.h: Likewise.
36241 * sunrpc/rpc/key_prot.h: Likewise.
36242 * sunrpc/rpc/netdb.h: Likewise.
36243 * sunrpc/rpc/pmap_clnt.h: Likewise.
36244 * sunrpc/rpc/pmap_prot.h: Likewise.
36245 * sunrpc/rpc/pmap_rmt.h: Likewise.
36246 * sunrpc/rpc/rpc.h: Likewise.
36247 * sunrpc/rpc/rpc_des.h: Likewise.
36248 * sunrpc/rpc/rpc_msg.h: Likewise.
36249 * sunrpc/rpc/svc.h: Likewise.
36250 * sunrpc/rpc/svc_auth.h: Likewise.
36251 * sunrpc/rpc/types.h: Likewise.
36252 * sunrpc/rpc/xdr.h: Likewise.
36253 * sunrpc/rpc_clntout.c: Likewise.
36254 * sunrpc/rpc_cmsg.c: Likewise.
36255 * sunrpc/rpc_common.c: Likewise.
36256 * sunrpc/rpc_cout.c: Likewise.
36257 * sunrpc/rpc_dtable.c: Likewise.
36258 * sunrpc/rpc_hout.c: Likewise.
36259 * sunrpc/rpc_main.c: Likewise.
36260 * sunrpc/rpc_parse.c: Likewise.
36261 * sunrpc/rpc_parse.h: Likewise.
36262 * sunrpc/rpc_prot.c: Likewise.
36263 * sunrpc/rpc_sample.c: Likewise.
36264 * sunrpc/rpc_scan.c: Likewise.
36265 * sunrpc/rpc_scan.h: Likewise.
36266 * sunrpc/rpc_svcout.c: Likewise.
36267 * sunrpc/rpc_tblout.c: Likewise.
36268 * sunrpc/rpc_util.c: Likewise.
36269 * sunrpc/rpc_util.h: Likewise.
36270 * sunrpc/rpcinfo.c: Likewise.
36271 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
36272 * sunrpc/rpcsvc/key_prot.x: Likewise.
36273 * sunrpc/rpcsvc/klm_prot.x: Likewise.
36274 * sunrpc/rpcsvc/mount.x: Likewise.
36275 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
36276 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
36277 * sunrpc/rpcsvc/rex.x: Likewise.
36278 * sunrpc/rpcsvc/rstat.x: Likewise.
36279 * sunrpc/rpcsvc/rusers.x: Likewise.
36280 * sunrpc/rpcsvc/sm_inter.x: Likewise.
36281 * sunrpc/rpcsvc/spray.x: Likewise.
36282 * sunrpc/rpcsvc/yppasswd.x: Likewise.
36283 * sunrpc/rtime.c: Likewise.
36284 * sunrpc/svc.c: Likewise.
36285 * sunrpc/svc_auth.c: Likewise.
36286 * sunrpc/svc_authux.c: Likewise.
36287 * sunrpc/svc_raw.c: Likewise.
36288 * sunrpc/svc_run.c: Likewise.
36289 * sunrpc/svc_simple.c: Likewise.
36290 * sunrpc/svc_tcp.c: Likewise.
36291 * sunrpc/svc_udp.c: Likewise.
36292 * sunrpc/svc_unix.c: Likewise.
36293 * sunrpc/svcauth_des.c: Likewise.
36294 * sunrpc/xcrypt.c: Likewise.
36295 * sunrpc/xdr.c: Likewise.
36296 * sunrpc/xdr_array.c: Likewise.
36297 * sunrpc/xdr_float.c: Likewise.
36298 * sunrpc/xdr_mem.c: Likewise.
36299 * sunrpc/xdr_rec.c: Likewise.
36300 * sunrpc/xdr_ref.c: Likewise.
36301 * sunrpc/xdr_sizeof.c: Likewise.
36302 * sunrpc/xdr_stdio.c: Likewise.
36303
9da4bb31
UD
36304 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
36305 handling.
36306
bdaa77bc
AS
363072010-08-19 Andreas Schwab <schwab@redhat.com>
36308
36309 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
36310
fe2f79db
LM
363112010-08-19 Luis Machado <luisgpm@br.ibm.com>
36312
36313 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
36314 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
36315 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
36316 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
36317 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
36318 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
36319 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
36320 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
36321 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
36322 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
36323 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
36324 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
36325 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
36326 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
36327
b9b42ee0
AB
363282010-07-26 Anton Blanchard <anton@samba.org>
36329
36330 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
36331 * malloc/arena.c (heap_trim): Likewise.
36332
1c06ba31
UD
363332010-08-16 Ulrich Drepper <drepper@redhat.com>
36334
36335 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
36336 here. Not...
36337 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
36338 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
36339
f8392f40
L
363402010-08-12 H.J. Lu <hongjiu.lu@intel.com>
36341
36342 * sysdeps/i386/elf/Makefile: New file.
36343
3162f12e
AS
363442010-08-14 Andreas Schwab <schwab@linux-m68k.org>
36345
36346 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
36347 from fanotify_init.
36348 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
36349 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
36350
28c90b2c
UD
363512010-08-15 Ulrich Drepper <drepper@redhat.com>
36352
36353 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
36354 of strncasecmp_l.
1feccb6c 36355 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 36356
ca6bb004
UD
363572010-08-14 Ulrich Drepper <drepper@redhat.com>
36358
e9f82e0d
UD
36359 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
36360 strncase_l-nonascii.
36361 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
36362 Add strncase_l-ssse3.
36363 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
36364 * sysdeps/x86_64/strcmp.S: Likewise.
36365 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
36366 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
36367 * sysdeps/x86_64/strncase.S: New file.
36368 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
36369 * sysdeps/x86_64/strncase_l.S: New file.
36370 * string/Makefile (strop-tests): Add strncasecmp.
36371 * string/test-strncasecmp.c: New file.
36372
36373 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
36374 warning.
36375
ca6bb004
UD
36376 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
36377 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
36378
052fa7b3
AS
363792010-08-14 Andreas Schwab <schwab@linux-m68k.org>
36380
36381 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
36382
962dba78
UD
363832010-08-12 Ulrich Drepper <drepper@redhat.com>
36384
36385 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
36386 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
36387 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
36388
bebff237
AM
363892010-05-01 Alan Modra <amodra@gmail.com>
36390
36391 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
36392 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
36393 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
36394 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
36395 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
36396 tidying. Don't tail-call __sigjmp_save for static lib.
36397 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
36398 save location.
36399 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
36400 (CALL_MCOUNT): Add eh info, and nop after bl.
36401 (TAIL_CALL_SYSCALL_ERROR): New macro.
36402 (PSEUDO_RET): Use it.
36403 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
36404 Correct save location of integer regs and cr.
36405 (_dl_profile_resolve): Correct cr save location. Delete nops
36406 after bl when SHARED. Reduce cfi size a little by better
36407 placement of cfi directives.
36408 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
36409 make a stack frame. Instead use parm save area as a temp.
36410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
36411 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
36412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
36413 Don't make a stack frame for parent, use parm save area.
36414 Increase child stack frame to 112 bytes. Don't save unused reg,
36415 and adjust reg usage. Set up cfi on error recovery and
36416 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
36417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36418 (__makecontext): Add dummy nop after jump to exit.
36419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
36420 Use correct parm save area and cr save, reduce stack frame.
36421 Correct cfi for possible PSEUDO_RET frame setup.
36422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
36423 Branch to local label emitted by PSEUDO_RET rather than
36424 __syscall_error.
36425
02637374
AS
364262010-08-12 Andreas Schwab <schwab@redhat.com>
36427
36428 [BZ #11904]
36429 * locale/programs/locale.c (print_assignment): New function.
36430 (show_locale_vars): Use it.
36431
c3e2f19b
UD
364322010-08-11 Ulrich Drepper <drepper@redhat.com>
36433
3cdaa6ad
UD
36434 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
36435 field.
36436 (struct statfs64): Likewise.
36437 (_STATFS_F_FLAGS): Define.
36438 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
36439 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
36440 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
36441 (ST_VALID): Define locally.
36442 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
36443 __statvfs_getflags, use the provided value.
36444 * sysdeps/unix/sysv/linux/kernel-features.h: Define
36445 __ASSUME_STATFS_F_FLAGS.
36446
754f7da3
UD
36447 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
36448
10b3bedc
UD
36449 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
36450 Add sys/fanotify.h.
36451 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
36452 fanotify_mask for GLIBC_2.13.
36453 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
36454 fanotify_init and fanotify_mark.
36455 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
36456 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
36457
c08fb0d7
UD
36458 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
36459 Add prlimit.
36460 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
36461 prlimit64 for GLIBC_2.13.
36462 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
36463 prlimit64.
36464 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
36465 syscall.
36466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
36467 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
36468 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
36469 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
36470 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
36471 add prlimit alias.
36472 * sysdeps/unix/sysv/linux/prlimit.c: New file.
36473
15bac72b
UD
36474 [BZ #11903]
36475 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
36476 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
36477
c3e2f19b
UD
36478 * nss/Makefile: Add rules to build and run tst-nss-test1.
36479 * shlib-versions: Add entry for libnss_test1.
36480 * nss/nss_test1.c: New file.
36481 * nss/tst-nss-test1.c: New file.
36482
36483 * nss/nsswitch.c (__nss_database_custom): Define new variable.
36484 (__nss_configure_lookup): Set appropriate entry in
36485 __nss_configure_lookup to true.
36486 * nss/nsswitch.h: Define enum with indeces of databases in
36487 databases and __nss_database_custom arrays. Declare
36488 __nss_database_custom.
36489 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
36490 to avoid using nscd when custom rules are installed.
36491 * nss/getXXbyYY_r.c: Likewise.
36492 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
36493
36494 * nss/nss_files/files-parse.c: Whitespace fixes.
36495
f15ce4d8
UD
364962010-08-09 Ulrich Drepper <drepper@redhat.com>
36497
36498 [BZ #11883]
36499 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
36500 * posix/fnmatch_loop.c: Likewise.
36501
d22e4cc9
AK
365022010-07-17 Andi Kleen <ak@linux.intel.com>
36503
36504 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
36505 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
36506 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
36507 * Versions.def [GLIBC_2.13]: Add.
36508
805bc17d
UD
365092010-08-06 Ulrich Drepper <drepper@redhat.com>
36510
36511 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
36512 Also fail if tpwd after pwuid call is NULL.
36513
5a42321d
ST
365142010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
36515
36516 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
36517 when converting to ms.
36518
fd3ebeda
ST
365192010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
36520
36521 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
36522 EOPNOTSUPP errors with ENOTTY.
36523 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
36524 EOPNOTSUPP errors with ENOTTY.
36525
73507d3a
UD
365262010-07-31 Ulrich Drepper <drepper@redhat.com>
36527
36528 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
36529 Add strcasecmp_l-ssse3.
36530 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
36531 strcasecmp.
36532 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
36533 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
36534 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
36535
fe36dd02
UD
365362010-07-30 Ulrich Drepper <drepper@redhat.com>
36537
66f6765a
UD
36538 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
36539
42e08a54
UD
36540 * string/Makefile (strop-tests): Add strcasecmp.
36541 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
36542 strcasecmp_l-nonascii.
36543 (gen-as-const-headers): Add locale-defines.sym.
36544 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
36545 * sysdeps/x86_64/strcasecmp.S: New file.
36546 * sysdeps/x86_64/strcasecmp_l.S: New file.
36547 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
36548 * sysdeps/x86_64/locale-defines.sym: New file.
36549 * string/test-strcasecmp.c: New file.
36550
fe36dd02
UD
36551 * string/test-strcasestr.c: Test both ends of the range of characters.
36552 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
36553
48cbc0d6
RM
365542010-07-29 Roland McGrath <roland@redhat.com>
36555
76e6d6bc 36556 [BZ #11856]
48cbc0d6
RM
36557 * manual/locale.texi (Yes-or-No Questions): Fix example code.
36558
880113d9
UD
365592010-07-27 Ulrich Drepper <drepper@redhat.com>
36560
36561 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
36562 for ld.so.
36563
deb9cabb
AS
365642010-07-27 Andreas Schwab <schwab@redhat.com>
36565
36566 * manual/memory.texi (Malloc Tunable Parameters): Document
36567 M_PERTURB.
36568
1c7570ff
RM
365692010-07-26 Roland McGrath <roland@redhat.com>
36570
36571 [BZ #11840]
36572 * configure.in (-fgnu89-inline check): Set and substitute
36573 gnu89_inline, not libc_cv_gnu89_inline.
36574 * configure: Regenerated.
36575 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
36576
24fb0f88
UD
365772010-07-26 Ulrich Drepper <drepper@redhat.com>
36578
36579 * string/test-strnlen.c: New file.
36580 * string/Makefile (strop-tests): Add strnlen.
36581 * string/tester.c (test_strnlen): Add a few more test cases.
36582 * string/tst-strlen.c: Better error reporting.
36583
36584 * sysdeps/x86_64/strnlen.S: New file.
36585
8e96b93a
UD
365862010-07-24 Ulrich Drepper <drepper@redhat.com>
36587
36588 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
36589 lower-latency instructions.
36590
dbc676d4
UD
365912010-07-23 Ulrich Drepper <drepper@redhat.com>
36592
36593 * string/test-strcasestr.c: New file.
36594 * string/test-strstr.c: New file.
36595 * string/Makefile (strop-tests): Add strstr and strcasestr.
36596 * string/str-two-way.h: Don't undefine MAX.
36597 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
36598
f6a31e0e
AS
365992010-07-21 Andreas Schwab <schwab@redhat.com>
36600
36601 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
36602 strcasestr-nonascii.
36603 (CFLAGS-strcasestr-nonascii.c): Define.
36604 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
36605 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
36606 Remove unused attribute.
36607
5dbc3b6c
RM
366082010-07-20 Roland McGrath <roland@redhat.com>
36609
36610 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
36611 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
36612 ld.so.cache was broken. With it, there is no way to disable dsocaps
36613 like LD_HWCAP_MASK can disable hwcaps.
36614
23d101d8
EPM
366152010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
36616
36617 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
36618
cc9f2e47
UD
366192010-07-16 Ulrich Drepper <drepper@redhat.com>
36620
36621 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
36622 call in strcasestr.
36623 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
36624 __strcasestr_sse42_nonascii.
36625 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
36626 strcasestr-nonascii.c.
36627 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
36628
77c1b069
LM
366292010-06-15 Luis Machado <luisgpm@br.ibm.com>
36630
36631 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
36632 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
36633 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
36634 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
36635
440566c3
UD
366362010-07-09 Ulrich Drepper <drepper@redhat.com>
36637
36638 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
36639 fcntl.
36640
5be9d05d
AS
366412010-07-06 Andreas Schwab <schwab@redhat.com>
36642
c30b7ee2 36643 [BZ #11577]
5be9d05d
AS
36644 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
36645 dl_signal_cerror.
36646
8a492a67
UD
366472010-07-06 Ulrich Drepper <drepper@redhat.com>
36648
36649 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
36650 _PC_PIPE_BUF using F_GETPIPE_SZ.
36651
713df3d5
RM
366522010-07-05 Roland McGrath <roland@redhat.com>
36653
36654 * manual/arith.texi (Rounding Functions): Fix rint description
36655 implicit in round description.
36656
702e8f14
UD
366572010-07-02 Ulrich Drepper <drepper@redhat.com>
36658
36659 * elf/Makefile: Fix linking for a few tests to make recent linker
36660 happy.
36661
52ed8be9
AS
366622010-06-30 Andreas Schwab <schwab@redhat.com>
36663
36664 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
36665 $(common-objpfx)libc_nonshared.a.
36666
f47c9a11
LM
366672010-06-21 Luis Machado <luisgpm@br.ibm.com>
36668
36669 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
36670 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
36671 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
36672 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
36673 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
36674 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
36675 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
36676 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
36677 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
36678 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
36679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
36680 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
36681 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
36682 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
36683 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
36684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
36685 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
36686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
36687 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
36688 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
36689 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
36690 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
36691 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
36692 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
36693 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
36694 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
36695 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
36696 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
36697 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
36698 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
36699 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
36700 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
36701 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
36702 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
36703 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
36704 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
36705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
36706 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
36707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
36708 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
36709 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
36710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
36711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
36712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
36713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
36714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
36715 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
36716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
36717
6fb8cbcb
L
367182010-06-25 H.J. Lu <hongjiu.lu@intel.com>
36719
36720 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
36721 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
36722 * string/memmove.c (memmove): Renamed to ...
36723 (MEMMOVE): ...this. Default to memmove.
36724 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
36725 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
36726 (END_CHK): Define.
36727 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
36728 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
36729 mempcpy-ssse3-back memmove-ssse3-back.
36730 * sysdeps/x86_64/multiarch/bcopy.S: New file .
36731 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
36732 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
36733 * sysdeps/x86_64/multiarch/memcpy.S: New file.
36734 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
36735 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
36736 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
36737 * sysdeps/x86_64/multiarch/memmove.c: New file.
36738 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
36739 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
36740 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
36741 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
36742 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
36743 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
36744 Define.
36745 (index_Fast_Copy_Backward): Define.
36746 (HAS_ARCH_FEATURE): Define.
36747 (HAS_FAST_REP_STRING): Define.
36748 (HAS_FAST_COPY_BACKWARD): Define.
36749
4e733bac 367502010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
36751
36752 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
36753 Restore proper fallback handling.
36754
63c4ed22
UD
367552010-06-19 Ulrich Drepper <drepper@redhat.com>
36756
ac2b484c
UD
36757 [BZ #11701]
36758 * posix/group_member.c (__group_member): Correct checking loop.
36759
63c4ed22
UD
36760 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
36761 OOM in getpwuid_r correctly. Return error number when the caller
36762 should return, otherwise -1.
36763 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
36764 call returning > 0 value.
36765 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
36766
765ade4b
AS
367672010-06-07 Andreas Schwab <schwab@redhat.com>
36768
36769 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
36770 libc_nonshared.a from targets in modules-names.
36771
80da2e09
KS
367722010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
36773
36774 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
36775 requires it.
36776
158db122
LM
367772010-06-10 Luis Machado <luisgpm@br.ibm.com>
36778
36779 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
36780 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
36781 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
36782 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
36783
caa78cf8
AS
367842010-06-02 Andreas Schwab <schwab@redhat.com>
36785
36786 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
36787
b2ef2c01
UD
367882010-06-14 Ulrich Drepper <drepper@redhat.com>
36789
36790 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
36791 and F_GETPIPE_SZ.
36792 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
36793 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36794 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36795 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36796 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36797 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
36798
fbd643b6
RM
367992010-06-14 Roland McGrath <roland@redhat.com>
36800
36801 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
36802
f32f2869
JJ
368032010-06-07 Jakub Jelinek <jakub@redhat.com>
36804
36805 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
36806 __REDIRECT followed by __THROW.
36807 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
36808 * posix/getopt.h (getopt): Likewise.
36809
2a50c078
EPM
368102010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
36811
36812 * hurd/lookup-at.c (__file_name_lookup_at): Accept
36813 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
36814 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
36815 in AT_FLAGS.
36816 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
36817 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
36818
eb5ad2eb
LM
368192010-05-28 Luis Machado <luisgpm@br.ibm.com>
36820
36821 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
36822
3c88fe1e
L
368232010-05-26 H.J. Lu <hongjiu.lu@intel.com>
36824
36825 [BZ #11640]
36826 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36827 Properly check family and model.
36828
d2f73151
TY
368292010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
36830
36831 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
36832
ebd2e13d
LM
368332010-05-24 Luis Machado <luisgpm@br.ibm.com>
36834
36835 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
36836
b32b8b45
UD
368372010-05-21 Ulrich Drepper <drepper@redhat.com>
36838
36839 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
36840 symbol reference.
36841
9acbe24d
AS
368422010-05-19 Andreas Schwab <schwab@redhat.com>
36843
36844 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
36845 symbol reference.
36846
f0ccf6ea
AS
368472010-05-21 Andreas Schwab <schwab@redhat.com>
36848
3d04ff3a
AS
36849 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
36850 and internal_recvmmsg.
36851 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
36852 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
36853 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
36854 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
36855
f0ccf6ea
AS
36856 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
36857 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36858 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36859
5b08ac57
AS
368602010-05-20 Andreas Schwab <schwab@redhat.com>
36861
36862 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
36863
4828935d
LM
368642010-05-17 Luis Machado <luisgpm@br.ibm.com>
36865
36866 POWER7 optimizations.
36867 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
36868 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
36869
373d545e
UD
368702010-05-19 Ulrich Drepper <drepper@redhat.com>
36871
36872 * version.h: Update for 2.13 development version.
36873
21a2b1ae
AS
368742010-05-12 Andrew Stubbs <ams@codesourcery.com>
36875
36876 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
36877 exceptions. Return 0.
36878
3f7dcb2b
RM
368792010-05-07 Roland McGrath <roland@redhat.com>
36880
36881 * elf/ldconfig.c (main): Add a const.
36882
5f24d53a 368832010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 36884
a160f8d8
UD
36885 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
36886 (args_options): Add no-idn option.
36887 (ahosts_keys_int): Add idn_flags to ai_flags.
36888 (parse_option): Handle 'i' option to clear idn_flags.
36889
5f24d53a
UD
36890 * malloc/malloc.c (_int_free): Possible race in the most recently
36891 added check. Only act on the data if no current modification
36892 happened.
265bb1ce
UD
36893
36894See ChangeLog.17 for earlier changes.