]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Fix missing libc-internal.h include.
[thirdparty/glibc.git] / ChangeLog
1 2013-06-25 Richard Henderson <rth@redhat.com>
2
3 * locale/programs/locarchive.c: Include <libc-internal.h>
4
5 2013-06-25 Joseph Myers <joseph@codesourcery.com>
6
7 * manual/texinfo.tex: Update to version 2013-06-21.17, with
8 trailing whitespace removed.
9
10 2013-06-24 Mike Frysinger <vapier@gentoo.org>
11
12 [BZ #10283]
13 * NEWS: Note fixing of BZ #10283.
14 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
15 * locale/programs/locarchive.c: Include libc-mmap.h.
16 (prepare_address_space): Take two new outputs (the mmap base and len).
17 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
18 values.
19 (create_archive): Declare new mmap base and len values for
20 prepare_address_space, and store the result in ah.
21 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22 (enlarge_archive): If ah->mmap_base is not NULL, use that and
23 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24 Declare new mmap base and len values for
25 prepare_address_space, and store the result in new_ah.
26 (open_archive): Declare new mmap base and len values for
27 prepare_address_space, and store the result in ah.
28 (close_archive): If ah->mmap_base is not NULL, use that and
29 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
30 * sysdeps/generic/libc-mmap.h: New file.
31
32 2013-06-24 Mike Frysinger <vapier@gentoo.org>
33
34 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
35 (ALIGN_UP): Likewise.
36 (PTR_ALIGN_DOWN): Likewise.
37 (PTR_ALIGN_UP): Likewise.
38
39 2013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
40
41 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
42 entry mapped to PPC_PLATFORM_POWER8.
43 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
44 POWER8.
45 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
46 (_dl_string_platform): Add case for exporting platform position for
47 POWER8.
48 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
49 search path to sysdeps/powerpc/powerpc32/power8 directory.
50 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
51 search path to sysdeps/powerpc/powerpc64/power8 directory.
52 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
53 power7 directories.
54 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
55 power7 directories.
56
57 2013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
58
59 * INSTALL: Regenerate.
60
61 * nscd/connections.c (nscd_init): Fix comment.
62
63 2013-06-22 Joseph Myers <joseph@codesourcery.com>
64
65 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
66
67 [BZ #15667]
68 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
69 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
70
71 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
72
73 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
74 DL_DST_REQ_STATIC.
75 (DL_DST_REQ_STATIC): Remove macro.
76
77 2013-06-21 Joseph Myers <joseph@codesourcery.com>
78
79 [BZ #7006]
80 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
81 with a shift of 0 bits.
82
83 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
84
85 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
86 $(tststatic-ENV).
87
88 2013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
89
90 [BZ #15655]
91 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
92
93 2013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
94
95 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
96 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
97 accepts -fno-tree-loop-distribute-patterns.
98 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
99 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
100 recursive call.
101 * string/memset.c (memset): Likewise.
102 * string/test-memmove.c (simple_memmove): Disable loop transformation
103 to library calls.
104 * string/test-memset.c (simple_memset): Likewise.
105 * benchtests/bench-memmove.c (simple_memmove): Likewise.
106 * benchtests/bench-memset.c (simple_memset): Likewise.
107 * configure: Regenerated.
108
109 2013-06-20 Joseph Myers <joseph@codesourcery.com>
110
111 * math/test-misc.c (main): Ignore fesetround failure when failures
112 of subsequent rounding tests would be ignored.
113
114 [BZ #15654]
115 * math/fedisblxcpt.c (fedisableexcept): Return 0.
116 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
117 * math/fegetenv.c (__fegetenv): Return 0.
118 * math/fegetexcept.c (fegetexcept): Return 0.
119 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
120 FE_TONEAREST.
121 * math/feholdexcpt.c (feholdexcept): Return 0.
122 * math/fesetenv.c (__fesetenv): Return 0.
123 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
124 argument FE_TONEAREST.
125 * math/feupdateenv.c (__feupdateenv): Return 0.
126 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
127
128 2013-06-18 Roland McGrath <roland@hack.frob.com>
129
130 * elf/rtld-Rules (rtld-compile-command.S): New variable.
131 (rtld-compile-command.s, rtld-compile-command.c): New variables.
132 ($(objpfx)rtld-%.os rules): Use them.
133
134 2013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
135
136 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
137 fields.
138
139 2013-06-17 Roland McGrath <roland@hack.frob.com>
140
141 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
142 length of target pattern, then descending length of dependency pattern.
143 * configure.in (AWK): Require gawk 3.1.2 or newer.
144 * manual/install.texi (Tools for Compilation): Say that we do.
145 * configure: Regenerated.
146
147 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
148 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
149 * scripts/sysd-rules.awk: ... this new script.
150 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
151 than a glob-style pattern.
152
153 2013-06-17 Joseph Myers <joseph@codesourcery.com>
154
155 * math/test-misc.c (main): Do not treat incorrectly rounded
156 conversions as failure unless ROUNDING_TESTS passes.
157
158 2013-06-15 Joseph Myers <joseph@codesourcery.com>
159
160 [BZ #15631]
161 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
162 restore exception state around main square root computation, then
163 check for inexactness explicitly.
164
165 * math/libm-test.inc (fma_test_data): Add another test.
166
167 2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
168
169 * manual/threads.texi (Non-POSIX Extensions): New document
170 node. Document pthread_getattr_default_np and
171 pthread_setattr_default_np.
172
173 * Versions.def (libpthread): Add GLIBC_2.18.
174 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
176 Likewise.
177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
178 Likewise.
179 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
180 Likewise.
181 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
182 Likewise.
183 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
184 Likewise.
185 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
186 Likewise.
187 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
188 Likewise.
189 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
190 Likewise.
191 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
192 Likewise.
193
194 2013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
195
196 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
197 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
198
199 2013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
200 H.J. Lu <hjl.tools@gmail.com>
201
202 [BZ #15627]
203 * sysdeps/x86_64/rtld-memset.c: Remove file.
204 * sysdeps/x86_64/rtld-memset.S: New file.
205
206 2013-06-14 Joseph Myers <joseph@codesourcery.com>
207
208 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
209 (test_in_one_mode): Take arguments for whether the rounding mode
210 is supported for each floating-point type.
211 (do_test): Pass new arguments to test_in_one_mode using
212 ROUNDING_TESTS.
213
214 2013-06-13 Roland McGrath <roland@hack.frob.com>
215
216 * posix/tst-waitid.c (do_test): Distinguish different instances of
217 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
218 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
219 before entering the kernel for waitpid.
220
221 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
222
223 * NEWS: Fix note on clock function precision. Text by Roland
224 McGrath.
225
226 2013-06-13 Roland McGrath <roland@hack.frob.com>
227
228 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
229 it into place only when and if the sanity check passes.
230
231 2013-06-13 Joseph Myers <joseph@codesourcery.com>
232
233 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
234 output for whether conversion result is exact. Take argument
235 indicating whether type is IBM long double.
236 (round_for_all): Change need_exact field to ibm_ld.
237 * stdlib/tst-strtod-round.c (struct exactness): New type.
238 (struct test): Change bool ld_ok field to struct exactness exact.
239 (TEST): Update all definitions for change to field.
240 (tests): Regenerate array contents.
241 (test_in_one_mode): Take pointer to new field instead of old ld_ok
242 field value. Check for IBM long double here.
243 (do_test): Update calls to test_in_one_mode.
244
245 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
246
247 [BZ #12515]
248 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
249 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
250
251 2013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
252
253 [BZ #15605]
254 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
255 generated by the compiler on loop optimizations.
256 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
257 general definitions.
258
259 2013-06-12 Joseph Myers <joseph@codesourcery.com>
260
261 * math/bug-nextafter.c: Include <math-tests.h>.
262 (main): Only test for exceptions if EXCEPTION_TESTS is true for
263 the relevant type.
264 * math/bug-nexttoward.c: Include <math-tests.h>.
265 (main): Only test for exceptions if EXCEPTION_TESTS is true for
266 the relevant type.
267 * math/test-misc.c: Include <math-tests.h>.
268 (main): Only test for exceptions if EXCEPTION_TESTS is true for
269 the relevant type.
270
271 2013-06-12 Andreas Jaeger <aj@suse.de>
272
273 * po/ia.po: Update Interlingua translation from translation
274 project.
275
276 2013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
277
278 * include/fenv.h: Include stdbool.h.
279 (struct rm_ctx): New structure.
280 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
281 Define macro.
282 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
283 (SET_RESTORE_ROUNDF): Likewise.
284 (SET_RESTORE_ROUNDL): Likewise.
285 (SET_RESTORE_ROUND_NOEX): Likewise.
286 (SET_RESTORE_ROUND_NOEXF): Likewise.
287 (SET_RESTORE_ROUND_NOEXL): Likewise.
288 (SET_RESTORE_ROUND_53BIT): Likewise.
289 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
290 (libc_feresetround_noexf_ctx): Likewise.
291 (libc_feresetround_noexl_ctx): Likewise.
292 (libc_feholdsetround_53bit_ctx): Likewise.
293 (libc_feresetround_53bit_ctx): Likewise.
294 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
295 (libc_feholdexcept_setround_sse_ctx): New function.
296 (libc_fesetenv_sse_ctx): Likewise.
297 (libc_feupdateenv_sse_ctx): Likewise.
298 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
299 (libc_feholdexcept_setround_387_ctx): Likewise.
300 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
301 (libc_feholdsetround_387_prec_ctx): Likewise.
302 (libc_feholdsetround_387_ctx): Likewise.
303 (libc_feholdsetround_387_53bit_ctx): Likewise.
304 (libc_feholdsetround_sse_ctx): Likewise.
305 (libc_feresetround_sse_ctx): Likewise.
306 (libc_feresetround_387_ctx): Likewise.
307 (libc_feupdateenv_387_ctx): Likewise.
308 (libc_feholdexcept_setroundf_ctx): Define macro.
309 (libc_fesetenvf_ctx): Likewise.
310 (libc_feupdateenvf_ctx): Likewise.
311 (libc_feholdsetroundf_ctx): Likewise.
312 (libc_feresetroundf_ctx): Likewise.
313 (libc_feholdexcept_setround_ctx): Likewise.
314 (libc_fesetenv_ctx): Likewise.
315 (libc_feupdateenv_ctx): Likewise.
316 (libc_feholdsetround_ctx): Likewise.
317 (libc_feresetround_ctx): Likewise.
318 (libc_feholdexcept_setroundl_ctx): Likewise.
319 (libc_feupdateenvl_ctx): Likewise.
320 (libc_feholdsetroundl_ctx): Likewise.
321 (libc_feresetroundl_ctx): Likewise.
322 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
323 (libc_feresetround_53bit_ctx): Likewise.
324
325 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
326
327 * locale/iso-639.def: Convert to UTF-8.
328
329 2013-06-11 Joseph Myers <joseph@codesourcery.com>
330
331 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
332 (EXCEPTION_TESTS_double): Likewise.
333 (EXCEPTION_TESTS_long_double): Likewise.
334 (EXCEPTION_TESTS): Likewise.
335 * math/libm-test.inc (test_exceptions): Only test exceptions if
336 EXCEPTION_TESTS (FLOAT).
337
338 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
339
340 * benchtests/Makefile (string-bench): Add strcpy_chk and
341 stpcpy_chk.
342 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
343 * benchtests/bench-stpcpy_chk.c: New file.
344 * benchtests/bench-strcpy_chk-ifunc.c: New file.
345 * benchtests/bench-strcpy_chk.c: New file.
346 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
347 code.
348 (do_test): Likewise.
349
350 2013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
351
352 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
353 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
354 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
355 with tabs where appropriate.
356 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
357 dl-procinfo.h.
358 [PPC_PLATFORM_PPC440]: Likewise.
359 [PPC_PLATFORM_PPC464]: Likewise.
360 [PPC_PLATFORM_PPC476]: Likewise.
361 (_dl_string_platform): Add support for detecting ppc405, ppc440,
362 ppc464, and ppc476 platform strings merging from ports/
363 dl-procinfo.h.
364
365 2013-06-11 Andreas Schwab <schwab@suse.de>
366
367 [BZ #14991]
368 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
369 (from_ucs4_idx): Regenerate.
370 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
371 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
372 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
373 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
374 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
375 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
376 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
377 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
378 from FROM_LOOP and TO_LOOP specific macros.
379 (BODY): Handle combining characters.
380 * iconvdata/BIG5HKSCS.irreversible: Update.
381 * iconvdata/BIG5HKSCS.precomposed: New file.
382 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
383 characters.
384 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
385
386 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
387
388 * include/sys/time.h: Fix indentation and add copyright header.
389
390 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
391 (do_test): Likewise.
392 * string/test-memchr.c (do_one_test): Likewise.
393 (do_test): Likewise.
394 * string/test-memcmp.c (do_one_test): Likewise.
395 (do_test): Likewise.
396 * string/test-memcpy.c (do_one_test): Likewise.
397 (do_test): Likewise.
398 * string/test-memmem.c (do_one_test): Likewise.
399 (do_test): Likewise.
400 (do_random_tests): Likewise.
401 * string/test-memmove.c (do_one_test): Likewise.
402 (do_test): Likewise.
403 * string/test-memset.c (do_one_test): Likewise.
404 (do_test): Likewise.
405 * string/test-rawmemchr.c (do_one_test): Likewise.
406 (do_test): Likewise.
407 * string/test-strcasecmp.c (do_one_test): Likewise.
408 (do_test): Likewise.
409 * string/test-strcasestr.c (do_one_test): Likewise.
410 (do_test): Likewise.
411 * string/test-strcat.c (do_one_test): Likewise.
412 (do_test): Likewise.
413 * string/test-strchr.c (do_one_test): Likewise.
414 (do_test): Likewise.
415 * string/test-strcmp.c (do_one_test): Likewise.
416 (do_test): Likewise.
417 * string/test-strcpy.c (do_one_test): Likewise.
418 (do_test): Likewise.
419 * string/test-string.h: Likewise.
420 (test_init): Likewise.
421 * string/test-strlen.c (do_one_test): Likewise.
422 (do_test): Likewise.
423 * string/test-strncasecmp.c (do_one_test): Likewise.
424 (do_test): Likewise.
425 * string/test-strncat.c (do_one_test): Likewise.
426 (do_test): Likewise.
427 * string/test-strncmp.c (do_one_test): Likewise.
428 (do_test_limit): Likewise.
429 (do_test): Likewise.
430 * string/test-strncpy.c (do_one_test): Likewise.
431 (do_test): Likewise.
432 * string/test-strnlen.c (do_one_test): Likewise.
433 (do_test): Likewise.
434 * string/test-strpbrk.c (do_one_test): Likewise.
435 (do_test): Likewise.
436 * string/test-strrchr.c (do_one_test): Likewise.
437 (do_test): Likewise.
438 * string/test-strspn.c (do_one_test): Likewise.
439 (do_test): Likewise.
440 * string/test-strstr.c (do_one_test): Likewise.
441 (do_test): Likewise.
442
443 * benchtests/Makefile (string-bench): Add string benchmarks.
444 * benchtests/bench-bcopy-ifunc.c: New file.
445 * benchtests/bench-bcopy.c: New file.
446 * benchtests/bench-bzero-ifunc.c: New file.
447 * benchtests/bench-bzero.c: New file.
448 * benchtests/bench-memccpy-ifunc.c: New file.
449 * benchtests/bench-memccpy.c: New file.
450 * benchtests/bench-memchr-ifunc.c: New file.
451 * benchtests/bench-memchr.c: New file.
452 * benchtests/bench-memcmp-ifunc.c: New file.
453 * benchtests/bench-memcmp.c: New file.
454 * benchtests/bench-memmem-ifunc.c: New file.
455 * benchtests/bench-memmem.c: New file.
456 * benchtests/bench-memmove-ifunc.c: New file.
457 * benchtests/bench-memmove.c: New file.
458 * benchtests/bench-mempcpy-ifunc.c: New file.
459 * benchtests/bench-mempcpy.c: New file.
460 * benchtests/bench-memset-ifunc.c: New file.
461 * benchtests/bench-memset.c: New file.
462 * benchtests/bench-rawmemchr-ifunc.c: New file.
463 * benchtests/bench-rawmemchr.c: New file.
464 * benchtests/bench-stpcpy-ifunc.c: New file.
465 * benchtests/bench-stpcpy.c: New file.
466 * benchtests/bench-stpncpy-ifunc.c: New file.
467 * benchtests/bench-stpncpy.c: New file.
468 * benchtests/bench-strcasecmp-ifunc.c: New file.
469 * benchtests/bench-strcasecmp.c: New file.
470 * benchtests/bench-strcasestr-ifunc.c: New file.
471 * benchtests/bench-strcasestr.c: New file.
472 * benchtests/bench-strcat-ifunc.c: New file.
473 * benchtests/bench-strcat.c: New file.
474 * benchtests/bench-strchr-ifunc.c: New file.
475 * benchtests/bench-strchr.c: New file.
476 * benchtests/bench-strchrnul-ifunc.c: New file.
477 * benchtests/bench-strchrnul.c: New file.
478 * benchtests/bench-strcmp-ifunc.c: New file.
479 * benchtests/bench-strcmp.c: New file.
480 * benchtests/bench-strcpy-ifunc.c: New file.
481 * benchtests/bench-strcpy.c: New file.
482 * benchtests/bench-strcspn-ifunc.c: New file.
483 * benchtests/bench-strcspn.c: New file.
484 * benchtests/bench-strlen-ifunc.c: New file.
485 * benchtests/bench-strlen.c: New file.
486 * benchtests/bench-strncasecmp-ifunc.c: New file.
487 * benchtests/bench-strncasecmp.c: New file.
488 * benchtests/bench-strncat-ifunc.c: New file.
489 * benchtests/bench-strncat.c: New file.
490 * benchtests/bench-strncmp-ifunc.c: New file.
491 * benchtests/bench-strncmp.c: New file.
492 * benchtests/bench-strncpy-ifunc.c: New file.
493 * benchtests/bench-strncpy.c: New file.
494 * benchtests/bench-strnlen-ifunc.c: New file.
495 * benchtests/bench-strnlen.c: New file.
496 * benchtests/bench-strpbrk-ifunc.c: New file.
497 * benchtests/bench-strpbrk.c: New file.
498 * benchtests/bench-strrchr-ifunc.c: New file.
499 * benchtests/bench-strrchr.c: New file.
500 * benchtests/bench-strspn-ifunc.c: New file.
501 * benchtests/bench-strspn.c: New file.
502 * benchtests/bench-strstr-ifunc.c: New file.
503 * benchtests/bench-strstr.c: New file.
504
505 * benchtests/Makefile: Disable parallel execution of targets.
506 (string-bench): Add memcpy.
507 (benchset): New variable to store a list of benchmark sets.
508 (bench-func): Renamed from bench.
509 (bench-set): New target.
510 (bench): Depend on bench-func and bench-set.
511 * benchtests/README: Add section on benchmark sets.
512 * benchtests/bench-memcpy-ifunc.c: New file.
513 * benchtests/bench-memcpy.c: New file.
514 * benchtests/bench-string.h: New file.
515
516 2013-06-11 Andreas Schwab <schwab@suse.de>
517
518 [BZ #15577]
519 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
520 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
521 values in the triple.
522 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
523 terminator in the group key.
524
525 2013-06-11 Andreas Jaeger <aj@suse.de>
526
527 * po/zh_TW.po: Update Chinese (traditional) translation from
528 translation project.
529
530 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
531
532 * include/time.h (__clock_gettime): Add libc_hidden_proto.
533 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
534 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
535 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
536 (clock_getcpuclockid): Likewise.
537 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
538 Add weak_alias and libc_hidden_def.
539 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
540 * rt/clock_gettime.c (clock_gettime): Rename to
541 __clock_gettime. Add weak_alias and libc_hidden_def.
542 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
543 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
544 __clock_nanosleep. Add weak_alias and libc_hidden_def.
545 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
546 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
547 Likewise.
548 * rt/clock_settime.c (clock_settime): Rename to
549 __clock_settime. Add weak_alias and libc_hidden_def.
550 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
551
552 2013-06-10 Joseph Myers <joseph@codesourcery.com>
553
554 * mach/err_boot.sub: Remove trailing whitespace.
555 * mach/err_ipc.sub: Likewise.
556 * mach/err_mach.sub: Likewise.
557
558 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
559 (ROUNDING_TESTS_double): Likewise.
560 (ROUNDING_TESTS_long_double): Likewise.
561 (ROUNDING_TESTS): Likewise.
562 * math/libm-test.inc: Include <math-tests.h>.
563 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
564 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
565 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
566 (IF_ROUND_INIT_FE_UPWARD): Likewise.
567
568 2013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
569
570 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
571 of assigning.
572
573 2013-06-08 Joseph Myers <joseph@codesourcery.com>
574
575 * sysdeps/gnu/errlist.awk: Do not generate space at end of
576 otherwise empty TRANS lines.
577 * sysdeps/gnu/errlist.c: Regenerated.
578
579 * catgets/gencat.c (error_print): Use (void) in function
580 definition.
581 * crypt/crypt_util.c (__init_des): Likewise.
582 * crypt/speeds.c (Stop): Likewise.
583 (main): Likewise.
584 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
585 * inet/ruserpass.c (token): Likewise.
586 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
587 * intl/localealias.c (extend_alias_table): Likewise.
588 * intl/plural-exp.c (init_germanic_plural): Likewise.
589 * libio/fcloseall.c (__fcloseall): Likewise.
590 * libio/genops.c (_IO_flush_all): Likewise.
591 (_IO_flush_all_linebuffered): Likewise.
592 (_IO_cleanup): Likewise.
593 (_IO_iter_begin): Likewise.
594 (_IO_iter_end): Likewise.
595 (_IO_list_lock): Likewise.
596 (_IO_list_unlock): Likewise.
597 (_IO_list_resetlock): Likewise.
598 * libio/getchar.c (getchar): Likewise.
599 * libio/getchar_u.c (getchar_unlocked): Likewise.
600 * libio/getwchar.c (getwchar): Likewise.
601 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
602 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
603 * login/getpt.c (__getpt): Likewise.
604 * login/tst-utmp.c (main): Likewise.
605 * malloc/hooks.c (__malloc_check_init): Likewise.
606 * malloc/malloc.c (__malloc_stats): Likewise.
607 * malloc/mtrace.c (tr_break): Likewise.
608 (mtrace): Likewise.
609 (muntrace): Likewise.
610 * misc/fstab.c (endfsent): Likewise.
611 * misc/getclktck.c (__getclktck): Likewise.
612 * misc/getdtsz.c (__getdtablesize): Likewise.
613 * misc/gethostid.c (gethostid): Likewise.
614 * misc/getpagesize.c (__getpagesize): Likewise.
615 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
616 (__get_nprocs): Likewise.
617 (__get_phys_pages): Likewise.
618 (__get_avphys_pages): Likewise.
619 * misc/getttyent.c (getttyent): Likewise.
620 (setttyent): Likewise.
621 (endttyent): Likewise.
622 * misc/getusershell.c (getusershell): Likewise.
623 (endusershell): Likewise.
624 (setusershell): Likewise.
625 (initshells): Likewise.
626 * misc/hsearch.c (__hdestroy): Likewise.
627 * misc/sync.c (sync): Likewise.
628 * misc/syslog.c (closelog_internal): Likewise.
629 (closelog): Likewise.
630 * misc/ttyslot.c (ttyslot): Likewise.
631 * misc/vhangup.c (vhangup): Likewise.
632 * posix/fork.c (__fork): Likewise.
633 * posix/getegid.c (__getegid): Likewise.
634 * posix/geteuid.c (__geteuid): Likewise.
635 * posix/getgid.c (__getgid): Likewise.
636 * posix/getpid.c (__getpid): Likewise.
637 * posix/getppid.c (__getppid): Likewise.
638 * posix/getuid.c (__getuid): Likewise.
639 * posix/pause.c (pause): Likewise.
640 * posix/setpgrp.c (setpgrp): Likewise.
641 * posix/setsid.c (__setsid): Likewise.
642 * posix/test-vfork.c (noop): Likewise.
643 * resolv/gethnamaddr.c (_endhtent): Likewise.
644 (_gethtent): Likewise.
645 (ht_endhostent): Likewise.
646 (gethostent): Likewise.
647 (dns_service): Likewise.
648 * stdlib/drand48.c (drand48): Likewise.
649 * stdlib/lrand48.c (lrand48): Likewise.
650 * stdlib/mrand48.c (mrand48): Likewise.
651 * stdlib/rand.c (rand): Likewise.
652 * stdlib/random.c (__random): Likewise.
653 * stdlib/setenv.c (clearenv): Likewise.
654 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
655 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
656 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
657 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
658 (__get_nprocs): Likewise.
659 (__get_phys_pages): Likewise.
660 (__get_avphys_pages): Likewise.
661 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
662 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
663 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
664 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
665 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
666 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
667 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
668 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
669 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
670 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
671 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
672 * sysdeps/mach/hurd/sync.c (sync): Likewise.
673 * sysdeps/posix/clock.c (clock): Likewise.
674 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
675 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
676 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
677 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
678 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
679 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
680 (__get_nprocs_conf): Likewise.
681 (__get_phys_pages): Likewise.
682 (__get_avphys_pages): Likewise.
683 * time/clock.c (clock): Likewise.
684 * time/tzset.c (__tzname_max): Likewise.
685
686 2013-06-07 Joseph Myers <joseph@codesourcery.com>
687
688 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
689 (__bswap_32): Do not use "register".
690 * crypt/crypt.c (_ufc_doit_r): Likewise.
691 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
692 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
693 * gmon/gmon.c (__monstartup): Likewise.
694 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
695 * hurd/hurdmalloc.c (more_memory): Likewise.
696 (malloc): Likewise.
697 (free): Likewise.
698 (realloc): Likewise.
699 (malloc_fork_prepare): Likewise.
700 (malloc_fork_parent): Likewise.
701 (malloc_fork_child): Likewise.
702 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
703 (_svcauth_des): Likewise.
704 * inet/inet_lnaof.c (inet_lnaof): Likewise.
705 * inet/inet_net.c (inet_network): Likewise.
706 * inet/inet_netof.c (inet_netof): Likewise.
707 * inet/rcmd.c (__validuser2_sa): Likewise.
708 * io/fts.c (fts_open): Likewise.
709 (fts_load): Likewise.
710 (fts_close): Likewise.
711 (fts_read): Likewise.
712 (fts_children): Likewise.
713 (fts_build): Likewise.
714 (fts_stat): Likewise.
715 (fts_sort): Likewise.
716 (fts_alloc): Likewise.
717 (fts_lfree): Likewise.
718 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
719 (_IO_file_xsgetn): Likewise.
720 (_IO_file_xsgetn_mmap): Likewise.
721 * libio/iofopncook.c (_IO_cookie_read): Likewise.
722 (_IO_cookie_write): Likewise.
723 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
724 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
725 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
726 * malloc/obstack.c (_obstack_begin): Likewise.
727 (_obstack_begin_1): Likewise.
728 (_obstack_newchunk): Likewise.
729 (_obstack_allocated_p): Likewise.
730 (obstack_free): Likewise.
731 (_obstack_memory_used): Likewise.
732 * misc/getttyent.c (getttynam): Likewise.
733 (getttyent): Likewise.
734 (skip): Likewise.
735 (value): Likewise.
736 * misc/getusershell.c (initshells): Likewise.
737 * misc/syslog.c (__vsyslog_chk): Likewise.
738 * misc/ttyslot.c (ttyslot): Likewise.
739 * nis/nis_hash.c (__nis_hash): Likewise.
740 * posix/fnmatch_loop.c (FCT): Likewise.
741 * posix/getconf.c (print_all): Likewise.
742 (main): Likewise.
743 * posix/getopt.c (exchange): Likewise.
744 * posix/glob.c (globfree): Likewise.
745 (prefix_array): Likewise.
746 (__glob_pattern_type): Likewise.
747 * resolv/arpa/nameser.h (NS_GET16): Likewise.
748 (NS_GET32): Likewise.
749 (NS_PUT16): Likewise.
750 (NS_PUT32): Likewise.
751 * resolv/gethnamaddr.c (getanswer): Likewise.
752 (gethostbyname2): Likewise.
753 (gethostbyaddr): Likewise.
754 (_gethtent): Likewise.
755 (_gethtbyname2): Likewise.
756 (_gethtbyaddr): Likewise.
757 * resolv/ns_print.c (dst_s_get_int16): Likewise.
758 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
759 * resolv/res_init.c (__res_vinit): Likewise.
760 (net_mask): Likewise.
761 * resolv/res_mkquery.c (outchar): Likewise.
762 (PRINT): Likewise.
763 * stdio-common/printf_fp.c (outchar): Likewise.
764 (PRINT): Likewise.
765 * stdio-common/printf_fphex.c (outchar): Likewise.
766 (PRINT): Likewise.
767 * stdio-common/printf_size.c (outchar): Likewise.
768 (PRINT): Likewise.
769 * stdio-common/test_rdwr.c (main): Likewise.
770 * stdio-common/tfformat.c (matches): Likewise.
771 * stdio-common/vfprintf.c (outchar): Likewise.
772 (printf_unknown): Likewise.
773 (buffered_vfprintf): Likewise.
774 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
775 * stdio-common/xbug.c (AppendToBuffer): Likewise.
776 (ReadFile): Likewise.
777 * stdlib/qsort.c (SWAP): Likewise.
778 (_quicksort): Likewise.
779 * stdlib/setenv.c (__add_to_environ): Likewise.
780 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
781 * stdlib/strtol_l.c (__strtol_l): Likewise.
782 * stdlib/tst-strtod.c (main): Likewise.
783 * stdlib/tst-strtol.c (main): Likewise.
784 * stdlib/tst-strtoll.c (main): Likewise.
785 * string/bits/string2.h (__strcmp_cc): Likewise.
786 (__strcmp_cg): Likewise.
787 (__strcspn_c1): Likewise.
788 (__strcspn_c2): Likewise.
789 (__strcspn_c3): Likewise.
790 (__strspn_c1): Likewise.
791 (__strspn_c2): Likewise.
792 (__strspn_c3): Likewise.
793 (__strsep_1c): Likewise.
794 (__strsep_2c): Likewise.
795 (__strsep_3c): Likewise.
796 * string/memccpy.c (__memccpy): Likewise.
797 * string/stpcpy.c (__stpcpy): Likewise.
798 * string/strcmp.c (strcmp): Likewise.
799 * string/strrchr.c (strrchr): Likewise.
800 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
801 Likewise.
802 * sysdeps/mach/hurd/getcwd.c
803 (_hurd_canonicalize_directory_name_internal): Likewise.
804 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
805 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
806 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
807 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
808 Likewise, in both definitions.
809 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
810 definitions.
811 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
812 64] (__bswap_64): Likewise.
813 * time/test_time.c (main): Likewise.
814 * time/tzfile.c (__tzfile_read): Likewise.
815 (__tzfile_compute): Likewise.
816 * time/tzset.c (__tzset_parse_tz): Likewise.
817 (tzset_internal): Likewise.
818 (compute_change): Likewise.
819 * wcsmbs/wcscat.c (__wcscat): Likewise.
820 * wcsmbs/wcschr.c (wcschr): Likewise.
821 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
822 * wcsmbs/wcscspn.c (wcscspn): Likewise.
823 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
824 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
825 * wcsmbs/wcsspn.c (wcsspn): Likewise.
826 * wcsmbs/wcsstr.c (wcsstr): Likewise.
827 * wcsmbs/wmemchr.c (wmemchr): Likewise.
828 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
829 * wcsmbs/wmemset.c (wmemset): Likewise.
830
831 2013-06-06 Joseph Myers <joseph@codesourcery.com>
832
833 * scripts/config.guess: Update to version 2013-05-16.
834 * scripts/config.sub: Update to version 2013-04-24.
835 * scripts/install-sh: Update to version 2011-11-20.07.
836 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
837 * scripts/move-if-change: Update to version 2012-01-06 07:23.
838
839 2013-06-06 Ondřej Bílka <neleai@seznam.cz>
840
841 * debug/fgetws_u_chk.c: Fix leading whitespaces.
842 * elf/sln.c: Likewise.
843 * hurd/hurd/ioctl.h: Likewise.
844 * hurd/hurdmalloc.c: Likewise.
845 * hurd/xattr.c: Likewise.
846 * include/shlib-compat.h: Likewise.
847 * inet/ruserpass.c: Likewise.
848 * libio/iofgets_u.c: Likewise.
849 * libio/iofgetws_u.c: Likewise.
850 * locale/programs/ld-identification.c: Likewise.
851 * locale/programs/ld-time.c: Likewise.
852 * mach/msg-destroy.c: Likewise.
853 * nss/nss_files/files-netgrp.c: Likewise.
854 * resolv/res_data.c: Likewise.
855 * soft-fp/op-1.h: Likewise.
856 * soft-fp/op-2.h: Likewise.
857 * soft-fp/op-4.h: Likewise.
858 * soft-fp/op-common.h: Likewise.
859 * stdio-common/printf_fphex.c: Likewise.
860 * stdlib/strtod_l.c: Likewise.
861 * sunrpc/rpc/clnt.h: Likewise.
862 * sysdeps/generic/framestate.c: Likewise.
863 * sysdeps/i386/bsd-_setjmp.S: Likewise.
864 * sysdeps/i386/bsd-setjmp.S: Likewise.
865 * sysdeps/i386/__longjmp.S: Likewise.
866 * sysdeps/i386/setjmp.S: Likewise.
867 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
868 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
869 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
870 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
871 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
872 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
873 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
874 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
875 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
876 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
877 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
878 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
879 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
880 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
881 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
882 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
883 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
884 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
885 * sysdeps/ieee754/support.c: Likewise.
886 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
887 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
888 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
889 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
890 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
891 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
892 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
893 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
894 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
895 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
896 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
897 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
898 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
899 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
900 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
901 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
902 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
904
905 2013-06-05 Ondřej Bílka <neleai@seznam.cz>
906
907 * posix/transbug.c: Remove executable mode.
908
909 2013-06-05 Joseph Myers <joseph@codesourcery.com>
910
911 * crypt/speeds.c: Remove trailing whitespace.
912 * dlfcn/default.c: Likewise.
913 * elf/ifuncdep2.c: Likewise.
914 * elf/ifuncmain1.c: Likewise.
915 * elf/ifuncmain1vis.c: Likewise.
916 * elf/testobj.h: Likewise.
917 * elf/tst-stackguard1.c: Likewise.
918 * gmon/sys/gmon.h: Likewise.
919 * hurd/hurdmsg.c: Likewise.
920 * hurd/new-fd.c: Likewise.
921 * hurd/ports-get.c: Likewise.
922 * iconvdata/ibm1008_420.c: Likewise.
923 * inet/tst-getni1.c: Likewise.
924 * inet/tst-getni2.c: Likewise.
925 * libio/ioungetc.c: Likewise.
926 * libio/wfiledoalloc.c: Likewise.
927 * manual/libm-err-tab.pl: Likewise.
928 * math/w_dremf.c: Likewise.
929 * misc/ftruncate.c: Likewise.
930 * posix/bug-glob2.c: Likewise.
931 * posix/tst-pcre.c: Likewise.
932 * posix/wait4.c: Likewise.
933 * resolv/README: Likewise.
934 * resolv/res_debug.h: Likewise.
935 * resolv/tst-inet_ntop.c: Likewise.
936 * setjmp/bug269-setjmp.c: Likewise.
937 * soft-fp/extended.h: Likewise.
938 * soft-fp/op-1.h: Likewise.
939 * soft-fp/op-2.h: Likewise.
940 * soft-fp/op-4.h: Likewise.
941 * soft-fp/op-8.h: Likewise.
942 * soft-fp/testit.c: Likewise.
943 * stdio-common/bug16.c: Likewise.
944 * stdlib/random.c: Likewise.
945 * sunrpc/rpcsvc/rquota.x: Likewise.
946 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
947 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
948 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
949 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
950 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
951 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
952 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
953 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
954 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
955 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
956 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
957 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
958 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
959 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
960 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
961 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
962 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
963 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
964 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
965 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
966 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
967 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
968 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
969 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
970 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
971 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
972 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
973 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
974 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
975 * sysdeps/ieee754/s_lib_version.c: Likewise.
976 * sysdeps/mach/hurd/check_fds.c: Likewise.
977 * sysdeps/mach/hurd/getsockname.c: Likewise.
978 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
979 * sysdeps/mach/hurd/recvfrom.c: Likewise.
980 * sysdeps/powerpc/bits/link.h: Likewise.
981 * sysdeps/powerpc/dl-procinfo.c: Likewise.
982 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
983 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
984 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
985 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
986 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
987 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
988 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
989 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
990 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
991 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
992 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
993 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
994 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
995 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
996 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
997 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
998 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
999 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
1000 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1001 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
1002 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
1003 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1004 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
1005 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
1006 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
1007 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
1008 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1009 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1010 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
1011 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
1012 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
1013 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1014 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
1015 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
1016 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
1017 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
1018 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
1019 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1020 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
1021 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
1022 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
1023 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
1024 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
1025 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
1026 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
1027 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
1028 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
1029 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
1030 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
1031 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
1032 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1033 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1034 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1035 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
1036 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1037 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1038 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1039 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
1040 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1041 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
1042 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
1043 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
1044 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
1045 * sysdeps/powerpc/sysdep.h: Likewise.
1046 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1047 * sysdeps/s390/s390-64/sub_n.S: Likewise.
1048 * sysdeps/sh/dl-trampoline.S: Likewise.
1049 * sysdeps/sh/memset.S: Likewise.
1050 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
1051 * sysdeps/sh/strlen.S: Likewise.
1052 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
1053 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
1054 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
1055 * sysdeps/sparc/sparc32/rem.S: Likewise.
1056 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
1057 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
1058 * sysdeps/sparc/sparc32/strchr.S: Likewise.
1059 * sysdeps/sparc/sparc32/udiv.S: Likewise.
1060 * sysdeps/sparc/sparc32/urem.S: Likewise.
1061 * sysdeps/sparc/sparc64/add_n.S: Likewise.
1062 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1063 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
1064 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
1065 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
1066 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
1067 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1068 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
1069 * sysdeps/unix/bsd/times.c: Likewise.
1070 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
1071 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1072 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1073 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
1075 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
1076 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
1077 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
1078 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1079 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
1080 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1081 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1082 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
1083 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
1084 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1085 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1086 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1087 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
1088 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
1089 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
1090 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
1091 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
1092 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
1093 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
1094 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
1095 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1096 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
1097 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1098 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
1099 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
1100 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
1101 * sysdeps/x86_64/strcspn.S: Likewise.
1102
1103 2013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
1104
1105 * locale/C-translit.h: Revert #include <stdint.h> because this is a
1106 generated file. Regenerate properly from gen-translit.pl.
1107 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
1108 locale/C-translit.h.
1109
1110 2013-06-05 Andreas Schwab <schwab@suse.de>
1111
1112 [BZ #15100]
1113 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
1114 week as 6 instead of -1.
1115 * time/tst-strptime.c (day_tests): Add test case.
1116
1117 2013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
1118
1119 * sysdeps/generic/math_private.h
1120 (libc_feholdexcept_setround_53bit): Replace with
1121 libc_feholdsetround_53bit.
1122 (libc_feupdateenv_53bit): Replace with
1123 libc_feresetround_53bit.
1124 (SET_RESTORE_ROUND_53BIT): Adjust.
1125
1126 2013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
1127
1128 * string/test-strchrnul.c: Add copyright header.
1129
1130 * posix/tst-getaddrinfo4.c: Increase test timeout.
1131
1132 2013-06-03 Carlos O'Donell <carlos@redhat.com>
1133
1134 [BZ #15536]
1135 * math/libm-test.inc (MAX_EXP): Remove
1136 (MIN_EXP): Define.
1137 (ulp): Use MIN_EXP - MANT_DIG.
1138 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
1139
1140 2013-05-31 Carlos O'Donell <carlos@redhat.com>
1141
1142 * po/be.po: Revert last change.
1143 * po/zh_CN.po: Likewise.
1144 * po/header.pot: Likewise.
1145
1146 2013-05-31 Joseph Myers <joseph@codesourcery.com>
1147
1148 * Makefile ($(common-objpfx)linkobj/libc.so): Define
1149 link-libc-deps to empty as target-specific variable.
1150 * Makerules (link-libc-args): New variable.
1151 (libc-for-link): Likewise.
1152 (link-libc-deps): Likewise.
1153 (lib%.so): Depend on $(link-libc-deps). Link with
1154 $(link-libc-args).
1155 (build-module): Link with $(link-libc-args).
1156 (build-module-asneeded): Likewise.
1157 (build-module-helper-objlist): Filter out $(link-libc-deps) from
1158 list of objects.
1159 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
1160 target-specific variable.
1161 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
1162 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
1163 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
1164 libc.
1165 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
1166 libc and ld.so.
1167 ($(objpfx)libpcprofile.so): Likewise.
1168 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
1169 libc_nonshared.a.
1170 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
1171 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
1172 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
1173 $(link-libc-deps).
1174 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
1175 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
1176 * login/Makefile ($(objpfx)libutil.so): Likewise.
1177 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
1178 * math/Makefile ($(objpfx)libm.so): Likewise.
1179 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
1180 $(objpfx)libnsl.so): Define libc-for-link as target-specific
1181 variable instead of depending directly on libc.
1182 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
1183 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
1184 $(link-libc-deps).
1185 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
1186 libc.
1187 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
1188 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
1189 ($(objpfx)libanl.so): Likewise.
1190 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
1191 ld.so.
1192 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
1193 $(link-libc-deps).
1194 * sysdeps/i386/fpu/Makefile: Remove file.
1195 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
1196 ($(objpfx)libm.so): Remove dependency on ld.so.
1197
1198 2013-05-30 Patsy Franklin <pfrankli@redhat.com>
1199
1200 [BZ # 15553]
1201 * nis/yp_xdr.c (XDRMAXNAME): Define.
1202 (XDRMAXRECORD): Define.
1203 (xdr_domainname): Use XDRMAXNAME.
1204 (xdr_mapname): Likewise.
1205 (xdr_peername): Likewise.
1206 (xdr_keydat): Use XDRMAXRECORD.
1207 (xdr_valdat): Likewise.
1208
1209 2013-05-30 Jeff Law <law@redhat.com>
1210
1211 [BZ #14256]
1212 * manual/errno.texi (ESTALE): Update to account for more than
1213 just NFS file systems.
1214 * sysdeps/gnu/errlist.c: Regenerated.
1215
1216 2013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1217
1218 [BZ #15465]
1219 * elf/Makefile (tests): Add tst-null-argv.
1220 (modules-names): Add tst-null-argv-lib.
1221 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
1222 (tst-null-argv-ENV): Set environment for tst-null-argv.
1223 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
1224 (RTLD_PROGNAME): New macro.
1225 * elf/tst-null-argv.c: New test case.
1226 * elf/tst-null-argv-lib.c: Library for test case.
1227 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
1228 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
1229 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
1230 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
1231 * elf/dl-init.c (call_init): Likewise.
1232 (_dl_init): Likewise.
1233 * elf/dl-load.c (print_search_path): Likewise.
1234 (_dl_map_object): Likewise.
1235 * elf/dl-lookup.c (do_lookup_x): Likewise.
1236 (add_dependency): Likewise.
1237 (_dl_lookup_symbol_x): Likewise.
1238 (_dl_debug_bindings): Likewise.
1239 * elf/dl-open.c (_dl_show_scope): Likewise.
1240 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1241 * elf/dl-version.c (match_symbol): Likewise.
1242 (_dl_check_map_versions): Likewise.
1243 * elf/rtld.c (dl_main): Likewise.
1244 (print_unresolved): Use RTLD_PROGNAME.
1245 (print_missing_version): Likewise.
1246 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1247 (elf_machine_rela): Likewise.
1248 * sysdeps/powerpc/powerpc32/dl-machine.c
1249 (__process_machine_rela): Likewise.
1250 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1251 Likewise.
1252 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
1253 Likewise.
1254 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1255 Likewise.
1256 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1257 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
1258 Likewise.
1259 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
1260 Likewise.
1261 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1262
1263 2013-05-28 Carlos O'Donell <carlos@redhat.com>
1264
1265 * po/be.po: Add descriptive title.
1266 * po/zh_CN.po: Likewise.
1267 * po/header.pot: Likewise.
1268
1269 2013-05-28 Mike Frysinger <vapier@gentoo.org>
1270
1271 * locale/programs/locarchive.c (create_archive): Inlucde fname in
1272 error message.
1273 (enlarge_archive): Likewise.
1274
1275 2013-05-28 Ben North <ben@redfrontdoor.org>
1276
1277 * manual/arith.texi (frexp): It is the magnitude of the return
1278 value which lies in [0.5, 1), not the return value itself.
1279
1280 2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1281
1282 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1283
1284 2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
1285
1286 * stdio-common/bug26.c (main): Correct fscanf template.
1287
1288 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
1289 declare _dl_skip_args.
1290
1291 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
1292 Don't declare.
1293
1294 * manual/platform.texi: Add missing @end deftypefun.
1295
1296 2013-05-24 Joseph Myers <joseph@codesourcery.com>
1297
1298 [BZ #15529]
1299 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
1300 bit of mantissa of 2^16382.
1301 * math/libm-test.inc (hypot_test_data): Add more tests.
1302
1303 * math/libm-test.inc: Add drem and pow10 to list of tested
1304 functions.
1305 (pow10_test): New function.
1306 (drem_test): Likewise.
1307 (drem_test_tonearest): Likewise.
1308 (drem_test_towardzero): Likewise.
1309 (drem_test_downward): Likewise.
1310 (drem_test_upward): Likewise.
1311 (main): Call the new functions.
1312
1313 * math/libm-test.inc (finite_test_data): Remove.
1314 (finite_test): Run tests from isfinite_test_data.
1315 (gamma_test_data): Remove.
1316 (gamma_test): Run tests from lgamma_test_data.
1317 * sysdeps/i386/fpu/libm-test-ulps: Update.
1318 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1319
1320 2013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1321
1322 * manual/platform.texi: Add PowerPC PPR function set documentation.
1323 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
1324 implementation.
1325
1326 2013-05-24 Carlos O'Donell <carlos@redhat.com>
1327
1328 * math/libm-test.inc (MAX_EXP): Define.
1329 (ULPDIFF): Define.
1330 (ulp): New function.
1331 (check_float_internal): Use ULPDIFF.
1332 (cpow_test): Disable failing test.
1333 (check_ulp): Test ulp() implemetnation.
1334 (main): Call check_ulp before starting tests.
1335
1336 2013-05-24 Joseph Myers <joseph@codesourcery.com>
1337
1338 * math/gen-libm-test.pl (generate_testfile): Do not handle
1339 START_DATA and END_DATA.
1340 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
1341 END_DATA.
1342 (acos_tonearest_test_data): Likewise.
1343 (acos_towardzero_test_data): Likewise.
1344 (acos_downward_test_data): Likewise.
1345 (acos_upward_test_data): Likewise.
1346 (acosh_test_data): Likewise.
1347 (asin_test_data): Likewise.
1348 (asin_tonearest_test_data): Likewise.
1349 (asin_towardzero_test_data): Likewise.
1350 (asin_downward_test_data): Likewise.
1351 (asin_upward_test_data): Likewise.
1352 (asinh_test_data): Likewise.
1353 (atan_test_data): Likewise.
1354 (atanh_test_data): Likewise.
1355 (atan2_test_data): Likewise.
1356 (cabs_test_data): Likewise.
1357 (cacos_test_data): Likewise.
1358 (cacosh_test_data): Likewise.
1359 (carg_test_data): Likewise.
1360 (casin_test_data): Likewise.
1361 (casinh_test_data): Likewise.
1362 (catan_test_data): Likewise.
1363 (catanh_test_data): Likewise.
1364 (cbrt_test_data): Likewise.
1365 (ccos_test_data): Likewise.
1366 (ccosh_test_data): Likewise.
1367 (ceil_test_data): Likewise.
1368 (cexp_test_data): Likewise.
1369 (cimag_test_data): Likewise.
1370 (clog_test_data): Likewise.
1371 (clog10_test_data): Likewise.
1372 (conj_test_data): Likewise.
1373 (copysign_test_data): Likewise.
1374 (cos_test_data): Likewise.
1375 (cos_tonearest_test_data): Likewise.
1376 (cos_towardzero_test_data): Likewise.
1377 (cos_downward_test_data): Likewise.
1378 (cos_upward_test_data): Likewise.
1379 (cosh_test_data): Likewise.
1380 (cosh_tonearest_test_data): Likewise.
1381 (cosh_towardzero_test_data): Likewise.
1382 (cosh_downward_test_data): Likewise.
1383 (cosh_upward_test_data): Likewise.
1384 (cpow_test_data): Likewise.
1385 (cproj_test_data): Likewise.
1386 (creal_test_data): Likewise.
1387 (csin_test_data): Likewise.
1388 (csinh_test_data): Likewise.
1389 (csqrt_test_data): Likewise.
1390 (ctan_test_data): Likewise.
1391 (ctan_tonearest_test_data): Likewise.
1392 (ctan_towardzero_test_data): Likewise.
1393 (ctan_downward_test_data): Likewise.
1394 (ctan_upward_test_data): Likewise.
1395 (ctanh_test_data): Likewise.
1396 (ctanh_tonearest_test_data): Likewise.
1397 (ctanh_towardzero_test_data): Likewise.
1398 (ctanh_downward_test_data): Likewise.
1399 (ctanh_upward_test_data): Likewise.
1400 (erf_test_data): Likewise.
1401 (erfc_test_data): Likewise.
1402 (exp_test_data): Likewise.
1403 (exp_tonearest_test_data): Likewise.
1404 (exp_towardzero_test_data): Likewise.
1405 (exp_downward_test_data): Likewise.
1406 (exp_upward_test_data): Likewise.
1407 (exp10_test_data): Likewise.
1408 (exp2_test_data): Likewise.
1409 (expm1_test_data): Likewise.
1410 (fabs_test_data): Likewise.
1411 (fdim_test_data): Likewise.
1412 (finite_test_data): Likewise.
1413 (floor_test_data): Likewise.
1414 (fma_test_data): Likewise.
1415 (fma_towardzero_test_data): Likewise.
1416 (fma_downward_test_data): Likewise.
1417 (fma_upward_test_data): Likewise.
1418 (fmax_test_data): Likewise.
1419 (fmin_test_data): Likewise.
1420 (fmod_test_data): Likewise.
1421 (fpclassify_test_data): Likewise.
1422 (frexp_test_data): Likewise.
1423 (gamma_test_data): Likewise.
1424 (hypot_test_data): Likewise.
1425 (ilogb_test_data): Likewise.
1426 (isfinite_test_data): Likewise.
1427 (isgreater_test_data): Likewise.
1428 (isgreaterequal_test_data): Likewise.
1429 (isinf_test_data): Likewise.
1430 (isless_test_data): Likewise.
1431 (islessequal_test_data): Likewise.
1432 (islessgreater_test_data): Likewise.
1433 (isnan_test_data): Likewise.
1434 (isnormal_test_data): Likewise.
1435 (issignaling_test_data): Likewise.
1436 (isunordered_test_data): Likewise.
1437 (j0_test_data): Likewise.
1438 (j1_test_data): Likewise.
1439 (jn_test_data): Likewise.
1440 (ldexp_test_data): Likewise.
1441 (lgamma_test_data): Likewise.
1442 (lrint_test_data): Likewise.
1443 (lrint_tonearest_test_data): Likewise.
1444 (lrint_towardzero_test_data): Likewise.
1445 (lrint_downward_test_data): Likewise.
1446 (lrint_upward_test_data): Likewise.
1447 (llrint_test_data): Likewise.
1448 (llrint_tonearest_test_data): Likewise.
1449 (llrint_towardzero_test_data): Likewise.
1450 (llrint_downward_test_data): Likewise.
1451 (llrint_upward_test_data): Likewise.
1452 (log_test_data): Likewise.
1453 (log10_test_data): Likewise.
1454 (log1p_test_data): Likewise.
1455 (log2_test_data): Likewise.
1456 (logb_test_data): Likewise.
1457 (logb_downward_test_data): Likewise.
1458 (lround_test_data): Likewise.
1459 (llround_test_data): Likewise.
1460 (modf_test_data): Likewise.
1461 (nearbyint_test_data): Likewise.
1462 (nextafter_test_data): Likewise.
1463 (nexttoward_test_data): Likewise.
1464 (pow_test_data): Likewise.
1465 (pow_tonearest_test_data): Likewise.
1466 (pow_towardzero_test_data): Likewise.
1467 (pow_downward_test_data): Likewise.
1468 (pow_upward_test_data): Likewise.
1469 (remainder_test_data): Likewise.
1470 (remainder_tonearest_test_data): Likewise.
1471 (remainder_towardzero_test_data): Likewise.
1472 (remainder_downward_test_data): Likewise.
1473 (remainder_upward_test_data): Likewise.
1474 (remquo_test_data): Likewise.
1475 (rint_test_data): Likewise.
1476 (rint_tonearest_test_data): Likewise.
1477 (rint_towardzero_test_data): Likewise.
1478 (rint_downward_test_data): Likewise.
1479 (rint_upward_test_data): Likewise.
1480 (round_test_data): Likewise.
1481 (scalb_test_data): Likewise.
1482 (scalbn_test_data): Likewise.
1483 (scalbln_test_data): Likewise.
1484 (signbit_test_data): Likewise.
1485 (sin_test_data): Likewise.
1486 (sin_tonearest_test_data): Likewise.
1487 (sin_towardzero_test_data): Likewise.
1488 (sin_downward_test_data): Likewise.
1489 (sin_upward_test_data): Likewise.
1490 (sincos_test_data): Likewise.
1491 (sinh_test_data): Likewise.
1492 (sinh_tonearest_test_data): Likewise.
1493 (sinh_towardzero_test_data): Likewise.
1494 (sinh_downward_test_data): Likewise.
1495 (sinh_upward_test_data): Likewise.
1496 (sqrt_test_data): Likewise.
1497 (tan_test_data): Likewise.
1498 (tan_tonearest_test_data): Likewise.
1499 (tan_towardzero_test_data): Likewise.
1500 (tan_downward_test_data): Likewise.
1501 (tan_upward_test_data): Likewise.
1502 (tanh_test_data): Likewise.
1503 (tgamma_test_data): Likewise.
1504 (trunc_test_data): Likewise.
1505 (y0_test_data): Likewise.
1506 (y1_test_data): Likewise.
1507 (yn_test_data): Likewise.
1508 (significand_test_data): Likewise.
1509
1510 * math/gen-libm-test.pl (@functions): Remove variable.
1511 (generate_testfile): Don't handle START and END lines.
1512 * math/libm-test.inc (START): New macro.
1513 (END): Likewise.
1514 (END_COMPLEX): Likewise.
1515 (acos_test): Use END macro without arguments.
1516 (acos_test_tonearest): Likewise.
1517 (acos_test_towardzero): Likewise.
1518 (acos_test_downward): Likewise.
1519 (acos_test_upward): Likewise.
1520 (acosh_test): Likewise.
1521 (asin_test): Likewise.
1522 (asin_test_tonearest): Likewise.
1523 (asin_test_towardzero): Likewise.
1524 (asin_test_downward): Likewise.
1525 (asin_test_upward): Likewise.
1526 (asinh_test): Likewise.
1527 (atan_test): Likewise.
1528 (atanh_test): Likewise.
1529 (atan2_test): Likewise.
1530 (cabs_test): Likewise.
1531 (cacos_test): Use END_COMPLEX macro without arguments.
1532 (cacosh_test): Likewise.
1533 (carg_test): Use END macro without arguments.
1534 (casin_test): Use END_COMPLEX macro without arguments.
1535 (casinh_test): Likewise.
1536 (catan_test): Likewise.
1537 (catanh_test): Likewise.
1538 (cbrt_test): Use END macro without arguments.
1539 (ccos_test): Use END_COMPLEX macro without arguments.
1540 (ccosh_test): Likewise.
1541 (ceil_test): Use END macro without arguments.
1542 (cexp_test): Use END_COMPLEX macro without arguments.
1543 (cimag_test): Use END macro without arguments.
1544 (clog_test): Use END_COMPLEX macro without arguments.
1545 (clog10_test): Likewise.
1546 (conj_test): Likewise.
1547 (copysign_test): Use END macro without arguments.
1548 (cos_test): Likewise.
1549 (cos_test_tonearest): Likewise.
1550 (cos_test_towardzero): Likewise.
1551 (cos_test_downward): Likewise.
1552 (cos_test_upward): Likewise.
1553 (cosh_test): Likewise.
1554 (cosh_test_tonearest): Likewise.
1555 (cosh_test_towardzero): Likewise.
1556 (cosh_test_downward): Likewise.
1557 (cosh_test_upward): Likewise.
1558 (cpow_test): Use END_COMPLEX macro without arguments.
1559 (cproj_test): Likewise.
1560 (creal_test): Use END macro without arguments.
1561 (csin_test): Use END_COMPLEX macro without arguments.
1562 (csinh_test): Likewise.
1563 (csqrt_test): Likewise.
1564 (ctan_test): Likewise.
1565 (ctan_test_tonearest): Likewise.
1566 (ctan_test_towardzero): Likewise.
1567 (ctan_test_downward): Likewise.
1568 (ctan_test_upward): Likewise.
1569 (ctanh_test): Likewise.
1570 (ctanh_test_tonearest): Likewise.
1571 (ctanh_test_towardzero): Likewise.
1572 (ctanh_test_downward): Likewise.
1573 (ctanh_test_upward): Likewise.
1574 (erf_test): Use END macro without arguments.
1575 (erfc_test): Likewise.
1576 (exp_test): Likewise.
1577 (exp_test_tonearest): Likewise.
1578 (exp_test_towardzero): Likewise.
1579 (exp_test_downward): Likewise.
1580 (exp_test_upward): Likewise.
1581 (exp10_test): Likewise.
1582 (exp2_test): Likewise.
1583 (expm1_test): Likewise.
1584 (fabs_test): Likewise.
1585 (fdim_test): Likewise.
1586 (finite_test): Likewise.
1587 (floor_test): Likewise.
1588 (fma_test): Likewise.
1589 (fma_test_towardzero): Likewise.
1590 (fma_test_downward): Likewise.
1591 (fma_test_upward): Likewise.
1592 (fmax_test): Likewise.
1593 (fmin_test): Likewise.
1594 (fmod_test): Likewise.
1595 (fpclassify_test): Likewise.
1596 (frexp_test): Likewise.
1597 (gamma_test): Likewise.
1598 (hypot_test): Likewise.
1599 (ilogb_test): Likewise.
1600 (isfinite_test): Likewise.
1601 (isgreater_test): Likewise.
1602 (isgreaterequal_test): Likewise.
1603 (isinf_test): Likewise.
1604 (isless_test): Likewise.
1605 (islessequal_test): Likewise.
1606 (islessgreater_test): Likewise.
1607 (isnan_test): Likewise.
1608 (isnormal_test): Likewise.
1609 (issignaling_test): Likewise.
1610 (isunordered_test): Likewise.
1611 (j0_test): Likewise.
1612 (j1_test): Likewise.
1613 (jn_test): Likewise.
1614 (ldexp_test): Likewise.
1615 (lgamma_test): Likewise.
1616 (lrint_test): Likewise.
1617 (lrint_test_tonearest): Likewise.
1618 (lrint_test_towardzero): Likewise.
1619 (lrint_test_downward): Likewise.
1620 (lrint_test_upward): Likewise.
1621 (llrint_test): Likewise.
1622 (llrint_test_tonearest): Likewise.
1623 (llrint_test_towardzero): Likewise.
1624 (llrint_test_downward): Likewise.
1625 (llrint_test_upward): Likewise.
1626 (log_test): Likewise.
1627 (log10_test): Likewise.
1628 (log1p_test): Likewise.
1629 (log2_test): Likewise.
1630 (logb_test): Likewise.
1631 (logb_test_downward): Likewise.
1632 (lround_test): Likewise.
1633 (llround_test): Likewise.
1634 (modf_test): Likewise.
1635 (nearbyint_test): Likewise.
1636 (nextafter_test): Likewise.
1637 (nexttoward_test): Likewise.
1638 (pow_test): Likewise.
1639 (pow_test_tonearest): Likewise.
1640 (pow_test_towardzero): Likewise.
1641 (pow_test_downward): Likewise.
1642 (pow_test_upward): Likewise.
1643 (remainder_test): Likewise.
1644 (remainder_test_tonearest): Likewise.
1645 (remainder_test_towardzero): Likewise.
1646 (remainder_test_downward): Likewise.
1647 (remainder_test_upward): Likewise.
1648 (remquo_test): Likewise.
1649 (rint_test): Likewise.
1650 (rint_test_tonearest): Likewise.
1651 (rint_test_towardzero): Likewise.
1652 (rint_test_downward): Likewise.
1653 (rint_test_upward): Likewise.
1654 (round_test): Likewise.
1655 (scalb_test): Likewise.
1656 (scalbn_test): Likewise.
1657 (scalbln_test): Likewise.
1658 (signbit_test): Likewise.
1659 (sin_test): Likewise.
1660 (sin_test_tonearest): Likewise.
1661 (sin_test_towardzero): Likewise.
1662 (sin_test_downward): Likewise.
1663 (sin_test_upward): Likewise.
1664 (sincos_test): Likewise.
1665 (sinh_test): Likewise.
1666 (sinh_test_tonearest): Likewise.
1667 (sinh_test_towardzero): Likewise.
1668 (sinh_test_downward): Likewise.
1669 (sinh_test_upward): Likewise.
1670 (sqrt_test): Likewise.
1671 (tan_test): Likewise.
1672 (tan_test_tonearest): Likewise.
1673 (tan_test_towardzero): Likewise.
1674 (tan_test_downward): Likewise.
1675 (tan_test_upward): Likewise.
1676 (tanh_test): Likewise.
1677 (tgamma_test): Likewise.
1678 (trunc_test): Likewise.
1679 (y0_test): Likewise.
1680 (y1_test): Likewise.
1681 (yn_test): Likewise.
1682 (significand_test): Likewise.
1683
1684 2013-05-24 Ondřej Bílka <neleai@seznam.cz>
1685
1686 [BZ #15381]
1687 * libio/genops.c (_IO_no_init): Initialize wide struct info.
1688
1689 2013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
1690
1691 [BZ #14894]
1692 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
1693 __ppc_mdoio and __ppc_mdoom.
1694 * manual/platform.texi: Document new functions __ppc_yield,
1695 __ppc_mdoio and __ppc_mdoom.
1696
1697 2013-05-22 Carlos O'Donell <carlos@redhat.com>
1698
1699 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
1700 (main): Mention "tls" pseudo-hwcap is legacy.
1701 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
1702
1703 2013-05-22 Joseph Myers <joseph@codesourcery.com>
1704
1705 * math/gen-libm-test.pl (parse_args): Output only string of
1706 arguments as text for test name, not full call or descriptions of
1707 tests for extra outputs.
1708 (generate_testfile): Do not pass function name to parse_args.
1709 Generate this_func variable from START.
1710 * math/libm-test.inc (struct test_f_f_data): Rename test_name
1711 field to arg_str.
1712 (struct test_ff_f_data): Likewise.
1713 (test_ff_f_data_nexttoward): Likewise.
1714 (struct test_fi_f_data): Likewise.
1715 (struct test_fl_f_data): Likewise.
1716 (struct test_if_f_data): Likewise.
1717 (struct test_fff_f_data): Likewise.
1718 (struct test_c_f_data): Likewise.
1719 (struct test_f_f1_data): Likewise. Remove field extra_name.
1720 (struct test_fF_f1_data): Likewise.
1721 (struct test_ffI_f1_data): Likewise.
1722 (struct test_c_c_data): Rename test_name field to arg_str.
1723 (struct test_cc_c_data): Likewise.
1724 (struct test_f_i_data): Likewise.
1725 (struct test_ff_i_data): Likewise.
1726 (struct test_f_l_data): Likewise.
1727 (struct test_f_L_data): Likewise.
1728 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
1729 and extra2_name.
1730 (COMMON_TEST_SETUP): New macro.
1731 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
1732 (COMMON_TEST_CLEANUP): Likewise.
1733 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
1734 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
1735 macros.
1736 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
1737 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
1738 macros.
1739 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
1740 (RUN_TEST_fff_f): Take argument string. Call new setup and
1741 cleanup macros.
1742 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
1743 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
1744 macros.
1745 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
1746 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
1747 macros.
1748 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
1749 (RUN_TEST_fF_f1): Take argument string. Call new setup and
1750 cleanup macros.
1751 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
1752 (RUN_TEST_fI_f1): Take argument string. Call new setup and
1753 cleanup macros.
1754 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
1755 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
1756 cleanup macros.
1757 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
1758 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
1759 macros.
1760 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
1761 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
1762 macros.
1763 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
1764 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
1765 macros.
1766 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
1767 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
1768 cleanup macros.
1769 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
1770 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
1771 cleanup macros.
1772 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
1773 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
1774 macros.
1775 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
1776 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
1777 cleanup macros.
1778 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
1779 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
1780 macros.
1781 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
1782 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
1783 macros.
1784 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
1785 (RUN_TEST_fFF_11): Take argument string. Call new setup and
1786 cleanup macros.
1787 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
1788
1789 2013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1790
1791 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
1792 to _sifields.sigfault.
1793 (si_addr_lsb): Define new macro.
1794 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
1795 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1796 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
1797
1798 2013-05-03 Carlos O'Donell <carlos at redhat.com>
1799
1800 [BZ #15441]
1801 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
1802 returns -1.
1803 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
1804 null return -1.
1805 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
1806 loading the domain.
1807
1808 2013-05-22 Joseph Myers <joseph@codesourcery.com>
1809
1810 * math/gen-libm-test.pl (parse_args): Do not include expected
1811 result in test name.
1812 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
1813 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1814 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1815 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
1816 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1817 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1818
1819 2013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
1820
1821 * benchtests/Makefile: Sort function entries.
1822
1823 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
1824 tanh, asinh, acosh, atanh.
1825 * benchtests/acos-inputs: New file.
1826 * benchtests/acosh-inputs: New file.
1827 * benchtests/asin-inputs: New file.
1828 * benchtests/asinh-inputs: New file.
1829 * benchtests/atanh-inputs: New file.
1830 * benchtests/cosh-inputs: New file.
1831 * benchtests/log-inputs: New file.
1832 * benchtests/sinh-inputs: New file.
1833 * benchtests/tanh-inputs: New file.
1834
1835 2013-05-21 Dmitry V. Levin <ldv@altlinux.org>
1836
1837 [BZ #15339]
1838 * posix/tst-getaddrinfo4.c: New test.
1839 * posix/Makefile (tests): Add it.
1840
1841 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1842
1843 [BZ #15339]
1844 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
1845 when no services were used.
1846 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
1847 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
1848
1849 2013-05-21 Andreas Schwab <schwab@suse.de>
1850
1851 [BZ #15014]
1852 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
1853 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
1854 successful.
1855 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
1856 redundant variable declarations and reallocation of buffer when
1857 parsing as IPv6 address. Always set NSS status when called from
1858 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
1859 buffer too small. Correct computation of needed size.
1860 * nss/Makefile (tests): Add test-digits-dots.
1861 * nss/test-digits-dots.c: New test.
1862
1863 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1864
1865 * benchtests/Makefile: Remove instructions for adding
1866 benchmark tests.
1867 * benchtests/README: New file to explain how to execute and
1868 enhance the benchmark tests.
1869
1870 2013-05-21 Andreas Schwab <schwab@suse.de>
1871
1872 [BZ #15493]
1873 * setjmp/Makefile (tests): Add tst-sigsetjmp.
1874 * setjmp/tst-sigsetjmp.c: New test.
1875
1876 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
1877
1878 * sysdeps/x86_64/memset.S (memset): New implementation.
1879 (__bzero): Likewise.
1880 (__memset_tail): New function.
1881
1882 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
1883
1884 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
1885 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
1886 __memcpy_sse2_unaligned ifunc selection.
1887 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
1888 Add memcpy-sse2-unaligned.S.
1889 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1890 Add: __memcpy_sse2_unaligned.
1891
1892 2013-05-19 Joseph Myers <joseph@codesourcery.com>
1893
1894 [BZ #15490]
1895 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
1896 math_force_eval before restoring floating-point envrionment.
1897 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
1898 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
1899 Likewise.
1900 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
1901 <math_private.h>.
1902 (__nearbyintl): Use math_force_eval before restoring
1903 floating-point environment.
1904 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
1905
1906 * math/gen-libm-test.pl (special_functions): Remove.
1907 (parse_args): Don't handle TEST_extra. Handle functions with no
1908 return value.
1909 * math/libm-test.inc (struct test_sincos_data): Replace with
1910 struct test_fFF_11_data.
1911 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
1912 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
1913 (sincos_test_data): Change element type to struct
1914 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
1915 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
1916 RUN_TEST_LOOP_sincos.
1917 * math/README.libm-test: Don't mention special handling of
1918 individual functions.
1919 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
1920 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1921 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1922 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
1923 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1924 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1925
1926 * math/gen-libm-test.pl (get_variable): Remove function.
1927 (parse_args): Don't show pointer parameters to call in test
1928 names. Use "extra output N" in test names for extra outputs
1929 rather than naming variables.
1930
1931 2013-05-18 Joseph Myers <joseph@codesourcery.com>
1932
1933 [BZ #15488]
1934 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
1935 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
1936 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
1937 double tests.
1938 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
1939 disable.
1940 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
1941 check_long_double.
1942
1943 * math/gen-libm-test.pl (@tests): Remove variable.
1944 ($count): Likewise.
1945 (new_test): Remove function.
1946 (show_exceptions): New function.
1947 (special_functions): Use show_exceptions instead of new_test.
1948 (parse_args): Likewise.
1949 (generate_testfile): Pass only function name in generated call to
1950 print_max_error or print_complex_max_error.
1951 (get_ulps): Do not handle complex tests specially.
1952 (output_test): Rename to ...
1953 (get_all_ulps_for_test): ... this. Return a string rather than
1954 printing to a file. Require ulps to be present.
1955 (output_ulps): Generate arrays rather than #defines.
1956 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
1957 (struct ulp_data): New type.
1958 (BUILD_COMPLEX_ULP): Remove macro.
1959 (compare_ulp_data): New function.
1960 (find_ulps): Likewise.
1961 (find_test_ulps): Likewise.
1962 (find_function_ulps): Likewise.
1963 (find_complex_function_ulps): Likewise.
1964 (print_max_error): Determine allowed ulps using
1965 find_function_ulps.
1966 (print_complex_max_error): Determine allowed ulps using
1967 find_complex_function_ulps.
1968 (check_float_internal): Determine max ulps using find_test_ulps.
1969 (check_float): Do not take max_ulp parameter. Update call to
1970 check_float_internal.
1971 (check_complex): Likewise.
1972 (check_int): Do not take max_ulp parameter.
1973 (check_long): Likewise.
1974 (check_bool): Likewise.
1975 (check_longlong): Likewise.
1976 (struct test_f_f_data): Remove max_ulp field.
1977 (struct test_ff_f_data): Likewise.
1978 (struct test_ff_f_data_nexttoward): Likewise.
1979 (struct test_fi_f_data): Likewise.
1980 (struct test_fl_f_data): Likewise.
1981 (struct test_if_f_data): Likewise.
1982 (struct test_fff_f_data): Likewise.
1983 (struct test_c_f_data): Likewise.
1984 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
1985 (struct test_fF_f1_data): Likewise.
1986 (struct test_ffI_f1_data): Likewise.
1987 (struct test_c_c_data): Remove max_ulp field.
1988 (struct test_cc_c_data): Likewise.
1989 (struct test_f_i_data): Likewise.
1990 (struct test_ff_i_data): Likewise.
1991 (struct test_f_l_data): Likewise.
1992 (struct test_f_L_data): Likewise.
1993 (struct test_sincos_data): Likewise.
1994 (RUN_TEST_f_f): Do not handle ulps.
1995 (RUN_TEST_LOOP_f_f): Likewise.
1996 (RUN_TEST_2_f): Likewise.
1997 (RUN_TEST_LOOP_2_f): Likewise.
1998 (RUN_TEST_fff_f): Likewise.
1999 (RUN_TEST_LOOP_fff_f): Likewise.
2000 (RUN_TEST_c_f): Likewise.
2001 (RUN_TEST_LOOP_c_f): Likewise.
2002 (RUN_TEST_f_f1): Likewise.
2003 (RUN_TEST_LOOP_f_f1): Likewise.
2004 (RUN_TEST_fF_f1): Likewise.
2005 (RUN_TEST_LOOP_fF_f1): Likewise.
2006 (RUN_TEST_fI_f1): Likewise.
2007 (RUN_TEST_LOOP_fI_f1): Likewise.
2008 (RUN_TEST_ffI_f1): Likewise.
2009 (RUN_TEST_LOOP_ffI_f1): Likewise.
2010 (RUN_TEST_c_c): Likewise.
2011 (RUN_TEST_LOOP_c_c): Likewise.
2012 (RUN_TEST_cc_c): Likewise.
2013 (RUN_TEST_LOOP_cc_c): Likewise.
2014 (RUN_TEST_f_i): Likewise.
2015 (RUN_TEST_LOOP_f_i): Likewise.
2016 (RUN_TEST_f_i_tg): Likewise.
2017 (RUN_TEST_LOOP_f_i_tg): Likewise.
2018 (RUN_TEST_ff_i_tg): Likewise.
2019 (RUN_TEST_LOOP_ff_i_tg): Likewise.
2020 (RUN_TEST_f_b): Likewise.
2021 (RUN_TEST_LOOP_f_b): Likewise.
2022 (RUN_TEST_f_b_tg): Likewise.
2023 (RUN_TEST_LOOP_f_b_tg): Likewise.
2024 (RUN_TEST_f_l): Likewise.
2025 (RUN_TEST_LOOP_f_l): Likewise.
2026 (RUN_TEST_f_L): Likewise.
2027 (RUN_TEST_LOOP_f_L): Likewise.
2028 (RUN_TEST_sincos): Likewise.
2029 (RUN_TEST_LOOP_sincos): Likewise.
2030
2031 2013-05-17 Joseph Myers <joseph@codesourcery.com>
2032
2033 [BZ #15480]
2034 [BZ #15485]
2035 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
2036 main case of finite arguments, set rounding mode to FE_TONEAREST
2037 and discard exceptions.
2038 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
2039 exceptions.
2040 (remainder_tonearest_test_data): New variable.
2041 (remainder_test_tonearest): New function.
2042 (remainder_towardzero_test_data): New variable.
2043 (remainder_test_towardzero): New function.
2044 (remainder_downward_test_data): New variable.
2045 (remainder_test_downward): New function.
2046 (remainder_upward_test_data): New variable.
2047 (remainder_test_upward): New function.
2048 (main): Call the new test functions.
2049
2050 * math/libm-test.inc (struct test_f_f1_data): Remove field
2051 extra_init.
2052 (struct test_fF_f1_data): Likewise.
2053 (struct test_ffI_f1_data): Likewise.
2054 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
2055 based on value of EXTRA_EXPECTED.
2056 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
2057 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
2058 EXTRA_VAR based on value of EXTRA_EXPECTED.
2059 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
2060 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
2061 EXTRA_VAR based on value of EXTRA_EXPECTED.
2062 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
2063 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
2064 EXTRA_VAR based on value of EXTRA_EXPECTED.
2065 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
2066 * math/gen-libm-test.pl (parse_args): Don't output initializers
2067 for extra output values.
2068
2069 * math/libm-test.inc (check_int): Expect result to be exactly
2070 equal to expected value and do not handle ulps.
2071 (check_long): Likewise.
2072 (check_longlong): Likewise.
2073
2074 * math/libm-test.inc (ceil_test_data): Test for "inexact"
2075 exceptions.
2076 (cimag_test_data): Likewise.
2077 (conj_test_data): Likewise.
2078 (copysign_test_data): Likewise.
2079 (cproj_test_data): Likewise.
2080 (creal_test_data): Likewise.
2081 (fabs_test_data): Likewise.
2082 (fdim_test_data): Likewise.
2083 (finite_test_data): Likewise.
2084 (floor_test_data): Likewise.
2085 (fmax_test_data): Likewise.
2086 (fmin_test_data): Likewise.
2087 (fmod_test_data): Likewise.
2088 (fpclassify_test_data): Likewise.
2089 (frexp_test_data): Likewise.
2090 (ilogb_test_data): Likewise.
2091 (isfinite_test_data): Likewise.
2092 (isgreater_test_data): Likewise.
2093 (isgreaterequal_test_data): Likewise.
2094 (isinf_test_data): Likewise.
2095 (isless_test_data): Likewise.
2096 (islessequal_test_data): Likewise.
2097 (islessgreater_test_data): Likewise.
2098 (isnan_test_data): Likewise.
2099 (isnormal_test_data): Likewise.
2100 (issignaling_test_data): Likewise.
2101 (isunordered_test_data): Likewise.
2102 (ldexp_test_data): Likewise.
2103 (lrint_test_data): Likewise.
2104 (lrint_test_data) [TEST_FLOAT]: Disable one test.
2105 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
2106 (lrint_tonearest_test_data): Test for "inexact" exceptions.
2107 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
2108 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
2109 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
2110 test input.
2111 (lrint_towardzero_test_data): Test for "inexact" exceptions.
2112 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
2113 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
2114 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
2115 that test input.
2116 (lrint_downward_test_data): Test for "inexact" exceptions.
2117 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
2118 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
2119 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
2120 test input.
2121 (lrint_upward_test_data): Test for "inexact" exceptions.
2122 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
2123 test input.
2124 (llrint_test_data): Test for "inexact" exceptions.
2125 (llrint_test_data) [TEST_FLOAT]: Disable one test.
2126 (llrint_tonearest_test_data): Test for "inexact" exceptions.
2127 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
2128 (llrint_towardzero_test_data): Test for "inexact" exceptions.
2129 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
2130 (llrint_downward_test_data): Test for "inexact" exceptions.
2131 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
2132 (llrint_upward_test_data): Test for "inexact" exceptions.
2133 (logb_test_data): Likewise.
2134 (logb_downward_test_data): Likewise.
2135 (nextafter_test_data): Likewise.
2136 (nexttoward_test_data): Likewise.
2137 (remainder_test_data): Likewise.
2138 (remquo_test_data): Likewise.
2139 (scalbn_test_data): Likewise.
2140 (scalbln_test_data): Likewise.
2141 (signbit_test_data): Likewise.
2142 (sqrt_test_data): Likewise.
2143 (significand_test_data): Likewise.
2144
2145 2013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2146
2147 [BZ #15424]
2148 * benchtests/bench-modf.c (struct args): Mark arg0 as
2149 volatile.
2150 * scripts/bench.pl: Mark members of struct args as volatile.
2151
2152 2013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2153
2154 [BZ # 15497]
2155 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
2156 negative infinity on POWER6 or lower.
2157 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
2158
2159 2013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
2160
2161 [BZ #15442]
2162 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
2163 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
2164 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
2165 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
2166 (_FP_SETQNAN): New macro.
2167 (_FP_SETQNAN_SEMIRAW): Likewise.
2168 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
2169 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
2170 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
2171 (FP_EXTEND): Use _FP_FRAC_SNANP.
2172 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
2173 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
2174 into account.
2175 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
2176 New macro.
2177 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
2178 Likewise.
2179
2180 2013-05-16 Joseph Myers <joseph@codesourcery.com>
2181
2182 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
2183 with DIVIDE_BY_ZERO_EXCEPTION.
2184 (gamma_test_data): Likewise.
2185 (lgamma_test_data): Likewise.
2186 (log_test_data): Likewise.
2187 (log10_test_data): Likewise.
2188 (log2_test_data): Likewise.
2189 (tgamma_test_data): Likewise.
2190
2191 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
2192 (acos_test_tonearest): Likewise.
2193 (acos_test_towardzero): Likewise.
2194 (acos_test_downward): Likewise.
2195 (acos_test_upward): Likewise.
2196 (acosh_test): Likewise.
2197 (asin_test): Likewise.
2198 (asin_test_tonearest): Likewise.
2199 (asin_test_towardzero): Likewise.
2200 (asin_test_downward): Likewise.
2201 (asin_test_upward): Likewise.
2202 (asinh_test): Likewise.
2203 (atan_test): Likewise.
2204 (atanh_test): Likewise.
2205 (atan2_test): Likewise.
2206 (cabs_test): Likewise.
2207 (cacos_test): Likewise.
2208 (cacosh_test): Likewise.
2209 (casin_test): Likewise.
2210 (casinh_test): Likewise.
2211 (catan_test): Likewise.
2212 (catanh_test): Likewise.
2213 (cbrt_test): Likewise.
2214 (ccos_test): Likewise.
2215 (ccosh_test): Likewise.
2216 (cexp_test): Likewise.
2217 (clog_test): Likewise.
2218 (clog10_test): Likewise.
2219 (cos_test): Likewise.
2220 (cos_test_tonearest): Likewise.
2221 (cos_test_towardzero): Likewise.
2222 (cos_test_downward): Likewise.
2223 (cos_test_upward): Likewise.
2224 (cosh_test): Likewise.
2225 (cosh_test_tonearest): Likewise.
2226 (cosh_test_towardzero): Likewise.
2227 (cosh_test_downward): Likewise.
2228 (cosh_test_upward): Likewise.
2229 (cpow_test): Likewise.
2230 (csin_test): Likewise.
2231 (csinh_test): Likewise.
2232 (csqrt_test): Likewise.
2233 (ctan_test): Likewise.
2234 (ctan_test_tonearest): Likewise.
2235 (ctan_test_towardzero): Likewise.
2236 (ctan_test_downward): Likewise.
2237 (ctan_test_upward): Likewise.
2238 (ctanh_test): Likewise.
2239 (ctanh_test_tonearest): Likewise.
2240 (ctanh_test_towardzero): Likewise.
2241 (ctanh_test_downward): Likewise.
2242 (ctanh_test_upward): Likewise.
2243 (erf_test): Likewise.
2244 (erfc_test): Likewise.
2245 (exp_test): Likewise.
2246 (exp_test_tonearest): Likewise.
2247 (exp_test_towardzero): Likewise.
2248 (exp_test_downward): Likewise.
2249 (exp_test_upward): Likewise.
2250 (exp10_test): Likewise.
2251 (exp2_test): Likewise.
2252 (expm1_test): Likewise.
2253 (fmod_test): Likewise.
2254 (gamma_test): Likewise.
2255 (hypot_test): Likewise.
2256 (j0_test): Likewise.
2257 (j1_test): Likewise.
2258 (jn_test): Likewise.
2259 (lgamma_test): Likewise.
2260 (log_test): Likewise.
2261 (log10_test): Likewise.
2262 (log1p_test): Likewise.
2263 (log2_test): Likewise.
2264 (logb_test_downward): Likewise.
2265 (pow_test): Likewise.
2266 (pow_test_tonearest): Likewise.
2267 (pow_test_towardzero): Likewise.
2268 (pow_test_downward): Likewise.
2269 (pow_test_upward): Likewise.
2270 (remainder_test): Likewise.
2271 (remquo_test): Likewise.
2272 (sin_test): Likewise.
2273 (sin_test_tonearest): Likewise.
2274 (sin_test_towardzero): Likewise.
2275 (sin_test_downward): Likewise.
2276 (sin_test_upward): Likewise.
2277 (sincos_test): Likewise.
2278 (sinh_test): Likewise.
2279 (sinh_test_tonearest): Likewise.
2280 (sinh_test_towardzero): Likewise.
2281 (sinh_test_downward): Likewise.
2282 (sinh_test_upward): Likewise.
2283 (sqrt_test): Likewise.
2284 (tan_test): Likewise.
2285 (tan_test_tonearest): Likewise.
2286 (tan_test_towardzero): Likewise.
2287 (tan_test_downward): Likewise.
2288 (tan_test_upward): Likewise.
2289 (tanh_test): Likewise.
2290 (tgamma_test): Likewise.
2291 (y0_test): Likewise.
2292 (y1_test): Likewise.
2293 (yn_test): Likewise.
2294
2295 * math/gen-libm-test.pl (adjust_arg): Remove function.
2296 (special_function): Remove argument $in_func. Only handle
2297 generating output for tables of tests, not inside functions.
2298 (parse_args): Likewise.
2299 (generate_testfile): Remove variable $in_func. Update call to
2300 parse_args.
2301 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
2302 (MINUS_ZERO_INIT): Rename macro to minus_zero.
2303 (PLUS_INFTY_INIT): Rename macro to plus_infty.
2304 (MINUS_INFTY_INIT): Rename macro to minus_infty.
2305 (QNAN_VALUE_INIT): Rename macro to qnan_value.
2306 (MAX_VALUE_INIT): Rename macro to max_value.
2307 (MIN_VALUE_INIT): Rename macro to min_value.
2308 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
2309 (plus_zero): Remove variable.
2310 (minus_zero): Likewise.
2311 (plus_infty): Likewise.
2312 (minus_infty): Likewise.
2313 (qnan_value): Likewise.
2314 (max_value): Likewise.
2315 (min_value): Likewise.
2316 (min_subnorm_value): Likewise.
2317
2318 2013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
2319
2320 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
2321 uint64_t or uint32_t usage.
2322 * crypt/sha256-block.c: Likewise.
2323 * crypt/sha256-crypt.c: Likewise.
2324 * crypt/sha256.c: Likewise.
2325 * crypt/sha512-block.c: Likewise.
2326 * crypt/sha512-crypt.c: Likewise.
2327 * crypt/sha512.c: Likewise.
2328 * debug/backtrace-tst.c: Likewise.
2329 * debug/pcprofiledump.c: Likewise.
2330 * elf/cache.c: Likewise.
2331 * elf/dl-cache.c: Likewise.
2332 * elf/dl-misc.c: Likewise.
2333 * elf/dl-profile.c: Likewise.
2334 * elf/dl-support.c: Likewise.
2335 * elf/ldconfig.c: Likewise.
2336 * elf/sprof.c: Likewise.
2337 * iconv/dummy-repertoire.c: Likewise.
2338 * iconv/iconv_charmap.c: Likewise.
2339 * iconv/skeleton.c: Likewise.
2340 * iconvdata/8bit-generic.c: Likewise.
2341 * iconvdata/cp737.h: Likewise.
2342 * iconvdata/cp775.h: Likewise.
2343 * iconvdata/ibm1008.h: Likewise.
2344 * iconvdata/ibm1025.h: Likewise.
2345 * iconvdata/ibm1046.h: Likewise.
2346 * iconvdata/ibm1097.h: Likewise.
2347 * iconvdata/ibm1112.h: Likewise.
2348 * iconvdata/ibm1122.h: Likewise.
2349 * iconvdata/ibm1123.h: Likewise.
2350 * iconvdata/ibm1124.h: Likewise.
2351 * iconvdata/ibm1129.h: Likewise.
2352 * iconvdata/ibm1130.h: Likewise.
2353 * iconvdata/ibm1132.h: Likewise.
2354 * iconvdata/ibm1133.h: Likewise.
2355 * iconvdata/ibm1137.h: Likewise.
2356 * iconvdata/ibm1140.h: Likewise.
2357 * iconvdata/ibm1141.h: Likewise.
2358 * iconvdata/ibm1142.h: Likewise.
2359 * iconvdata/ibm1143.h: Likewise.
2360 * iconvdata/ibm1144.h: Likewise.
2361 * iconvdata/ibm1145.h: Likewise.
2362 * iconvdata/ibm1146.h: Likewise.
2363 * iconvdata/ibm1147.h: Likewise.
2364 * iconvdata/ibm1148.h: Likewise.
2365 * iconvdata/ibm1149.h: Likewise.
2366 * iconvdata/ibm1153.h: Likewise.
2367 * iconvdata/ibm1154.h: Likewise.
2368 * iconvdata/ibm1155.h: Likewise.
2369 * iconvdata/ibm1156.h: Likewise.
2370 * iconvdata/ibm1157.h: Likewise.
2371 * iconvdata/ibm1158.h: Likewise.
2372 * iconvdata/ibm1160.h: Likewise.
2373 * iconvdata/ibm1161.h: Likewise.
2374 * iconvdata/ibm1162.h: Likewise.
2375 * iconvdata/ibm1163.h: Likewise.
2376 * iconvdata/ibm1164.h: Likewise.
2377 * iconvdata/ibm1166.h: Likewise.
2378 * iconvdata/ibm1167.h: Likewise.
2379 * iconvdata/ibm12712.h: Likewise.
2380 * iconvdata/ibm1390.h: Likewise.
2381 * iconvdata/ibm1399.h: Likewise.
2382 * iconvdata/ibm16804.h: Likewise.
2383 * iconvdata/ibm4517.h: Likewise.
2384 * iconvdata/ibm4899.h: Likewise.
2385 * iconvdata/ibm4909.h: Likewise.
2386 * iconvdata/ibm4971.h: Likewise.
2387 * iconvdata/ibm5347.h: Likewise.
2388 * iconvdata/ibm803.h: Likewise.
2389 * iconvdata/ibm856.h: Likewise.
2390 * iconvdata/ibm901.h: Likewise.
2391 * iconvdata/ibm902.h: Likewise.
2392 * iconvdata/ibm9030.h: Likewise.
2393 * iconvdata/ibm9066.h: Likewise.
2394 * iconvdata/ibm921.h: Likewise.
2395 * iconvdata/ibm922.h: Likewise.
2396 * iconvdata/ibm9448.h: Likewise.
2397 * iconvdata/isiri-3342.h: Likewise.
2398 * iconvdata/jis0201.h: Likewise.
2399 * include/link.h: Likewise.
2400 * include/netdb.h: Likewise.
2401 * inet/check_native.c: Likewise.
2402 * inet/check_pf.c: Likewise.
2403 * inet/getipv4sourcefilter.c: Likewise.
2404 * inet/getnameinfo.c: Likewise.
2405 * inet/getsourcefilter.c: Likewise.
2406 * inet/htonl.c: Likewise.
2407 * inet/setipv4sourcefilter.c: Likewise.
2408 * inet/setsourcefilter.c: Likewise.
2409 * inet/test-inet6_opt.c: Likewise.
2410 * inet/tst-network.c: Likewise.
2411 * locale/C-collate.c: Likewise.
2412 * locale/C-ctype.c: Likewise.
2413 * locale/C-time.c: Likewise.
2414 * locale/C-translit.h: Likewise.
2415 * locale/loadarchive.c: Likewise.
2416 * locale/programs/3level.h: Likewise.
2417 * locale/programs/charmap.c: Likewise.
2418 * locale/programs/charmap.h: Likewise.
2419 * locale/programs/ld-address.c: Likewise.
2420 * locale/programs/ld-collate.c: Likewise.
2421 * locale/programs/ld-ctype.c: Likewise.
2422 * locale/programs/ld-identification.c: Likewise.
2423 * locale/programs/ld-measurement.c: Likewise.
2424 * locale/programs/ld-messages.c: Likewise.
2425 * locale/programs/ld-monetary.c: Likewise.
2426 * locale/programs/ld-name.c: Likewise.
2427 * locale/programs/ld-numeric.c: Likewise.
2428 * locale/programs/ld-paper.c: Likewise.
2429 * locale/programs/ld-telephone.c: Likewise.
2430 * locale/programs/ld-time.c: Likewise.
2431 * locale/programs/linereader.c: Likewise.
2432 * locale/programs/locale.c: Likewise.
2433 * locale/programs/locarchive.c: Likewise.
2434 * locale/programs/locfile.h: Likewise.
2435 * locale/programs/repertoire.c: Likewise.
2436 * locale/programs/simple-hash.c: Likewise.
2437 * locale/programs/simple-hash.h: Likewise.
2438 * malloc/memusage.c: Likewise.
2439 * malloc/memusagestat.c: Likewise.
2440 * nis/nis_defaults.c: Likewise.
2441 * nis/nis_hash.c: Likewise.
2442 * nis/nis_print.c: Likewise.
2443 * nis/nis_xdr.c: Likewise.
2444 * nscd/connections.c: Likewise.
2445 * nscd/hstcache.c: Likewise.
2446 * nscd/nscd_gethst_r.c: Likewise.
2447 * nscd/nscd_getserv_r.c: Likewise.
2448 * nscd/nscd_helper.c: Likewise.
2449 * nscd/servicescache.c: Likewise.
2450 * nss/makedb.c: Likewise.
2451 * nss/nss_db/db-XXX.c: Likewise.
2452 * nss/nss_db/db-initgroups.c: Likewise.
2453 * nss/nss_db/db-netgrp.c: Likewise.
2454 * nss/nss_files/files-network.c: Likewise.
2455 * nss/nss_files/files-parse.c: Likewise.
2456 * posix/bug-regex5.c: Likewise.
2457 * posix/fnmatch_loop.c: Likewise.
2458 * posix/regcomp.c: Likewise.
2459 * posix/regexec.c: Likewise.
2460 * posix/tst-rfc3484-2.c: Likewise.
2461 * posix/tst-rfc3484-3.c: Likewise.
2462 * posix/tst-rfc3484.c: Likewise.
2463 * resolv/nss_dns/dns-canon.c: Likewise.
2464 * resolv/nss_dns/dns-network.c: Likewise.
2465 * resolv/res_init.c: Likewise.
2466 * resolv/res_mkquery.c: Likewise.
2467 * resolv/tst-aton.c: Likewise.
2468 * stdlib/cxa_atexit.c: Likewise.
2469 * stdlib/cxa_finalize.c: Likewise.
2470 * stdlib/gen-fpioconst.c: Likewise.
2471 * stdlib/strtol_l.c: Likewise.
2472 * string/tst-endian.c: Likewise.
2473 * sunrpc/auth_des.c: Likewise.
2474 * sunrpc/clnt_udp.c: Likewise.
2475 * sunrpc/rtime.c: Likewise.
2476 * sunrpc/svcauth_des.c: Likewise.
2477 * sunrpc/xdr.c: Likewise.
2478 * sunrpc/xdr_intXX_t.c: Likewise.
2479 * sunrpc/xdr_rec.c: Likewise.
2480 * sysdeps/generic/ldconfig.h: Likewise.
2481 * sysdeps/generic/ldsodefs.h: Likewise.
2482 * sysdeps/generic/memusage.h: Likewise.
2483 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
2484 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
2485 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
2486 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
2487 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
2488 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
2489 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
2490 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
2491 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
2492 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
2493 * sysdeps/posix/getaddrinfo.c: Likewise.
2494 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
2495 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
2496 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
2497 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2498 * sysdeps/powerpc/test-gettimebase.c: Likewise.
2499 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2500 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
2501 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
2502 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2503 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
2504 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
2505 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2506 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
2507 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
2508 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
2509 * sysdeps/x86_64/dl-tls.h: Likewise.
2510 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
2511 * time/alt_digit.c: Likewise.
2512 * time/era.c: Likewise.
2513 * wcsmbs/tst-c16c32-1.c: Likewise.
2514
2515 2013-05-16 Joseph Myers <joseph@codesourcery.com>
2516
2517 * math/libm-test.inc (struct test_sincos_data): New type.
2518 (RUN_TEST_LOOP_sincos): New macro.
2519 (sincos_test_data): New variable.
2520 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
2521
2522 2013-05-16 Richard Henderson <rth@redhat.com>
2523
2524 * math/atest-exp2.c (LIMB64): New macro.
2525 (CONSTSZ): New macro.
2526 (mp_exp1, mp_exp_m1, mp_log2): New variables.
2527 (hexdig): Move ...
2528 (print_mpn_fp): ... to function scope.
2529 (read_mpn_hex): Remove.
2530 (get_log2): Remove.
2531 (exp2_mpn): Use mp_log2.
2532 (main): Use mp_exp1.
2533
2534 2013-05-16 Joseph Myers <joseph@codesourcery.com>
2535
2536 * math/libm-test.inc: Remove comment about not testing "inexact"
2537 exceptions.
2538 (INEXACT_EXCEPTION): New macro.
2539 (NO_INEXACT_EXCEPTION): Likewise.
2540 (INVALID_EXCEPTION_OK): Update value.
2541 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
2542 (OVERFLOW_EXCEPTION_OK): Likewise.
2543 (UNDERFLOW_EXCEPTION_OK): Likewise.
2544 (IGNORE_ZERO_INF_SIGN): Likewise.
2545 (ERRNO_UNCHANGED): Likewise.
2546 (ERRNO_EDOM): Likewise.
2547 (ERRNO_ERANGE): Likewise.
2548 (test_exceptions): Handle testing "inexact" exceptions.
2549 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
2550 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
2551 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
2552 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
2553 INEXACT_EXCEPTION.
2554 (rint_towardzero_test_data): Likewise.
2555 (rint_downward_test_data): Likewise.
2556 (rint_upward_test_data): Likewise.
2557
2558 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
2559 with OVERFLOW_EXCEPTION.
2560 (exp10_test_data): Likewise.
2561 (exp2_test_data): Likewise.
2562 (expm1_test_data): Likewise.
2563 (lgamma_test_data): Likewise.
2564 (pow_test_data): Likewise.
2565 (tgamma_test_data): Likewise.
2566 (yn_test_data): Remove duplicate test of overflow.
2567
2568 * math/libm-test.inc (struct test_cc_c_data): New type.
2569 (RUN_TEST_LOOP_cc_c): New macro.
2570 (cpow_test_data): New variable.
2571 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
2572
2573 * math/libm-test.inc (struct test_f_L_data): New type.
2574 (RUN_TEST_LOOP_f_L): New macro.
2575 (llrint_test_data): New variable.
2576 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
2577 (llrint_tonearest_test_data): New variable.
2578 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
2579 (llrint_towardzero_test_data): New variable.
2580 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
2581 (llrint_downward_test_data): New variable.
2582 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
2583 (llrint_upward_test_data): New variable.
2584 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
2585 (llround_test_data): New variable.
2586 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
2587
2588 2013-05-13 Peter Collingbourne <pcc@google.com>
2589
2590 * math/atest-exp2.c (get_log2): Remove const attribute.
2591
2592 2013-05-15 Joseph Myers <joseph@codesourcery.com>
2593
2594 * math/libm-test.inc (struct test_f_l_data): New type.
2595 (RUN_TEST_LOOP_f_l): New macro.
2596 (lrint_test_data): New variable.
2597 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
2598 (lrint_tonearest_test_data): New variable.
2599 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
2600 (lrint_towardzero_test_data): New variable.
2601 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
2602 (lrint_downward_test_data): New variable.
2603 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
2604 (lrint_upward_test_data): New variable.
2605 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
2606 (lround_test_data): New variable.
2607 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
2608
2609 2013-05-15 Peter Collingbourne <pcc@google.com>
2610
2611 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
2612 (EXTRACT_WORDS64) Use where appropriate.
2613 (INSERT_WORDS64) Likewise.
2614
2615 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
2616 constraints with x constraints.
2617 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
2618
2619 * malloc/obstack.c (_obstack_compat): Add initializer.
2620
2621 2013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
2622
2623 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
2624 si_trapno and add si_addr_lsb to _sifields.sigfault.
2625 (si_trapno): Remove macro.
2626 (si_addr_lsb): Define new macro.
2627 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
2628
2629 2013-05-15 Joseph Myers <joseph@codesourcery.com>
2630
2631 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
2632 instead of TEST_f_l.
2633 (llrint_test_tonearest): Likewise.
2634 (llrint_test_towardzero): Likewise.
2635 (llrint_test_downward): Likewise.
2636 (llrint_test_upward): Likewise.
2637 (llround_test): Likewise.
2638
2639 * math/libm-test.inc (struct test_f_i_data): Add comment.
2640 (RUN_TEST_LOOP_f_b): New macro.
2641 (RUN_TEST_LOOP_f_b_tg): Likewise.
2642 (finite_test_data): New variable.
2643 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
2644 (isfinite_test_data): New variable.
2645 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2646 (isinf_test_data): New variable.
2647 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2648 (isnan_test_data): New variable.
2649 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2650 (isnormal_test_data): New variable.
2651 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2652 (issignaling_test_data): New variable.
2653 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2654 (signbit_test_data): New variable.
2655 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2656
2657 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
2658 with INVALID_EXCEPTION.
2659 (acosh_test_data): Likewise.
2660 (asin_test_data): Likewise.
2661 (atanh_test_data): Likewise.
2662 (fmod_test_data): Likewise.
2663 (log_test_data): Likewise.
2664 (log10_test_data): Likewise.
2665 (log2_test_data): Likewise.
2666 (pow_test_data): Likewise.
2667 (sqrt_test_data): Likewise.
2668 (y0_test_data): Likewise.
2669 (y1_test_data): Likewise.
2670 (yn_test_data): Likewise.
2671
2672 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
2673 function contents.
2674
2675 * math/libm-test.inc (struct test_ff_i_data): New type.
2676 (RUN_TEST_LOOP_ff_i_tg): New macro.
2677 (isgreater_test_data): New variable.
2678 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2679 (isgreaterequal_test_data): New variable.
2680 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2681 (isless_test_data): New variable.
2682 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2683 (islessequal_test_data): New variable.
2684 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2685 (islessgreater_test_data): New variable.
2686 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2687 (isunordered_test_data): New variable.
2688 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2689
2690 2013-05-14 David S. Miller <davem@davemloft.net>
2691
2692 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2693
2694 2013-05-14 Joseph Myers <joseph@codesourcery.com>
2695
2696 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
2697
2698 * math/libm-test.inc (struct test_fF_f1_data): Change type of
2699 extra_test to int.
2700 (struct test_f_i_data): Change type of max_ulp to int.
2701
2702 * math/libm-test.inc (test_ffI_f1_data): New type.
2703 (RUN_TEST_LOOP_ffI_f1): New macro.
2704 (remquo_test_data): New variable.
2705 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
2706
2707 * setjmp/tst-setjmp-fp.c: New file.
2708 * setjmp/Makefile (tests): Add tst-setjmp-fp.
2709 (link-libm): New variable.
2710 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
2711
2712 * math/libm-test.inc (struct test_f_i_data): New type.
2713 (RUN_TEST_LOOP_f_i): New macro.
2714 (RUN_TEST_LOOP_f_i_tg): Likewise.
2715 (fpclassify_test_data): New variable.
2716 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
2717 (ilogb_test_data): New variable.
2718 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
2719
2720 * math/libm-test.inc (scalbln_test): Correct function name in END
2721 call.
2722
2723 * math/libm-test.inc (struct test_f_f1_data): Add comment.
2724 (RUN_TEST_LOOP_fI_f1): New macro.
2725 (frexp_test_data): New variable.
2726 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
2727
2728 * math/libm-test.inc (struct test_fF_f1_data): New type.
2729 (RUN_TEST_LOOP_fF_f1): New macro.
2730 (modf_test_data): New variable.
2731 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
2732
2733 * math/libm-test.inc (struct test_f_f1_data): New type.
2734 (RUN_TEST_LOOP_f_f1): New macro.
2735 (gamma_test_data): New variable.
2736 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
2737 (lgamma_test_data): New variable.
2738 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
2739
2740 2013-05-13 Carlos O'Donell <carlos@redhat.com>
2741
2742 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
2743 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
2744 (main): Comment "tls" pseudo-hwcap.
2745
2746 2013-05-13 Joseph Myers <joseph@codesourcery.com>
2747
2748 * math/libm-test.inc (struct test_fl_f_data): New type.
2749 (RUN_TEST_LOOP_fl_f): New variable.
2750 (scalbln_test_data): New variable.
2751 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
2752
2753 * math/libm-test.inc (struct test_fi_f_data): New type.
2754 (RUN_TEST_LOOP_fi_f): New macro.
2755 (ldexp_test_data): New variable.
2756 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
2757 (scalbn_test_data): New variable.
2758 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
2759
2760 * math/libm-test.inc (struct test_c_f_data): New type.
2761 (RUN_TEST_LOOP_c_f): New macro.
2762 (cabs_test_data): New variable.
2763 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
2764 (carg_test_data): New variable.
2765 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
2766 (cimag_test_data): New variable.
2767 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
2768 (creal_test_data): New variable.
2769 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
2770
2771 * math/libm-test.inc (struct test_if_f_data): New type.
2772 (RUN_TEST_LOOP_if_f): New macro.
2773 (jn_test_data): New variable.
2774 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
2775 (yn_test_data): New variable.
2776 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
2777
2778 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
2779
2780 2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2781
2782 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
2783 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
2784
2785 2013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
2786
2787 * benchtests/Makefile (CPPFLAGS-nonlib): Add
2788 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
2789 (bench-deps): Add bench-timing.h.
2790 * benchtests-bench-skeleton.c: Include bench-timing.h.
2791 (main): Use TIMING_* macros instead of clock_gettime.
2792 * benchtests/bench-timing.h: New file.
2793
2794 [BZ #14582]
2795 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
2796 Renamed from _LIB_VERSION.
2797 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
2798
2799 2013-05-12 Joseph Myers <joseph@codesourcery.com>
2800
2801 * math/libm-test.inc (struct test_fff_f_data): New type.
2802 (RUN_TEST_LOOP_fff_f): New macro.
2803 (fma_test_data): New variable.
2804 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
2805 (fma_towardzero_test_data): New variable.
2806 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
2807 (fma_downward_test_data): New variable.
2808 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
2809 (fma_upward_test_data): New variable.
2810 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
2811
2812 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
2813 (struct test_c_c_data): New type.
2814 (RUN_TEST_LOOP_c_c): New macro.
2815 (cacos_test_data): New variable.
2816 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
2817 (cacosh_test_data): New variable.
2818 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
2819 (casin_test_data): New variable.
2820 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
2821 (casinh_test_data): New variable.
2822 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
2823 (catan_test_data): New variable.
2824 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
2825 (catanh_test_data): New variable.
2826 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
2827 (ccos_test_data): New variable.
2828 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
2829 (ccosh_test_data): New variable.
2830 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
2831 (cexp_test_data): New variable.
2832 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
2833 (clog_test_data): New variable.
2834 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
2835 (clog10_test_data): New variable.
2836 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
2837 (conj_test_data): New variable.
2838 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
2839 (cproj_test_data): New variable.
2840 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
2841 (csin_test_data): New variable.
2842 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
2843 (csinh_test_data): New variable.
2844 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
2845 (csqrt_test_data): New variable.
2846 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
2847 (ctan_test_data): New variable.
2848 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
2849 (ctan_tonearest_test_data): New variable.
2850 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
2851 (ctan_towardzero_test_data): New variable.
2852 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
2853 (ctan_downward_test_data): New variable.
2854 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
2855 (ctan_upward_test_data): New variable.
2856 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
2857 (ctanh_test_data): New variable.
2858 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
2859 (ctanh_tonearest_test_data): New variable.
2860 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
2861 (ctanh_towardzero_test_data): New variable.
2862 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
2863 (ctanh_downward_test_data): New variable.
2864 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
2865 (ctanh_upward_test_data): New variable.
2866 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
2867 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
2868 of BUILD_COMPLEX.
2869
2870 * math/libm-test.inc (struct test_ff_f_data): New type.
2871 (struct test_ff_f_data_nexttoward): Likewise.
2872 (RUN_TEST_LOOP_2_f): New macro.
2873 (RUN_TEST_LOOP_ff_f): Likewise.
2874 (atan2_test_data): New variable.
2875 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
2876 (copysign_test_data): New variable.
2877 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
2878 (fdim_test_data): New variable.
2879 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
2880 (fmax_test_data): New variable.
2881 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
2882 (fmin_test_data): New variable.
2883 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
2884 (fmod_test_data): New variable.
2885 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
2886 (hypot_test_data): New variable.
2887 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
2888 (nextafter_test_data): New variable.
2889 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
2890 (nexttoward_test_data): New variable.
2891 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
2892 (pow_test_data): New variable.
2893 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
2894 (pow_tonearest_test_data): New variable.
2895 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
2896 (pow_towardzero_test_data): New variable.
2897 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
2898 (pow_downward_test_data): New variable.
2899 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
2900 (pow_upward_test_data): New variable.
2901 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
2902 (remainder_test_data): New variable.
2903 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
2904 (scalb_test_data): New variable.
2905 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
2906 * sysdeps/i386/fpu/libm-test-ulps: Update.
2907
2908 2013-05-11 Joseph Myers <joseph@codesourcery.com>
2909
2910 * math/libm-test.inc (fma_test): Use max_value instead of local
2911 variable fltmax.
2912 (nextafter_test): Likewise.
2913
2914 * math/libm-test.inc (acos_towardzero_test_data): New variable.
2915 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
2916 (acos_downward_test_data): New variable.
2917 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
2918 (acos_upward_test_data): New variable.
2919 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
2920 (acosh_test_data): New variable.
2921 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
2922 (asin_test_data): New variable.
2923 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
2924 (asin_tonearest_test_data): New variable.
2925 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
2926 (asin_towardzero_test_data): New variable.
2927 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
2928 (asin_downward_test_data): New variable.
2929 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
2930 (asin_upward_test_data): New variable.
2931 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
2932 (asinh_test_data): New variable.
2933 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
2934 (atan_test_data): New variable.
2935 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
2936 (atanh_test_data): New variable.
2937 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
2938 (cbrt_test_data): New variable.
2939 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
2940 (ceil_test_data): New variable.
2941 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
2942 (cos_test_data): New variable.
2943 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
2944 (cos_tonearest_test_data): New variable.
2945 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
2946 (cos_towardzero_test_data): New variable.
2947 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
2948 (cos_downward_test_data): New variable.
2949 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
2950 (cos_upward_test_data): New variable.
2951 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
2952 (cosh_test_data): New variable.
2953 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
2954 (cosh_tonearest_test_data): New variable.
2955 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
2956 (cosh_towardzero_test_data): New variable.
2957 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
2958 (cosh_downward_test_data): New variable.
2959 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
2960 (cosh_upward_test_data): New variable.
2961 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
2962 (erf_test_data): New variable.
2963 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
2964 (erfc_test_data): New variable.
2965 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
2966 (exp_test_data): New variable.
2967 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
2968 (exp_tonearest_test_data): New variable.
2969 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
2970 (exp_towardzero_test_data): New variable.
2971 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
2972 (exp_downward_test_data): New variable.
2973 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
2974 (exp_upward_test_data): New variable.
2975 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
2976 (exp10_test_data): New variable.
2977 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
2978 (exp2_test_data): New variable.
2979 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
2980 (expm1_test_data): New variable.
2981 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
2982 (fabs_test_data): New variable.
2983 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
2984 (floor_test_data): New variable.
2985 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
2986 (j0_test_data): New variable.
2987 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
2988 (j1_test_data): New variable.
2989 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
2990 (log_test_data): New variable.
2991 (log_test): Run tests with RUN_TEST_LOOP_f_f.
2992 (log10_test_data): New variable.
2993 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
2994 (log1p_test_data): New variable.
2995 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
2996 (log2_test_data): New variable.
2997 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
2998 (logb_test_data): New variable.
2999 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
3000 (logb_downward_test_data): New variable.
3001 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3002 (nearbyint_test_data): New variable.
3003 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
3004 (rint_test_data): New variable.
3005 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
3006 (rint_tonearest_test_data): New variable.
3007 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3008 (rint_towardzero_test_data): New variable.
3009 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3010 (rint_downward_test_data): New variable.
3011 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3012 (rint_upward_test_data): New variable.
3013 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3014 (round_test_data): New variable.
3015 (round_test): Run tests with RUN_TEST_LOOP_f_f.
3016 (sin_test_data): New variable.
3017 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
3018 (sin_tonearest_test_data): New variable.
3019 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3020 (sin_towardzero_test_data): New variable.
3021 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3022 (sin_downward_test_data): New variable.
3023 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3024 (sin_upward_test_data): New variable.
3025 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3026 (sinh_test_data): New variable.
3027 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
3028 (sinh_tonearest_test_data): New variable.
3029 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3030 (sinh_towardzero_test_data): New variable.
3031 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3032 (sinh_downward_test_data): New variable.
3033 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3034 (sinh_upward_test_data): New variable.
3035 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3036 (sqrt_test_data): New variable.
3037 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
3038 (tan_test_data): New variable.
3039 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
3040 (tan_tonearest_test_data): New variable.
3041 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3042 (tan_towardzero_test_data): New variable.
3043 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3044 (tan_downward_test_data): New variable.
3045 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3046 (tan_upward_test_data): New variable.
3047 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3048 (tanh_test_data): New variable.
3049 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
3050 (tgamma_test_data): New variable.
3051 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
3052 (trunc_test_data): New variable.
3053 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
3054 (y0_test_data): New variable.
3055 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
3056 (y1_test_data): New variable.
3057 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
3058 (significand_test_data): New variable.
3059 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
3060
3061 2013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
3062
3063 [BZ #12387]
3064 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
3065
3066 2013-05-10 Pino Toscano <toscano.pino@tiscali.it>
3067
3068 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
3069
3070 2013-05-10 Andreas Jaeger <aj@suse.de>
3071
3072 [BZ #15448]
3073 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
3074 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
3075
3076 2013-05-10 Joseph Myers <joseph@codesourcery.com>
3077
3078 * math/gen-libm-test.pl (adjust_arg): New function.
3079 (special_functions): Handle generating output in both functions
3080 and arrays.
3081 (parse_args): Likewise.
3082 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
3083 $in_func argument to parse_args.
3084 * math/libm-test.inc (struct test_f_f_data): New type.
3085 (IF_ROUND_INIT_): New macro.
3086 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
3087 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
3088 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
3089 (IF_ROUND_INIT_FE_UPWARD): Likewise.
3090 (ROUND_RESTORE_): Likewise.
3091 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
3092 (ROUND_RESTORE_FE_TONEAREST): Likewise.
3093 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
3094 (ROUND_RESTORE_FE_UPWARD): Likewise.
3095 (RUN_TEST_LOOP_f_f): New macro.
3096 (acos_test_data): New variable.
3097 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
3098 (acos_tonearest_test_data): New variable.
3099 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3100
3101 2013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3102
3103 * benchtests/bench-skeleton.c (startup): Fix coding style.
3104
3105 2013-05-10 Joseph Myers <joseph@codesourcery.com>
3106
3107 [BZ #6809]
3108 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
3109 negative infinity argument.
3110 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
3111 negative infinity argument.
3112 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
3113 negative infinity argument.
3114 * math/libm-test.inc (tgamma_test): Expect errno to be set for
3115 domain errors.
3116
3117 2013-05-10 Florian Weimer <fweimer@redhat.com>
3118
3119 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
3120 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
3121 * iconv/iconv_prog.c (main): Likewise.
3122 * locale/programs/charmap-dir.c (charmap_readdir)
3123 (fopen_uncompressed): Likewise.
3124 * locale/programs/locfile.c (siblings_uncached)
3125 (write_locale_data): Use lstat64 instead of lstat.
3126 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
3127 stat.
3128
3129 2013-05-10 Andreas Jaeger <aj@suse.de>
3130
3131 [BZ #15395]
3132 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
3133 localization.
3134 Include <locale.h>.
3135
3136 2013-05-09 Carlos O'Donell <carlos@redhat.com>
3137
3138 * elf/dl-close.c (_dl_close_worker): Add comments.
3139
3140 2013-05-09 Joseph Myers <joseph@codesourcery.com>
3141
3142 [BZ #15359]
3143 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
3144 high part of pi/2.
3145 (__ieee754_rem_pio2l): Update comments.
3146
3147 [BZ #15429]
3148 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
3149 high part of pi/2.
3150 (__ieee754_rem_pio2l): Update comments.
3151
3152 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
3153 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
3154
3155 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
3156 M_PI_4l.
3157
3158 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
3159 (M_PI_34_LOG10El): Likewise.
3160 (M_PI2_LOG10El): Likewise.
3161 (M_PI4_LOG10El): Likewise.
3162 (M_PI_LOG10El): Likewise.
3163
3164 2013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3165
3166 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3167
3168 2013-05-08 Joseph Myers <joseph@codesourcery.com>
3169
3170 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
3171 (MINUS_ZERO_INIT): Likewise.
3172 (PLUS_INFTY_INIT): Likewise.
3173 (MINUS_INFTY_INIT): Likewise.
3174 (QNAN_VALUE_INIT): Likewise.
3175 (MAX_VALUE_INIT): Likewise.
3176 (MIN_VALUE_INIT): Likewise.
3177 (MIN_SUBNORM_VALUE_INIT): Likewise.
3178 (plus_zero): Initialize with PLUS_ZERO_INIT.
3179 (minus_zero): Initialize with MINUS_ZERO_INIT.
3180 (plus_infty): Initialize with PLUS_INFTY_INIT.
3181 (minus_infty): Initialize with MINUS_INFTY_INIT.
3182 (qnan_value): Initialize with QNAN_VALUE_INIT.
3183 (max_value): Initialize with MAX_VALUE_INIT.
3184 (min_value): Initialize with MIN_VALUE_INIT.
3185 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
3186
3187 * math/libm-test.inc (RUN_TEST_if_f): New macro.
3188 (jn_test): Use TEST_if_f instead of TEST_ff_f.
3189 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
3190 (yn_test): Use TEST_if_f instead of TEST_ff_f.
3191
3192 * math/libm-test.inc (RUN_TEST_f_f): New macro.
3193 (RUN_TEST_2_f): Likewise.
3194 (RUN_TEST_ff_f): Likewise.
3195 (RUN_TEST_fi_f): Likewise.
3196 (RUN_TEST_fl_f): Likewise.
3197 (RUN_TEST_fff_f): Likewise.
3198 (RUN_TEST_c_f): Likewise.
3199 (RUN_TEST_f_f1): Likewise.
3200 (RUN_TEST_fF_f1): Likewise.
3201 (RUN_TEST_fI_f1): Likewise.
3202 (RUN_TEST_ffI_f1): Likewise.
3203 (RUN_TEST_c_c): Likewise.
3204 (RUN_TEST_cc_c): Likewise.
3205 (RUN_TEST_f_i): Likewise.
3206 (RUN_TEST_f_i_tg): Likewise.
3207 (RUN_TEST_ff_i_tg): Likewise.
3208 (RUN_TEST_f_b): Likewise.
3209 (RUN_TEST_f_b_tg): Likewise.
3210 (RUN_TEST_f_l): Likewise.
3211 (RUN_TEST_f_L): Likewise.
3212 (RUN_TEST_sincos): Likewise.
3213 * math/gen-libm-test.pl (new_test): Take new argument to indicate
3214 whether to show exceptions. Do not include ");\n" in return
3215 value.
3216 (special_functions): Output call to RUN_TEST_sincos instead of
3217 check_float calls. Update calls to new_test.
3218 (parse_args): Output call to single RUN_TEST_* macro instead of
3219 check_* calls and other assignments. Update calls to new_test.
3220
3221 [BZ #2546]
3222 [BZ #2560]
3223 [BZ #5159]
3224 [BZ #15426]
3225 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
3226 input to result for tgamma overflow.
3227 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
3228 (gamma_coeff): New variable.
3229 (NCOEFF): New macro.
3230 (gamma_positive): New function.
3231 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
3232 underflow here. Use gamma_positive instead of exp (lgamma) for
3233 other arguments.
3234 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
3235 (gamma_coeff): New variable.
3236 (NCOEFF): New macro.
3237 (gammaf_positive): New function.
3238 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
3239 underflow here. Use gamma_positive instead of exp (lgamma) for
3240 other arguments.
3241 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
3242 (gamma_coeff): New variable.
3243 (NCOEFF): New macro.
3244 (gammal_positive): New function.
3245 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
3246 underflow here. Use gamma_positive instead of exp (lgamma) for
3247 other arguments.
3248 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
3249 (gamma_coeff): New variable.
3250 (NCOEFF): New macro.
3251 (gammal_positive): New function.
3252 (__ieee754_gammal_r): Handle positive infinity, overflow and
3253 underflow here. Handle NaN the same as positive infinity. Remove
3254 check x < 0xffffffff for negative integers. Use gamma_positive
3255 instead of exp (lgamma) for other arguments.
3256 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
3257 (gamma_coeff): New variable.
3258 (NCOEFF): New macro.
3259 (gammal_positive): New function.
3260 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
3261 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
3262 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
3263 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
3264 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
3265 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
3266 * sysdeps/generic/math_private.h (__gamma_productf): New
3267 prototype.
3268 (__gamma_product): Likewise.
3269 (__gamma_productl): Likewise.
3270 * math/Makefile (libm-calls): Add gamma_product.
3271 * math/libm-test.inc (tgamma_test): Add more tests.
3272 * sysdeps/i386/fpu/libm-test-ulps: Update.
3273 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3274
3275 2013-05-08 Ondřej Bílka <neleai@seznam.cz>
3276
3277 * benchtests/bench-skeleton.c (main): Preheat CPU.
3278
3279 2013-05-07 Aurelien Jarno <aurelien@aurel32.net>
3280
3281 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
3282
3283 2013-05-07 Roland McGrath <roland@hack.frob.com>
3284
3285 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
3286 and _dl_skip_args_internal.
3287
3288 2013-05-07 Carlos O'Donell <carlos@redhat.com>
3289
3290 * manual/message.texi (Message Translation): Talk about users.
3291 Message to key mapping impacts design.
3292
3293 2013-05-06 Roland McGrath <roland@hack.frob.com>
3294
3295 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
3296
3297 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
3298
3299 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
3300 * sysdeps/wordsize-64/glob64.c: ... here.
3301
3302 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
3303 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
3304 New macros.
3305
3306 * debug/getlogin_r_chk.c: Moved to ...
3307 * login/getlogin_r_chk.c: ... here.
3308 * debug/Makefile (routines): Move getlogin_r_chk to ...
3309 * login/Makefile (routines): ... here.
3310 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
3311 * login/Versions (libc: GLIBC_2.4): ... here.
3312
3313 * io/poll.c (__poll): Renamed from poll.
3314 Add libc_hidden_def.
3315 (poll): Define as weak alias.
3316
3317 * debug/ptsname_r_chk.c: Moved to ...
3318 * login/ptsname_r_chk.c: ... here.
3319 * debug/Makefile (routines): Move ptsname_r_chk to ...
3320 * login/Makefile (routines): ... here.
3321 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
3322 * login/Versions (libc: GLIBC_2.4): ... here.
3323
3324 * posix/getlogin.c: Moved to ...
3325 * login/getlogin.c: ... here.
3326 * posix/getlogin_r.c: Moved to ...
3327 * login/getlogin_r.c: ... here.
3328 * posix/getlogin_r.c: Moved to ...
3329 * login/getlogin_r.c: ... here.
3330 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
3331 * login/Makefile (routines): ... here.
3332 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
3333 * login/Versions (libc: GLIBC_2.0): ... here.
3334
3335 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
3336 (setrlimit): Define as weak alias.
3337
3338 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
3339 Call __ names for open, ftruncate, and close.
3340 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
3341 (truncate): Define as weak alias.
3342
3343 2013-05-06 Joseph Myers <joseph@codesourcery.com>
3344
3345 * math/gen-libm-test.pl (parse_args): Initialize x before each
3346 test of frexp, modf and remquo.
3347
3348 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
3349 test signgam value.
3350
3351 2013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3352
3353 [BZ #15418]
3354 [BZ #15419]
3355 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
3356 internal tests.
3357 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
3358
3359 2013-05-06 Roland McGrath <roland@hack.frob.com>
3360
3361 * elf/dl-writev.h: New file.
3362 * elf/dl-misc.c: Include it.
3363 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
3364 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
3365
3366 2013-05-04 Joseph Myers <joseph@codesourcery.com>
3367
3368 * math/libm-test.inc (noXFails): Remove variable.
3369 (noXPasses): Likewise.
3370 (BUILD_COMPLEX_INT): Remove macro.
3371 (print_screen): Remove xfail argument.
3372 (print_screen_max_error): Likewise.
3373 (update_stats): Likewise.
3374 (print_max_error): Likewise. Update calls to other affected
3375 functions.
3376 (print_complex_max_error): Likewise.
3377 (test_single_exception): Update calls to print_screen.
3378 (test_single_errno): Likewise.
3379 (check_float_internal): Remove xfail argument. Update calls to
3380 other affected functions.
3381 (check_float): Likewise.
3382 (check_complex): Likewise.
3383 (check_int): Likewise.
3384 (check_long): Likewise.
3385 (check_bool): Likewise.
3386 (check_longlong): Likewise.
3387 (main): Don't print noXFails and noXPasses.
3388 * math/gen-libm-test.pl (top level): Don't mention expected
3389 failure handling in comment.
3390 (new_test): Don't handle expected failures.
3391 (parse_args): Don't mention expected failure handling in comment.
3392 (generate_testfile): Don't handle expected failures.
3393 (parse_ulps): Likewise.
3394 (print_ulps_file): Likewise.
3395 (get_failure): Remove function.
3396 (output_test): Don't handle expected failures.
3397 * make/README.libm-test: Don't mention expected failure handling.
3398
3399 * math/libm-test.inc (plus_zero): Make const. Add initializer.
3400 (minus_zero): Likewise.
3401 (plus_infty): Likewise.
3402 (minus_infty): Likewise.
3403 (qnan_value): Likewise.
3404 (max_value): Likewise.
3405 (min_value): Likewise.
3406 (min_subnorm_value): Likewise.
3407 (initialize): Do not initialize those variables dynamically.
3408
3409 2013-05-03 Roland McGrath <roland@hack.frob.com>
3410
3411 * io/open.c (__open_2): Moved to ...
3412 * io/open_2.c: ... this new file.
3413 * io/open64.c (__open64_2): Moved to ...
3414 * io/open64_2.c: ... this new file.
3415 * io/openat.c (__openat_2): Moved to ...
3416 * io/openat_2.c: ... this new file.
3417 * io/openat64.c (__openat64_2): Moved to ...
3418 * io/openat64_2.c: ... this new file.
3419 * io/Makefile (routines): Add them.
3420 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
3421 * sysdeps/unix/sysv/linux/open_2.c: File removed.
3422 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
3423 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
3424 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
3425 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
3426 (__openat64): Add hidden_ver.
3427 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
3428 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
3429
3430 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
3431 Separately conditionalize setting of GLRO(dl_sysinfo) so
3432 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
3433 as well, but the actual setting is only under [NEED_DL_SYSINFO].
3434
3435 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3436
3437 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
3438 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
3439 definition.
3440 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
3441 * sysdeps/unix/sysv/linux/powerpc/init-first.c
3442 (_libc_vdso_platform_setup): Add __vdso_time initialization.
3443 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
3444 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
3445
3446 2013-05-03 Joseph Myers <joseph@codesourcery.com>
3447
3448 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
3449 test signgam value.
3450
3451 * math/libm-test.inc (hypot_test): Do not use
3452 IGNORE_ZERO_INF_SIGN.
3453
3454 2013-05-03 Andreas Jaeger <aj@suse.de>
3455
3456 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
3457 Linux 3.9.
3458 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
3459 (PF_MAX): Adjust for VSOCK change.
3460
3461 2013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3462
3463 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3464
3465 2013-05-02 Carlos O'Donell <carlos@redhat.com>
3466
3467 [BZ #15264]
3468 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
3469 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
3470 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
3471
3472 2013-05-02 David S. Miller <davem@davemloft.net>
3473
3474 * sysdeps/sparc/fpu/libm-test-ulps: Update.
3475
3476 2013-05-01 Ondřej Bílka <neleai@seznam.cz>
3477
3478 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
3479
3480 2013-05-01 Roland McGrath <roland@hack.frob.com>
3481
3482 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
3483
3484 2013-05-01 Richard Smith <richard@metafoo.co.uk>
3485
3486 [BZ #14952]
3487 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
3488 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
3489 Use __attribute__ ((__gnu_inline__)).
3490 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
3491 Don't use __attribute__ ((__gnu_inline__)).
3492
3493 2013-05-01 Joseph Myers <joseph@codesourcery.com>
3494
3495 [BZ #15423]
3496 * math/s_catan.c (__catan): Handle small real or imaginary part of
3497 input specially to avoid spurious underflow.
3498 * math/s_catanf.c (__catanf): Likewise.
3499 * math/s_catanh.c (__catanh): Likewise.
3500 * math/s_catanhf.c (__catanhf): Likewise.
3501 * math/s_catanhl.c (__catanhl): Likewise.
3502 * math/s_catanl.c (__catanl): Likewise.
3503 * math/libm-test.inc (catan_test): Add more tests.
3504 (catanh_test): Likewise.
3505 * sysdeps/i386/fpu/libm-test-ulps: Update.
3506 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3507
3508 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3509
3510 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3511
3512 2013-04-30 Joseph Myers <joseph@codesourcery.com>
3513
3514 [BZ #15416]
3515 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
3516 accurately for denominator in atan2.
3517 * math/s_catanf.c (__catanf): Likewise.
3518 * math/s_catanh.c (__catanh): Likewise.
3519 * math/s_catanhf.c (__catanhf): Likewise.
3520 * math/s_catanhl.c (__catanhl): Likewise.
3521 * math/s_catanl.c (__catanl): Likewise.
3522 * math/libm-test.inc (catan_test): Add more tests.
3523 (catanh_test): Likewise.
3524 * sysdeps/i386/fpu/libm-test-ulps: Update.
3525 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3526
3527 2013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
3528
3529 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
3530
3531 * benchtests/Makefile (bench): Remove slow benchmarks.
3532 * benchtests/atan-inputs: Add slow benchmark inputs.
3533 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
3534 (BENCH_FUNC): Accept variant offset.
3535 (VARIANT): Define.
3536 * benchtests/bench-skeleton.c (main): Run benchmark for each
3537 variant.
3538 * benchtests/cos-inputs: Add slow benchmark inputs.
3539 * benchtests/exp-inputs: Likewise.
3540 * benchtests/pow-inputs: Likewise.
3541 * benchtests/sin-inputs: Likewise.
3542 * benchtests/slowatan-inputs: Remove.
3543 * benchtests/slowatan.c: Remove.
3544 * benchtests/slowcos-inputs: Remove.
3545 * benchtests/slowcos.c: Remove.
3546 * benchtests/slowexp-inputs: Remove.
3547 * benchtests/slowexp.c: Remove.
3548 * benchtests/slowpow-inputs: Remove.
3549 * benchtests/slowpow.c: Remove.
3550 * benchtests/slowsin-inputs: Remove.
3551 * benchtests/slowsin.c: Remove.
3552 * benchtests/slowtan-inputs: Remove.
3553 * benchtests/slowtan.c: Remove.
3554 * benchtests/tan-inputs: Add slow benchmark inputs.
3555 * scripts/bench.pl: Parse comments and directives.
3556
3557 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
3558 in CPPFLAGS.
3559 ($(objpfx)bench-%.c): Remove *-ITER.
3560 * benchtests/bench-modf.c: Remove definition of ITER.
3561 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
3562 (main): Loop for DURATION seconds instead of fixed number of
3563 iterations.
3564 * scripts/bench.pl: Don't expect iterations in parameters.
3565
3566 2013-04-29 Roland McGrath <roland@hack.frob.com>
3567
3568 * io/fchdir.c (__fchdir): Renamed from fchdir.
3569 (fchdir): Define as weak alias.
3570
3571 2013-04-29 Joseph Myers <joseph@codesourcery.com>
3572
3573 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
3574 (ERRNO_EDOM): Likewise.
3575 (ERRNO_ERANGE): Likewise.
3576 (noErrnoTests): New variable.
3577 (init_max_error): Set errno to 0.
3578 (test_single_errno): New function.
3579 (test_errno): Likewise.
3580 (check_float_internal): Call test_errno. Set errno to 0.
3581 (check_complex): Refer to errno tests in comment.
3582 (check_int): Call test_errno. Set errno to 0.
3583 (check_long): Likewise.
3584 (check_bool): Likewise.
3585 (check_longlong): Likewise.
3586 (cos_test): Use ERRNO_* flags for errno tests instead of
3587 check_int.
3588 (expm1_test): Likewise.
3589 (fmod_test): Likewise.
3590 (ilogb_test): Likewise.
3591 (lgamma_test): Likewise.
3592 (pow_test): Likewise.
3593 (remainder_test): Likewise.
3594 (sin_test): Likewise.
3595 (tan_test): Likewise.
3596 (yn_test): Likewise.
3597 (initialize): Set errno to 0.
3598 (main): Print number of errno tests.
3599 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
3600
3601 2013-04-29 Andreas Jaeger <aj@suse.de>
3602
3603 [BZ #15084]
3604 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
3605 and RES_USEVC.
3606
3607 [BZ #15085]
3608 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
3609 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
3610 unimplemented.
3611
3612 [BZ #15380]
3613 * stdlib/random.c (__initstate): Return NULL if
3614 __initstate fails.
3615
3616 [BZ #15086]
3617 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
3618 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
3619 RES_SNGLKUPREOP.
3620
3621 2013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3622
3623 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3624
3625 2013-04-29 Joseph Myers <joseph@codesourcery.com>
3626
3627 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
3628 of individual tests.
3629 (casin_test): Likewise.
3630 (casinh_test): Likewise.
3631
3632 2013-04-27 Joseph Myers <joseph@codesourcery.com>
3633
3634 [BZ #15409]
3635 * math/s_catan.c (__catan): Handle arguments with large real or
3636 imaginary part separately without squaring.
3637 * math/s_catanf.c (__catanf): Likewise.
3638 * math/s_catanh.c (__catanh): Likewise.
3639 * math/s_catanhf.c (__catanhf): Likewise.
3640 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
3641 and redefine.
3642 (__catanhl): Handle arguments with large real or imaginary part
3643 separately without squaring.
3644 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
3645 and redefine.
3646 (__catanl): Handle arguments with large real or imaginary part
3647 separately without squaring.
3648 * math/libm-test.inc (catan_test): Add more tests.
3649 (catanh_test): Likewise.
3650 * sysdeps/i386/fpu/libm-test-ulps: Update.
3651 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3652
3653 2013-04-27 Andreas Jaeger <aj@suse.de>
3654
3655 [BZ #15007]
3656 * stdlib/stdlib.h: Update guards for qecvt.
3657 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
3658 <stdlib.h>.
3659
3660 2013-04-27 Allan McRae <allan@archlinux.org>
3661
3662 * sysdeps/i386/fpu/libm-test-ulps: Update.
3663
3664 2013-04-26 Joseph Myers <joseph@codesourcery.com>
3665
3666 [BZ #15406]
3667 * math/s_catan.c: Include <float.h>.
3668 (__catan): Ensure underflow exception occurs for underflowed
3669 result.
3670 * math/s_catanf.c: Include <float.h>.
3671 (__catanf): Ensure underflow exception occurs for underflowed
3672 result.
3673 * math/s_catanh.c: Include <float.h>.
3674 (__catanh): Ensure underflow exception occurs for underflowed
3675 result.
3676 * math/s_catanhf.c: Include <float.h>.
3677 (__catanhf): Ensure underflow exception occurs for underflowed
3678 result.
3679 * math/s_catanhl.c: Include <float.h>.
3680 (__catanhl): Ensure underflow exception occurs for underflowed
3681 result.
3682 * math/s_catanl.c: Include <float.h>.
3683 (__catanl): Ensure underflow exception occurs for underflowed
3684 result.
3685 * math/libm-test.inc (catan_test): Add more tests.
3686 (catanh_test): Likewise.
3687
3688 [BZ #15405]
3689 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
3690 underflowed result.
3691 * math/s_ccoshf.c (__ccoshf): Likewise.
3692 * math/s_ccoshl.c (__ccoshl): Likewise.
3693 * math/s_csin.c (__csin): Likewise.
3694 * math/s_csinf.c (__csinf): Likewise.
3695 * math/s_csinh.c (__csinh): Likewise.
3696 * math/s_csinhf.c (__csinhf): Likewise.
3697 * math/s_csinhl.c (__csinhl): Likewise.
3698 * math/s_csinl.c (__csinl): Likewise.
3699 * math/libm-test.inc (ccos_test): Add more tests.
3700 (ccosh_test): Likewise.
3701 (csin_test): Likewise.
3702 (csinh_test): Likewise.
3703
3704 2013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3705
3706 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
3707 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
3708 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
3709 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
3710 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
3711 powerpc/power5+/fpu folders.
3712 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
3713
3714
3715 2013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
3716
3717 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3718
3719 2013-04-25 Joseph Myers <joseph@codesourcery.com>
3720
3721 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
3722 additions to variable.
3723 [$(config-machine) = x86_64] (modules-names): Likewise.
3724 ($(objpfx)tst-audit3): Remove dependency.
3725 ($(objpfx)tst-audit3.out): Likewise.
3726 ($(objpfx)tst-audit4): Likewise.
3727 ($(objpfx)tst-audit4.out): Likewise.
3728 ($(objpfx)tst-audit5): Likewise.
3729 ($(objpfx)tst-audit5.out): Likewise.
3730 ($(objpfx)tst-audit6): Likewise.
3731 ($(objpfx)tst-audit6.out): Likewise.
3732 ($(objpfx)tst-audit7): Likewise.
3733 ($(objpfx)tst-audit7.out): Likewise.
3734 (tst-audit3-ENV): Remove variable.
3735 (tst-audit4-ENV): Likewise.
3736 (tst-audit5-ENV): Likewise.
3737 (tst-audit6-ENV): Likewise.
3738 (tst-audit7-ENV): Likewise.
3739 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
3740 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
3741 addition to variable.
3742 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
3743 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
3744 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
3745 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
3746 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
3747 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
3748 tst-audit3, tst-audit4 and tst-audit5.
3749 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
3750 tst-audit6 and tst-audit7.
3751 [$(subdir) = elf] (modules-names): Add audit modules for those
3752 tests.
3753 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
3754 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
3755 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
3756 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
3757 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
3758 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
3759 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
3760 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
3761 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
3762 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
3763 [$(subdir) = elf] (tst-audit3-ENV): New variable.
3764 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
3765 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
3766 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
3767 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
3768 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
3769 Likewise.
3770 [$(subdir) = elf && $(config-cflags-avx) = yes]
3771 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
3772 [$(subdir) = elf && $(config-cflags-avx) = yes]
3773 (CFLAGS-tst-auditmod4a.c): Likewise.
3774 [$(subdir) = elf && $(config-cflags-avx) = yes]
3775 (CFLAGS-tst-auditmod4b.c): Likewise.
3776 [$(subdir) = elf && $(config-cflags-avx) = yes]
3777 (CFLAGS-tst-auditmod6b.c): Likewise.
3778 [$(subdir) = elf && $(config-cflags-avx) = yes]
3779 (CFLAGS-tst-auditmod6c.c): Likewise.
3780 [$(subdir) = elf && $(config-cflags-avx) = yes]
3781 (CFLAGS-tst-auditmod7b.c): Likewise.
3782 * elf/tst-audit3.c: Move to ...
3783 * sysdeps/x86_64/tst-audit3.c: ... here.
3784 * elf/tst-audit4.c: Move to ...
3785 * sysdeps/x86_64/tst-audit4.c: ... here.
3786 * elf/tst-audit5.c: Move to ...
3787 * sysdeps/x86_64/tst-audit5.c: ... here.
3788 * elf/tst-audit6.c: Move to ...
3789 * sysdeps/x86_64/tst-audit6.c: ... here.
3790 * elf/tst-audit7.c: Move to ...
3791 * sysdeps/x86_64/tst-audit7.c: ... here.
3792 * elf/tst-auditmod3a.c: Move to ...
3793 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
3794 * elf/tst-auditmod3b.c: Move to ...
3795 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
3796 * elf/tst-auditmod4a.c: Move to ...
3797 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
3798 * elf/tst-auditmod4b.c: Move to ...
3799 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
3800 * elf/tst-auditmod5a.c: Move to ...
3801 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
3802 * elf/tst-auditmod5b.c: Move to ...
3803 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
3804 * elf/tst-auditmod6a.c: Move to ...
3805 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
3806 * elf/tst-auditmod6b.c: Move to ...
3807 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
3808 * elf/tst-auditmod6c.c: Move to ...
3809 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
3810 * elf/tst-auditmod7a.c: Move to ...
3811 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
3812 * elf/tst-auditmod7b.c: Move to ...
3813 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
3814
3815 2013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
3816
3817 [BZ #15366]
3818 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
3819 define unconditionally.
3820 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
3821 define unconditionally.
3822 (INT8_C, INT16_C, etc.): Likewise.
3823
3824 2013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
3825
3826 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
3827 __ehdr_start with hidden visibility.
3828
3829 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
3830
3831 2013-04-24 Carlos O'Donell <carlos@redhat.com>
3832
3833 * math/libm-test.inc (cos_test): Use accurate hex constants.
3834 (sincost_test): Likewise.
3835
3836 2013-04-24 Joseph Myers <joseph@codesourcery.com>
3837
3838 * math/libm-test.inc (catan_test): Add more tests.
3839 (catanh_test): Likewise.
3840
3841 * math/s_catanf.c (__catanf): Use suffixed floating-point
3842 constants.
3843 * math/s_catanhf.c (__catanhf): Likewise.
3844 * math/s_catanhl.c (__catanhl): Likewise.
3845 * math/s_catanl.c (__catanl): Likewise.
3846
3847 [BZ #15394]
3848 * math/s_catan.c (__catan): Calculate imaginary part of result
3849 with log1p not log unless computing log of number close to 0.
3850 * math/s_catanf.c (__catanf): Likewise.
3851 * math/s_catanl.c (__catanl): Likewise.
3852 * math/s_catanh.c (__catanh): Calculate real part of result with
3853 log1p not log unless computing log of number close to 0.
3854 * math/s_catanhf.c (__catanhf): Likewise.
3855 * math/s_catanhl.c (__catanhl): Likewise.
3856 * math/libm-test.inc (catan_test): Add more tests.
3857 (catanh_test): Likewise.
3858 * sysdeps/i386/fpu/libm-test-ulps: Update.
3859 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3860
3861 2013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3862
3863 * benchtests/Makefile: Mention files in which fast and slow
3864 paths of math functions are implemented.
3865
3866 2013-04-23 Roland McGrath <roland@hack.frob.com>
3867
3868 * sysdeps/posix/timespec_get.c: New file.
3869
3870 2013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3871
3872 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
3873 POWER.
3874 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
3875 for POWER.
3876 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
3877 powerpc/power5/fpu folders.
3878 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
3879 * benchtests/Makefile: Add modf testcase.
3880 * benchtests/bench-modf.c: New file: Benchmark test for mo
3881
3882 2013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3883
3884 [BZ #14888]
3885 * time/Makefile (tests): Add tst-strptime-whitespace.
3886 * time/strptime_l.c (get_number): Use ISSPACE.
3887 (__strptime_internal): Likewise.
3888 * time/tst-strptime-whitespace.c: New test case.
3889
3890 2013-04-23 Andreas Schwab <schwab@linux-m68k.org>
3891
3892 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
3893 member.
3894 (_nss_files_init): Set it here.
3895
3896 2013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
3897
3898 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
3899 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
3900 unsigned.
3901
3902 2013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
3903
3904 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
3905
3906 2013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3907
3908 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
3909 size just once.
3910
3911 2013-04-21 David S. Miller <davem@davemloft.net>
3912
3913 * po/ru.po: Update Russion translation from translation project.
3914
3915 2013-04-17 Adam Conrad <adconrad@0c3.net>
3916
3917 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
3918 and setfsgid.
3919
3920 2013-04-17 Carlos O'Donell <carlos@redhat.com>
3921
3922 * configure.in: Remove i386 configure warning. Remove i386 case.
3923 * configure: Regenerate.
3924 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
3925 Add example to error message.
3926 * sysdeps/i386/configure: Regenerate.
3927
3928 2013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
3929
3930 * benchtests/Makefile (bench): Add cos, tan, slowcos and
3931 slowtan.
3932 * benchtests/cos-inputs: New file.
3933 * benchtests/slowcos-inputs: New file.
3934 * benchtests/slowcos.c: New file.
3935 * benchtests/slowtan-inputs: New file.
3936 * benchtests/slowtan.c: New file.
3937 * benchtests/tan-inputs: New file.
3938
3939 2013-04-16 Roland McGrath <roland@hack.frob.com>
3940
3941 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
3942 considered kosher.
3943
3944 2013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3945
3946 * benchtests/Makefile: Include cppflags-iterator.mk to add
3947 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
3948
3949 * Makefile.in (bench-clean): New target.
3950 * benchtests/Makefile (bench-clean): Likewise.
3951
3952 2013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
3953
3954 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
3955
3956 2013-04-15 Thomas Schwinge <thomas@codesourcery.com>
3957
3958 * stdio-common/tstdiomisc.c: Fix coding-style violation.
3959
3960 2013-04-15 Andreas Schwab <schwab@suse.de>
3961
3962 * nscd/grpcache.c (cache_addgr): Properly check for short write.
3963 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3964 * nscd/pwdcache.c (cache_addpw): Likewise.
3965 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
3966 more than recsize.
3967
3968 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
3969
3970 * benchtests/Makefile (bench): Write all output to
3971 bench-out.tmp together.
3972
3973 2013-04-15 Andreas Schwab <schwab@suse.de>
3974
3975 * nscd/nscd.c (main): Don't fork again after closing files.
3976
3977 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
3978
3979 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
3980
3981 * benchtests/Rules (bench-deps): Collect dependencies into a
3982 single variable. Add Makefile to dependencies.
3983 ($(objpfx)bench-%.c): Depend on bench-deps.
3984
3985 2013-04-12 Roland McGrath <roland@hack.frob.com>
3986 Xavier Roche <roche+kml2@exalead.com>
3987
3988 [BZ #15361]
3989 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
3990 just that it's a file descriptor.
3991 * manual/llio.texi (Synchronizing AIO Operations): Update description
3992 for EBADF error from aio_fsync.
3993
3994 2013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3995
3996 * Rules (bench): Move target definition...
3997 * benchtests/Makefile: ... here.
3998
3999 2013-04-11 Carlos O'Donell <carlos@redhat.com>
4000
4001 * math/libm-test.inc (cos_test): Fix PI/2 test.
4002 (sincos_test): Likewise.
4003 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
4004 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
4005
4006 2013-04-11 Andreas Schwab <schwab@suse.de>
4007
4008 [BZ #13988]
4009 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
4010 accept exponent character only when digits were seen.
4011 * stdio-common/Makefile (tests): Add bug26.
4012 * stdio-common/bug26.c: New file.
4013
4014 [BZ #14293]
4015 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
4016 non-freeable.
4017
4018 2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4019
4020 * Makeconfig (rtld-prefix): Define built linker prefix.
4021 * Rules (run-bench): Use it.
4022 * math/Makefile (run-regen-ulps): Likewise.
4023
4024 * Rules (bench): Remove eval.
4025
4026 2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4027 Roland McGrath <roland@hack.frob.com>
4028 Ondrej Bilka <neleai@seznam.cz>
4029
4030 [BZ #15346]
4031 * time/getdate.c: Include ctype.h and alloca.h.
4032 (__getdate_r): Trim leading and trailing spaces of input.
4033 * time/tst-getdate.c (tests): Add tests with leading and
4034 trailing spaces.
4035
4036 2013-04-08 Roland McGrath <roland@hack.frob.com>
4037
4038 [BZ #14280]
4039 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
4040 when computing value.
4041
4042 2013-04-06 Carlos O'Donell <carlos@redhat.com>
4043
4044 * math/README.libm-test (How can I generate "libm-test-ulps"?):
4045 Use testrun.sh to run libm tests.
4046
4047 [BZ #15309]
4048 * elf/dl-open.c (dl_open_worker): memset all of seen array.
4049
4050 2013-04-06 Marko Myllynen <myllynen@redhat.com>
4051
4052 [BZ #15264]
4053 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
4054
4055 2013-04-06 Carlos O'Donell <carlos@redhat.com>
4056
4057 * Makefile.in (regen-ulps): New target.
4058 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
4059 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
4060 [ifneq (no,$(PERL)] (regen-ulps): New target.
4061 [ifeq (no,$(PERL)] (regen-ulps): New target.
4062 * math/libm-test.inc (ulps_file_name): Define.
4063 (output_dir): New variable.
4064 (options): Add "output-dir" option.
4065 (parse_opt): Handle 'o' case.
4066 (main): If output_dir is non-NULL use it as a prefix
4067 otherwise use "".
4068 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
4069
4070 2013-04-06 Carlos O'Donell <carlos@redhat.com>
4071
4072 [BZ #10060, #10062]
4073 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
4074 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
4075 fail configure if __sync_val_compare_and_swap is not inlined.
4076 * sysdeps/i386/configure: Regenerate.
4077 * configure.in: Build for i686 when configured for i386.
4078 * configure: Regenerate.
4079 * README: Remove i386 reference.
4080
4081 2013-04-06 Carlos O'Donell <carlos@redhat.com>
4082
4083 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
4084 * sysdeps/s390/s390-64/sysdep.h: Likewise.
4085
4086 2013-04-05 Thomas Schwinge <thomas@codesourcery.com>
4087
4088 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
4089 (lmsnanval): New variables.
4090 (F): Add conversion tests.
4091 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
4092 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
4093
4094 * stdio-common/tstdiomisc.c (F): Properly collect individual
4095 tests' results.
4096
4097 [BZ #14686, #15336]
4098 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
4099 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
4100 Instead, use input NaN values or generate a qNaN by arithmetic
4101 operation. Also fix bugs to comply with the standard.
4102 * math/libm-test.inc (remainder_test): Add more tests.
4103
4104 [BZ #15335, #15342]
4105 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
4106 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
4107 input NaN values or generate a qNaN by arithmetic operation.
4108
4109 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
4110 unreachable code.
4111
4112 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
4113 definitions.
4114
4115 2013-04-03 Joseph Myers <joseph@codesourcery.com>
4116
4117 [BZ #14478]
4118 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
4119 underflowed result.
4120 * math/s_cexpf.c (__cexpf): Likewise.
4121 * math/s_cexpl.c (__cexpl): Likewise.
4122 * math/libm-test.inc (cexp_test): Add more tests.
4123
4124 2013-04-03 Andreas Schwab <schwab@suse.de>
4125
4126 [BZ #15330]
4127 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
4128 order arrays from heap if bigger than alloca cutoff.
4129
4130 2013-04-03 Thomas Schwinge <thomas@codesourcery.com>
4131
4132 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
4133 (SNAN_TESTS_double): Refer to GCC PR56831.
4134 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
4135 GCC PR56828.
4136
4137 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
4138
4139 * Rules (bench): Move bench.out after the run is complete.
4140
4141 * Rules (bench): Echo currently running benchmark.
4142
4143 * benchtests/Makefile (bench): Add atan and slowatan.
4144 * benchtests/atan-inputs: New file.
4145 * benchtests/slowatan-inputs: New file.
4146 * benchtests/slowatan.c: New file.
4147
4148 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
4149 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
4150 its value.
4151
4152 [BZ #15305]
4153 * sysdeps/unix/sysv/linux/kernel-features.h
4154 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
4155 __ASSUME_XFS_RESTRICTED_CHOWN.
4156 * sysdeps/unix/sysv/linux/pathconf.c
4157 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4158 Save and restore errno.
4159
4160 2013-04-02 Joseph Myers <joseph@codesourcery.com>
4161
4162 [BZ #15327]
4163 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
4164 arguments using __kernel_casinh.
4165 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
4166 arguments using __kernel_casinhf.
4167 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
4168 arguments using __kernel_casinhl.
4169 * math/libm-test.inc (cacosh_test): Add more tests.
4170 * sysdeps/i386/fpu/libm-test-ulps: Update.
4171 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4172
4173 2013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4174
4175 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
4176 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
4177
4178 * bench/Makefile (bench): Add sin and slowsin.
4179 * benchtests/sin-inputs: New file.
4180 * benchtests/slowsin-inputs: New file.
4181 * benchtests/slowsin.c: New file.
4182
4183 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
4184 (bench): Add slowexp and slowpow.
4185 (exp-ITER): Increase iterations.
4186 (pow-ITER): Likewise.
4187 * benchtests/exp-inputs: Change input.
4188 * benchtests/pow-inputs: Likewise.
4189 * benchtests/slowexp-inputs: New file.
4190 * benchtests/slowexp.c: New file.
4191 * benchtests/slowpow-inputs: New file.
4192 * benchtests/slowpow.c: New file.
4193
4194 2013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4195
4196 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
4197 instructions.
4198 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
4199 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
4200 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
4201 * benchtests/Makefile: Add rint benchtest.
4202 * benchtests/rint-inputs: Input for rint benchtest.
4203
4204 2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
4205
4206 * Versions.def (libm): Add GLIBC_2.18.
4207 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
4208 hidden libm prototypes.
4209 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
4210 * math/Makefile (libm-calls): Add s_issignaling.
4211 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
4212 __issignalingf, __issignalingl. Adjust all libm.abilist files.
4213 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
4214 declaration.
4215 * math/math.h [__USE_GNU] (issignaling): New macro.
4216 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
4217 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
4218 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
4219 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
4220 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
4221 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
4222 * manual/arith.texi (issignaling): New section.
4223 * manual/libm-err-tab.pl (@all_functions): Update comment.
4224 * math/gen-libm-test.pl (parse_args): Apply special handling for
4225 issignaling.
4226 * math/libm-test.inc (print_float, issignaling_test): New
4227 functions.
4228 (check_float_internal): Add issignaling checks.
4229 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
4230 default definition.
4231 * sysdeps/powerpc/math-tests.h: New file.
4232 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
4233 tests.
4234 * math/test-snan.c (TEST_FUNC): Likewise.
4235
4236 2013-03-30 David S. Miller <davem@davemloft.net>
4237
4238 * po/de.po: Update from translation team.
4239
4240 2013-03-30 Joseph Myers <joseph@codesourcery.com>
4241
4242 [BZ #10357]
4243 * math/k_casinh.c (__kernel_casinh): Handle arguments with
4244 imaginary part less than 1.0 and real part less than 0.5
4245 specially.
4246 * math/k_casinhf.c (__kernel_casinhf): Likewise.
4247 * math/k_casinhl.c (__kernel_casinhl): Likewise.
4248 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
4249 (cacos_test): Add more tests.
4250 (casin_test): Likewise.
4251 (casinh_test): Likewise.
4252 * sysdeps/i386/fpu/libm-test-ulps: Update.
4253 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4254
4255 2013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
4256
4257 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
4258 ONE with its value.
4259
4260 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
4261 (__pow_mp): Replace ONE and MONE with their values.
4262 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
4263 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
4264 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
4265 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
4266 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
4267 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
4268
4269 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
4270
4271 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
4272 (__pow_mp): Replace ZERO and MZERO with their values.
4273 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
4274 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
4275 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
4276 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4277 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
4278 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
4279 (__sqr): Likewise.
4280
4281 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
4282
4283 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
4284
4285 2013-03-28 Roland McGrath <roland@hack.frob.com>
4286
4287 * include/stdlib.h [!SHARED] (__call_tls_dtors):
4288 Declare with __attribute__ ((weak)).
4289 * stdlib/exit.c (__libc_atexit) [!SHARED]:
4290 Call __call_tls_dtors only if it's not NULL.
4291
4292 2013-03-28 Roland McGrath <roland@hack.frob.com>
4293
4294 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
4295 didn't do it already, then set _dl_phdr and _dl_phnum based on the
4296 magic __ehdr_start linker symbol if it's defined.
4297 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
4298 them up here if it was already done.
4299
4300 * elf/dl-support.c (_dl_phdr): Make pointer to const.
4301 (_dl_aux_init): Use const in cast when setting it.
4302 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
4303 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
4304 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
4305
4306 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
4307 Declare them here.
4308 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
4309 * csu/libc-tls.c: Nor here.
4310 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
4311
4312 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
4313 (__libc_message): Never call vsyslog.
4314
4315 2013-03-28 Alan Modra <amodra@gmail.com>
4316
4317 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
4318 Define as empty.
4319 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
4320 Likewise.
4321
4322 2013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4323
4324 [BZ #15214]
4325 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
4326 underflow.
4327 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4328
4329 2013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
4330
4331 [BZ #15304]
4332 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
4333 Don't add gid passed as argument.
4334
4335 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
4336
4337 2013-03-27 Joseph Myers <joseph@codesourcery.com>
4338
4339 [BZ #15307]
4340 * math/k_casinh.c (__kernel_casinh): Handle arguments with
4341 imaginary part between 1.0 and 1.5 and real part less than 0.5
4342 specially.
4343 * math/k_casinhf.c (__kernel_casinhf): Likewise.
4344 * math/k_casinhl.c (__kernel_casinhl): Likewise.
4345 * math/libm-test.inc (cacos_test): Add more tests.
4346 (casin_test): Likewise.
4347 (casinh_test): Likewise.
4348 * sysdeps/i386/fpu/libm-test-ulps: Update.
4349 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4350
4351 2013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4352
4353 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
4354 constants.
4355 (norm): Likewise.
4356 (denorm): Likewise.
4357 (__dbl_mp): Likewise.
4358 (add_magnitudes): Likewise.
4359 (sub_magnitudes): Likewise.
4360 (__add): Likewise.
4361 (__sub): Likewise.
4362 (__mul): Likewise.
4363 (__sqr): Likewise.
4364 (__inv): Likewise.
4365 (__dvd): Likewise.
4366
4367 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
4368 commented code.
4369 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
4370 (__dubcos): Likewise.
4371 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
4372 (__ieee754_acos): Likewise.
4373 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
4374 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
4375 (__exp1): Likewise.
4376 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
4377 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
4378 (log1): Likewise.
4379 (my_log2): Likewise.
4380 (checkint): Likewise.
4381 * sysdeps/ieee754/dbl-64/e_remainder.c
4382 (__ieee754_remainder): Likewise.
4383 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
4384 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
4385 (bsloww): Likewise.
4386 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
4387
4388 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
4389 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
4390 MANTISSA_STORE_T to store computations on mantissa. Use
4391 macros for rounding and division.
4392 (denorm): Likewise.
4393 (__dbl_mp): Likewise.
4394 (add_magnitudes): Likewise.
4395 (sub_magnitudes): Likewise.
4396 (__mul): Likewise.
4397 (__sqr): Likewise.
4398 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
4399 powers of two in terms of TWOPOW macro.
4400 (mp_no): Make type of mantissa as MANTISSA_T.
4401 [!RADIXI]: Define RADIXI.
4402 [!TWO52]: Define TWO52.
4403 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
4404
4405 2013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4406
4407 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
4408 llroundl symbol when building for PPC32.
4409
4410 2013-03-24 Mark H Weaver <mhw@netris.org>
4411
4412 * manual/arith.texi (Normalization Functions): Fix prototypes for
4413 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
4414
4415 2013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4416
4417 [BZ #13889]
4418 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
4419 high value to check if expl overflow.
4420 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
4421 to check for underflow and overflow.
4422 * math/libm-test.inc: Add exp test.
4423
4424 2013-03-21 Dmitry V. Levin <ldv@altlinux.org>
4425
4426 [BZ #11120]
4427 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
4428 with NOT_IN_libc.
4429
4430 2013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4431
4432 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
4433 symbol.
4434
4435 2013-03-21 Thomas Schwinge <thomas@codesourcery.com>
4436
4437 * math/gen-libm-test.pl (parse_args, special_functions): Properly
4438 wrap blocks consisting of several statements.
4439
4440 * sysdeps/generic/math-tests.h: New file.
4441 * sysdeps/i386/fpu/math-tests.h: Likewise.
4442 * math/test-snan.c: Include it.
4443 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
4444
4445 2013-03-21 Joseph Myers <joseph@codesourcery.com>
4446
4447 [BZ #15285]
4448 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
4449 (__ieee754_j0l): Do not improve calculations using cos of twice
4450 input for inputs above LDBL_MAX / 2.0L.
4451 (__ieee754_y0l): Likewise.
4452 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
4453 (__ieee754_j1l): Do not improve calculations using cos of twice
4454 input for inputs above LDBL_MAX / 2.0L.
4455 (__ieee754_y1l): Likewise.
4456 * math/libm-test.inc (j0_test): Add another test.
4457 (j1_test): Likewise.
4458 (y0_test): Likewise.
4459 (y1_test): Likewise.
4460 * sysdeps/i386/fpu/libm-test-ulps: Update.
4461
4462 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4463
4464 * Rules ($(objpfx)bench-%.c): Include code from a C source
4465 file.
4466
4467 2013-03-21 Joseph Myers <joseph@codesourcery.com>
4468
4469 [BZ #15287]
4470 * math/k_casinh.c (__kernel_casinh): Handle arguments with
4471 imaginary part 1.0 and real part less than 0.5 specially.
4472 * math/k_casinhf.c (__kernel_casinhf): Likewise.
4473 * math/k_casinhl.c (__kernel_casinhl): Likewise.
4474 * math/libm-test.inc (cacos_test): Add more tests.
4475 (casin_test): Likewise.
4476 (casinh_test): Likewise.
4477 * sysdeps/i386/fpu/libm-test-ulps: Update.
4478 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4479
4480 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4481
4482 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
4483 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
4484
4485 2013-03-20 Joseph Myers <joseph@codesourcery.com>
4486
4487 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
4488 * config.make.in (config-cflags-sse4): Remove variable.
4489 (config-cflags-avx): Likewise.
4490 (config-cflags-sse2avx): Likewise.
4491 (config-cflags-novzeroupper): Likewise.
4492 (config-asflags-i686): Likewise.
4493 (have-mfma4): Likewise.
4494 (have-as-vis3): Likewise.
4495 (MIG): Likewise.
4496 * configure.in (MIG): Do not AC_SUBST.
4497 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
4498 (libc_cv_cc_sse4): Do not AC_SUBST.
4499 (libc_cv_cc_avx): Likewise.
4500 (libc_cv_cc_sse2avx): Likewise.
4501 (libc_cv_cc_novzeroupper): Likewise.
4502 (libc_cv_cc_fma4): Likewise.
4503 (libc_cv_as_i686): Likewise.
4504 (libc_cv_sparc_as_vis3): Likewise.
4505 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
4506 LIBC_CONFIG_VAR.
4507 (config-asflags-i686): Likewise.
4508 (config-cflags-avx): Likewise.
4509 (config-cflags-sse2avx): Likewise.
4510 (have-mfma4): Likewise.
4511 (config-cflags-novzeroupper): Likewise.
4512 * sysdeps/mach/configure.in (MIG): Likewise.
4513 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
4514 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
4515 LIBC_CONFIG_VAR.
4516 (config-cflags-avx): Likewise.
4517 (config-cflags-sse2avx): Likewise.
4518 (have-mfma4): Likewise.
4519 (config-cflags-novzeroupper): Likewise.
4520 * configure: Regenerated.
4521 * sysdeps/i386/configure: Likewise.
4522 * sysdeps/mach/configure: Likewise.
4523 * sysdeps/sparc/configure: Likewise.
4524 * sysdeps/x86_64/configure: Likewise.
4525
4526 2013-03-20 Roland McGrath <roland@hack.frob.com>
4527
4528 [BZ #14812]
4529 * locale/programs/localedef.c (options): Put N_ translation marker
4530 on argument names, not just descriptions.
4531
4532 2013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
4533
4534 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
4535
4536 2013-03-20 Ondřej Bílka <neleai@seznam.cz>
4537
4538 [BZ #14176]
4539 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
4540
4541 2013-03-19 Roland McGrath <roland@hack.frob.com>
4542
4543 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
4544 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
4545 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
4546 [!BEFORE_ABORT] (before_abort): New function.
4547 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
4548 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
4549 (writev_for_fatal): New function.
4550 (WRITEV_FOR_FATAL): New macro; call that.
4551 (backtrace_and_maps): New function.
4552 (BEFORE_ABORT): New macro; call that.
4553 (struct str_list): Type removed.
4554 (__libc_message, __libc_fatal): Functions removed.
4555 Include <sysdeps/posix/libc_fatal.c> instead.
4556
4557 2013-03-19 Joseph Myers <joseph@codesourcery.com>
4558
4559 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
4560 constants.
4561 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
4562 double constants.
4563
4564 2013-03-19 Andreas Schwab <schwab@suse.de>
4565
4566 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
4567 * sysdeps/gnu/configure: Regenerate.
4568
4569 * configure.in: Substitute libc_cv_rtlddir.
4570 * configure: Regenerate.
4571 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
4572 * Makeconfig (rtlddir, inst_rtlddir): New variables.
4573 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
4574 * elf/Makefile (install-others, CFLAGS-interp.c)
4575 (ldso_install, common-ldd-rewrite): Likewise.
4576 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
4577 $(inst_slibdir)/$(rtld-installed-name).
4578 * scripts/rellns-sh: Add -p option.
4579 * Makerules (make-shlib-link): Use rellns-sh to get relative name
4580 for source.
4581
4582 2013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4583
4584 * manual/nptl.texi: Renamed to ...
4585 * manual/threads.texi: ... this.
4586 * manual/Makefile (chapters): Update.
4587
4588 2013-03-18 Roland McGrath <roland@hack.frob.com>
4589
4590 [BZ #14812]
4591 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
4592 on argument names, not just descriptions.
4593 * malloc/memusagestat.c (options): Likewise.
4594 * nss/getent.c (options): Likewise.
4595
4596 2013-03-18 Benno Schulenberg <bensberg@justemail.net>
4597
4598 [BZ #14812]
4599 * iconv/iconv_prog.c (options): Put N_ translation marker
4600 on argument names, not just descriptions.
4601 * iconv/iconvconfig.c (options): Likewise.
4602
4603 2013-03-18 Ondrej Bilka <neleai@seznam.cz>
4604
4605 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
4606 implementation which is faster on all x86_64 architectures.
4607 Tested on AMD, Intel Nehalem, SNB, IVB.
4608 * sysdeps/x86_64/strnlen.S: Likewise.
4609
4610 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
4611 Remove all multiarch strlen and strnlen versions.
4612 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
4613 Remove strlen and strnlen related parts.
4614
4615 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
4616 Inline strlen part.
4617 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4618
4619 * sysdeps/x86_64/multiarch/strlen.S: Remove.
4620 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
4621 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
4622 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
4623 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
4624 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
4625
4626 2013-03-17 Carlos O'Donell <carlos@redhat.com>
4627
4628 * manual/memory.texi (Malloc Tunable Parameters):
4629 Sort parameters alphabetically. Add comments for missing entries.
4630
4631 2013-03-17 David S. Miller <davem@davemloft.net>
4632
4633 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4634
4635 2013-03-16 Joseph Myers <joseph@codesourcery.com>
4636
4637 [BZ #15283]
4638 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
4639 for arguments at most half maximum finite value.
4640 * math/libm-test.inc (j0_test): Add more tests.
4641 (j1_test): Likewise.
4642 (y0_test): Likewise.
4643 (y1_test): Likewise.
4644 * sysdeps/i386/fpu/libm-test-ulps: Update.
4645 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4646
4647 [BZ #14155]
4648 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
4649 1 / x and functions P and Q for arguments above 0x1p256L.
4650 (__ieee754_y0l): Likewise.
4651 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4652 (__ieee754_y1l): Likewise.
4653 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
4654 (j1_test): Likewise.
4655 (y0_test): Likewise.
4656 (y1_test): Likewise.
4657
4658 2013-03-16 Thomas Schwinge <thomas@codesourcery.com>
4659
4660 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
4661 variable.
4662
4663 2013-03-15 Roland McGrath <roland@hack.frob.com>
4664
4665 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
4666 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
4667 zero since it's initialized to EXEC_PAGESIZE.
4668
4669 * sysdeps/unix/sysv/linux/ldsodefs.h
4670 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
4671 * sysdeps/generic/ldsodefs.h: ... here.
4672
4673 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
4674
4675 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
4676
4677 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
4678 math/test-snan.c.
4679 * math/test-snan.c: Renamed from
4680 sysdeps/powerpc/fpu/test-powerpc-snan.c.
4681 * math/Makefile (tests): Add test-snan.
4682 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
4683 test-powerpc-snan.
4684
4685 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
4686 SUFFIX. Initialize qNaN_var with __builtin_nan family of
4687 functions.
4688 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
4689 __builtin_nan family of functions.
4690 * math/libm-test.inc (initialize): Initialize qnan_value with
4691 __builtin_nan family of functions.
4692 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
4693 Remove variables.
4694 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
4695 Remove functions.
4696 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
4697 storage class. Initialize qNaN_var and sNaN_var with
4698 __builtin_nan and __builtin_nans families of functions,
4699 respectively.
4700
4701 * math/libm-test.inc (acosh_test): Also test with qNaN input.
4702 (sqrt_test): Remove duplicate test with qNaN input.
4703 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
4704 (round_test, signbit_test, significand_test): Note missing +/-Inf
4705 as well as qNaN tests.
4706
4707 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
4708 qNaN_var. Fix a few strings, too.
4709 * math/libm-test.inc (nan_value): Rename to qnan_value.
4710 * math/gen-libm-test.pl (%beautify): Adjust to that.
4711 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
4712 * math/test-misc.c (main): Likewise.
4713 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
4714 to __qnan_bytes, and __qnan_union, respectively.
4715 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
4716 Likewise.
4717 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
4718 and lqnanval, respectively.
4719 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
4720 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
4721 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
4722 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
4723
4724 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
4725 * math/test-misc.c (main) [__x86_64__]: Enable test for long
4726 doubles.
4727
4728 * math/test-misc.c (main): Fix copy'n'pastos.
4729 * misc/tst-efgcvt.c (special): Likewise.
4730
4731 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
4732 Remove declarations.
4733
4734 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4735
4736 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
4737 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
4738 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
4739 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
4740
4741 2013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4742
4743 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
4744 macro to return vdso values correctly in IFUNC implementations.
4745 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
4746 Optimization by using IFUNC.
4747
4748 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4749 Richard Henderson <rth@redhat.com>
4750 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
4751
4752 * Makefile.in (bench): New target.
4753 * NEWS: Mention the benchmark framework.
4754 * Rules (bench): Likewise.
4755 (binaries-bench): Generate binaries for functions to
4756 benchmark.
4757 * benchtests/Makefile: New makefile for benchmark tests.
4758 * benchtests/bench-skeleton.c: New skeleton file for benchmark
4759 programs.
4760 * benchtests/exp-inputs: New input file for EXP function.
4761 * benchtests/pow-inputs: New input file for POW function.
4762 * scripts/bench.pl: New script to generate source files for
4763 benchmark programs.
4764
4765 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4766
4767 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
4768 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
4769 computations on mantissa. Use macros for rounding and
4770 division.
4771 (denorm): Likewise.
4772 (__dbl_mp): Likewise.
4773 (add_magnitudes): Likewise.
4774 (sub_magnitudes): Likewise.
4775 (__mul): Likewise.
4776 (__sqr): Likewise.
4777 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
4778 powers of two in terms of TWOPOW macro.
4779 (mp_no): Make type of mantissa as MANTISSA_T.
4780 [!RADIXI]: Define RADIXI.
4781 [!TWO52]: Define TWO52.
4782 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
4783
4784 * manual/nptl.texi (cindex): Modify threads to pthreads.
4785
4786 2013-03-15 Joseph Myers <joseph@codesourcery.com>
4787
4788 * sysdeps/x86_64/preconfigure: Regenerated.
4789
4790 2013-03-14 Joseph Myers <joseph@codesourcery.com>
4791
4792 [BZ #14155]
4793 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
4794 0x1p28 and above.
4795 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
4796 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
4797 0x1p28 and above.
4798 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
4799 * math/libm-test.inc (j0_test): Do not allow one spurious
4800 underflow exception.
4801 (y1_test): Likewise.
4802
4803 2013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
4804
4805 * manual/Makefile (chapters): Add nptl.
4806 * manual/debug.texi (Debugging Support): Add link to Threads
4807 chapter.
4808 * manual/nptl.texi: New file.
4809
4810 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
4811
4812 2013-03-14 Petr Baudis <pasky@ucw.cz>
4813
4814 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
4815 for non-NULL pointer before the memory validity test. Pointed
4816 out by Holger Brunck <holger.brunck@keymile.com>.
4817
4818 2013-03-13 Andreas Schwab <schwab@suse.de>
4819
4820 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
4821 instead of .os.
4822
4823 2013-03-13 Joseph Myers <joseph@codesourcery.com>
4824
4825 * timezone/zic.c: Update from tzcode 2013b.
4826
4827 2013-03-12 Carlos O'Donell <carlos@redhat.com>
4828
4829 * manual/install.texi (Configuring and compiling):
4830 Mention i686 and i586.
4831 * INSTALL: Regenerate.
4832
4833 2013-03-12 Roland McGrath <roland@hack.frob.com>
4834
4835 * sysdeps/init_array/elf-init.c: New file.
4836 * csu/elf-init.c
4837 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
4838 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
4839
4840 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
4841 __gmon_start__ as global, but as static with a .preinit_array pointer.
4842 * sysdeps/init_array/gmon-start.c: New file. Use that.
4843 * sysdeps/init_array/crti.S: New file, empty except for comments.
4844 * sysdeps/init_array/crtn.S: Likewise.
4845
4846 2013-03-11 Ondřej Bílka <neleai@seznam.cz>
4847
4848 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
4849 definining bcopy.
4850 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4851 Remove Prefer_SSE_for_memop.
4852 * sysdeps/x86_64/multiarch/init-arch.h: Remove
4853 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
4854 HAS_PREFER_SSE_FOR_MEMOP.
4855 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
4856 memset-x86-64.
4857 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4858 Remove bzero, memset ifunc support.
4859 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
4860 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
4861 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4862 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4863
4864 2013-03-11 Andreas Schwab <schwab@suse.de>
4865
4866 [BZ #15234]
4867 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
4868 by SHLIB_COMPAT.
4869 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
4870 (GLIBC_2.16): Remove pthread_atfork.
4871
4872 2013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4873
4874 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
4875 (ptestcases.h): Likewise.
4876
4877 2013-03-08 Roland McGrath <roland@hack.frob.com>
4878
4879 * Makeconfig ($(common-objpfx)config.status): Depend on
4880 sysdeps/*/preconfigure{,.in} too.
4881
4882 2013-03-08 Joseph Myers <joseph@codesourcery.com>
4883
4884 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
4885 (__free_hook): Use void * instead of __malloc_ptr_t.
4886 (__malloc_hook): Likewise.
4887 (__realloc_hook): Likewise.
4888 (__memalign_hook): Likewise.
4889 (__after_morecore_hook): Likewise.
4890 * malloc/arena.c (save_malloc_hook): Likewise.
4891 (save_free_hook): Likewise.
4892 * malloc/hooks.c (malloc_hook_ini): Likewise.
4893 (realloc_hook_ini): Likewise.
4894 (memalign_hook_ini): Likewise.
4895 * malloc/malloc.c (malloc_hook_ini): Likewise.
4896 (realloc_hook_ini): Likewise.
4897 (memalign_hook_ini): Likewise.
4898 (__free_hook): Likewise.
4899 (__malloc_hook): Likewise.
4900 (__realloc_hook): Likewise.
4901 (__memalign_hook): Likewise.
4902 (__libc_malloc): Likewise.
4903 (__libc_free): Likewise.
4904 (__libc_realloc): Likewise.
4905 (__libc_memalign): Likewise.
4906 (__libc_valloc): Likewise.
4907 (__libc_pvalloc): Likewise.
4908 (__libc_calloc): Likewise.
4909 (__posix_memalign): Likewise.
4910 * malloc/morecore.c (__sbrk): Likewise.
4911 (__default_morecore): Likewise.
4912
4913 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
4914
4915 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
4916 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
4917 __malloc_ptrdiff_t.
4918
4919 * malloc/malloc.h (__malloc_size_t): Remove macro.
4920 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
4921 __malloc_size_t.
4922 (old_memalign_hook): Likewise.
4923 (old_realloc_hook): Likewise.
4924 (struct hdr): Likewise.
4925 (flood): Likewise.
4926 (mallochook): Likewise.
4927 (memalignhook): Likewise.
4928 (reallochook): Likewise.
4929 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
4930 (tr_old_realloc_hook): Likewise.
4931 (tr_old_memalign_hook): Likewise.
4932 (tr_mallochook): Likewise.
4933 (tr_reallochook): Likewise.
4934 (tr_memalignhook): Likewise.
4935
4936 2013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4937
4938 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
4939 default_ldbl_pack and using as default implementation.
4940 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
4941 implementation.
4942 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
4943 redundant definition.
4944 (ldbl_insert_mantissa): Likewise.
4945 (ldbl_canonicalize): Likewise.
4946 (ldbl_nearbyint): Likewise.
4947 (ldbl_pack): Rename to ldbl_pack_ppc.
4948 (ldbl_unpack): Rename to ldbl_unpack_ppc.
4949 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
4950 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
4951
4952 2013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
4953
4954 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
4955 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
4956 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
4957 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
4958 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
4959 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
4960 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
4961 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
4962
4963 2013-03-07 Andreas Jaeger <aj@suse.de>
4964
4965 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
4966 bits/mman-linux.h.
4967
4968 2013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
4969
4970 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
4971 Include mpa.h and declare __MPEXP.
4972 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
4973 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
4974 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
4975 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
4976 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
4977 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
4978 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
4979
4980 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
4981 (__slowpow): Use long double EXPL and LOGL functions to
4982 compute POW.
4983 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
4984 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
4985 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
4986 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
4987 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
4988 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
4989
4990 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
4991 intermediate variable to calculate exponent.
4992 (__sqr): Likewise.
4993 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
4994 Likewise.
4995 (__sqr): Likewise.
4996
4997 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
4998 [!NO__SQR]: Define __sqr.
4999 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
5000 and NO__SQR. Remove all code except __mul and __sqr. Include
5001 sysdeps/ieee754/dbl-64/mpa.c.
5002 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
5003
5004 [BZ #12723]
5005 * posix/Makefile (tests): Add tst-pathconf.
5006 * posix/tst-pathconf.c: New test case.
5007 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
5008 _PC_PIPE_BUF.
5009 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
5010
5011 2013-03-06 Patsy Franklin <pfrankli@redhat.com>
5012
5013 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
5014
5015 2013-03-06 Andreas Jaeger <aj@suse.de>
5016
5017 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
5018 definition via __MAP_ANONYMOUS.
5019
5020 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
5021 it's not part of Linux headers.
5022
5023 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
5024 (MAP_HUGE_MASK): Define.
5025
5026 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
5027 Define.
5028 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5029 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
5030 Define.
5031 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5032 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
5033 Define.
5034 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5035 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
5036 Define.
5037 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5038
5039 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
5040 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
5041 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
5042 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
5043 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
5044 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
5045
5046 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
5047 Handle f2fs.
5048
5049 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5050 Handle f2fs and efivarfs.
5051
5052 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
5053 f2fs.
5054
5055 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
5056 (EFIVARFS_MAGIC): Add.
5057 (F2FS_LINK_MAX): Add.
5058
5059 2013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5060
5061 * stdio-common/vfprintf.c: Replace __builtin_expect with
5062 __glibc_unlikely.
5063
5064 2013-03-06 Joseph Myers <joseph@codesourcery.com>
5065
5066 [BZ #13550]
5067 * sysdeps/generic/bp-sym.h: Remove file.
5068 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
5069 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
5070 <bp-sym.h> and <bp-asm.h>.
5071 (__longjmp): Don't use BP_SYM.
5072 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
5073 and <bp-asm.h>.
5074 (memcpy): Don't use BP_SYM.
5075 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
5076 <bp-sym.h> and <bp-asm.h>.
5077 (memcpy): Don't use BP_SYM.
5078 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
5079 <bp-asm.h>.
5080 (memcpy): Don't use BP_SYM.
5081 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
5082 <bp-asm.h>.
5083 (memset): Don't use BP_SYM.
5084 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5085 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5086 (__bzero): Don't use BP_SYM.
5087 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5088 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5089 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
5090 <bp-sym.h> and <bp-asm.h>.
5091 (memcmp): Don't use BP_SYM. Remove comment about bounded
5092 pointers.
5093 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
5094 <bp-sym.h> and <bp-asm.h>.
5095 (memcpy): Don't use BP_SYM.
5096 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
5097 <bp-sym.h> and <bp-asm.h>.
5098 (memset): Don't use BP_SYM.
5099 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5100 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5101 (__bzero): Don't use BP_SYM.
5102 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5103 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5104 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
5105 <bp-sym.h> and <bp-asm.h>.
5106 (strncmp): Don't use BP_SYM. Remove comment about bounded
5107 pointers.
5108 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
5109 <bp-sym.h> and <bp-asm.h>.
5110 (memcpy): Don't use BP_SYM.
5111 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
5112 <bp-sym.h> and <bp-asm.h>.
5113 (memset): Don't use BP_SYM.
5114 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5115 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5116 (__bzero): Don't use BP_SYM.
5117 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5118 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5119 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
5120 <bp-sym.h> and <bp-asm.h>.
5121 (__memchr): Don't use BP_SYM.
5122 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
5123 <bp-sym.h> and <bp-asm.h>.
5124 (memcmp): Don't use BP_SYM. Remove comment about bounded
5125 pointers.
5126 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
5127 <bp-sym.h> and <bp-asm.h>.
5128 (memcpy): Don't use BP_SYM.
5129 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
5130 <bp-sym.h> and <bp-asm.h>.
5131 (__mempcpy): Don't use BP_SYM.
5132 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
5133 <bp-sym.h> and <bp-asm.h>.
5134 (__memrchr): Don't use BP_SYM.
5135 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
5136 <bp-sym.h> and <bp-asm.h>.
5137 (memset): Don't use BP_SYM.
5138 (__bzero): Likewise.
5139 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
5140 <bp-sym.h> and <bp-asm.h>.
5141 (__rawmemchr): Don't use BP_SYM.
5142 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
5143 <bp-sym.h> and <bp-asm.h>.
5144 (__STRCMP): Don't use BP_SYM.
5145 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
5146 <bp-sym.h> and <bp-asm.h>.
5147 (strchr): Don't use BP_SYM.
5148 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
5149 <bp-sym.h> and <bp-asm.h>.
5150 (__strchrnul): Don't use BP_SYM.
5151 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
5152 <bp-sym.h> and <bp-asm.h>.
5153 (strlen): Don't use BP_SYM.
5154 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
5155 <bp-sym.h> and <bp-asm.h>.
5156 (strncmp): Don't use BP_SYM. Remove comment about bounded
5157 pointers.
5158 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
5159 <bp-sym.h> and <bp-asm.h>.
5160 (__strnlen): Don't use BP_SYM.
5161 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
5162 <bp-sym.h> and <bp-asm.h>.
5163 (__GI__setjmp): Don't use BP_SYM.
5164 (_setjmp): Likewise.
5165 (__sigsetjmp): Likewise.
5166 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
5167 (L(start_addresses)): Don't use BP_SYM.
5168 (_start): Likewise.
5169 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
5170 <bp-asm.h>.
5171 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
5172 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
5173 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5174 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5175 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
5176 <bp-asm.h>.
5177 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
5178 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
5179 about bounded pointers.
5180 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
5181 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
5182 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
5183 <bp-asm.h>.
5184 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
5185 about bounded pointers. Remove GKM FIXME comments.
5186 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
5187 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
5188 <bp-asm.h>.
5189 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
5190 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
5191 Remove GKM FIXME comments.
5192 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5193 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5194 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
5195 <bp-asm.h>.
5196 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
5197 about bounded pointers. Remove GKM FIXME comment.
5198 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
5199 and <bp-asm.h>.
5200 (strncmp): Don't use BP_SYM. Remove comment about bounded
5201 pointers.
5202 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
5203 <bp-sym.h> and <bp-asm.h>.
5204 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
5205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
5206 <bp-sym.h> and <bp-asm.h>.
5207 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
5208 comment.
5209
5210 2013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5211
5212 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
5213 call free(NULL).
5214
5215 2013-03-05 David S. Miller <davem@davemloft.net>
5216
5217 * po/es.po: Update from translation team.
5218
5219 2013-03-05 Andreas Jaeger <aj@suse.de>
5220
5221 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
5222 <bits/mman-linux.h>.
5223 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
5224 is fine.
5225 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
5226 <bits/mman-linux.h> to end of file.
5227 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
5228 is fine.
5229 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
5230 <bits/mman-linux.h> to end of file.
5231 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
5232 is fine.
5233 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
5234 <bits/mman-linux.h> to end of file.
5235
5236 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
5237 (MCL_CURRENT, MCL_FUTURE): Define here.
5238
5239 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5240
5241 [BZ #15232]
5242 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
5243 attribute_hidden.
5244 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5245
5246 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5247
5248 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
5249 fourth parameter needed for rt_sigprocmask syscall.
5250 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5251 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
5252 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
5253 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
5254 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
5255 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
5256
5257 2013-03-04 Joseph Myers <joseph@codesourcery.com>
5258
5259 [BZ #13550]
5260 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
5261 comment about bounded pointers.
5262 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
5263 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
5264
5265 2013-03-04 Andreas Jaeger <aj@suse.de>
5266
5267 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
5268 common definitions.
5269
5270 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
5271 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
5272 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
5273 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5274 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
5275 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5276
5277 2013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5278
5279 [BZ #15055]
5280 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
5281 __ieee754_sqrl instead of __sqrl.
5282
5283 2013-03-01 Joseph Myers <joseph@codesourcery.com>
5284
5285 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
5286 * sysdeps/powerpc/fpu_control.h: ... here.
5287 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
5288 * sysdeps/powerpc/bits/fenvinline.h: ... here.
5289 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
5290 * sysdeps/powerpc/bits/mathinline.h: ... here.
5291
5292 2013-03-01 Roland McGrath <roland@hack.frob.com>
5293
5294 * elf/dl-hwcaps.c (_dl_important_hwcaps):
5295 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
5296 to just [NEED_DL_SYSINFO_DSO].
5297 * elf/dl-support.c: Likewise.
5298 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5299 * elf/rtld.c (dl_main): Likewise.
5300 * elf/setup-vdso.h (setup_vdso): Likewise.
5301 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
5302 * sysdeps/unix/sysv/linux/dl-sysdep.c
5303 (_dl_discover_osversion): Likewise.
5304
5305 2013-03-01 Carlos O'Donell <carlos@redhat.com>
5306
5307 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
5308 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
5309
5310 2013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5311
5312 * NEWS: Mention libm performance improvements and non-x86 PI
5313 futex support.
5314
5315 * csu/libc-start.c (__pthread_initialize_minimal): Change
5316 function arguments.
5317 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
5318
5319 2013-02-28 Joseph Myers <joseph@codesourcery.com>
5320
5321 [BZ #13550]
5322 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
5323 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
5324 <bp-sym.h> and <bp-asm.h>.
5325 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
5326 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
5327 and <bp-asm.h>.
5328 (memcpy): Don't use BP_SYM.
5329 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
5330 <bp-asm.h>.
5331 (__mpn_add_n): Don't use BP_SYM.
5332 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
5333 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
5334 and <bp-asm.h>.
5335 (__mpn_addmul_1): Don't use BP_SYM.
5336 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
5337 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
5338 <bp-sym.h>.
5339 (_setjmp): Don't use BP_SYM.
5340 (__novmx_setjmp): Likewise.
5341 (__GI__setjmp): Likewise.
5342 (__vmx_setjmp): Likewise.
5343 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
5344 <bp-sym.h>.
5345 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
5346 (__bzero): Don't use BP_SYM.
5347 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5348 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5349 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
5350 <bp-sym.h> and <bp-asm.h>.
5351 (memcpy): Don't use BP_SYM.
5352 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
5353 <bp-sym.h> and <bp-asm.h>.
5354 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
5355 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
5356 <bp-sym.h> and <bp-asm.h>.
5357 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
5358 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
5359 <bp-asm.h>.
5360 (__mpn_lshift): Don't use BP_SYM.
5361 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
5362 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
5363 <bp-asm.h>.
5364 (memset): Don't use BP_SYM.
5365 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5366 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5367 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
5368 <bp-asm.h>.
5369 (__mpn_mul_1): Don't use BP_SYM.
5370 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
5371 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
5372 <bp-sym.h> and <bp-asm.h>.
5373 (memcmp): Don't use BP_SYM.
5374 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
5375 <bp-sym.h> and <bp-asm.h>.
5376 (memcpy): Don't use BP_SYM.
5377 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
5378 <bp-sym.h> and <bp-asm.h>.
5379 (memset): Don't use BP_SYM.
5380 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
5381 <bp-sym.h> and <bp-asm.h>.
5382 (strncmp): Don't use BP_SYM.
5383 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
5384 <bp-sym.h> and <bp-asm.h>.
5385 (memcpy): Don't use BP_SYM.
5386 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
5387 <bp-sym.h> and <bp-asm.h>.
5388 (memset): Don't use BP_SYM.
5389 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
5390 <bp-sym.h> and <bp-asm.h>.
5391 (__memchr): Don't use BP_SYM.
5392 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
5393 <bp-sym.h> and <bp-asm.h>.
5394 (memcmp): Don't use BP_SYM.
5395 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
5396 <bp-sym.h> and <bp-asm.h>.
5397 (memcpy): Don't use BP_SYM.
5398 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
5399 <bp-sym.h> and <bp-asm.h>.
5400 (__mempcpy): Don't use BP_SYM.
5401 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
5402 <bp-sym.h> and <bp-asm.h>.
5403 (__memrchr): Don't use BP_SYM.
5404 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
5405 <bp-sym.h> and <bp-asm.h>.
5406 (memset): Don't use BP_SYM.
5407 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
5408 <bp-sym.h> and <bp-asm.h>.
5409 (__rawmemchr): Don't use BP_SYM.
5410 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
5411 <bp-sym.h> and <bp-asm.h>.
5412 (__STRCMP): Don't use BP_SYM.
5413 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
5414 <bp-sym.h> and <bp-asm.h>.
5415 (strchr): Don't use BP_SYM.
5416 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
5417 <bp-sym.h> and <bp-asm.h>.
5418 (__strchrnul): Don't use BP_SYM.
5419 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
5420 <bp-sym.h> and <bp-asm.h>.
5421 (strlen): Don't use BP_SYM.
5422 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
5423 <bp-sym.h> and <bp-asm.h>.
5424 (strncmp): Don't use BP_SYM.
5425 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
5426 <bp-sym.h> and <bp-asm.h>.
5427 (__strnlen): Don't use BP_SYM.
5428 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
5429 <bp-asm.h>.
5430 (__mpn_rshift): Don't use BP_SYM.
5431 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
5432 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
5433 <bp-sym.h> and <bp-asm.h>.
5434 (__sigsetjmp): Don't use BP_SYM.
5435 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
5436 (L(start_addresses)): Don't use BP_SYM.
5437 (_start): Likewise.
5438 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
5439 <bp-asm.h>.
5440 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
5441 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5442 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5443 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
5444 <bp-asm.h>.
5445 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
5446 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
5447 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
5448 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
5449 <bp-asm.h>.
5450 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
5451 comments.
5452 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
5453 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
5454 <bp-asm.h>.
5455 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
5456 FIXME comments.
5457 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5458 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5459 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
5460 <bp-asm.h>.
5461 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
5462 comment.
5463 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
5464 and <bp-asm.h>.
5465 (strncmp): Don't use BP_SYM,
5466 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
5467 <bp-asm.h>.
5468 (__mpn_sub_n): Don't use BP_SYM.
5469 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
5470 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
5471 and <bp-asm.h>.
5472 (__mpn_submul_1): Don't use BP_SYM.
5473 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
5474 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
5475 <bp-sym.h> and <bp-asm.h>.
5476 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
5477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
5478 <bp-sym.h> and <bp-asm.h>.
5479 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
5480 comment.
5481
5482 2013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
5483
5484 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
5485 Use ZK to minimize writes to Z.
5486 (sub_magnitudes): Simplify code a bit.
5487 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
5488 Use ZK to minimize writes to Z.
5489 (sub_magnitudes): Simplify code a bit.
5490
5491 2013-02-27 Roland McGrath <roland@hack.frob.com>
5492
5493 * csu/gmon-start.c: Add special exception to license text.
5494
5495 2013-02-27 Richard Henderson <rth@redhat.com>
5496
5497 * scripts/config.guess: Update from config.git.
5498 * scripts/config.sub: Likewise.
5499
5500 2013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
5501
5502 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
5503
5504 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
5505
5506 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
5507
5508 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
5509
5510 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
5511
5512 2013-02-26 Roland McGrath <roland@hack.frob.com>
5513
5514 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
5515 [$(build-shared = yes].
5516
5517 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5518
5519 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
5520 (__mul): Reduce iterations for calculating mantissa.
5521
5522 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
5523 MPTWO.
5524 (__mpranred): Likewise.
5525
5526 [BZ #15160]
5527 * malloc/memusagestat.c (main): Draw graphs for heap and stack
5528 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
5529
5530 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
5531
5532 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
5533 Define __attribute__.
5534
5535 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5536
5537 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
5538 unused.
5539 * posix/regex_internal.h (__attribute): Remove.
5540 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
5541 (re_string_context_at): Likewise.
5542 (bitset_not): Use __attribute__ and mark function as possibly
5543 unused.
5544 (bitset_merge): Likewise.
5545 (bitset_mask): Likewise.
5546 (re_string_char_size_at): Likewise.
5547 (re_string_wchar_at): Likewise.
5548 (re_string_elem_size_at): Likewise.
5549
5550 2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
5551
5552 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
5553 code.
5554 (cc32): Likewise.
5555
5556 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
5557 (__acr): Likewise.
5558 (__cpy): Likewise.
5559 (norm): Likewise.
5560 (denorm): Likewise.
5561 (__dbl_mp): Likewise.
5562 (add_magnitudes): Likewise.
5563 (sub_magnitudes): Likewise.
5564 (__mul): Likewise.
5565 (__inv): Likewise.
5566
5567 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
5568 style.
5569
5570 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
5571 style.
5572
5573 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
5574 code.
5575
5576 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
5577 up changes with default code.
5578 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
5579 Likewise.
5580
5581 2013-02-24 Allan McRae <allan@archlinux.org>
5582
5583 * manual/socket.texi (The Internet Namespace): Order menu items
5584 to match that in the file.
5585
5586 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
5587 node listing of the info page menu.
5588
5589 2013-02-21 Joseph Myers <joseph@codesourcery.com>
5590
5591 [BZ #13550]
5592 * sysdeps/i386/bp-asm.h: Remove file.
5593 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
5594 (PARMS): Do not use macros from bp-asm.h.
5595 (S1): Likewise.
5596 (S2): Likewise.
5597 (SIZE): Likewise.
5598 (__mpn_add_n): Do not use BP_SYM
5599 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
5600 "bp-asm.h".
5601 (PARMS): Do not use macros from bp-asm.h.
5602 (S1): Likewise.
5603 (SIZE): Likewise.
5604 (__mpn_addmul_1): Do not use BP_SYM
5605 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
5606 "bp-asm.h".
5607 (PARMS): Do not use macros from bp-asm.h.
5608 (SIGMSK): Likewise.
5609 (_setjmp): Likewise. Do not use BP_SYM.
5610 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
5611 "bp-asm.h".
5612 (PARMS): Do not use macros from bp-asm.h.
5613 (SIGMSK): Likewise.
5614 (setjmp): Likewise. Do not use BP_SYM.
5615 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
5616 "bp-asm.h".
5617 (PARMS): Do not use macros from bp-asm.h.
5618 (__frexp): Do not use BP_SYM.
5619 (frexp): Likewise.
5620 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
5621 "bp-asm.h".
5622 (PARMS): Do not use macros from bp-asm.h.
5623 (__frexpf): Do not use BP_SYM.
5624 (frexpf): Likewise.
5625 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
5626 "bp-asm.h".
5627 (PARMS): Do not use macros from bp-asm.h.
5628 (__frexpl): Do not use BP_SYM.
5629 (frexpl): Likewise.
5630 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
5631 "bp-asm.h".
5632 (PARMS): Do not use macros from bp-asm.h.
5633 (__remquo): Do not use BP_SYM.
5634 (remquo): Likewise.
5635 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
5636 "bp-asm.h".
5637 (PARMS): Do not use macros from bp-asm.h.
5638 (__remquof): Do not use BP_SYM.
5639 (remquof): Likewise.
5640 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
5641 "bp-asm.h".
5642 (PARMS): Do not use macros from bp-asm.h.
5643 (__remquol): Do not use BP_SYM.
5644 (remquol): Likewise.
5645 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
5646 "bp-asm.h".
5647 (PARMS): Do not use macros from bp-asm.h.
5648 (DEST): Likewise.
5649 (SRC): Likewise.
5650 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
5651 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
5652 "bp-asm.h".
5653 (PARMS): Do not use macros from bp-asm.h.
5654 (strlen): Do not use BP_SYM.
5655 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
5656 "bp-asm.h".
5657 (PARMS): Do not use macros from bp-asm.h.
5658 (S1): Likewise.
5659 (S2): Likewise.
5660 (SIZE): Likewise.
5661 (__mpn_add_n): Do not use BP_SYM.
5662 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
5663 "bp-asm.h".
5664 (PARMS): Do not use macros from bp-asm.h.
5665 (S1): Likewise.
5666 (SIZE): Likewise.
5667 (__mpn_addmul_1): Do not use BP_SYM.
5668 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
5669 weak_alias.
5670 (bzero): Likewise.
5671 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
5672 "bp-asm.h".
5673 (PARMS): Do not use macros from bp-asm.h.
5674 (S): Likewise.
5675 (SIZE): Likewise.
5676 (__mpn_lshift): Do not use BP_SYM.
5677 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
5678 "bp-asm.h".
5679 (PARMS): Do not use macros from bp-asm.h.
5680 (DEST): Likewise.
5681 (SRC): Likewise.
5682 (LEN): Likewise.
5683 (memcpy): Likewise. Do not use BP_SYM.
5684 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
5685 libc_hidden_def and weak_alias.
5686 (mempcpy): Do not use BP_SYM in weak_alias.
5687 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
5688 "bp-asm.h".
5689 (PARMS): Do not use macros from bp-asm.h.
5690 (DEST): Likewise.
5691 (LEN): Likewise.
5692 [!BZERO_P] (CHR): Likewise.
5693 (memset): Likewise. Do not use BP_SYM.
5694 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
5695 "bp-asm.h".
5696 (PARMS): Do not use macros from bp-asm.h.
5697 (S1): Likewise.
5698 (SIZE): Likewise.
5699 (__mpn_mul_1): Do not use BP_SYM.
5700 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
5701 "bp-asm.h".
5702 (PARMS): Do not use macros from bp-asm.h.
5703 (S): Likewise.
5704 (SIZE): Likewise.
5705 (__mpn_rshift): Do not use BP_SYM.
5706 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
5707 "bp-asm.h".
5708 (PARMS): Do not use macros from bp-asm.h.
5709 (STR): Likewise.
5710 (CHR): Likewise.
5711 (strchr): Likewise. Do not use BP_SYM.
5712 (index): Do not use BP_SYM in weak_alias.
5713 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
5714 "bp-asm.h".
5715 (PARMS): Do not use macros from bp-asm.h.
5716 (DEST): Likewise.
5717 (SRC): Likewise.
5718 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
5719 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
5720 "bp-asm.h".
5721 (PARMS): Do not use macros from bp-asm.h.
5722 (strlen): Do not use BP_SYM.
5723 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
5724 "bp-asm.h".
5725 (PARMS): Do not use macros from bp-asm.h.
5726 (S1): Likewise.
5727 (S2): Likewise.
5728 (SIZE): Likewise.
5729 (__mpn_sub_n): Do not use BP_SYM.
5730 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
5731 "bp-asm.h".
5732 (PARMS): Do not use macros from bp-asm.h.
5733 (S1): Likewise.
5734 (SIZE): Likewise.
5735 (__mpn_submul_1): Do not use BP_SYM.
5736 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
5737 "bp-asm.h".
5738 (PARMS): Do not use macros from bp-asm.h.
5739 (S1): Likewise.
5740 (S2): Likewise.
5741 (SIZE): Likewise.
5742 (__mpn_add_n): Do not use BP_SYM.
5743 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
5744 weak_alias.
5745 (bzero): Likewise.
5746 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
5747 "bp-asm.h".
5748 (PARMS): Do not use macros from bp-asm.h.
5749 (BLK2): Likewise.
5750 (LEN): Likewise.
5751 (memcmp): Do not use BP_SYM.
5752 (bcmp): Do not use BP_SYM in weak_alias.
5753 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
5754 "bp-asm.h".
5755 (PARMS): Do not use macros from bp-asm.h.
5756 (DEST): Likewise.
5757 (SRC): Likewise.
5758 (LEN): Likewise.
5759 (memcpy): Likewise. Do not use BP_SYM.
5760 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
5761 "bp-asm.h".
5762 (PARMS): Do not use macros from bp-asm.h.
5763 (DEST): Likewise.
5764 (SRC): Likewise.
5765 (LEN): Likewise.
5766 (memmove): Likewise. Do not use BP_SYM.
5767 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
5768 "bp-asm.h".
5769 (PARMS): Do not use macros from bp-asm.h.
5770 (DEST): Likewise.
5771 (SRC): Likewise.
5772 (LEN): Likewise.
5773 (__mempcpy): Likewise. Do not use BP_SYM.
5774 (mempcpy): Do not use BP_SYM in weak_alias.
5775 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
5776 "bp-asm.h".
5777 (PARMS): Do not use macros from bp-asm.h.
5778 (DEST): Likewise.
5779 (LEN): Likewise.
5780 [!BZERO_P] (CHR): Likewise.
5781 (memset): Likewise. Do not use BP_SYM.
5782 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
5783 "bp-asm.h".
5784 (PARMS): Do not use macros from bp-asm.h.
5785 (STR2): Likewise.
5786 (strcmp): Do not use BP_SYM.
5787 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
5788 "bp-asm.h".
5789 (PARMS): Do not use macros from bp-asm.h.
5790 (STR): Likewise.
5791 (DELIM): Likewise.
5792 [USE_AS_STRTOK_R] (SAVE): Likewise.
5793 (FUNCTION): Likewise. Do not use BP_SYM.
5794 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
5795 aliases.
5796 (strtok_r): Likewise.
5797 (__GI___strtok_r): Likewise.
5798 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
5799 (PARMS): Do not use macros from bp-asm.h.
5800 (S): Likewise.
5801 (SIZE): Likewise.
5802 (__mpn_lshift): Do not use BP_SYM.
5803 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
5804 (PARMS): Do not use macros from bp-asm.h.
5805 (STR): Likewise.
5806 (CHR): Likewise.
5807 (__memchr): Do not use BP_SYM.
5808 (memchr): Do not use BP_SYM in weak_alias.
5809 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
5810 (PARMS): Do not use macros from bp-asm.h.
5811 (BLK2): Likewise.
5812 (LEN): Likewise.
5813 (memcmp): Do not use BP_SYM.
5814 (bcmp): Do not use BP_SYM in weak_alias.
5815 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
5816 (PARMS): Do not use macros from bp-asm.h.
5817 (S1): Likewise.
5818 (SIZE): Likewise.
5819 (__mpn_mul_1): Do not use BP_SYM.
5820 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
5821 "bp-asm.h".
5822 (PARMS): Do not use macros from bp-asm.h.
5823 (STR): Likewise.
5824 (CHR): Likewise.
5825 (__rawmemchr): Do not use BP_SYM.
5826 (rawmemchr): Do not use BP_SYM in weak_alias.
5827 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
5828 (PARMS): Do not use macros from bp-asm.h.
5829 (S): Likewise.
5830 (SIZE): Likewise.
5831 (__mpn_rshift): Do not use BP_SYM.
5832 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
5833 (PARMS): Do not use macros from bp-asm.h.
5834 (SIGMSK): Likewise.
5835 (__sigsetjmp): Likewise. Do not use BP_SYM.
5836 * sysdeps/i386/start.S: Do not include "bp-sym.h".
5837 (_start): Do not use BP_SYM.
5838 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
5839 (PARMS): Do not use macros from bp-asm.h.
5840 (DEST): Likewise.
5841 (SRC): Likewise.
5842 (__stpcpy): Likewise. Do not use BP_SYM.
5843 (stpcpy): Do not use BP_SYM in weak_alias.
5844 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
5845 "bp-asm.h".
5846 (PARMS): Do not use macros from bp-asm.h.
5847 (DEST): Likewise.
5848 (SRC): Likewise.
5849 (LEN): Likewise.
5850 (__stpncpy): Likewise. Do not use BP_SYM.
5851 (stpncpy): Do not use BP_SYM in weak_alias.
5852 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
5853 (PARMS): Do not use macros from bp-asm.h.
5854 (STR): Likewise.
5855 (CHR): Likewise.
5856 (strchr): Likewise. Do not use BP_SYM.
5857 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
5858 "bp-asm.h".
5859 (PARMS): Do not use macros from bp-asm.h.
5860 (STR): Likewise.
5861 (CHR): Likewise.
5862 (__strchrnul): Likewise. Do not use BP_SYM.
5863 (strchrnul): Do not use BP_SYM in weak_alias.
5864 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
5865 "bp-asm.h".
5866 (PARMS): Do not use macros from bp-asm.h.
5867 (STOP): Likewise.
5868 (strcspn): Do not use BP_SYM.
5869 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
5870 "bp-asm.h".
5871 (PARMS): Do not use macros from bp-asm.h.
5872 (STR): Likewise.
5873 (STOP): Likewise.
5874 (strpbrk): Likewise. Do not use BP_SYM.
5875 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
5876 "bp-asm.h".
5877 (PARMS): Do not use macros from bp-asm.h.
5878 (STR): Likewise.
5879 (CHR): Likewise.
5880 (strrchr): Likewise. Do not use BP_SYM.
5881 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
5882 (PARMS): Do not use macros from bp-asm.h.
5883 (SKIP): Likewise.
5884 (strspn): Do not use BP_SYM.
5885 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
5886 (PARMS): Do not use macros from bp-asm.h.
5887 (STR): Likewise.
5888 (DELIM): Likewise.
5889 (SAVE): Likewise.
5890 (FUNCTION): Likewise. Do not use BP_SYM.
5891 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
5892 aliases.
5893 (strtok_r): Likewise.
5894 (__GI___strtok_r): Likewise.
5895 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
5896 (PARMS): Do not use macros from bp-asm.h.
5897 (S1): Likewise.
5898 (S2): Likewise.
5899 (SIZE): Likewise.
5900 (__mpn_sub_n): Do not use BP_SYM.
5901 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
5902 "bp-asm.h".
5903 (PARMS): Do not use macros from bp-asm.h.
5904 (S1): Likewise.
5905 (SIZE): Likewise.
5906 (__mpn_submul_1): Do not use BP_SYM.
5907 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
5908 <bp-sym.h>.
5909 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
5910 and <bp-asm.h>.
5911 (PARMS): Do not use macros from bp-asm.h.
5912 (FLAGS): Likewise.
5913 (PTID): Likewise.
5914 (TLS): Likewise.
5915 (CTID): Likewise.
5916 (__clone): Do not use BP_SYM.
5917 (clone): Do not use BP_SYM in weak_alias.
5918 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
5919 and <bp-asm.h>.
5920 (PARMS): Do not use macros from bp-asm.h.
5921 (LEN): Likewise.
5922 (__mmap64): Do not use BP_SYM.
5923 (mmap64): Do not use BP_SYM in weak_alias.
5924 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
5925 <bp-sym.h> and <bp-asm.h>.
5926 (PARMS): Do not use macros from bp-asm.h.
5927 (__posix_fadvise64_l64): Do not use BP_SYM.
5928 * sysdeps/unix/sysv/linux/i386/semtimedop.S
5929 (PARMS): Do not use macros from bp-asm.h.
5930 (NSOPS): Likewise.
5931 (semtimedop): Do not use BP_SYM.
5932 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
5933 and <bp-asm.h>.
5934
5935 2013-02-21 Allan McRae <allan@archlinux.org>
5936
5937 * manual/message.texi (Charset conversion in gettext):
5938 Move @end statement to beginning of line.
5939
5940 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
5941
5942 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
5943 static.
5944 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
5945 Likewise.
5946
5947 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
5948 (denorm): Likewise.
5949 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
5950 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
5951
5952 2013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5953
5954 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
5955 tail-call to the resolved function if pltexit isn't needed.
5956
5957 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
5958
5959 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
5960 or Y being zero as being unlikely.
5961 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
5962 Likewise.
5963
5964 2013-02-20 Carlos O'Donell <carlos@redhat.com>
5965
5966 * manual/nss.texi (System Databases and Name Service Switch):
5967 Remove frobnicate @pxref.
5968
5969 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
5970
5971 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
5972 __attribute__ ((unused)) to __attribute__ ((__unused__)).
5973
5974 2013-02-20 Petr Machata <pmachata@redhat.com>
5975
5976 * elf/elf.h (R_ARM_TARGET1): New macro.
5977 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
5978 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
5979 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
5980 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
5981 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
5982 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
5983 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
5984 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
5985 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
5986 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
5987 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
5988 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
5989 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
5990 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
5991 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
5992 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
5993 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
5994 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
5995 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
5996 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
5997 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
5998 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
5999 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
6000 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
6001 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
6002 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
6003 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
6004 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
6005 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
6006 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
6007 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
6008 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
6009 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
6010 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
6011 (R_ARM_THM_GOT_BREL12): Likewise.
6012 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
6013 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
6014 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
6015 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
6016 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
6017 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
6018 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
6019 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
6020 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
6021
6022 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
6023
6024 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
6025 __attribute_used__ to __attribute__ ((unused)).
6026
6027 2013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
6028
6029 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
6030 powerpc mpa.c.
6031 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
6032 comment formatting.
6033 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
6034
6035 2013-02-19 Joseph Myers <joseph@codesourcery.com>
6036
6037 [BZ #13550]
6038 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
6039 Remove macro.
6040 (ENTER): Remove both macro definitions.
6041 (LEAVE): Likewise.
6042 (CHECK_BOUNDS_LOW): Likewise.
6043 (CHECK_BOUNDS_HIGH): Likewise.
6044 (CHECK_BOUNDS_BOTH): Likewise.
6045 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
6046 (RETURN_BOUNDED_POINTER): Likewise.
6047 (RETURN_NULL_BOUNDED_POINTER): Likewise.
6048 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
6049 (POP_ERRNO_LOCATION_RETURN): Likewise.
6050 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
6051 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6052 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
6053 macros.
6054 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6055 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
6056 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
6057 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
6058 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
6059 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
6060 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
6061 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
6062 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
6063 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
6064 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
6065 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
6066 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6067 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
6068 removed macros.
6069 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6070 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
6071 macros.
6072 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6073 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
6074 * sysdeps/i386/i586/memset.S (memset): Likewise.
6075 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
6076 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6077 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
6078 macros.
6079 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6080 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
6081 Change uses of L(2) to L(out).
6082 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
6083 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
6084 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
6085 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6086 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
6087 removed macros.
6088 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6089 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
6090 macros.
6091 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6092 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
6093 (RETURN): Do not use macro LEAVE.
6094 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
6095 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
6096 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
6097 * sysdeps/i386/i686/memset.S (memset): Likewise.
6098 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
6099 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
6100 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
6101 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
6102 Likewise.
6103 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
6104 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
6105 L(1_2) and L(1_3) into L(1).
6106 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
6107 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
6108 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6109 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
6110 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
6111 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
6112 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
6113 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6114 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
6115 macros.
6116 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
6117 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6118 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
6119 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
6120 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
6121 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
6122 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
6123 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
6124 * sysdeps/i386/strcspn.S (strcspn): Likewise.
6125 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
6126 * sysdeps/i386/strrchr.S (strrchr): Likewise.
6127 * sysdeps/i386/strspn.S (strspn): Likewise.
6128 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
6129 conditional code.
6130 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
6131 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
6132 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
6133 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
6134 L(1_3) into L(1_1).
6135 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
6136 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6137 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
6138 macros.
6139 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6140
6141 2013-02-19 Jakub Jelinek <jakub@redhat.com>
6142
6143 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
6144 macro.
6145
6146 2013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6147
6148 * math/atest-exp.c (exp_mpn): Remove ROUND.
6149 * math/atest-exp2.c (exp_mpn): Likewise.
6150 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
6151
6152 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
6153 * stdlib/tst-tls-atexit-lib.c: Likewise.
6154 * stdlib/tst-tls-atexit.c: Likewise.
6155
6156 2013-02-18 Mike Frysinger <vapier@gentoo.org>
6157
6158 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
6159 and __attribute_alloc_size__.
6160
6161 2013-02-18 Mike Frysinger <vapier@gentoo.org>
6162
6163 * include/programs/xmalloc.h: Change __attribute_alloc_size to
6164 __attribute_alloc_size__.
6165 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
6166 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
6167
6168 2013-02-18 Mike Frysinger <vapier@gentoo.org>
6169
6170 * include/programs/xmalloc.h: New file.
6171 * catgets/gencat.c: Include it.
6172 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
6173 * elf/pldd.c: Likewise.
6174 * iconv/iconv_charmap.c: Likewise.
6175 * iconv/iconvconfig.c: Likewise.
6176 * iconv/strtab.c: Likewise.
6177 * locale/programs/locale.c: Likewise.
6178 * locale/programs/localedef.h: Likewise.
6179 * locale/programs/simple-hash.c: Likewise.
6180 * nscd/nscd.h: Likewise.
6181 * nss/makedb.c: Likewise.
6182 * sysdeps/generic/ldconfig.h: Likewise.
6183
6184 2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6185
6186 * Versions.def: Add GLIBC_2.18.
6187 * include/link.h (struct link_map): New member l_tls_dtor_count.
6188 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
6189 (__call_tls_dtors): Likewise.
6190 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
6191 __cxa_thread_atexit_impl.
6192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6193 Likewise.
6194 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6195 Likewise.
6196 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
6197 Likewise.
6198 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
6199 Likewise.
6200 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
6201 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
6202 Likewise.
6203 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
6204 Likewise.
6205 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
6206 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
6207 Likewise.
6208 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
6209 (tests): Add test case tst-tls-atexit.
6210 (modules-names): Add shared library for tst-tls-atexit.
6211 * stdlib/Versions (GLIBC_2.17): Add __cxa_thread_atexit_impl.
6212 (GLIBC_PRIVATE): Add __call_tls_dtors.
6213 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
6214 for libstdc++.
6215 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
6216 * stdlib/tst-tls-atexit.c: New test case.
6217 * stdlib/tst-tls-atexit-lib.c: New test case.
6218
6219 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
6220
6221 * elf/Versions (ld): Add _dl_find_dso_for_object.
6222 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
6223 * elf/dl-open.c (_dl_find_dso_for_object): New function.
6224 (dl_open_worker): Use _dl_find_dso_for_object.
6225 * elf/dl-sym.c (do_sym): Likewise.
6226 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
6227
6228 2013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6229
6230 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
6231 Syntactic changes only.
6232 (_dl_runtime_profile): Do a tail-call to the resolved function.
6233
6234 2013-02-17 Joseph Myers <joseph@codesourcery.com>
6235
6236 [BZ #13550]
6237 * sysdeps/x86_64/bp-asm.h: Remove file.
6238 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
6239 <bp-sym.h> and <bp-asm.h>.
6240 (__clone): Do not use BP_SYM.
6241 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
6242 <bp-sym.h> and <bp-asm.h>.
6243 * sysdeps/unix/x86_64/sysdep.S: Likewise.
6244 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
6245 "bp-asm.h".
6246 (_setjmp): Do not use BP_SYM.
6247 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
6248 "bp-asm.h".
6249 (setjmp): Do not use BP_SYM.
6250 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
6251 libc_hidden_def.
6252 (mempcpy): Do not use BP_SYM in weak_alias.
6253 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
6254 "bp-asm.h".
6255 (strchr): Do not use BP_SYM.
6256 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
6257 "bp-asm.h".
6258 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
6259 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
6260 (_start): Do not use BP_SYM.
6261 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
6262 "bp-asm.h".
6263 (strcat): Do not use BP_SYM.
6264 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
6265 "bp-asm.h".
6266 (STRCMP): Do not use BP_SYM.
6267 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
6268 "bp-asm.h".
6269 (STRCPY): Do not use BP_SYM.
6270 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
6271 "bp-asm.h".
6272 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
6273 "bp-asm.h".
6274 (FUNCTION): Do not use BP_SYM.
6275 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
6276 weak_alias.
6277 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
6278
6279 2013-02-17 Andreas Jaeger <aj@suse.de>
6280
6281 * time/Versions: Sort entries.
6282 * string/Versions: Likewise.
6283 * resolv/Versions: Likewise.
6284 * posix/Versions: Likewise.
6285 * iconv/Versions: Likewise.
6286 * elf/Versions: Likewise.
6287 * wcsmbs/Versions: Likewise.
6288
6289 2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
6290
6291 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
6292 loop termination condition.
6293
6294 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
6295 variable to calculate EZ.
6296 (__sqr): Likewise.
6297
6298 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
6299 the lower precision input.
6300
6301 2013-02-15 Joseph Myers <joseph@codesourcery.com>
6302
6303 [BZ #13550]
6304 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
6305 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
6306 (run-via-rtld-prefix): Do not handle %-bp tests.
6307 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
6308 (all-object-suffixes): Remove .ob.
6309 (bppfx): Remove variable.
6310 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
6311 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
6312 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
6313 [$(build-bounded) = yes] (libtype.ob): Likewise.
6314 * Makerules (elide-routines.ob): Remove variable.
6315 (do-tests-clean): Do not handle *-bp.out.
6316 (common-mostlyclean): Do not handle *-bp and *-bp.out.
6317 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
6318 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
6319 (tests): Do not include $(tests-bp.out).
6320 (xtests): Do not include $(xtests-bp.out).
6321 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
6322 [$(build-bounded) = yes] ($(addprefix
6323 $(objpfx),$(binaries-bounded))): Remove rule.
6324 ($(objpfx)%-bp.out): Remove rule.
6325 * config.make.in (build-bounded): Remove variable.
6326 * crypt/Makefile [$(build-bounded) = yes]
6327 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
6328 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
6329 append to variable.
6330 [$(build-bounded) = yes] (install-lib): Likewise.
6331 [$(build-bounded) = yes] (generated): Likewise.
6332 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
6333 Remove rule.
6334 * intl/Makefile [$(build-bounded) = yes]
6335 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
6336 * math/Makefile [$(build-bounded) = yes]
6337 ($(tests:%=$(objpfx)%-bp): Likewise.
6338 * misc/Makefile [$(build-bounded) = yes]
6339 ($(objpfx)tst-tsearch-bp): Likewise.
6340 * nptl/Makeconfig (bounded-thread-library): Remove variable.
6341 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
6342 Remove dependency.
6343 * string/Makefile (o-objects.ob): Remove variable.
6344 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
6345 (CFLAGS-.ob): Remove variable.
6346 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
6347 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
6348 both definitions of variable.
6349 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
6350 (ASFLAGS-.ob): Remove variable.
6351
6352 2013-02-14 Joseph Myers <joseph@codesourcery.com>
6353
6354 [BZ #13550]
6355 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
6356 Remove __BOUNDED_POINTERS__ from condition.
6357 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
6358 * string/bits/string2.h [!__NO_STRING_INLINES &&
6359 !__BOUNDED_POINTERS__]: Likewise.
6360 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
6361 Likewise.
6362 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
6363 Remove conditional code.
6364 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
6365 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
6366 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
6367 condition.
6368
6369 [BZ #13550]
6370 * csu/libc-start.c: Do not include <bp-sym.h>.
6371 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
6372 * elf/dl-open.c: Do not include <bp-sym.h>.
6373 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
6374 * math/fegetenv.c: Do not include <bp-sym.h>.
6375 (fegetenv): Do not use BP_SYM in versioned symbols.
6376 * nptl/sysdeps/pthread/bits/libc-lockP.h
6377 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
6378 <bp-sym.h>.
6379 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6380 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
6381 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6382 (__pthread_mutex_destroy): Likewise.
6383 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6384 (__pthread_mutex_lock): Likewise.
6385 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6386 (__pthread_mutex_trylock): Likewise.
6387 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6388 (__pthread_mutex_unlock): Likewise.
6389 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6390 (__pthread_mutexattr_init): Likewise.
6391 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6392 (__pthread_mutexattr_destroy): Likewise.
6393 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6394 (__pthread_mutexattr_settype): Likewise.
6395 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6396 (__pthread_rwlock_init): Likewise.
6397 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6398 (__pthread_rwlock_destroy): Likewise.
6399 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6400 (__pthread_rwlock_rdlock): Likewise.
6401 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6402 (__pthread_rwlock_tryrdlock): Likewise.
6403 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6404 (__pthread_rwlock_wrlock): Likewise.
6405 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6406 (__pthread_rwlock_trywrlock): Likewise.
6407 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6408 (__pthread_rwlock_unlock): Likewise.
6409 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6410 (__pthread_key_create): Likewise.
6411 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6412 (__pthread_setspecific): Likewise.
6413 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6414 (__pthread_getspecific): Likewise.
6415 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
6416 Likewise.
6417 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6418 (_pthread_cleanup_push_defer): Likewise.
6419 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6420 (_pthread_cleanup_pop_restore): Likewise.
6421 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6422 (pthread_setcancelstate): Likewise.
6423 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
6424 <bp-sym.h>.
6425 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
6426 (memchr): Do not use BP_SYM in weak_alias.
6427 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
6428 (fegetenv): Do not use BP_SYM in versioned symbols.
6429 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
6430 (fesetenv): Do not use BP_SYM in versioned symbols.
6431 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
6432 (feupdateenv): Do not use BP_SYM in versioned symbols.
6433 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
6434 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
6435 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
6436 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
6437 (open64): Do not use BP_SYM in weak_alias.
6438 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
6439 (fegetenv): Do not use BP_SYM in versioned symbols.
6440 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
6441 (fesetenv): Do not use BP_SYM in versioned symbols.
6442 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
6443 (feupdateenv): Do not use BP_SYM in versioned symbols.
6444 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
6445 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
6446 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
6447 (feraiseexcept): Do not use BP_SYM in versioned symbols.
6448 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
6449 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
6450 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
6451 <bp-sym.h>.
6452 (__libc_start_main): Do not use BP_SYM.
6453
6454 2013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
6455
6456 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
6457 redundant return line.
6458 (norm): Likewise.
6459 (denorm): Likewise.
6460 (dbl_mp): Likewise.
6461 (sub_magnitudes): Likewise.
6462 (__add): Likewise.
6463 (__sub): Likewise.
6464 (__mul): Likewise.
6465 (__inv): Likewise.
6466 (__dvd): Likewise.
6467 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
6468 (norm): Likewise.
6469 (denorm): Likewise.
6470 (dbl_mp): Likewise.
6471 (sub_magnitudes): Likewise.
6472 (__add): Likewise.
6473 (__sub): Likewise.
6474 (__mul): Likewise.
6475 (__inv): Likewise.
6476 (__dvd): Likewise.
6477
6478 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
6479 instead of __mul.
6480 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
6481 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
6482 (cc32): Likewise.
6483
6484 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
6485 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
6486 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
6487 of __mul for squares.
6488 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
6489 function
6490 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
6491 Likewise.
6492 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
6493 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
6494
6495 2013-02-13 Joseph Myers <joseph@codesourcery.com>
6496
6497 [BZ #13550]
6498 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
6499 code.
6500 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
6501 prototype or function definition. Rename ubp_* variables and
6502 parameters. Remove argv definitions conditional on
6503 [__BOUNDED_POINTERS__].
6504 * debug/backtrace.c (__backtrace): Do not use __unbounded.
6505 * elf/dl-runtime.c (_dl_fixup): Likewise.
6506 * include/set-hooks.h (RUN_HOOK): Likewise.
6507 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
6508 definition.
6509 * string/strcpy.c (strcpy): Do not use __unbounded.
6510 * sysdeps/generic/frame.h (struct layout): Likewise.
6511 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
6512 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
6513 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
6514 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
6515 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
6516 (__backtrace): Likewise.
6517 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
6518 use __ptrvalue.
6519 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
6520 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
6521 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
6522 Likewise.
6523 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
6524 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
6525 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
6526 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
6527 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
6528 Do not use __unbounded.
6529 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
6530 Rename __unboundedrlimits parameter to rlimits in prototype.
6531 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
6532 Do not use __unbounded.
6533 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
6534 not use __ptrvalue.
6535 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
6536 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
6537 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
6538 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
6539 __ptrvalue or __unbounded.
6540 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
6541 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
6542 use __unbounded.
6543 (__new_msgctl): Do not use __ptrvalue.
6544 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
6545 __unbounded.
6546 (__libc_msgrcv): Do not use __ptrvalue.
6547 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
6548 startup_info): Do not use __unbounded.
6549 (__libc_start_main): Likewise. Rename ubp_* variables and
6550 parameters. Remove argv definitions conditional on
6551 [__BOUNDED_POINTERS__].
6552 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
6553 __ptrvalue.
6554 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
6555 use __unbounded.
6556 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
6557 or __ptrvalue.
6558 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
6559 use __unbounded.
6560 (__new_shmctl): Do not use __ptrvalue.
6561 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
6562 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
6563 Likewise.
6564 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
6565 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
6566 (__libc_sigaction): Likewise.
6567 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
6568 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
6569 Likewise.
6570 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
6571
6572 2013-02-13 Ondřej Bílka <neleai@seznam.cz>
6573
6574 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
6575
6576 * string/mempcpy.c: Implement by calling memcpy.
6577
6578 2013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
6579
6580 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
6581
6582 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
6583 evaluation.
6584
6585 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
6586 values in the mantissa.
6587
6588 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
6589 minimize writes to Z.
6590 (sub_magnitudes): Simplify code a bit.
6591
6592 2013-02-12 Roland McGrath <roland@hack.frob.com>
6593
6594 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
6595 from the message. The linker prefixes all warnings with that already.
6596
6597 2013-02-12 Andreas Schwab <schwab@suse.de>
6598
6599 [BZ #15078]
6600 * posix/regexec.c (extend_buffers): Add parameter min_len.
6601 (check_matching): Pass minimum needed length.
6602 (clean_state_log_if_needed): Likewise.
6603 (get_subexp): Likewise.
6604 * posix/Makefile (tests): Add bug-regex34.
6605 (bug-regex34-ENV): Define.
6606 * posix/bug-regex34.c: New file.
6607
6608 [BZ #11561]
6609 * posix/regcomp.c (parse_bracket_exp): When looking up collating
6610 elements compare against the byte sequence of it, not its name.
6611 * posix/Makefile (tests): Add bug-regex35.
6612 (bug-regex35-ENV): Define.
6613 * posix/bug-regex35.c: New file.
6614
6615 2013-02-11 Tom de Vries <tom@codesourcery.com>
6616
6617 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
6618 comment.
6619 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
6620 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
6621 (CHECK_EOL): Add undef.
6622
6623 2013-02-11 Ondřej Bílka <neleai@seznam.cz>
6624
6625 * bits/stdlib-bsearch.h: New file.
6626 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
6627 * stdlib/stdlib.h: Likewise.
6628
6629 2013-02-11 Roland McGrath <roland@hack.frob.com>
6630
6631 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
6632 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
6633 declaration.
6634 * manual/search.texi (Array Search Function): Add missing const in
6635 lfind prototype.
6636 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
6637 declaration to use rlim_t.
6638 (Basic Scheduling Functions): Remove erroneous const from
6639 sched_getparam prototype. Remove erroneous * from
6640 sched_get_priority_max and sched_get_priority_min prototypes.
6641 (Resource Usage): Fix summary @comment on vtimes to refer to
6642 sys/vtimes.h rather than vtimes.h.
6643 Add missing *s in vtimes prototype.
6644 (Limits on Resources): Fix ulimit prototype to return long int.
6645 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
6646 prototypes to use long int rather than double.
6647 (BSD Random): Fix initstate and setstate to use char *, not void *.
6648 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
6649 prototype to make second argument 'struct aiocb64 *const[]'.
6650 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
6651 (Status of AIO Operations): Remove erroneous const in aio_return and
6652 aio_return64 prototypes.
6653 (Synchronizing I/O): Fix sync prototype to return void.
6654 * manual/startup.texi (Suboptions): Remove an erroneous const in
6655 getsubopt prototype.
6656 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
6657 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
6658 use size_t rather than int.
6659 (Scanning All Users): Likewise for getpwent_r.
6660 (Setting Groups): Add missing const to setgroups prototype.
6661 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
6662 * manual/socket.texi (Host Names): Fix gethostbyaddr and
6663 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
6664 'const void *' rather than 'const char *'.
6665 (Host Address Functions): Likewise for inet_ntop.
6666 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
6667 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
6668 ssize_t for return value.
6669 (Sending Data): Likewise for send, sendto, sendmsg.
6670 (Socket Option Functions): Add a missing const in setsockopt prototype.
6671 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
6672 use wchar_t for the argument.
6673 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
6674 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
6675 take no arguments.
6676 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
6677 double/float/long double for second argument.
6678 Fix return types of significand, significandf, significandl.
6679 * manual/filesys.texi (Setting Permissions): Use mode_t for second
6680 argument in fchmod prototype.
6681 (File Owner): Use uid_t and gid_t in fchown prototype.
6682 (File Times): Add const to utimes, futimes, and lutimes prototypes.
6683 (Making Special Files): Use mode_t and dev_t in mknod prototype.
6684 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
6685 use 'const struct dirent **' as argument types to CMP function pointer
6686 argument.
6687 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
6688 (File Times): Fix summary magic @comment for struct utimbuf and utime
6689 to refer to utime.h, not time.h.
6690 * manual/string.texi (Argz Functions): Add missing const in
6691 argz_extract and argz_next prototypes.
6692 (Finding Tokens in a String): Likewise for basename.
6693 (String/Array Comparison): Fix typo in wcscasecmp prototype.
6694 (Copying and Concatenation): Fix typo in wmemmove prototype.
6695 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
6696 (Signal Stack): Remove erroneous const in sigstack prototype.
6697 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
6698 prototype.
6699 (Simple Calendar Time): Likewise for stime.
6700 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
6701 prototype.
6702 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
6703 say sys/sysctl.h instead.
6704 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
6705 and vsyslog prototypes.
6706
6707 2013-02-11 Tom de Vries <tom@codesourcery.com>
6708
6709 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
6710 Remove.
6711
6712 2013-02-11 Roland McGrath <roland@hack.frob.com>
6713
6714 * misc/sys/mman.h: Fix typo in mremap comment.
6715
6716 2013-02-08 Roland McGrath <roland@hack.frob.com>
6717
6718 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
6719 the '\0' terminator.
6720
6721 2013-02-08 Joseph Myers <joseph@codesourcery.com>
6722
6723 [BZ #13550]
6724 * debug/segfault.c: Don't include <bp-checks.h>.
6725 * sysdeps/generic/bp-checks.h: Remove file.
6726 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
6727 (__GETDENTS): Don't use CHECK_N.
6728 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
6729 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6730 (__getgroups): Don't use CHECK_N.
6731 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
6732 (setgroups): Don't use CHECK_N.
6733 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
6734 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
6735 (__libc_msgrcv): Don't use CHECK_N.
6736 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
6737 (__libc_msgsnd): Don't use CHECK_N.
6738 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
6739 <bp-checks.h>.
6740 (__libc_pread): Don't use CHECK_N.
6741 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
6742 include <bp-checks.h>.
6743 (__libc_pread64): Don't use CHECK_N.
6744 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
6745 include <bp-checks.h>.
6746 (__libc_pwrite): Don't use CHECK_N.
6747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
6748 include <bp-checks.h>.
6749 (__libc_pwrite64): Don't use CHECK_N.
6750 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
6751 <bp-checks.h>.
6752 (__libc_pread): Don't use CHECK_N.
6753 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
6754 include <bp-checks.h>.
6755 (__libc_pread64): Don't use CHECK_N.
6756 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
6757 include <bp-checks.h>.
6758 (__libc_pwrite): Don't use CHECK_N.
6759 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
6760 include <bp-checks.h>.
6761 (__libc_pwrite64): Don't use CHECK_N.
6762 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
6763 (do_pread): Don't use CHECK_N.
6764 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
6765 (do_pread64): Don't use CHECK_N.
6766 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
6767 (do_pwrite): Don't use CHECK_N.
6768 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
6769 (do_pwrite64): Don't use CHECK_N.
6770 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
6771 (__libc_readv): Don't use CHECK_N.
6772 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
6773 (semop): Don't use CHECK_N.
6774 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
6775 <bp-checks.h>.
6776 (semtimedop): Don't use CHECK_N.
6777 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
6778 (__libc_pread): Don't use CHECK_N.
6779 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
6780 <bp-checks.h>.
6781 (__libc_pread64): Don't use CHECK_N.
6782 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
6783 <bp-checks.h>.
6784 (__libc_pwrite): Don't use CHECK_N.
6785 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
6786 <bp-checks.h>.
6787 (__libc_pwrite64): Don't use CHECK_N.
6788 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
6789 <bp-checks.h>.
6790 (__libc_msgrcv): Don't use CHECK_N.
6791 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
6792 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
6793 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
6794 (__libc_writev): Don't use CHECK_N.
6795
6796 2013-02-08 Roland McGrath <roland@hack.frob.com>
6797
6798 * string/strcpy.c: Removed unused variable.
6799
6800 * Makeconfig (+sysdep-includes): Define with := rather than =.
6801 Use an existing include/ subdir of each sysdeps dir before it.
6802
6803 2013-02-08 Carlos O'Donell <carlos@redhat.com>
6804
6805 * nscd/connection.c (register_traced_file): Comment function.
6806 [HAVE_INOTIFY] (union __inev): Define.
6807 [HAVE_INOTIFY] (inotify_check_files): New function.
6808 [HAVE_INOTIFY] (clear_db_cache): Likewise.
6809 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
6810 clear_db_cache.
6811 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
6812
6813 2013-02-08 Carlos O'Donell <carlos@redhat.com>
6814
6815 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
6816 loaded if not already and that a failure is permanent.
6817
6818 2013-02-08 Carlos O'Donell <carlos@redhat.com>
6819
6820 [BZ #15006]
6821 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
6822 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
6823
6824 2013-02-08 Joseph Myers <joseph@codesourcery.com>
6825
6826 [BZ #13550]
6827 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
6828 (CHECK_1_NULL_OK): Likewise.
6829 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
6830 (__fxstat): Do not use CHECK_1.
6831 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
6832 <bp-checks.h>.
6833 (___fxstat64): Do not use CHECK_1.
6834 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
6835 <bp-checks.h>.
6836 (__fxstatat): Do not use CHECK_1.
6837 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
6838 <bp-checks.h>.
6839 (__fxstatat64): Do not use CHECK_1.
6840 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
6841 <bp-checks.h>.
6842 (__fxstat): Do not use CHECK_1.
6843 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
6844 <bp-checks.h>.
6845 (__fxstatat): Do not use CHECK_1.
6846 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
6847 <bp-checks.h>.
6848 (__getresgid): Do not use CHECK_1.
6849 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
6850 <bp-checks.h>.
6851 (__getresuid): Do not use CHECK_1.
6852 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
6853 <bp-checks.h>.
6854 (__lxstat): Do not use CHECK_1.
6855 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
6856 <bp-checks.h>.
6857 (__old_msgctl): Do not use CHECK_1.
6858 (__new_msgctl): Likewise.
6859 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
6860 <bp-checks.h>.
6861 (__new_setrlimit): Do not use CHECK_1.
6862 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
6863 <bp-checks.h>.
6864 (__old_shmctl): Do not use CHECK_1.
6865 (__new_shmctl): Likewise.
6866 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
6867 <bp-checks.h>.
6868 (__xstat): Do not use CHECK_1.
6869 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
6870 (__lxstat): Do not use CHECK_1.
6871 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
6872 <bp-checks.h>.
6873 (___lxstat64): Do not use CHECK_1.
6874 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
6875 (__old_msgctl): Do not use CHECK_1.
6876 (__new_msgctl): Likewise.
6877 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
6878 <bp-checks.h>.
6879 (__gettimeofday): Do not use CHECK_1.
6880 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
6881 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
6882 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
6883 <bp-checks.h>.
6884 (__gettimeofday): Do not use CHECK_1.
6885 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
6886 (__old_shmctl): Do not use CHECK_1_NULL_OK.
6887 (__new_shmctl): Do not use CHECK_1.
6888 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
6889 <bp-checks.h>.
6890 (do_sigtimedwait): Do not use CHECK_1.
6891 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
6892 <bp-checks.h>.
6893 (do_sigwaitinfo): Do not use CHECK_1.
6894 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
6895 <bp-checks.h>.
6896 (msgctl): Do not use CHECK_1.
6897 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
6898 <bp-checks.h>.
6899 (shmctl): Do not use CHECK_1.
6900 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
6901 (ustat): Do not use CHECK_1.
6902 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
6903 <bp-checks.h>.
6904 (__fxstat): Do not use CHECK_1.
6905 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
6906 <bp-checks.h>.
6907 (__fxstatat): Do not use CHECK_1.
6908 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
6909 <bp-checks.h>.
6910 (__lxstat): Do not use CHECK_1.
6911 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
6912 <bp-checks.h>.
6913 (__xstat): Do not use CHECK_1.
6914 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
6915 (__xstat): Do not use CHECK_1.
6916 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
6917 (___xstat64): Do not use CHECK_1.
6918
6919 [BZ #13550]
6920 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
6921 definitions.
6922 (CHECK_BOUNDS_HIGH): Likewise.
6923 * string/strcpy.c: Do not include <bp-checks.h>.
6924 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
6925
6926 2013-02-07 Roland McGrath <roland@hack.frob.com>
6927
6928 * nscd/nscd-client.h (__nscd_drop_map_ref):
6929 Add __attribute__ ((unused)).
6930 * nis/nss-nisplus.h (niserr2nss): Likewise.
6931
6932 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
6933 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
6934
6935 * csu/libc-tls.c (init_static_tls, init_slotinfo):
6936 Remove inline keyword.
6937 * include/rounding-mode.h (round_away): Likewise.
6938 * libio/wfileops.c (adjust_wide_data): Likewise.
6939 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
6940 (__m128i_strloadu_tolower): Likewise.
6941 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
6942 (__m128i_strloadu_tolower): Likewise.
6943 * time/mktime.c (ydhms_diff): Likewise.
6944 * locale/elem-hash.h (elem_hash): Likewise.
6945 * locale/setlocale.c (setdata): Likewise.
6946 * posix/regex_internal.h (re_string_char_size_at): Likewise.
6947 (re_string_wchar_at): Likewise.
6948 (bitset_not, bitset_merge, bitset_mask): Likewise.
6949 [!(__GNUC__ > 3)] (inline): Remove macro.
6950 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
6951 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
6952 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
6953 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
6954 * string/memcmp.c (memcmp_bytes): Likewise.
6955 * locale/programs/locarchive.c (compute_hashval): Likewise.
6956 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
6957 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
6958 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
6959 * nss/getent.c (print_rpc, print_protocols): Likewise.
6960 (print_passwd, print_group, print_aliases): Likewise.
6961 * nis/nss-nisplus.h (niserr2nss): Likewise.
6962 * nscd/connections.c (restart_p): Likewise.
6963 Change return type to bool.
6964
6965 2013-02-05 Roland McGrath <roland@hack.frob.com>
6966
6967 * Makeconfig (all-Depend-files): Add existing
6968 $(sorted-subdirs:=/Depend) files.
6969 (all-subdirs): Remove nss.
6970 * sysdeps/unix/inet/Subdirs: Add it here instead.
6971 * hesiod/Depend: New file.
6972
6973 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
6974 instead of calling alloca.
6975
6976 * io/lseek.c (__lseek): Rename to __libc_lseek.
6977 Define __lseek as an alias.
6978
6979 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
6980
6981 2013-02-04 Carlos O'Donell <carlos@redhat.com>
6982
6983 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
6984 else clause and remove check for non-standard endianness.
6985
6986 2013-02-04 David S. Miller <davem@davemloft.net>
6987
6988 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6989
6990 2013-02-04 Joseph Myers <joseph@codesourcery.com>
6991
6992 [BZ #13550]
6993 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
6994 (__ubp_memchr): Remove prototype.
6995 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
6996 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
6997 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
6998 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
6999 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
7000 Remove alias.
7001 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
7002 (__ubp_memchr): Likewise.
7003 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
7004 (__ubp_memchr): Likewise.
7005 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
7006 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
7007 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
7008 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
7009 CHECK_STRING.
7010 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
7011 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
7012 (__getcwd): Do not use CHECK_STRING.
7013 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
7014 <bp-checks.h>.
7015 (__real_chown): Do not use CHECK_STRING.
7016 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
7017 <bp-checks.h>.
7018 (fchownat): Do not use CHECK_STRING.
7019 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
7020 CHECK_STRING.
7021 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
7022 <bp-checks.h>.
7023 (__lchown): Do not use CHECK_STRING.
7024 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
7025 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
7026 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
7027 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
7028 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
7029 include <bp-checks.h>.
7030 (truncate64): Do not use CHECK_STRING.
7031 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
7032 <bp-checks.h>.
7033 (__real_chown): Do not use CHECK_STRING.
7034 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
7035 <bp-checks.h>.
7036 (__lchown): Do not use CHECK_STRING.
7037 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
7038 <bp-checks.h>.
7039 (__chown): Do not use CHECK_STRING.
7040 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
7041 <bp-checks.h>.
7042 (truncate64): Do not use CHECK_STRING.
7043 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
7044 Likewise.
7045 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
7046 (__xmknod): Do not use CHECK_STRING.
7047 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7048 <bp-checks.h>.
7049 (__xmknodat): Do not use CHECK_STRING.
7050 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
7051 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
7052
7053 2013-02-04 Andreas Schwab <schwab@suse.de>
7054
7055 [BZ #14142]
7056 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
7057 * include/netdb.h: Likewise for h_errno.
7058 * elf/tst-stackguard1.c: Include <tls.h>.
7059
7060 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 * elf/link.h (struct link_map): Extend the l_addr comment.
7063 * include/link.h (struct link_map): Likewise.
7064
7065 2013-02-01 Joseph Myers <joseph@codesourcery.com>
7066
7067 [BZ #13550]
7068 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
7069 (BOUNDED_1): Remove macro.
7070 * debug/backtrace.c: Don't include <bp-checks.h>.
7071 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
7072 (__backtrace): Likewise.
7073 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
7074 <bp-checks.h>.
7075 (__backtrace): Don't use BOUNDED_1.
7076 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
7077 <bp-checks.h>.
7078 (__backtrace): Don't use BOUNDED_1.
7079 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
7080 (__backtrace): Don't use BOUNDED_1.
7081 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
7082 (shmat): Don't use BOUNDED_N.
7083
7084 2013-01-31 Joseph Myers <joseph@codesourcery.com>
7085
7086 [BZ #13550]
7087 * sysdeps/generic/bp-start.h: Remove file.
7088 * csu/libc-start.c: Don't include <bp-start.h>.
7089 (LIBC_START_MAIN): Set up __environ directly instead of using
7090 INIT_ARGV_and_ENVIRON.
7091 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
7092 <bp-start.h>.
7093
7094 [BZ #13550]
7095 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
7096 definitions.
7097 (CHECK_FCNTL): Likewise.
7098 (CHECK_N_PAGES): Likewise.
7099
7100 [BZ #13550]
7101 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
7102 definitions.
7103 (CHECK_SIGSET_NULL_OK): Likewise.
7104 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
7105 <bp-checks.h>.
7106 (sigpending): Don't use CHECK_SIGSET.
7107 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
7108 <bp-checks.h>.
7109 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
7110 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
7111 <bp-checks.h>.
7112 (do_sigsuspend): Don't use CHECK_SIGSET.
7113 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
7114 use CHECK_SIGSET.
7115 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
7116 (do_sigwait): Don't use CHECK_SIGSET.
7117 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
7118 use CHECK_SIGSET.
7119 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
7120 include <bp-checks.h>.
7121 (sigpending): Don't use CHECK_SIGSET.
7122 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
7123 include <bp-checks.h>.
7124 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
7125 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
7126 <bp-checks.h>.
7127 (sigpending): Don't use CHECK_SIGSET.
7128 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
7129 <bp-checks.h>.
7130 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
7131
7132 [BZ #13550]
7133 * sysdeps/generic/bp-semctl.h: Remove file.
7134 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
7135 <bp-checks.h> and <bp-semctl.h>.
7136 (__old_semctl): Don't use CHECK_SEMCTL.
7137 (__new_semctl): Likewise.
7138 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
7139 and <bp-semctl.h>.
7140 (__old_semctl): Don't use CHECK_SEMCTL.
7141 (__new_semctl): Likewise.
7142 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
7143 <bp-checks.h> and <bp-semctl.h>.
7144 (__old_semctl): Don't use CHECK_SEMCTL.
7145 (__new_semctl): Likewise.
7146 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
7147 <bp-checks.h> and <bp-semctl.h>.
7148 (semctl): Don't use CHECK_SEMCTL.
7149
7150 [BZ #13550]
7151 * Makerules (elide-bp-thunks): Remove variable.
7152 (elide-routines.oS): Don't use $(elide-bp-thunks).
7153 (elide-routines.os): Likewise.
7154 (elide-routines.o): Likewise.
7155 (elide-routines.op): Likewise.
7156 (elide-routines.og): Likewise.
7157 (objects): Don't use $(bp-thunks).
7158 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
7159 include.
7160 (common-generated): Do not add s-proto-bp.d.
7161 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
7162 (int): Likewise.
7163 (typ): Likewise.
7164 Do not generate makefile rules for bounded-pointer thunks.
7165 * sysdeps/generic/bp-thunks.h: Remove file.
7166 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
7167 * sysdeps/unix/s-proto-bp.S: Likewise.
7168
7169 [BZ #15062]
7170 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
7171 parts of result separately when argument is not close to line from
7172 -i to i and one part of argument is small.
7173 * math/k_casinhf.c (__kernel_casinhf): Likewise.
7174 * math/k_casinhl.c (__kernel_casinhl): Likewise.
7175 * math/libm-test.inc (cacos_test): Add more tests.
7176 (casin_test): Likewise.
7177 (casinh_test): Likewise.
7178 * sysdeps/i386/fpu/libm-test-ulps: Update.
7179 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7180
7181 2013-01-31 David S. Miller <davem@davemloft.net>
7182
7183 * po/de.po: Update from translation team.
7184
7185 2013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
7186
7187 * time/tzfile.c: Include stdint.h for SIZE_MAX.
7188
7189 2013-01-25 Thomas Schwinge <thomas@codesourcery.com>
7190
7191 * configure.in (_AC_PROG_CC_C89): New definition.
7192 * configure: Regenerate.
7193
7194 * configure.in (AC_PROG_CPP): New definition.
7195 * configure: Regenerate.
7196
7197 2013-01-23 Joseph Myers <joseph@codesourcery.com>
7198
7199 * debug/tst-backtrace.h: New file.
7200 * debug/tst-backtrace2.c: Include tst-backtrace.h.
7201 (ret): Remove variable.
7202 (x): Likewise.
7203 (FAIL): Remove macro.
7204 (NO_INLINE): Likewise.
7205 (fn1): Use match function instead of strstr.
7206 * debug/tst-backtrace3.c: Include tst-backtrace.h.
7207 (ret): Remove variable.
7208 (x): Likewise.
7209 (FAIL): Remove macro.
7210 (NO_INLINE): Likewise.
7211 (fn): Use match function instead of strstr.
7212 * debug/tst-backtrace4.c: Include tst-backtrace.h.
7213 (ret): Remove variable.
7214 (x): Likewise.
7215 (FAIL): Remove macro.
7216 (NO_INLINE): Likewise.
7217 (handle_signal): Use match function instead of strstr.
7218 * debug/tst-backtrace5.c: Include tst-backtrace.h.
7219 (ret): Remove variable.
7220 (x): Likewise.
7221 (FAIL): Remove macro.
7222 (NO_INLINE): Likewise.
7223 (handle_signal): Use match function instead of strstr.
7224
7225 2013-01-23 Roland McGrath <roland@hack.frob.com>
7226
7227 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
7228
7229 2013-01-23 David S. Miller <davem@davemloft.net>
7230
7231 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
7232 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
7233 argument of CAS if possible.
7234 * sysdeps/sparc/sparc64/bits/atomic.h
7235 (__arch_compare_and_exchange_val_32_acq): Likewise.
7236 (__arch_compare_and_exchange_val_64_acq): Likewise.
7237
7238 2013-01-23 Pino Toscano <toscano.pino@tiscali.it>
7239
7240 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
7241 * sysdeps/posix/ulimit.c: ... this.
7242 Include <limits.h>.
7243 * sysdeps/unix/bsd/ulimit.c: Remove file.
7244
7245 2013-01-23 Adam Conrad <adconrad@0c3.net>
7246
7247 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
7248 (LDFLAGS-tst-array5): Likewise.
7249
7250 2013-01-23 Joseph Myers <joseph@codesourcery.com>
7251
7252 [BZ #15036]
7253 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
7254 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
7255 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
7256 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
7257
7258 2013-01-21 David S. Miller <davem@davemloft.net>
7259
7260 * sysdeps/sparc/backtrace.c: New file.
7261 * sysdeps/sparc/sparc32/backtrace.h: New file.
7262 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
7263 * sysdeps/sparc/sparc64/backtrace.h: New file.
7264 * sysdeps/sparc/sparc64/backtrace.c: Delete.
7265 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
7266 -funwind-tables.
7267
7268 2013-01-21 Andreas Schwab <schwab@suse.de>
7269
7270 [BZ #15020]
7271 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
7272 closed its stdout.
7273
7274 2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
7275
7276 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
7277 "mpa2.h".
7278 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
7279
7280 2013-01-18 Joseph Myers <joseph@codesourcery.com>
7281 Mark Mitchell <mark@codesourcery.com>
7282 Tom de Vries <tom@codesourcery.com>
7283 Paul Pluzhnikov <ppluzhnikov@google.com>
7284
7285 * debug/tst-backtrace2.c: New file.
7286 * debug/tst-backtrace3.c: Likewise.
7287 * debug/tst-backtrace4.c: Likewise.
7288 * debug/tst-backtrace5.c: Likewise.
7289 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
7290 (CFLAGS-tst-backtrace3.c): Likewise.
7291 (CFLAGS-tst-backtrace4.c): Likewise.
7292 (CFLAGS-tst-backtrace5.c): Likewise.
7293 (LDFLAGS-tst-backtrace2): Likewise.
7294 (LDFLAGS-tst-backtrace3): Likewise.
7295 (LDFLAGS-tst-backtrace4): Likewise.
7296 (LDFLAGS-tst-backtrace5): Likewise.
7297 (tests): Add new tests tst-backtrace2, tst-backtrace3,
7298 tst-backtrace4 and tst-backtrace5.
7299
7300 2013-01-18 Anton Blanchard <anton@samba.org>
7301 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
7302
7303 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
7304 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
7305 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
7306 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
7307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
7308 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
7309 "+r" and remove output regs list as redundant. Add explicit inline
7310 asm to specify register of return val to work around compiler codegen
7311 bug. Remove (int) cast on return value. Add return type parameter to
7312 use in macro so that this macro does not truncate return value for
7313 64-bit values.
7314 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
7315 pass to INTERNAL_VSYSCALL_NCS.
7316 (INLINE_VSYSCALL): Add 'long int' as return type to
7317 INTERNAL_VSYSCALL_NCS macro invocation.
7318 (INTERNAL_VSYSCALL): Add 'long int' as return type to
7319 INTERNAL_VSYSCALL_NCS macro invocation.
7320 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7321
7322 2013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7323
7324 [BZ #14496]
7325 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
7326 Fix application of SIMD FP exception mask.
7327
7328 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
7329 mp_no from a power of two.
7330 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
7331 __mpexp_twomm1. Use __pow_mp.
7332
7333 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
7334 multiplication.
7335
7336 2013-01-17 David S. Miller <davem@davemloft.net>
7337
7338 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7339
7340 2013-01-17 Joseph Myers <joseph@codesourcery.com>
7341
7342 [BZ #15023]
7343 * include/complex.h: Condition contents on [!_COMPLEX_H].
7344 (__kernel_casinhf): New prototype.
7345 (__kernel_casinh): Likewise.
7346 (__kernel_casinhl): Likewise.
7347 * math/Makefile (libm_calls): Add k_casinh.
7348 * math/k_casinh.c: New file.
7349 * math/k_casinhf.c: Likewise.
7350 * math/k_casinhl.c: Likewise.
7351 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
7352 finite nonzero arguments.
7353 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
7354 finite nonzero arguments.
7355 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
7356 finite nonzero arguments.
7357 * math/s_casinh.c: Do not include <float.h>.
7358 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
7359 * math/s_casinhf.c: Do not include <float.h>.
7360 (__casinhf): Move code for finite nonzero arguments to
7361 k_casinhf.c.
7362 * math/s_casinhl.c: Do not include <float.h>.
7363 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
7364 redefine.
7365 (__casinhl): Move code for finite nonzero arguments to
7366 k_casinhl.c.
7367 * math/libm-test.inc (cacos_test): Add more tests.
7368 * sysdeps/i386/fpu/libm-test-ulps: Update.
7369 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7370
7371 2013-01-17 Pino Toscano <toscano.pino@tiscali.it>
7372
7373 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
7374 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
7375 [!HAVE_MREMAP]: Remove [defined linux] case.
7376 * malloc/arena.c: Do not include <malloc-sysdep.h>.
7377
7378 2013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7379
7380 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
7381
7382 2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
7383
7384 * elf/elf.h (R_386_SIZE32): New relocation.
7385 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
7386 R_386_SIZE32.
7387 (elf_machine_rela): Likewise.
7388 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
7389 R_X86_64_SIZE64 and R_X86_64_SIZE32.
7390
7391 2013-01-17 Joseph Myers <joseph@codesourcery.com>
7392
7393 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
7394 (FP_FAST_FMA): Do not define.
7395 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
7396 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
7397 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
7398 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
7399 !_SOFT_FLOAT]: Likewise.
7400 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
7401 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
7402 value.
7403 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
7404 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
7405 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
7406 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
7407 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
7408 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
7409 file.
7410
7411 2013-01-16 Andreas Schwab <schwab@suse.de>
7412
7413 [BZ #14327]
7414 * include/stdlib.h (__mktemp): Add declaration.
7415 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
7416 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
7417
7418 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7419
7420 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
7421 definitions.
7422 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
7423 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
7424 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
7425 definitions here.
7426 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
7427 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
7428 definitions.
7429 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
7430 and ONE.
7431 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
7432 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
7433 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
7434 definitions.
7435 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
7436 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
7437 definitions.
7438 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
7439
7440 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
7441
7442 2013-01-15 David S. Miller <davem@davemloft.net>
7443
7444 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
7445 trunc{,f} to libm-sysdep_routes.
7446 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
7447 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
7448 file.
7449 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
7450 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
7451 file.
7452 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
7453 file.
7454 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
7455 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
7456 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
7457 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
7458 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
7459 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
7460 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
7461 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
7462
7463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
7464 nearbyint{,f} to libm-sysdep_routes.
7465 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
7466 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
7467 New file.
7468 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
7469 file.
7470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
7471 New file.
7472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
7473 file.
7474 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
7475 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
7476 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
7477 file.
7478 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
7479 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
7480 file.
7481 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
7482 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
7483 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
7484
7485 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
7486 libc_feholdexcept and libc_fesetenv.
7487
7488 2013-01-15 Mike Frysinger <vapier@gentoo.org>
7489
7490 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
7491
7492 2013-01-14 David S. Miller <davem@davemloft.net>
7493
7494 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
7495 (SPARC_ASM_VIS2_IFUNC): Likewise.
7496 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
7497 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
7498 use of 'siam' instruction.
7499 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
7500 Likewise.
7501 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
7502 Likewise.
7503 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
7504 Likewise.
7505 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
7506 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
7507 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
7508 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
7509 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
7510 file.
7511 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
7512 file.
7513 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
7514 file.
7515 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
7516 file.
7517 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
7518 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
7519 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
7520 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
7521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
7522 new VIS2 routines.
7523 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
7524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
7525 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
7526 Likewise.
7527 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
7528 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
7529 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
7530 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
7531 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
7532 routines to libm-sysdep_routines.
7533 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
7534
7535 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
7536 fdim/fdimf to libm-sysdep_routines.
7537 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
7538 file.
7539 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
7540 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
7541 file.
7542 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
7543 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
7544 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
7545 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
7546 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
7547 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
7548 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
7549
7550 2013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
7551
7552 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
7553 to optimize copies.
7554
7555 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
7556 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7557 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
7558
7559 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
7560 local variable MPTWO.
7561 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
7562 Likewise.
7563
7564 2013-01-13 Mike Frysinger <vapier@gentoo.org>
7565
7566 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
7567 GLOB_NOESCAPE.
7568
7569 2013-01-13 Mike Frysinger <vapier@gentoo.org>
7570
7571 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
7572
7573 2013-01-13 Mike Frysinger <vapier@gentoo.org>
7574
7575 * manual/pattern.texi (glob_t): Document gl_flags.
7576 (glob64_t): Likewise.
7577
7578 2013-01-11 David S. Miller <davem@davemloft.net>
7579
7580 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
7581 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
7582 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
7583 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
7584 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
7585 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
7586 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
7587 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
7588 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
7589 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
7590 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
7591 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
7592 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
7593
7594 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
7595 sparc V9 rather than using V8 code.
7596 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
7597 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
7598
7599 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
7600 Move to...
7601 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
7602 Here.
7603
7604 2013-01-11 Roland McGrath <roland@hack.frob.com>
7605
7606 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
7607 not in the main loop.
7608 * configure: Regenerated.
7609
7610 2013-01-11 Joseph Myers <joseph@codesourcery.com>
7611
7612 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
7613 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
7614 to just #else.
7615 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
7616 [!__GLIBC_HAVE_LONG_LONG] case.
7617 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
7618 condition to just #else.
7619 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
7620 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
7621 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
7622 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
7623 unconditional.
7624 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
7625 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
7626 #elif condition to just #else.
7627 * sysdeps/unix/sysv/linux/sys/sysmacros.h
7628 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
7629 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
7630 #elif condition to just #else.
7631
7632 2013-01-11 Steve Ellcey <sellcey@mips.com>
7633
7634 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
7635 (EF_MIPS_ARCH_64): Fix value.
7636 (EF_MIPS_ARCH_32R2): New.
7637 (EF_MIPS_ARCH_64R2): New.
7638
7639 2013-01-11 H.J. Lu <hongjiu.lu@intel.com>
7640
7641 * Makeconfig (+link-pie-before-libc): New.
7642 (+link-pie-after-libc): Likewise.
7643 (+link-pie-tests): Likewise.
7644 (+link-pie): Rewritten.
7645 (link-before-libc): Remove $(config-LDFLAGS).
7646 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
7647 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
7648 (config-LDFLAGS): Renamed to ...
7649 (rtld-LDFLAGS): This.
7650 (rtld-tests-LDFLAGS): New macro.
7651 (link-libc-rpath-link): Likewise.
7652 (link-libc-tests-rpath-link): Likewise.
7653 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
7654 (link-libc): Prepand $(link-libc-rpath-link).
7655 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
7656 (test-program-prefix): New macro.
7657 (test-via-rtld-prefix): Likewise.
7658 (test-program-cmd): Likewise.
7659 (host-test-program-cmd): Likewise.
7660 * Makefile ($(common-objpfx)testrun.sh): Replace
7661 $(run-program-prefix) with $(test-program-prefix).
7662 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
7663 $(rtld-LDFLAGS).
7664 ($(common-objpfx)shlib.lds): Likewise.
7665 (build-module-helper): Likewise.
7666 ($(common-objpfx)format.lds): Likewise.
7667 * Rules (binaries-pie-tests): New.
7668 (binaries-pie-notests): Likewise.
7669 (binaries-pie): Rewritten.
7670 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
7671 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
7672 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
7673 (make-test-out): Replace $(host-built-program-cmd) with
7674 $(host-test-program-cmd).
7675 * config.make.in (build-hardcoded-path-in-tests): New variable.
7676 * configure.in (--enable-hardcoded-path-in-tests): New configure
7677 option.
7678 (hardcoded_path_in_tests): New AC_SUBST.
7679 * configure: Regenerated.
7680 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
7681 $(built-program-cmd) with $(test-program-cmd).
7682 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
7683 (test_program_cmd): This.
7684 * elf/Makefile ($(objpfx)order.out): Run test with
7685 $(test-program-prefix).
7686 ($(objpfx)order2.out): Likewise.
7687 ($(objpfx)tst-initorder.out): Likewise.
7688 ($(objpfx)tst-initorder2.out): Likewise.
7689 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
7690 $(test-program-cmd).
7691 ($(objpfx)tst-array1-static.out): Likewise.
7692 ($(objpfx)tst-array2.out): Likewise.
7693 ($(objpfx)tst-array3.out): Likewise.
7694 ($(objpfx)tst-array4.out): Likewise.
7695 ($(objpfx)tst-array5.out): Likewise.
7696 ($(objpfx)tst-array5-static.out): Likewise.
7697 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
7698 $(test-program-cmd).
7699 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
7700 $(run-program-prefix) with $(test-program-prefix).
7701 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
7702 (test_program_prefix): This.
7703 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
7704 $(run-program-prefix) with $(test-program-prefix).
7705 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
7706 (test_program_prefix): This.
7707 * iconvdata/tst-tables.sh: Likewise.
7708 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
7709 $(run-program-prefix) with $(test-program-prefix).
7710 ($(objpfx)tst-translit.out): Likewise.
7711 ($(objpfx)tst-gettext2.out): Likewise.
7712 ($(objpfx)tst-gettext4.out): Likewise.
7713 ($(objpfx)tst-gettext6.out): Likewise.
7714 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
7715 (test_program_prefix): This.
7716 * intl/tst-gettext2.sh: Likewise.
7717 * intl/tst-gettext4.sh Likewise.
7718 * intl/tst-gettext6.sh: Likewise.
7719 * intl/tst-translit.sh: Likewise.
7720 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
7721 with $(test-program-cmd).
7722 * libio/Makefile ($(objpfx)test-freopen.out): Replace
7723 $(run-program-prefix) with $(test-program-prefix).
7724 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
7725 (test_program_prefix): This.
7726 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
7727 $(run-program-prefix) with $(test-program-prefix).
7728 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
7729 (test_program_prefix): This.
7730 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
7731 * posix/Makefile ($(objpfx)globtest.out): Replace
7732 $(run-via-rtld-prefix) and $(test-wrapper) with
7733 $(test-program-prefix) and $(test-via-rtld-prefix).
7734 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
7735 $(test-program-prefix).
7736 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
7737 $(host-test-program-cmd).
7738 (tst-spawn-ARGS): Likewise.
7739 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
7740 $(test-program-prefix).
7741 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
7742 (test_via_rtld_prefix): This.
7743 (test_wrapper): Renamed to ...
7744 (test_program_prefix): This.
7745 (run_program_prefix): Replaced by test_program_prefix.
7746 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
7747 (test_program_prefix): This.
7748 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
7749 with $(host-test-program-cmd).
7750 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
7751 $(run-program-prefix) with $(test-program-prefix).
7752 ($(objpfx)tst-printf.out): Likewise.
7753 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
7754 $(test-program-cmd).
7755 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
7756 (test_program_prefix): This.
7757 * stdio-common/tst-unbputc.sh: Likewise.
7758 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
7759 $(run-program-prefix) with $(test-program-prefix).
7760 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
7761 (test_program_prefix): This.
7762 * string/Makefile ($(objpfx)tst-svc.out): Replace
7763 $(built-program-cmd) with $(test-program-cmd).
7764
7765 2013-01-11 Andreas Jaeger <aj@suse.de>
7766
7767 [BZ #15003]
7768 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
7769 value. Sync with Linux 3.7.
7770
7771 2013-01-10 David S. Miller <davem@davemloft.net>
7772
7773 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
7774 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
7775 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
7776
7777 2013-01-10 Roland McGrath <roland@hack.frob.com>
7778
7779 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
7780 never set.
7781 * configure: Regenerated.
7782
7783 2013-01-10 David S. Miller <davem@davemloft.net>
7784
7785 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
7786 sparc V9 rather than using V8 code.
7787 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
7788 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
7789
7790 2013-01-10 Roland McGrath <roland@hack.frob.com>
7791
7792 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
7793 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
7794 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
7795 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
7796 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
7797 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
7798 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
7799 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
7800 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
7801 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
7802 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
7803 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
7804 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
7805 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
7806 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
7807 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
7808 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
7809 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
7810 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
7811 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
7812 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
7813 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
7814 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
7815 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
7816 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
7817 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
7818 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
7819
7820 2013-01-10 David S. Miller <davem@davemloft.net>
7821
7822 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7823
7824 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
7825
7826 * posix/Makefile (tests-static): New variable.
7827 (tests): Add $(tests-static).
7828 (tst-exec-static-ARGS): New variable.
7829 (tst-spawn-static-ARGS): Likewise.
7830 * posix/tst-exec-static.c: New file.
7831 * posix/tst-spawn-static.c: Likewise.
7832 * posix/tst-exec.c: Support run directly.
7833 * posix/tst-spawn.c: Likewise.
7834
7835 2013-01-10 Joseph Myers <joseph@codesourcery.com>
7836
7837 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
7838 long.
7839 * math/bits/mathcalls.h (llrint): Likewise.
7840 (llround): Likewise.
7841 * stdlib/stdlib.h (struct drand48_data): Likewise.
7842 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
7843 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
7844 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
7845 Likewise.
7846 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
7847 Likewise.
7848 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
7849 (elf_greg_t): Likewise.
7850 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
7851 (__jmp_buf): Likewise.
7852 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
7853 definitions.
7854 (llrint): Likewise, for all definitions.
7855 (llrintl): Likewise.
7856
7857 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
7858 Remove [__GNUC__] condition.
7859 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
7860 condition to just [__USE_ISOC99].
7861 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
7862
7863 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
7864
7865 [BZ #14200]
7866 * sysdeps/unix/sysv/linux/x86/bits/environments.h
7867 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
7868 defined.
7869 (_POSIX_V6_ILP32_OFF32): Likewise.
7870 (_XBS5_ILP32_OFF32): Likewise.
7871 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
7872 (__ILP32_OFFBIG_LDFLAGS): Likewise.
7873
7874 2013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7875
7876 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
7877
7878 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
7879 doubles __mpexp_twomm1. Adjust usage.
7880 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
7881 Remove.
7882
7883 2013-01-10 Andreas Schwab <schwab@suse.de>
7884
7885 [BZ #14964]
7886 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
7887 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
7888
7889 2013-01-09 David S. Miller <davem@davemloft.net>
7890
7891 [BZ #15003]
7892 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
7893 TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
7894 TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
7895 TCP_FASTOPEN): Define.
7896 (tcp_repair_opt): New structure.
7897 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
7898 enum values.
7899 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
7900 TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
7901 TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
7902 (tcp_cookie_transactions): New structure.
7903
7904 2013-01-09 Anton Blanchard <anton@samba.org>
7905
7906 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
7907 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
7908 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
7909 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
7910
7911 2013-01-09 Joseph Myers <joseph@codesourcery.com>
7912
7913 * include/features.h (__USE_ANSI): Remove.
7914
7915 2013-01-09 Roland McGrath <roland@hack.frob.com>
7916
7917 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
7918
7919 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
7920
7921 2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
7922
7923 * sysdeps/s390/fpu/libm-test-ulps: Update.
7924
7925 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7926
7927 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
7928 (__acr): Likewise.
7929 (__cpy): Likewise.
7930 (norm): Likewise.
7931 (denorm): Likewise.
7932 (__mp_dbl): Likewise.
7933 (__dbl_mp): Likewise.
7934 (add_magnitudes): Likewise.
7935 (sub_magnitudes): Likewise.
7936 (__add): Likewise.
7937 (__sub): Likewise.
7938 (__mul): Likewise.
7939 (__inv): Likewise.
7940 (__dvd): Likewise.
7941 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
7942 (__acr): Likewise.
7943 (__cpy): Likewise.
7944 (norm): Likewise.
7945 (denorm): Likewise.
7946 (__mp_dbl): Likewise.
7947 (__dbl_mp): Likewise.
7948 (add_magnitudes): Likewise.
7949 (sub_magnitudes): Likewise.
7950 (__add): Likewise.
7951 (__sub): Likewise.
7952 (__mul): Likewise.
7953 (__inv): Likewise.
7954 (__dvd): Likewise.
7955 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
7956 (__acr): Likewise.
7957 (__cpy): Likewise.
7958 (norm): Likewise.
7959 (denorm): Likewise.
7960 (__mp_dbl): Likewise.
7961 (__dbl_mp): Likewise.
7962 (add_magnitudes): Likewise.
7963 (sub_magnitudes): Likewise.
7964 (__add): Likewise.
7965 (__sub): Likewise.
7966 (__mul): Likewise.
7967 (__inv): Likewise.
7968 (__dvd): Likewise.
7969
7970 2013-01-08 Joseph Myers <joseph@codesourcery.com>
7971
7972 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
7973 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
7974 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
7975 2 && __USE_EXTERN_INLINES]: Likewise.
7976
7977 2013-01-08 Andreas Jaeger <aj@suse.de>
7978
7979 [BZ# 14985]
7980 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
7981 Remove.
7982 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
7983 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
7984
7985 2013-01-07 Anton Blanchard <anton@samba.org>
7986
7987 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
7988 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
7989 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
7990 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
7991 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
7992 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
7993 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
7994 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
7995 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7996 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
7997 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
7998 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
7999 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8000 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
8001 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
8002 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
8003 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
8004 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8005 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
8006 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
8007 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
8008 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
8009 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
8010 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
8011 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
8012 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
8013 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8014 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
8015 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
8016 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8017 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
8018 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8019 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
8020 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8021 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8022 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
8023 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
8024 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
8025 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
8026 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
8027 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
8028 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
8029 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
8030
8031 2013-01-07 Joseph Myers <joseph@codesourcery.com>
8032
8033 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
8034 (__MALLOC_PMT): Likewise.
8035 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
8036 [__GNUC__], only on [_LIBC].
8037 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
8038 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
8039 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
8040 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
8041 forward declaration.
8042 (realloc_hook_ini): Likewise.
8043 (memalign_hook_ini): Likewise.
8044 (__libc_memalign): Do not use __MALLOC_PMT in variable
8045 declaration.
8046 (__libc_valloc): Likewise.
8047 (__libc_pvalloc): Likewise.
8048 (__libc_calloc): Likewise.
8049 (__posix_memalign): Likewise.
8050
8051 [BZ #14996]
8052 * math/s_casinh.c: Include <float.h>.
8053 (__casinh): Do not do computation with squaring and square root
8054 for large arguments.
8055 * math/s_casinhf.c: Include <float.h>.
8056 (__casinhf): Do not do computation with squaring and square root
8057 for large arguments.
8058 * math/s_casinhl.c: Include <float.h>.
8059 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
8060 (__casinhl): Do not do computation with squaring and square root
8061 for large arguments.
8062 * math/libm-test.inc (casin_test): Add more tests.
8063 (casinh_test): Likewise.
8064 * sysdeps/i386/fpu/libm-test-ulps: Update.
8065 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8066
8067 2013-01-04 H.J. Lu <hongjiu.lu@intel.com>
8068
8069 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
8070 (__x86_64_raw_data_cache_size): Likewise.
8071 (__x86_64_data_cache_size_half): Likewise.
8072 (__x86_64_raw_data_cache_size_half): Likewise.
8073 (__x86_64_shared_cache_size): Likewise.
8074 (__x86_64_raw_shared_cache_size): Likewise.
8075 (__x86_64_shared_cache_size_half): Likewise.
8076 (__x86_64_raw_shared_cache_size_half): Likewise.
8077 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
8078 to ...
8079 (__x86_data_cache_size): This.
8080 (__x86_64_raw_data_cache_size): Renamed to ...
8081 (__x86_raw_data_cache_size): This.
8082 (__x86_64_data_cache_size_half): Renamed to ...
8083 (__x86_data_cache_size_half): This.
8084 (__x86_64_raw_data_cache_size_half): Renamed to ...
8085 (__x86_raw_data_cache_size_half): This.
8086 (__x86_64_shared_cache_size): Renamed to ...
8087 (__x86_shared_cache_size): This.
8088 (__x86_64_raw_shared_cache_size): Renamed to ...
8089 (__x86_raw_shared_cache_size): This.
8090 (__x86_64_shared_cache_size_half): Renamed to ...
8091 (__x86_shared_cache_size_half): This.
8092 (__x86_64_raw_shared_cache_size_half): Renamed to ...
8093 (__x86_raw_shared_cache_size_half): This.
8094 * sysdeps/x86_64/memcpy.S: Updated.
8095 * sysdeps/x86_64/memset.S: Likewise.
8096 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
8097 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
8098 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
8099
8100 2013-01-04 David S. Miller <davem@davemloft.net>
8101
8102 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8103
8104 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
8105
8106 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
8107 1 to avoid redefinition warning.
8108 (__USE_GNU): Don't define.
8109 (init_signaling_nan): Protoize.
8110
8111 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8112
8113 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
8114
8115 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
8116 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
8117 (__cpymn): Likewise.
8118 (norm): Remove commented code.
8119 (denorm): Likewise.
8120 (__mp_dbl): Likewise.
8121 (__inv): Likewise.
8122 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
8123 (__cpymn): Likewise.
8124 (norm): Remove commented code.
8125 (denorm): Likewise.
8126 (__mp_dbl): Likewise.
8127 (__inv): Likewise.
8128
8129 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
8130 mp_no value for 1.0 and 2.0.
8131 (norm): Use RADIXI instead of radixi.d.
8132 (denorm): Likewise.
8133 (__mul): Use 0.0 instead of zero.d.
8134 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
8135 mp_no value for 1.0 and 2.0.
8136 (norm): Use RADIXI instead of radixi.d.
8137 (denorm): Likewise.
8138 (__mul): Use 0.0 instead of zero.d.
8139
8140 2013-01-04 Joseph Myers <joseph@codesourcery.com>
8141
8142 [BZ #14994]
8143 * math/s_casinh.c (__casinh): Reduce finite argument to first
8144 quadrant then set signs of results at the end.
8145 * math/s_casinhf.c (__casinhf): Likewise.
8146 * math/s_casinhl.c (__casinhl): Likewise.
8147 * math/libm-test.inc (casin_test): Add more tests.
8148 (casinh_test): Likewise.
8149 * sysdeps/i386/fpu/libm-test-ulps: Update.
8150 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8151
8152 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
8153
8154 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
8155
8156 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
8157
8158 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
8159 declarations.
8160 (denorm): Likewise.
8161 (__mp_dbl): Likewise.
8162 (__inv): Likewise.
8163
8164 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
8165 and adjust the header comment.
8166
8167 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
8168 variable name from declaration.
8169
8170 2013-01-03 H.J. Lu <hongjiu.lu@intel.com>
8171
8172 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8173 Initialize COMMON_CPUID_INDEX_7 element.
8174 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
8175 (CPUID_RTM): Likewise.
8176 (HAS_RTM): Likewise.
8177 (COMMON_CPUID_INDEX_7): New enum.
8178
8179 2013-01-03 Andreas Schwab <schwab@linux-m68k.org>
8180
8181 [BZ #14981]
8182 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
8183 size is zero, record memory as freed.
8184
8185 2013-01-03 Andreas Jaeger <aj@suse.de>
8186
8187 * po/ia.po: Add new Interlingua translation.
8188
8189 2012-01-03 Allan McRae <allan@archlinux.org>
8190
8191 * locale/programs/localedef.c: Fix description of '--posix' flag.
8192
8193 2013-01-02 Joseph Myers <joseph@codesourcery.com>
8194
8195 * NEWS: Update dates in second copyright notice.
8196 * README: Update copyright dates in example.
8197 * manual/libc.texinfo: Update copyright dates.
8198 * scripts/test-installation.pl: Update copyright date in --version
8199 output.
8200
8201 * hurd/ctty-input.c: Fix copyright notice formatting.
8202 * hurd/ctty-output.c: Likewise.
8203 * hurd/dtable.c: Likewise.
8204 * hurd/hurd-raise.c: Likewise.
8205 * hurd/hurdprio.c: Likewise.
8206 * hurd/msgportdemux.c: Likewise.
8207 * misc/sys/file.h: Likewise.
8208 * misc/sys/ioctl.h: Likewise.
8209 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
8210 * sysdeps/mach/hurd/chdir.c: Likewise.
8211 * sysdeps/mach/hurd/fchdir.c: Likewise.
8212 * sysdeps/mach/hurd/rename.c: Likewise.
8213 * sysdeps/mach/hurd/rmdir.c: Likewise.
8214 * sysdeps/mach/hurd/seekdir.c: Likewise.
8215 * sysdeps/mach/hurd/setsid.c: Likewise.
8216 * sysdeps/posix/wait3.c: Likewise.
8217
8218 * All files with FSF copyright notices: Update copyright dates
8219 using scripts/update-copyrights.
8220 * intl/plural.c: Regenerated.
8221 * locale/programs/charmap-kw.h: Likewise.
8222 * locale/programs/locfile-kw.h: Likewise.
8223
8224 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8225
8226 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
8227 four values.
8228
8229 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
8230 calculation loop and add branch prediction.
8231
8232 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
8233 check access beyond bounds of m1np.
8234
8235 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
8236 MPTWO.
8237 (__inv): Remove local variable MPTWO to use the global
8238 constant.
8239 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
8240 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
8241 variable MPTWO.
8242 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
8243 MP3HALFS static const.
8244
8245 2013-01-01 David S. Miller <davem@davemloft.net>
8246
8247 * po/ca.po: Update from translation team.
8248
8249 2013-01-01 Joseph Myers <joseph@codesourcery.com>
8250
8251 * scripts/update-copyrights: New file.
8252 * Makeconfig: Reformat copyright notice.
8253 * ctype/ctype.h: Likewise.
8254 * debug/swprintf_chk.c: Likewise.
8255 * elf/dl-cache.c: Likewise.
8256 * elf/dl-debug.c: Likewise.
8257 * elf/dl-object.c: Likewise.
8258 * grp/initgroups.c: Likewise.
8259 * hurd/Makefile: Likewise.
8260 * hurd/hurd/signal.h: Likewise.
8261 * hurd/hurdfault.c: Likewise.
8262 * hurd/hurdioctl.c: Likewise.
8263 * hurd/hurdlookup.c: Likewise.
8264 * hurd/intr-msg.c: Likewise.
8265 * iconv/gconv_open.c: Likewise.
8266 * libio/swprintf.c: Likewise.
8267 * locale/lc-ctype.c: Likewise.
8268 * locale/nl_langinfo.c: Likewise.
8269 * mach/Machrules: Likewise.
8270 * mach/Makefile: Likewise.
8271 * malloc/obstack.h: Likewise.
8272 * manual/Makefile: Likewise.
8273 * manual/tsort.awk: Likewise.
8274 * misc/bits/stab.def: Likewise.
8275 * nis/nis_print_group_entry.c: Likewise.
8276 * nis/nis_table.c: Likewise.
8277 * nis/nss_compat/compat-pwd.c: Likewise.
8278 * nis/nss_compat/compat-spwd.c: Likewise.
8279 * po/Makefile: Likewise.
8280 * posix/fnmatch.c: Likewise.
8281 * posix/regex.h: Likewise.
8282 * resolv/Makefile: Likewise.
8283 * resolv/nss_dns/dns-network.c: Likewise.
8284 * resolv/res_hconf.c: Likewise.
8285 * scripts/gen-sorted.awk: Likewise.
8286 * soft-fp/soft-fp.h: Likewise.
8287 * stdio-common/printf.h: Likewise.
8288 * stdlib/monetary.h: Likewise.
8289 * stdlib/random.c: Likewise.
8290 * stdlib/random_r.c: Likewise.
8291 * sysdeps/generic/Makefile: Likewise.
8292 * sysdeps/gnu/Makefile: Likewise.
8293 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
8294 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
8295 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
8296 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
8297 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
8298 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
8299 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
8300 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
8301 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
8302 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
8303 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
8304 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
8305 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
8306 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
8307 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
8308 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
8309 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
8310 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
8311 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
8312 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
8313 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
8314 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
8315 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
8316 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
8317 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
8318 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
8319 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
8320 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
8321 * sysdeps/mach/hurd/errnos.awk: Likewise.
8322 * sysdeps/mach/hurd/fork.c: Likewise.
8323 * sysdeps/mach/hurd/getcwd.c: Likewise.
8324 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
8325 * sysdeps/mach/hurd/mmap.c: Likewise.
8326 * sysdeps/mach/hurd/utimes.c: Likewise.
8327 * sysdeps/mach/hurd/xmknod.c: Likewise.
8328 * sysdeps/posix/profil.c: Likewise.
8329 * sysdeps/posix/readdir_r.c: Likewise.
8330 * sysdeps/powerpc/bits/mathdef.h: Likewise.
8331 * sysdeps/powerpc/bits/setjmp.h: Likewise.
8332 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
8333 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
8334 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
8335 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
8336 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
8337 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8338 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8339 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
8340 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
8341 * sysdeps/pthread/lio_listio.c: Likewise.
8342 * sysdeps/sparc/dl-procinfo.h: Likewise.
8343 * sysdeps/unix/i386/sysdep.S: Likewise.
8344 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
8345 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
8346 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
8347 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
8348 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8349 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
8350 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
8351 * sysdeps/unix/sysv/linux/speed.c: Likewise.
8352 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8353 * sysdeps/wordsize-32/divdi3.c: Likewise.
8354 * time/sys/time.h: Likewise.
8355 * wcsmbs/Makefile: Likewise.
8356
8357 2013-01-01 David S. Miller <davem@davemloft.net>
8358
8359 * po/fr.po: Update from translation team.
8360
8361 * catgets/gencat.c: Update copyright year.
8362 * csu/version.c: Likewise.
8363 * debug/catchsegv.sh: Likewise.
8364 * debug/pcprofiledump.c: Likewise.
8365 * debug/xtrace.sh: Likewise.
8366 * elf/ldconfig.c: Likewise.
8367 * elf/ldd.bash.in: Likewise.
8368 * elf/pldd.c: Likewise.
8369 * elf/sotruss.ksh: Likewise.
8370 * elf/sprof.c: Likewise.
8371 * iconv/iconv_prog.c: Likewise.
8372 * iconv/iconvconfig.c: Likewise.
8373 * locale/programs/locale.c: Likewise.
8374 * locale/programs/localedef.c: Likewise.
8375 * login/programs/pt_chown.c: Likewise.
8376 * malloc/memusage.sh: Likewise.
8377 * malloc/memusagestat.c: Likewise.
8378 * malloc/mtrace.pl: Likewise.
8379 * nscd/nscd.c: Likewise.
8380 * nss/getent.c: Likewise.
8381 * nss/makedb.c: Likewise.
8382 * posix/getconf.c: Likewise.
8383
8384 2012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
8385
8386 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
8387 numbers.
8388
8389 2012-12-30 Mike Frysinger <vapier@gentoo.org>
8390
8391 * math/bits/mathcalls.h (modf): Use __nonnull.
8392
8393 2012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8394
8395 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
8396 (split): Use macro CN instead of the bare value.
8397 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
8398 could be used.
8399 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
8400 instead of the bare value.
8401 (power1): Likewise.
8402
8403 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8404
8405 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
8406 __ATAN_TWOM.
8407 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
8408
8409 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
8410 their values.
8411 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
8412 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
8413 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
8414 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
8415
8416 2012-12-28 Andreas Jaeger <aj@suse.de>
8417
8418 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
8419 values are from Linux 3.7.
8420
8421 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
8422 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
8423
8424 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8425
8426 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
8427 TRUE case.
8428
8429 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
8430 (norm): Likewise.
8431 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
8432 variables with preprocessor constants.
8433 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
8434 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
8435 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
8436
8437 2012-12-27 Bruno Haible <bruno@clisp.org>
8438
8439 [BZ #14317]
8440 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
8441 only if needed.
8442
8443 2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8444
8445 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
8446 and use variable directly.
8447 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
8448
8449 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
8450 MPONE.
8451 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
8452 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
8453 variable MPONE.
8454 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
8455 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
8456 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
8457 include directive. Remove local variable MPONE.
8458 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
8459 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
8460 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
8461
8462 2012-12-25 David S. Miller <davem@davemloft.net>
8463
8464 * version.h (RELEASE): Set to "development".
8465 (VERSION): Set to "2.17.90".
8466 * NEWS: Add 2.18 section.
8467
8468 2012-12-21 David S. Miller <davem@davemloft.net>
8469
8470 * po/hr.po: Update from translation team.
8471
8472 2012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8473
8474 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
8475
8476 2012-12-19 Steve Ellcey <sellcey@mips.com>
8477
8478 * NEWS: Mention new memcpy for MIPS.
8479
8480 2012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
8481
8482 * manual/contrib.texi (Contributors): Spelling correction.
8483
8484 2012-12-15 David S. Miller <davem@davemloft.net>
8485
8486 * po/ru.po: Update from translation team.
8487
8488 2012-12-13 David S. Miller <davem@davemloft.net>
8489
8490 * NEWS: Mention IFUNC testsuite enhancements.
8491
8492 * po/pl.po: Update from translation team.
8493 * po/bg.po: Likewise.
8494
8495 * manual/contrib.texi (Contributors): Update entries for Hongjiu
8496 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
8497
8498 2012-12-11 David S. Miller <davem@davemloft.net>
8499
8500 * po/sv.po: Update from translation team.
8501
8502 * po/vi.po: Update from translation team.
8503
8504 * po/cs.po: Update from translation team.
8505
8506 * po/de.po: Update from translation team.
8507 * po/eo.po: Likewise.
8508 * po/nl.po: Likewise.
8509
8510 2012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
8511
8512 [BZ #14246]
8513 * manual/argp.texi (Argp Helper Functions): Move node to follow
8514 Argp Parsing State.
8515
8516 [BZ #14872]
8517 * manual/conf.texi (Limits on File System Capacity): Mention if
8518 terminating null is included in the max size.
8519
8520 2012-12-10 Andreas Jaeger <aj@suse.de>
8521
8522 * po/cs.po: Update from translation team.
8523
8524 2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8525
8526 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
8527 void pointer and cast to uintptr_t.
8528 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
8529 path.
8530 * sysdeps/s390/s390-64/memcpy.S: Likewise.
8531 * sysdeps/s390/s390-64/memset.S: Likewise.
8532
8533 2012-12-08 Benno Schulenberg <bensberg@justemail.net>
8534
8535 [BZ #14833]
8536 * menual/message.texi (Message Translation): Fix typos.
8537 (Helper programs for gettext): Likewise.
8538
8539 2012-12-07 Andreas Schwab <schwab@linux-m68k.org>
8540
8541 [BZ #14898]
8542 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
8543 Change to -1.
8544
8545 2012-12-07 David S. Miller <davem@davemloft.net>
8546
8547 * po/libc.pot: Update.
8548
8549 2012-12-07 Richard Henderson <rth@redhat.com>
8550
8551 [BZ #10114]
8552 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
8553 normal/normal case to before the switch.
8554 (_FP_DIV): Likewise.
8555
8556 2012-12-06 Carlos O'Donell <carlos@systemhalted.org>
8557 Mike Frysinger <vapier@gentoo.org>
8558
8559 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
8560 check for __NR_fadvise64_64.
8561
8562 2012-12-06 Chris Metcalf <cmetcalf@tilera.com>
8563
8564 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
8565 0, not just to plain "0" as a statement.
8566 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
8567 with cw.
8568
8569 2012-12-06 Joseph Myers <joseph@codesourcery.com>
8570
8571 * NEWS: Use sourceware.org in Bugzilla URL.
8572
8573 2012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
8574
8575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
8576 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
8577
8578 * stdio-common/tst-put-error.c (do_test): Add newline to the
8579 padded test to ensure flush.
8580
8581 2012-12-05 Jeff Law <law@redhat.com>
8582
8583 * sunrpc/etc.rpc (fedfs_admin): Add entry.
8584
8585 2012-12-05 Joseph Myers <joseph@codesourcery.com>
8586
8587 * README: Don't refer to ports add-on as distributed separately.
8588 Mention AArch64 in list of systems supported in the ports add-on.
8589
8590 * LICENSES: Add more non-FSF copyright and license notices.
8591
8592 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
8593 ((unused)).
8594
8595 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
8596
8597 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
8598 10000 as width of padded output.
8599
8600 2012-12-04 Joseph Myers <joseph@codesourcery.com>
8601
8602 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
8603
8604 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
8605 variable LX with __attribute__ ((unused)).
8606 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
8607 Likewise.
8608 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
8609 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
8610 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
8611 with __attribute__ ((unused)).
8612
8613 2012-12-04 David S. Miller <davem@abraco.davemloft.net>
8614
8615 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
8616
8617 2012-12-04 Joseph Myers <joseph@codesourcery.com>
8618
8619 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
8620 (CFLAGS-nldbl-acos.c): New variable.
8621 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
8622 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
8623 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
8624 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
8625 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
8626 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
8627 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
8628 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
8629 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
8630 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
8631 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
8632 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
8633 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
8634 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
8635 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
8636 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
8637 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
8638 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
8639 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
8640 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
8641 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
8642 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
8643 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
8644 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
8645 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
8646 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
8647 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
8648 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
8649 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
8650 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
8651 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
8652 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
8653 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
8654 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
8655 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
8656 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
8657 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
8658 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
8659 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
8660 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
8661 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
8662 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
8663 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
8664 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
8665 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
8666 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
8667 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
8668 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
8669 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
8670 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
8671 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
8672 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
8673 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
8674 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
8675 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
8676 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
8677 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
8678 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
8679 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
8680 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
8681 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
8682 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
8683 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
8684 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
8685 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
8686 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
8687 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
8688 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
8689 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
8690 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
8691 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
8692 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
8693 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
8694 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
8695 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
8696 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
8697 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
8698 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
8699 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
8700 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
8701 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
8702 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
8703 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
8704 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
8705 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
8706 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
8707 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
8708 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
8709 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
8710 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
8711 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
8712 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
8713 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
8714 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
8715 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
8716 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
8717 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
8718
8719 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
8720 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
8721
8722 [BZ #14914]
8723 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
8724 whole low double instead of just low 47 bits when splitting values
8725 into two parts.
8726
8727 2012-12-03 Allan McRae <allan@archlinux.org>
8728
8729 * manual/stdio.texi (Predefined Printf Handlers): Remove
8730 @hsep and @vsep usage.
8731
8732 2012-12-03 Mike Frysinger <vapier@gentoo.org>
8733
8734 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
8735 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
8736
8737 2012-12-03 Jeff Law <law@redhat.com>
8738
8739 * time/sys/time.h (settimeofday): Do not mark TV argument
8740 as __nonnull.
8741
8742 2012-12-01 Mike Frysinger <vapier@gentoo.org>
8743
8744 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
8745 when currently writing and seek to current position when not.
8746 * libio/Makefile (tests): Remove bug-fclose1.
8747 * libio/bug-fclose1.c: Delete.
8748
8749 2012-12-01 Joseph Myers <joseph@codesourcery.com>
8750
8751 * manual/arith.texi (feenableexcept): Fix typo.
8752 (fedisableexcept): Likewise.
8753
8754 2012-11-30 Roland McGrath <roland@hack.frob.com>
8755
8756 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
8757 second, differently-typed declaration, rather than a cast.
8758
8759 2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8760
8761 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
8762 * include/rpc/svc.h: ... here.
8763
8764 2012-11-30 Aurelien Jarno <aurel32@debian.org>
8765
8766 [BZ #13013]
8767 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
8768 depending n and resplen2 to catch cases where answer
8769 equals answerp2.
8770
8771 2012-11-29 Carlos O'Donell <carlos@systemhalted.org>
8772
8773 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
8774 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
8775
8776 2012-11-29 Mike Frysinger <vapier@gentoo.org>
8777
8778 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
8779
8780 2012-11-29 Roland McGrath <roland@hack.frob.com>
8781
8782 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
8783
8784 2012-11-28 Jeff Law <law@redhat.com>
8785
8786 [BZ #13761]
8787 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
8788 dataset_temporary. Track alloca usage into alloca_used.
8789 If dataset is large allocate and release it via malloc/free.
8790
8791 2012-06-04 Florian Weimer <fweimer@redhat.com>
8792
8793 [BZ #14197]
8794 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
8795
8796 2012-11-28 David S. Miller <davem@davemloft.net>
8797
8798 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8799
8800 2012-11-28 Joseph Myers <joseph@codesourcery.com>
8801
8802 [BZ #14803]
8803 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
8804 of pi/2 rounded to nearest to 64 bits.
8805 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
8806 nearest to 64 bits.
8807 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
8808 bits.
8809
8810 2012-11-28 Jeff Law <law@redhat.com>
8811 Martin Osvald <mosvald@redhat.com>
8812
8813 [BZ #14889]
8814 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
8815 * sunrpc/svc.c: Include time.h.
8816 (__svc_accept_failed): New function.
8817 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
8818 any reason other than EINTR, call __svc_accept_failed.
8819 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
8820 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
8821
8822 2012-11-28 Andreas Schwab <schwab@suse.de>
8823
8824 * scripts/abilist.awk: Also handle indirect functions in .opd
8825 section.
8826
8827 2012-11-28 Joseph Myers <joseph@codesourcery.com>
8828
8829 [BZ #13881]
8830 * sysdeps/x86/fpu/powl_helper.c: New file.
8831 * sysdeps/x86/fpu/Makefile: Likewise.
8832 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
8833 (p3): New object.
8834 (__ieee754_powl): Use __powl_helper for finite arguments except
8835 integer exponents below 8.
8836 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
8837 (p3): New object.
8838 (__ieee754_powl): Use __powl_helper for finite arguments except
8839 integer exponents below 8.
8840 * math/libm-test.inc (pow_test): Add more tests and enable some
8841 previously disabled tests.
8842 * sysdeps/i386/fpu/libm-test-ulps: Update.
8843 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8844
8845 2012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8846 Carlos O'Donell <carlos_odonell@mentor.com>
8847
8848 * nss/makedb.c (is_prime): Assert that input is odd and greater
8849 than 4. Note that fact in a comment too.
8850 (next_prime): Add 4 to input.
8851
8852 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8853
8854 [BZ #11741]
8855 * libio/Makefile (tests): Add test case tst-fwrite-error.
8856 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
8857 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
8858 * libio/tst-fwrite-error.c: New test case.
8859
8860 2012-11-26 H.J. Lu <hongjiu.lu@intel.com>
8861
8862 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
8863 before casting to void *.
8864 * include/libc-internal.h (__pointer_type): New macro.
8865 (__integer_if_pointer_type_sub): Likewise.
8866 (__integer_if_pointer_type): Likewise.
8867 (cast_to_integer): Likewise.
8868 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
8869 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
8870 before casting to atomic64_t.
8871 (atomic_exchange_acq): Likewise.
8872 (__arch_exchange_and_add_body): Likewise.
8873 (__arch_add_body): Likewise.
8874 (atomic_add_negative): Likewise.
8875 (atomic_add_zero): Likewise.
8876
8877 2012-11-26 Joseph Myers <joseph@codesourcery.com>
8878
8879 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
8880 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
8881 (add_fdes): Likewise.
8882 (linear_search_fdes): Likewise.
8883 (binary_search_unencoded_fdes): Likewise.
8884
8885 2012-11-26 Andreas Schwab <schwab@linux-m68k.org>
8886
8887 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
8888
8889 2012-11-24 Adam Conrad <adconrad@0c3.net>
8890
8891 * configure.in: Autodetect C++ header directories.
8892 * configure: Regenerated.
8893
8894 2012-11-23 Mike Frysinger <vapier@gentoo.org>
8895
8896 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
8897
8898 2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
8899
8900 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8901
8902 2012-11-22 Joseph Myers <joseph@codesourcery.com>
8903
8904 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
8905 LDBL_MANT_DIG == 106]: Disable some tests.
8906 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
8907 Likewise.
8908 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
8909 Likewise.
8910
8911 [BZ #14871]
8912 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
8913 input for small inputs. Return +/- pi/2 for large inputs.
8914 * math/libm-test.inc (atan_test): Add more tests.
8915
8916 * sysdeps/generic/unwind-dw2-fde-glibc.c
8917 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
8918 __attribute__ ((unused)).
8919
8920 [BZ #14645]
8921 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
8922 x * y if x and y are nonzero and z is zero.
8923
8924 [BZ #14811]
8925 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
8926 nonzero exponents with absolute value below 0x1p-117 to +/-
8927 0x1p-117.
8928
8929 [BZ #14869]
8930 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
8931 up arguments below 2**-450, not just those below 2**-500.
8932 * math/libm-test.inc (hypot_test): Add another test.
8933
8934 [BZ #14868]
8935 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
8936 Return a+b for ratio over 2**120, not 2**60.
8937 * math/libm-test.inc (hypot_test): Add another test.
8938
8939 * math/libm-test.inc (clog_test): Use
8940 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
8941 (clog10_test): Likewise.
8942
8943 [BZ #6778]
8944 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
8945
8946 2012-11-22 Andreas Schwab <schwab@suse.de>
8947
8948 * sysdeps/i386/fpu/libm-test-ulps: Update.
8949
8950 2012-11-22 Pino Toscano <toscano.pino@tiscali.it>
8951
8952 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
8953 printf output with newline.
8954
8955 2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
8956
8957 [BZ #14865]
8958 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
8959 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
8960 -z nodlopen, -z initfirst and -z execstack support.
8961 * configure: Regenerated.
8962
8963 * elf/elf.h (DF_1_NODIRECT): New macro.
8964 (DF_1_IGNMULDEF): Likewise.
8965 (DF_1_NOKSYMS): Likewise.
8966 (DF_1_NOHDR): Likewise.
8967 (DF_1_EDITED): Likewise.
8968 (DF_1_NORELOC): Likewise.
8969 (DF_1_SYMINTPOSE): Likewise.
8970 (DF_1_GLOBAUDIT): Likewise.
8971 (DF_1_SINGLETON): Likewise.
8972 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
8973 DT_1_SUPPORTED_MASK bits.
8974 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
8975
8976 2012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
8977
8978 * sysdeps/unix/make-syscalls.sh: Document prefixes.
8979
8980 2012-11-20 Thomas Schwinge <thomas@codesourcery.com>
8981
8982 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
8983 macro.
8984
8985 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
8986 (sendmmsg): Move declarations...
8987 * socket/sys/socket.h: ... here.
8988 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
8989 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
8990 include it from...
8991 * socket/recvmmsg.c: ... this new file.
8992 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
8993 (sendmmsg): Rename to __sendmmsg, create weak alias and make
8994 definition of __sendmmsg hidden.
8995 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
8996 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
8997 Move ENOSYS stub into and include it from...
8998 * socket/sendmmsg.c: ... this new file.
8999 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
9000 (sysdep_routines): Move recvmmsg and sendmmsg...
9001 * socket/Makefile (routines): ... here.
9002 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
9003 (GLIBC_PRIVATE): Add __sendmmsg.
9004 * include/sys/socket.h (__sendmmsg): Add declarations.
9005 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
9006 sendmmsg.
9007
9008 2012-11-20 Joseph Myers <joseph@codesourcery.com>
9009
9010 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
9011 variable I1 with __attribute__ ((unused)).
9012 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
9013
9014 2012-11-19 Joseph Myers <joseph@codesourcery.com>
9015
9016 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
9017 DUMMY variables with __attribute__ ((unused)).
9018
9019 * bits/byteswap.h: Include <bits/types.h>.
9020 (__bswap_64): Use __uint64_t instead of unsigned long long int.
9021
9022 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
9023
9024 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
9025 string_t. Do not manually set errno.
9026 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
9027 length with __strnlen. Make sure to both set errno and return it on
9028 failure.
9029
9030 2012-11-19 David S. Miller <davem@davemloft.net>
9031
9032 With help from Joseph Myers.
9033 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
9034 very large arguments properly.
9035 * math/libm-test.inc (atan_test): New tests.
9036 (atan2_test): New tests.
9037 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9038 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9039
9040 2012-11-19 Joseph Myers <joseph@codesourcery.com>
9041
9042 [BZ #14856]
9043 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
9044 Define to 3.
9045
9046 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
9047 [POSIX] (EADDRNOTAVAIL): Likewise.
9048 [POSIX] (EAFNOSUPPORT): Likewise.
9049 [POSIX] (EALREADY): Likewise.
9050 [POSIX] (ECONNABORTED): Likewise.
9051 [POSIX] (ECONNREFUSED): Likewise.
9052 [POSIX] (ECONNRESET): Likewise.
9053 [POSIX] (EDESTADDRREQ): Likewise.
9054 [POSIX] (EDQUOT): Likewise.
9055 [POSIX] (EHOSTUNREACH): Likewise.
9056 [POSIX] (EIDRM): Likewise.
9057 [POSIX] (EISCONN): Likewise.
9058 [POSIX] (ELOOP): Likewise.
9059 [POSIX] (EMULTIHOP): Likewise.
9060 [POSIX] (ENETDOWN): Likewise.
9061 [POSIX] (ENETUNREACH): Likewise.
9062 [POSIX] (ENOBUFS): Likewise.
9063 [POSIX] (ENODATA): Likewise.
9064 [POSIX] (ENOLINK): Likewise.
9065 [POSIX] (ENOMSG): Likewise.
9066 [POSIX] (ENOPROTOOPT): Likewise.
9067 [POSIX] (ENOSR): Likewise.
9068 [POSIX] (ENOSTR): Likewise.
9069 [POSIX] (ENOTCONN): Likewise.
9070 [POSIX] (ENOTSOCK): Likewise.
9071 [POSIX] (EOPNOTSUPP): Likewise.
9072 [POSIX] (EOVERFLOW): Likewise.
9073 [POSIX] (EPROTO): Likewise.
9074 [POSIX] (EPROTONOSUPPORT): Likewise.
9075 [POSIX] (EPROTOTYPE): Likewise.
9076 [POSIX] (ESTALE): Likewise.
9077 [POSIX] (ETIME): Likewise.
9078 [POSIX] (ETXTBSY): Likewise.
9079 [POSIX] (EWOULDBLOCK): Likewise.
9080 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
9081 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
9082 [POSIX] (SEEK_CUR): Likewise.
9083 [POSIX] (SEEK_END): Likewise.
9084 [POSIX || UNIX98] (mode_t): Do not require.
9085 [POSIX] (off_t): Likewise.
9086 [POSIX] (pid_t): Likewise.
9087 [POSIX] (sys/stat.h): Do not allow header.
9088 [POSIX] (unistd.h): Likewise.
9089 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
9090 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
9091 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
9092 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
9093 require.
9094 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
9095 sigevent): Specify elements.
9096 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
9097 entry.
9098 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
9099 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
9100
9101 * conform/data/cpio.h-data [POSIX]: Disable whole file.
9102 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
9103 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
9104 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
9105 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
9106 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
9107 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
9108 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
9109 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
9110 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
9111 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
9112 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
9113 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
9114 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
9115 Likewise.
9116 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
9117 Likewise.
9118 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
9119 Likewise.
9120 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
9121 Likewise.
9122 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
9123 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
9124 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
9125 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
9126 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
9127 Specify lower bound on value.
9128 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
9129 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
9130 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
9131 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
9132 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
9133 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
9134 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
9135 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
9136 value.
9137 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
9138 as optional.
9139 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
9140 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
9141 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
9142 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
9143 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
9144 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
9145 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
9146 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
9147 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
9148 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
9149 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
9150 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
9151 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
9152 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
9153 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
9154 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
9155 entry.
9156 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
9157 optional.
9158 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
9159 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
9160 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
9161 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
9162 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
9163 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
9164 Likewise.
9165 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
9166 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
9167 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
9168 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
9169 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
9170 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
9171 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
9172 as optional.
9173 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
9174 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
9175 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
9176 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
9177 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
9178 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
9179 specify as optional.
9180 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
9181 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
9182 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
9183 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
9184 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
9185 [XPG3] (NL_LANGMAX): Likewise.
9186 [POSIX || XPG3] (NL_MSGMAX): Likewise.
9187 [POSIX || XPG3] (NL_NMAX): Likewise.
9188 [POSIX || XPG3] (NL_SETMAX): Likewise.
9189 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
9190 [XPG3] (NZERO): Likewise.
9191 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
9192 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
9193 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
9194 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
9195 (REG_ERANGE): Expect.
9196 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
9197 optional-constant.
9198 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
9199 Use (void) in prototype.
9200 [POSIX] (*_t): Allow.
9201 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
9202 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
9203 (WRDE_BADVAL): Expect.
9204
9205 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
9206 expect.
9207 [XPG3 || XPG4] (O_RSYNC): Likewise.
9208 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
9209 Likewise.
9210 [XPG3 || XPG4] (pthread_sigmask): Likewise.
9211 [XPG3 || XPG4] (sigqueue): Likewise.
9212 [XPG3 || XPG4] (sigtimedwait): Likewise.
9213 [XPG3 || XPG4] (sigwaitinfo): Likewise.
9214 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
9215 [XPG3 || XPG4] (vsnprintf): Likewise.
9216 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
9217 Likewise.
9218 [XPG3 || XPG4] (blksize_t): Likewise.
9219 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
9220 Likewise.
9221 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
9222 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9223 [XPG3 || XPG4] (struct itimerspec): Likewise.
9224 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
9225 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
9226 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
9227 [XPG3 || XPG4] (clockid_t): Likewise.
9228 [XPG3 || XPG4] (timer_t): Likewise.
9229 [XPG3 || XPG4] (clock_getres): Likewise.
9230 [XPG3 || XPG4] (clock_gettime): Likewise.
9231 [XPG3 || XPG4] (clock_settime): Likewise.
9232 [XPG3 || XPG4] (nanosleep): Likewise.
9233 [XPG3 || XPG4] (timer_create): Likewise.
9234 [XPG3 || XPG4] (timer_delete): Likewise.
9235 [XPG3 || XPG4] (timer_gettime): Likewise.
9236 [XPG3 || XPG4] (timer_getoverrun): Likewise.
9237 [XPG3 || XPG4] (timer_settime): Likewise.
9238 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
9239 [XPG3 || XPG4] (getlogin_r): Likewise.
9240 [XPG3 || XPG4] (pread): Likewise.
9241 [XPG3 || XPG4] (pthread_atfork): Likewise.
9242 [XPG3 || XPG4] (pwrite): Likewise.
9243
9244 [BZ #14835]
9245 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
9246 <bits/siginfo.h>.
9247
9248 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
9249
9250 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
9251 finalizing MALLSTREAM.
9252
9253 * sysdeps/mach/hurd/syncfs.c: New file.
9254
9255 2012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
9256
9257 [BZ #14719]
9258 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
9259 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
9260 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
9261 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
9262 (_nss_dns_gethostbyname4_r): Likewise.
9263 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
9264 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
9265
9266 2012-11-19 Peng Haitao <penght@cn.fujitsu.com>
9267
9268 [BZ #13763]
9269 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
9270
9271 2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
9272
9273 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
9274 * elf/cache.c (print_entry): Print ",AArch64" for
9275 FLAG_AARCH64_LIB64
9276
9277 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
9278 * elf/cache.c (print_entry): Print ",hard-float" for
9279 FLAG_ARM_LIBHF.
9280
9281 2012-11-18 David S. Miller <davem@davemloft.net>
9282
9283 With help from Joseph Myers.
9284 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
9285 cutoff to 2**-13.
9286 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
9287 cutoff to 2**-25.
9288 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
9289 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
9290 small.
9291 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
9292 * math/libm-test.inc (y0_test): New tests.
9293 (y1_test): New tests.
9294 * sysdeps/i386/fpu/libm-test-ulps: Update.
9295 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9296 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9297
9298 2012-11-18 Andreas Schwab <schwab@linux-m68k.org>
9299
9300 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
9301 64-bit targets.
9302 * configure: Regenerated.
9303
9304 2012-11-17 David S. Miller <davem@davemloft.net>
9305
9306 [BZ #14811]
9307 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
9308 nonzero exponents with absolute value below 0x1p-128 to +/-
9309 0x1p-128.
9310
9311 2012-11-17 Joseph Myers <joseph@codesourcery.com>
9312
9313 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
9314
9315 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
9316
9317 * posix/getconf-speclist.c: New file.
9318 * posix/posix-envs.def: Likewise.
9319 * posix/confstr.c (START_ENV_GROUP): New macro.
9320 (END_ENV_GROUP): Likewise.
9321 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
9322 (KNOWN_PRESENT_ENV_STRING): Likewise.
9323 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
9324 (UNKNOWN_ENVIRONMENT): Likewise.
9325 (confstr): Include posix-envs.def instead of handling
9326 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
9327 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
9328 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
9329 (END_ENV_GROUP): Likewise.
9330 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
9331 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
9332 (UNKNOWN_ENVIRONMENT): Likewise.
9333 (__sysconf): Include posix-envs.def instead of handling associated
9334 cases directly here.
9335 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
9336 preprocessing getconf-speclist.c rather than running getconf or
9337 generating empty file.
9338
9339 2012-11-16 Pino Toscano <toscano.pino@tiscali.it>
9340
9341 * scripts/check-local-headers.sh: Ignore 'mach' headers.
9342
9343 2012-11-16 Andrej Lajovic <natrij@gmail.com>
9344
9345 [BZ #14672]
9346 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
9347
9348 2012-11-16 David S. Miller <davem@davemloft.net>
9349
9350 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
9351 smaller than LDBL_EPSILON/2.0L, just return xm1.
9352
9353 2012-11-16 H.J. Lu <hongjiu.lu@intel.com>
9354
9355 * elf/tst-array1.c (init): Set constructor priority to 1000.
9356 (fini): Set destructor priority to 1000.
9357 * elf/tst-array2dep.c: Likewise.
9358
9359 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
9360
9361 [BZ #11741]
9362 * libio/fileops.c (_IO_new_file_write): Correctly return error.
9363 (_IO_new_file_xsputn): Also return EOF if none of the input
9364 data was written when overflow failed.
9365 * libio/iopadn.c (_IO_padn): Likewise.
9366 * libio/iowpadn.c (_IO_wpadn): Likewise.
9367 * stdio-common/tst-put-error.c: Add copyright notice.
9368 (do_test): Add case for printing padded string.
9369 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
9370 _IO_padn returned error.
9371 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
9372 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
9373 return EOF.
9374
9375 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
9376
9377 * libio/libioP.h: Add comment note that the references to C++
9378 bits are now obsolete.
9379
9380 2012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
9381
9382 * math/libm-test.inc (check_complex): Use asprintf.
9383
9384 2012-11-14 Joseph Myers <joseph@codesourcery.com>
9385
9386 * debug/pcprofiledump.c (print_version): Update copyright year.
9387 * malloc/memusagestat.c (print_version): Likewise.
9388
9389 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
9390
9391 [BZ #14831]
9392 * elf/Makefile (tests): Add tst-audit8.
9393 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
9394 ($(objpfx)tst-audit8.out): New target.
9395 (tst-audit8-ENV): New variable.
9396 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
9397 audit if l_reloc_result is NULL.
9398 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
9399 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
9400 * elf/tst-audit8.c: New file.
9401
9402 2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
9403
9404 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
9405 * misc/Makefile (CFLAGS-select.c): Define.
9406 * posix/Makefile (CFLAGS-pause.c): Define.
9407
9408 2012-11-13 David S. Miller <davem@davemloft.net>
9409
9410 * crypt/Makefile: Move test targets after toplevel Rules
9411 inclusion. Grab any necessary sysdep routines when linking.
9412 * crypt/md5.c (md5_process_block): Remove define, we will always
9413 name it __md5_process_block.
9414 (md5_finish_ctx): Update md5_process_block call.
9415 (md5_stream): Likewise.
9416 (md5_process_bytes): Likewise.
9417 (md5_process_block): Rename to __md5_process_block and move to ...
9418 * crypt/md5-block.c: ... here.
9419 * crypt/sha256.c (sha256_process_block): Move to ...
9420 * crypt/sha256-block.c: ... here.
9421 * crypt/sha512.c (sha512_process_block): Move to ...
9422 * crypt/sha512-block.c: ... here.
9423 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
9424 path.
9425 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
9426 * sysdeps/sparc/sparc64/multiarch/Makefile
9427 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
9428 crypt subdir.
9429 (localedef-aux): Add md5 crypto assembler when in locale subdir.
9430 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
9431 multiarch changes.
9432 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
9433 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
9434 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
9435 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
9436 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
9437 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
9438 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
9439 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
9440 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
9441 file.
9442 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
9443 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
9444 file.
9445 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
9446
9447 2012-11-13 Joseph Myers <joseph@codesourcery.com>
9448
9449 * timezone/tzselect.ksh: Update from tzcode git revision
9450 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
9451 * timezone/zdump.c: Likewise.
9452 * timezone/zic.c: Likewise.
9453 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
9454 in TZVERSION setting, not $(PKGVERSION).
9455 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
9456 REPORT_BUGS_TO settings.
9457
9458 [BZ #14838]
9459 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
9460 macro.
9461
9462 2012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
9463
9464 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
9465 detection to immediately after _FP_ROUND().
9466 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
9467 bits are 0.
9468
9469 2012-11-11 David S. Miller <davem@davemloft.net>
9470
9471 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
9472 inttypes.h
9473 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
9474 __close rather than their public counterparts.
9475
9476 2012-11-10 Joseph Myers <joseph@codesourcery.com>
9477
9478 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
9479 file.
9480 [UNIX98] (sem_timedwait): Do not expect.
9481 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
9482 [XPG4 || UNIX98] (sockatmark): Do not expect.
9483 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
9484 (clock_getcpuclockid): Do not expect.
9485 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
9486 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
9487 Do not expect.
9488 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
9489 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
9490 [UNIX98] (vwscanf): Likewise.
9491 [UNIX98] (vswscanf): Likewise.
9492
9493 2012-11-09 Joseph Myers <joseph@codesourcery.com>
9494
9495 * timezone/version.h: Remove file.
9496 * timezone/README: Do not refer to version.h.
9497 * timezone/Makefile ($(objpfx)zic.o): New dependency on
9498 $(objpfx)version.h.
9499 ($(objpfx)zdump.o): Likewise.
9500 ($(objpfx)version.h): New target.
9501
9502 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
9503 2012i.
9504 * timezone/README: Don't mention modification to tzselect.ksh.
9505 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
9506 work on unmodified tzselect.ksh. Substitute version numbers in
9507 tzselect.ksh.
9508
9509 * Makefile (format-me): Remove.
9510 (INSTALL): Adjust indentation. Use commands directly instead of
9511 using $(format-me).
9512
9513 * aclocal.m4 (ACX_PKGVERSION): New macro.
9514 (ACX_BUGURL): Likewise.
9515 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
9516 (PKGVERSION): New AC_DEFINE_UNQUOTED.
9517 (REPORT_BUGS_TO): Likewise.
9518 * configure: Regenerated.
9519 * config.h.in (PKGVERSION): New macro.
9520 (REPORT_BUGS_TO): Likewise.
9521 * config.make.in (PKGVERSION): New variable.
9522 (PKGVERSION_TEXI): Likewise.
9523 (REPORT_BUGS_TO): Likewise.
9524 (REPORT_BUGS_TEXI): Likewise.
9525 * Makefile (format-me): Use -I$(common-objpfx)manual.
9526 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
9527 ($(common-objpfx)manual/%): New target.
9528 (manual/%): Remove target.
9529 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
9530 (print_version): Use PKGVERSION.
9531 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
9532 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
9533 and REPORT_BUGS_TO.
9534 ($(objpfx)xtrace): Likewise.
9535 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
9536 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
9537 (print_version): Use PKGVERSION.
9538 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
9539 (do_version): Use PKGVERSION.
9540 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
9541 REPORT_BUGS_TO.
9542 (common-ldd-rewrite): Likewise.
9543 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
9544 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
9545 (print_version): Use PKGVERSION.
9546 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
9547 * elf/pldd.c (argp_program_bug_address): Remove variable.
9548 (more_help): New function.
9549 (argp): Use more_help.
9550 (print_version): Use PKGVERSION.
9551 * elf/sln.c (main): Use PKGVERSION.
9552 (usage): Use REPORT_BUGS_TO.
9553 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
9554 (top level): Use PKGVERSION.
9555 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
9556 (print_version): Use PKGVERSION.
9557 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
9558 (print_version): Use PKGVERSION.
9559 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
9560 (print_version): Use PKGVERSION.
9561 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
9562 (print_version): Use PKGVERSION.
9563 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
9564 (print_version): Use PKGVERSION.
9565 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
9566 (print_version): Use PKGVERSION.
9567 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
9568 and BUGURL.
9569 ($(objpfx)memusage): Likewise.
9570 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
9571 (do_version): Use PKGVERSION.
9572 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
9573 (print_version): Use PKGVERSION.
9574 * malloc/mtrace.pl ($PACKAGE): Remove variable.
9575 ($PKGVERSION): New variable.
9576 ($REPORT_BUGS_TO): Likewise.
9577 (usage): Use $REPORT_BUGS_TO.
9578 (top level): Use $PKGVERSION.
9579 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
9580 ($(objpfx)pkgvers.texi): New rule.
9581 ($(objpfx)stamp-pkgvers): Likewise.
9582 * manual/install.texi: Include pkgvers.texi.
9583 (--with-pkgversion): Document new configure option.
9584 (--with-bugurl): Likewise.
9585 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
9586 than necessarily for this particular distribution. Use
9587 REPORT_BUGS_TO for where to report bugs.
9588 * INSTALL: Regenerated.
9589 * manual/libc.texinfo: Include pkgvers.texi.
9590 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
9591 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
9592 (print_version): Use PKGVERSION.
9593 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
9594 (print_version): Use PKGVERSION.
9595 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
9596 (print_version): Use PKGVERSION.
9597 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
9598 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
9599 macro.
9600 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
9601 (print_version): Use PKGVERSION.
9602 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
9603 (print_version): Use PKGVERSION.
9604 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
9605 and PKGVERSION.
9606
9607 * timezone/checktab.awk: Update from tzcode 2012i.
9608 * timezone/ialloc.c: Likewise.
9609 * timezone/private.h: Likewise.
9610 * timezone/scheck.c: Likewise.
9611 * timezone/tzfile.h: Likewise.
9612 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
9613 (TZVERSION): Hardcode tzcode version number.
9614 * timezone/zdump.c: Update from tzcode 2012i.
9615 * timezone/zic.c: Likewise.
9616 * timezone/version.h: New file.
9617 * timezone/README: Describe version.h. Update upstream location.
9618
9619 [BZ #14824]
9620 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
9621 (mktemp): Enable declaration.
9622 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
9623 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
9624 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
9625 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
9626 Likewise.
9627 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
9628 Likewise.
9629 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
9630 Likewise.
9631 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
9632 Likewise.
9633 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
9634 Likewise.
9635 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
9636 Likewise.
9637
9638 [BZ #14821]
9639 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
9640 offset in buffer as u_int32_t not u_long. Consistently use memcpy
9641 for copies of such integer values.
9642 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
9643 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
9644
9645 2012-11-09 Andreas Jaeger <aj@suse.de>
9646
9647 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
9648 definitions and declarations that are provided by
9649 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
9650
9651 2012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9652
9653 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
9654 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
9655 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
9656 definition.
9657
9658 2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
9659
9660 * elf/elf.h: Update comment before AArch64 relocations.
9661
9662 2012-11-07 David S. Miller <davem@davemloft.net>
9663
9664 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
9665 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
9666 (__start_context): Declare.
9667 (__makecontext_ret): Delete.
9668 (__makecontext): Hook up __start_context instead of
9669 __makecontext_ret.
9670 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
9671 (sysdep_routines): Add __start_context when in stdlib.
9672
9673 2012-11-07 Joseph Myers <joseph@codesourcery.com>
9674
9675 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
9676 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
9677 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
9678 hardcoded "nm".
9679 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
9680 (READELF): New variable. Use it instead of hardcoded "readelf".
9681
9682 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
9683
9684 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
9685 * sysdeps/x86/Makefile: Here.
9686 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
9687 * sysdeps/x86/tst-xmmymm.sh: This.
9688
9689 2012-11-07 Joseph Myers <joseph@codesourcery.com>
9690
9691 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
9692 expectations.
9693 [UNIX98] (pthread_barrier_t): Do not expect.
9694 [UNIX98] (pthread_barrierattr_t): Likewise.
9695 [UNIX98] (pthread_spinlock_t): Likewise.
9696 [UNIX98] (pthread_barrier_destroy): Likewise.
9697 [UNIX98] (pthread_barrier_init): Likewise.
9698 [UNIX98] (pthread_barrier_wait): Likewise.
9699 [UNIX98] (pthread_barrierattr_destroy): Likewise.
9700 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
9701 [UNIX98] (pthread_barrierattr_init): Likewise.
9702 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
9703 [UNIX98] (pthread_getcpuclockid): Likewise.
9704 [UNIX98] (pthread_mutex_timedlock): Likewise.
9705 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
9706 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
9707 [UNIX98] (pthread_sigmask): Likewise.
9708 [UNIX98] (pthread_spin_destroy): Likewise.
9709 [UNIX98] (pthread_spin_init): Likewise.
9710 [UNIX98] (pthread_spin_lock): Likewise.
9711 [UNIX98] (pthread_spin_trylock): Likewise.
9712 [UNIX98] (pthread_spin_unlock): Likewise.
9713 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
9714 Do not expect.
9715 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
9716 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
9717 [XPG3 || XPG4] (pthread_cond_t): Likewise.
9718 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
9719 [XPG3 || XPG4] (pthread_key_t): Likewise.
9720 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
9721 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
9722 [XPG3 || XPG4] (pthread_once_t): Likewise.
9723 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
9724 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
9725 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
9726 [XPG3 || XPG4] (pthread_t): Likewise.
9727
9728 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
9729 not expect.
9730 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
9731
9732 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
9733 Change function return type to int.
9734
9735 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
9736 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
9737 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
9738 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
9739 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
9740 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
9741 [!POSIX] (posix_madvise): Likewise.
9742 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
9743 && !UNIX98].
9744 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
9745 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
9746 (mode_t): Likewise.
9747 (posix_mem_offset): Likewise.
9748 (posix_typed_mem_get_info): Likewise.
9749 (posix_typed_mem_open): Likewise.
9750
9751 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
9752 Change condition to [XOPEN2K8].
9753
9754 * conform/conformtest.pl: Preprocess allow-header data with -x c
9755 instead of from stdin.
9756 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
9757 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
9758 [C99-based standards] (cerfc): Likewise.
9759 [C99-based standards] (cexp2): Likewise.
9760 [C99-based standards] (cexpm1): Likewise.
9761 [C99-based standards] (clog10): Likewise.
9762 [C99-based standards] (clog1p): Likewise.
9763 [C99-based standards] (clog2): Likewise.
9764 [C99-based standards] (clgamma): Likewise.
9765 [C99-based standards] (ctgamma): Likewise.
9766 [C99-based standards] (cerff): Likewise.
9767 [C99-based standards] (cerfcf): Likewise.
9768 [C99-based standards] (cexp2f): Likewise.
9769 [C99-based standards] (cexpm1f): Likewise.
9770 [C99-based standards] (clog10f): Likewise.
9771 [C99-based standards] (clog1pf): Likewise.
9772 [C99-based standards] (clog2f): Likewise.
9773 [C99-based standards] (clgammaf): Likewise.
9774 [C99-based standards] (ctgammaf): Likewise.
9775 [C99-based standards] (cerfl): Likewise.
9776 [C99-based standards] (cerfcl): Likewise.
9777 [C99-based standards] (cexp2l): Likewise.
9778 [C99-based standards] (cexpm1l): Likewise.
9779 [C99-based standards] (clog10l): Likewise.
9780 [C99-based standards] (clog1pl): Likewise.
9781 [C99-based standards] (clog2l): Likewise.
9782 [C99-based standards] (clgammal): Likewise.
9783 [C99-based standards] (ctgammal): Likewise.
9784 * conform/data/inttypes.h-data [C99-based standards]: Include
9785 stdint.h-data. Remove all expectations for stdint.h contents.
9786 [C99-based standards] (PRI*): Do not allow.
9787 [C99-based standards] (SCN*): Likewise.
9788 [C99-based standards] (*_t): Likewise.
9789 [C99-based-standards] (PRId8): Expect macro.
9790 [C99-based-standards] (PRIi8): Likewise.
9791 [C99-based-standards] (PRIo8): Likewise.
9792 [C99-based-standards] (PRIu8): Likewise.
9793 [C99-based-standards] (PRIx8): Likewise.
9794 [C99-based-standards] (PRIX8): Likewise.
9795 [C99-based-standards] (SCNd8): Likewise.
9796 [C99-based-standards] (SCNi8): Likewise.
9797 [C99-based-standards] (SCNo8): Likewise.
9798 [C99-based-standards] (SCNu8): Likewise.
9799 [C99-based-standards] (SCNx8): Likewise.
9800 [C99-based-standards] (PRIdLEAST8): Likewise.
9801 [C99-based-standards] (PRIiLEAST8): Likewise.
9802 [C99-based-standards] (PRIoLEAST8): Likewise.
9803 [C99-based-standards] (PRIuLEAST8): Likewise.
9804 [C99-based-standards] (PRIxLEAST8): Likewise.
9805 [C99-based-standards] (PRIXLEAST8): Likewise.
9806 [C99-based-standards] (SCNdLEAST8): Likewise.
9807 [C99-based-standards] (SCNiLEAST8): Likewise.
9808 [C99-based-standards] (SCNoLEAST8): Likewise.
9809 [C99-based-standards] (SCNuLEAST8): Likewise.
9810 [C99-based-standards] (SCNxLEAST8): Likewise.
9811 [C99-based-standards] (PRIdFAST8): Likewise.
9812 [C99-based-standards] (PRIiFAST8): Likewise.
9813 [C99-based-standards] (PRIoFAST8): Likewise.
9814 [C99-based-standards] (PRIuFAST8): Likewise.
9815 [C99-based-standards] (PRIxFAST8): Likewise.
9816 [C99-based-standards] (PRIXFAST8): Likewise.
9817 [C99-based-standards] (SCNdFAST8): Likewise.
9818 [C99-based-standards] (SCNiFAST8): Likewise.
9819 [C99-based-standards] (SCNoFAST8): Likewise.
9820 [C99-based-standards] (SCNuFAST8): Likewise.
9821 [C99-based-standards] (SCNxFAST8): Likewise.
9822 [C99-based-standards] (PRId16): Likewise.
9823 [C99-based-standards] (PRIi16): Likewise.
9824 [C99-based-standards] (PRIo16): Likewise.
9825 [C99-based-standards] (PRIu16): Likewise.
9826 [C99-based-standards] (PRIx16): Likewise.
9827 [C99-based-standards] (PRIX16): Likewise.
9828 [C99-based-standards] (SCNd16): Likewise.
9829 [C99-based-standards] (SCNi16): Likewise.
9830 [C99-based-standards] (SCNo16): Likewise.
9831 [C99-based-standards] (SCNu16): Likewise.
9832 [C99-based-standards] (SCNx16): Likewise.
9833 [C99-based-standards] (PRIdLEAST16): Likewise.
9834 [C99-based-standards] (PRIiLEAST16): Likewise.
9835 [C99-based-standards] (PRIoLEAST16): Likewise.
9836 [C99-based-standards] (PRIuLEAST16): Likewise.
9837 [C99-based-standards] (PRIxLEAST16): Likewise.
9838 [C99-based-standards] (PRIXLEAST16): Likewise.
9839 [C99-based-standards] (SCNdLEAST16): Likewise.
9840 [C99-based-standards] (SCNiLEAST16): Likewise.
9841 [C99-based-standards] (SCNoLEAST16): Likewise.
9842 [C99-based-standards] (SCNuLEAST16): Likewise.
9843 [C99-based-standards] (SCNxLEAST16): Likewise.
9844 [C99-based-standards] (PRIdFAST16): Likewise.
9845 [C99-based-standards] (PRIiFAST16): Likewise.
9846 [C99-based-standards] (PRIoFAST16): Likewise.
9847 [C99-based-standards] (PRIuFAST16): Likewise.
9848 [C99-based-standards] (PRIxFAST16): Likewise.
9849 [C99-based-standards] (PRIXFAST16): Likewise.
9850 [C99-based-standards] (SCNdFAST16): Likewise.
9851 [C99-based-standards] (SCNiFAST16): Likewise.
9852 [C99-based-standards] (SCNoFAST16): Likewise.
9853 [C99-based-standards] (SCNuFAST16): Likewise.
9854 [C99-based-standards] (SCNxFAST16): Likewise.
9855 [C99-based-standards] (PRId32): Likewise.
9856 [C99-based-standards] (PRIi32): Likewise.
9857 [C99-based-standards] (PRIo32): Likewise.
9858 [C99-based-standards] (PRIu32): Likewise.
9859 [C99-based-standards] (PRIx32): Likewise.
9860 [C99-based-standards] (PRIX32): Likewise.
9861 [C99-based-standards] (SCNd32): Likewise.
9862 [C99-based-standards] (SCNi32): Likewise.
9863 [C99-based-standards] (SCNo32): Likewise.
9864 [C99-based-standards] (SCNu32): Likewise.
9865 [C99-based-standards] (SCNx32): Likewise.
9866 [C99-based-standards] (PRIdLEAST32): Likewise.
9867 [C99-based-standards] (PRIiLEAST32): Likewise.
9868 [C99-based-standards] (PRIoLEAST32): Likewise.
9869 [C99-based-standards] (PRIuLEAST32): Likewise.
9870 [C99-based-standards] (PRIxLEAST32): Likewise.
9871 [C99-based-standards] (PRIXLEAST32): Likewise.
9872 [C99-based-standards] (SCNdLEAST32): Likewise.
9873 [C99-based-standards] (SCNiLEAST32): Likewise.
9874 [C99-based-standards] (SCNoLEAST32): Likewise.
9875 [C99-based-standards] (SCNuLEAST32): Likewise.
9876 [C99-based-standards] (SCNxLEAST32): Likewise.
9877 [C99-based-standards] (PRIdFAST32): Likewise.
9878 [C99-based-standards] (PRIiFAST32): Likewise.
9879 [C99-based-standards] (PRIoFAST32): Likewise.
9880 [C99-based-standards] (PRIuFAST32): Likewise.
9881 [C99-based-standards] (PRIxFAST32): Likewise.
9882 [C99-based-standards] (PRIXFAST32): Likewise.
9883 [C99-based-standards] (SCNdFAST32): Likewise.
9884 [C99-based-standards] (SCNiFAST32): Likewise.
9885 [C99-based-standards] (SCNoFAST32): Likewise.
9886 [C99-based-standards] (SCNuFAST32): Likewise.
9887 [C99-based-standards] (SCNxFAST32): Likewise.
9888 [C99-based-standards] (PRId64): Likewise.
9889 [C99-based-standards] (PRIi64): Likewise.
9890 [C99-based-standards] (PRIo64): Likewise.
9891 [C99-based-standards] (PRIu64): Likewise.
9892 [C99-based-standards] (PRIx64): Likewise.
9893 [C99-based-standards] (PRIX64): Likewise.
9894 [C99-based-standards] (SCNd64): Likewise.
9895 [C99-based-standards] (SCNi64): Likewise.
9896 [C99-based-standards] (SCNo64): Likewise.
9897 [C99-based-standards] (SCNu64): Likewise.
9898 [C99-based-standards] (SCNx64): Likewise.
9899 [C99-based-standards] (PRIdLEAST64): Likewise.
9900 [C99-based-standards] (PRIiLEAST64): Likewise.
9901 [C99-based-standards] (PRIoLEAST64): Likewise.
9902 [C99-based-standards] (PRIuLEAST64): Likewise.
9903 [C99-based-standards] (PRIxLEAST64): Likewise.
9904 [C99-based-standards] (PRIXLEAST64): Likewise.
9905 [C99-based-standards] (SCNdLEAST64): Likewise.
9906 [C99-based-standards] (SCNiLEAST64): Likewise.
9907 [C99-based-standards] (SCNoLEAST64): Likewise.
9908 [C99-based-standards] (SCNuLEAST64): Likewise.
9909 [C99-based-standards] (SCNxLEAST64): Likewise.
9910 [C99-based-standards] (PRIdFAST64): Likewise.
9911 [C99-based-standards] (PRIiFAST64): Likewise.
9912 [C99-based-standards] (PRIoFAST64): Likewise.
9913 [C99-based-standards] (PRIuFAST64): Likewise.
9914 [C99-based-standards] (PRIxFAST64): Likewise.
9915 [C99-based-standards] (PRIXFAST64): Likewise.
9916 [C99-based-standards] (SCNdFAST64): Likewise.
9917 [C99-based-standards] (SCNiFAST64): Likewise.
9918 [C99-based-standards] (SCNoFAST64): Likewise.
9919 [C99-based-standards] (SCNuFAST64): Likewise.
9920 [C99-based-standards] (SCNxFAST64): Likewise.
9921 [C99-based-standards] (PRIdMAX): Likewise.
9922 [C99-based-standards] (PRIiMAX): Likewise.
9923 [C99-based-standards] (PRIoMAX): Likewise.
9924 [C99-based-standards] (PRIuMAX): Likewise.
9925 [C99-based-standards] (PRIxMAX): Likewise.
9926 [C99-based-standards] (PRIXMAX): Likewise.
9927 [C99-based-standards] (SCNdMAX): Likewise.
9928 [C99-based-standards] (SCNiMAX): Likewise.
9929 [C99-based-standards] (SCNoMAX): Likewise.
9930 [C99-based-standards] (SCNuMAX): Likewise.
9931 [C99-based-standards] (SCNxMAX): Likewise.
9932 [C99-based-standards] (PRIdPTR): Likewise.
9933 [C99-based-standards] (PRIiPTR): Likewise.
9934 [C99-based-standards] (PRIoPTR): Likewise.
9935 [C99-based-standards] (PRIuPTR): Likewise.
9936 [C99-based-standards] (PRIxPTR): Likewise.
9937 [C99-based-standards] (PRIXPTR): Likewise.
9938 [C99-based-standards] (SCNdPTR): Likewise.
9939 [C99-based-standards] (SCNiPTR): Likewise.
9940 [C99-based-standards] (SCNoPTR): Likewise.
9941 [C99-based-standards] (SCNuPTR): Likewise.
9942 [C99-based-standards] (SCNxPTR): Likewise.
9943 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
9944 allow.
9945 * conform/data/stdint.h-data: Update comments to clarify
9946 requirements.
9947 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
9948 type.
9949 [C99-based standards] (INT8_MAX): Likewise.
9950 [C99-based standards] (INT16_MIN): Likewise.
9951 [C99-based standards] (INT16_MAX): Likewise.
9952 [C99-based standards] (INT32_MIN): Likewise.
9953 [C99-based standards] (INT32_MAX): Likewise.
9954 [C99-based standards] (INT64_MIN): Likewise.
9955 [C99-based standards] (INT64_MAX): Likewise.
9956 [C99-based standards] (UINT8_MAX): Likewise.
9957 [C99-based standards] (UINT16_MAX): Likewise.
9958 [C99-based standards] (UINT32_MAX): Likewise.
9959 [C99-based standards] (UINT64_MAX): Likewise.
9960 [C99-based standards] (INT_LEAST8_MIN): Likewise.
9961 [C99-based standards] (INT_LEAST8_MAX): Likewise.
9962 [C99-based standards] (INT_LEAST16_MIN): Likewise.
9963 [C99-based standards] (INT_LEAST16_MAX): Likewise.
9964 [C99-based standards] (INT_LEAST32_MIN): Likewise.
9965 [C99-based standards] (INT_LEAST32_MAX): Likewise.
9966 [C99-based standards] (INT_LEAST64_MIN): Likewise.
9967 [C99-based standards] (INT_LEAST64_MAX): Likewise.
9968 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
9969 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
9970 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
9971 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
9972 [C99-based standards] (INT_FAST8_MIN): Likewise.
9973 [C99-based standards] (INT_FAST8_MAX): Likewise.
9974 [C99-based standards] (INT_FAST16_MIN): Likewise.
9975 [C99-based standards] (INT_FAST16_MAX): Likewise.
9976 [C99-based standards] (INT_FAST32_MIN): Likewise.
9977 [C99-based standards] (INT_FAST32_MAX): Likewise.
9978 [C99-based standards] (INT_FAST64_MIN): Likewise.
9979 [C99-based standards] (INT_FAST64_MAX): Likewise.
9980 [C99-based standards] (UINT_FAST8_MAX): Likewise.
9981 [C99-based standards] (UINT_FAST16_MAX): Likewise.
9982 [C99-based standards] (UINT_FAST32_MAX): Likewise.
9983 [C99-based standards] (UINT_FAST64_MAX): Likewise.
9984 [C99-based standards] (INTPTR_MIN): Likewise.
9985 [C99-based standards] (INTPTR_MAX): Likewise.
9986 [C99-based standards] (UINTPTR_MAX): Likewise.
9987 [C99-based standards] (INTMAX_MIN): Likewise.
9988 [C99-based standards] (INTMAX_MAX): Likewise.
9989 [C99-based standards] (UINTMAX_MAX): Likewise.
9990 [C99-based standards] (PTRDIFF_MIN): Likewise.
9991 [C99-based standards] (PTRDIFF_MAX): Likewise.
9992 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
9993 [C99-based standards] (SIZE_MAX): Likewise.
9994 [C99-based standards] (WCHAR_MAX): Likewise.
9995 [C99-based standards] (WINT_MAX): Likewise.
9996 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
9997 constraint on value.
9998 [C99-based standards] (WCHAR_MIN): Likewise.
9999 [C99-based standards] (WINT_MIN): Likewise.
10000 [C99-based standards] (*_t): Allow.
10001 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
10002 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
10003 Include math.h-data and complex.h-data. Remove all expectations
10004 of math.h and complex.h contents.
10005 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
10006 at end of line.
10007 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
10008 (struct tm): Expect tag.
10009 [C99-based-standards] (wcstof): Expect function.
10010 [C99-based-standards] (wcstold): Likewise.
10011 [C99-based-standards] (wcstoll): Likewise.
10012 [C99-based-standards] (wcstoull): Likewise.
10013 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
10014 macro-int-constant. Specify type.
10015 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
10016 constraint on value.
10017 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
10018 Specify type.
10019 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
10020 Specify value.
10021 [ISO C standards]: Do not allow headers.
10022 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
10023 wcs[abcdefghijklmnopqrstuvwxyz]*.
10024 [ISO C standards] (*_t): Do not allow.
10025 * conform/data/wctype.h-data [C99-based standards] (iswblank):
10026 Expect function.
10027 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
10028 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
10029 Specify type.
10030 [ISO C standards]: Do not allow headers.
10031 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
10032 is[abcdefghijklmnopqrstuvwxyz]*.
10033 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
10034 to[abcdefghijklmnopqrstuvwxyz]*.
10035 [ISO C standards] (*_t): Do not allow.
10036 * conform/data/stdalign.h-data: New file.
10037 * conform/data/stdbool.h-data: Likewise.
10038 * conform/data/stdnoreturn.h-data: Likewise.
10039
10040 2012-11-07 Roland McGrath <roland@hack.frob.com>
10041
10042 [BZ #14815]
10043 * manual/filesys.texi (Directory Entries): Typo fix.
10044 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
10045
10046 2012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
10047
10048 * elf/elf.h (EM_AARCH64): New macro.
10049 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
10050 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
10051 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
10052 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
10053 (R_AARCH64_TLSDESC): Likewise.
10054 (NT_ARM_TLS): Likewise.
10055 (NT_ARM_HW_BREAK): Likewise.
10056 (NT_ARM_HW_WATCH): Likewise.
10057
10058 2012-11-07 Joseph Myers <joseph@codesourcery.com>
10059
10060 [BZ #14811]
10061 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
10062 (__ieee754_powl): Saturate nonzero exponents with absolute value
10063 below 0x1p-79 to +/- 0x1p-79.
10064 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
10065 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
10066 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
10067 nonzero exponents with absolute value below 0x1p-32 to +/-
10068 0x1p-32.
10069 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
10070 (__ieee754_powl): Saturate nonzero exponents with absolute value
10071 below 0x1p-79 to +/- 0x1p-79.
10072 * math/libm-test.inc (pow_test): Add more tests.
10073
10074 2012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10075
10076 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
10077 _dl_s390_cap_flags with kernel. Increase string length.
10078 (_dl_s390_platforms): Add z196 and zEC12.
10079
10080 2012-11-07 Joseph Myers <joseph@codesourcery.com>
10081
10082 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
10083 Change XOPEN21K to XOPEN2K.
10084
10085 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
10086
10087 * string/memmove.c: Use memcpy when possible.
10088
10089 2012-11-06 Andreas Jaeger <aj@suse.de>
10090
10091 * po/eo.po: Update from translation team.
10092
10093 2012-11-06 Joseph Myers <joseph@codesourcery.com>
10094
10095 [BZ #14793]
10096 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
10097 exponent and small x and y exponents, scale x or y up. Increase
10098 by 2 the exponent used in scaling up.
10099 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10100 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10101 * math/libm-test.inc (fma_test): Add more tests.
10102 (fma_test_towardzero): Likewise.
10103 (fma_test_downward): Likewise.
10104 (fma_test_upward): Likewise.
10105
10106 2012-11-05 Joseph Myers <joseph@codesourcery.com>
10107
10108 [BZ #14805]
10109 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
10110 fenv_t *.
10111
10112 [BZ #14801]
10113 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
10114 namespace for names of struct fields.
10115 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
10116 fenv_t fields.
10117 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
10118 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
10119
10120 2012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
10121
10122 [BZ #3665]
10123 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
10124
10125 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
10126
10127 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
10128 PTR_DEMANGLE.
10129
10130 [BZ #5246]
10131 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
10132 PTR_DEMANGLE.
10133
10134 2012-11-04 Joseph Myers <joseph@codesourcery.com>
10135
10136 [BZ #14797]
10137 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
10138 definitely overflow as x * y not x * y + z.
10139 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10140 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10141 * math/libm-test.inc (fma_test): Add more tests.
10142 (fma_test_towardzero): Likewise.
10143 (fma_test_downward): Likewise.
10144 (fma_test_upward): Likewise.
10145
10146 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
10147
10148 [BZ #157]
10149
10150 * include/stub-tag.h: Remove file.
10151 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
10152 '#include' of it.
10153 * manual/maint.texi (Porting): Don't reference it.
10154 * Makerules ($(objpfx)stubs): Likewise.
10155 * dirent/closedir.c: Don't include <stub-tag.h>.
10156 * dirent/dirfd.c: Likewise.
10157 * dirent/fdopendir.c: Likewise.
10158 * dirent/getdents.c: Likewise.
10159 * dirent/getdents64.c: Likewise.
10160 * dirent/opendir.c: Likewise.
10161 * dirent/readdir.c: Likewise.
10162 * dirent/readdir64.c: Likewise.
10163 * dirent/readdir64_r.c: Likewise.
10164 * dirent/readdir_r.c: Likewise.
10165 * dirent/rewinddir.c: Likewise.
10166 * dirent/seekdir.c: Likewise.
10167 * dirent/telldir.c: Likewise.
10168 * gmon/profil.c: Likewise.
10169 * grp/setgroups.c: Likewise.
10170 * inet/if_index.c: Likewise.
10171 * io/access.c: Likewise.
10172 * io/chdir.c: Likewise.
10173 * io/chmod.c: Likewise.
10174 * io/chown.c: Likewise.
10175 * io/close.c: Likewise.
10176 * io/dup.c: Likewise.
10177 * io/dup2.c: Likewise.
10178 * io/dup3.c: Likewise.
10179 * io/euidaccess.c: Likewise.
10180 * io/faccessat.c: Likewise.
10181 * io/fchdir.c: Likewise.
10182 * io/fchmod.c: Likewise.
10183 * io/fchmodat.c: Likewise.
10184 * io/fchown.c: Likewise.
10185 * io/fchownat.c: Likewise.
10186 * io/fcntl.c: Likewise.
10187 * io/flock.c: Likewise.
10188 * io/fstatfs.c: Likewise.
10189 * io/fstatfs64.c: Likewise.
10190 * io/fstatvfs.c: Likewise.
10191 * io/fstatvfs64.c: Likewise.
10192 * io/futimens.c: Likewise.
10193 * io/fxstat.c: Likewise.
10194 * io/fxstat64.c: Likewise.
10195 * io/fxstatat.c: Likewise.
10196 * io/fxstatat64.c: Likewise.
10197 * io/getcwd.c: Likewise.
10198 * io/isatty.c: Likewise.
10199 * io/lchmod.c: Likewise.
10200 * io/lchown.c: Likewise.
10201 * io/link.c: Likewise.
10202 * io/linkat.c: Likewise.
10203 * io/lseek.c: Likewise.
10204 * io/lseek64.c: Likewise.
10205 * io/lxstat64.c: Likewise.
10206 * io/mkdir.c: Likewise.
10207 * io/mkdirat.c: Likewise.
10208 * io/mkfifo.c: Likewise.
10209 * io/mkfifoat.c: Likewise.
10210 * io/open.c: Likewise.
10211 * io/open64.c: Likewise.
10212 * io/openat.c: Likewise.
10213 * io/openat64.c: Likewise.
10214 * io/pipe.c: Likewise.
10215 * io/pipe2.c: Likewise.
10216 * io/poll.c: Likewise.
10217 * io/posix_fadvise.c: Likewise.
10218 * io/posix_fadvise64.c: Likewise.
10219 * io/posix_fallocate.c: Likewise.
10220 * io/posix_fallocate64.c: Likewise.
10221 * io/read.c: Likewise.
10222 * io/readlink.c: Likewise.
10223 * io/readlinkat.c: Likewise.
10224 * io/rmdir.c: Likewise.
10225 * io/sendfile.c: Likewise.
10226 * io/sendfile64.c: Likewise.
10227 * io/statfs.c: Likewise.
10228 * io/statfs64.c: Likewise.
10229 * io/statvfs.c: Likewise.
10230 * io/statvfs64.c: Likewise.
10231 * io/symlink.c: Likewise.
10232 * io/symlinkat.c: Likewise.
10233 * io/ttyname.c: Likewise.
10234 * io/ttyname_r.c: Likewise.
10235 * io/umask.c: Likewise.
10236 * io/unlink.c: Likewise.
10237 * io/unlinkat.c: Likewise.
10238 * io/utime.c: Likewise.
10239 * io/utimensat.c: Likewise.
10240 * io/write.c: Likewise.
10241 * io/xmknod.c: Likewise.
10242 * io/xmknodat.c: Likewise.
10243 * io/xstat.c: Likewise.
10244 * io/xstat64.c: Likewise.
10245 * login/getpt.c: Likewise.
10246 * login/grantpt.c: Likewise.
10247 * login/unlockpt.c: Likewise.
10248 * math/e_acoshl.c: Likewise.
10249 * math/e_acosl.c: Likewise.
10250 * math/e_asinl.c: Likewise.
10251 * math/e_atan2l.c: Likewise.
10252 * math/e_atanhl.c: Likewise.
10253 * math/e_coshl.c: Likewise.
10254 * math/e_expl.c: Likewise.
10255 * math/e_fmodl.c: Likewise.
10256 * math/e_gammal_r.c: Likewise.
10257 * math/e_hypotl.c: Likewise.
10258 * math/e_j0l.c: Likewise.
10259 * math/e_j1l.c: Likewise.
10260 * math/e_jnl.c: Likewise.
10261 * math/e_lgammal_r.c: Likewise.
10262 * math/e_log10l.c: Likewise.
10263 * math/e_log2l.c: Likewise.
10264 * math/e_logl.c: Likewise.
10265 * math/e_powl.c: Likewise.
10266 * math/e_rem_pio2l.c: Likewise.
10267 * math/e_sinhl.c: Likewise.
10268 * math/e_sqrtl.c: Likewise.
10269 * math/fclrexcpt.c: Likewise.
10270 * math/fedisblxcpt.c: Likewise.
10271 * math/feenablxcpt.c: Likewise.
10272 * math/fegetenv.c: Likewise.
10273 * math/fegetexcept.c: Likewise.
10274 * math/fegetround.c: Likewise.
10275 * math/feholdexcpt.c: Likewise.
10276 * math/fesetenv.c: Likewise.
10277 * math/fesetround.c: Likewise.
10278 * math/feupdateenv.c: Likewise.
10279 * math/fgetexcptflg.c: Likewise.
10280 * math/fraiseexcpt.c: Likewise.
10281 * math/fsetexcptflg.c: Likewise.
10282 * math/ftestexcept.c: Likewise.
10283 * math/k_cosl.c: Likewise.
10284 * math/k_rem_pio2l.c: Likewise.
10285 * math/k_sinl.c: Likewise.
10286 * math/k_tanl.c: Likewise.
10287 * math/s_asinhl.c: Likewise.
10288 * math/s_atanl.c: Likewise.
10289 * math/s_cbrtl.c: Likewise.
10290 * math/s_erfl.c: Likewise.
10291 * math/s_expm1l.c: Likewise.
10292 * math/s_log1pl.c: Likewise.
10293 * math/s_tanhl.c: Likewise.
10294 * misc/acct.c: Likewise.
10295 * misc/brk.c: Likewise.
10296 * misc/chflags.c: Likewise.
10297 * misc/chroot.c: Likewise.
10298 * misc/fchflags.c: Likewise.
10299 * misc/fgetxattr.c: Likewise.
10300 * misc/flistxattr.c: Likewise.
10301 * misc/fremovexattr.c: Likewise.
10302 * misc/fsetxattr.c: Likewise.
10303 * misc/fsync.c: Likewise.
10304 * misc/ftruncate.c: Likewise.
10305 * misc/futimes.c: Likewise.
10306 * misc/futimesat.c: Likewise.
10307 * misc/getdomain.c: Likewise.
10308 * misc/getdtsz.c: Likewise.
10309 * misc/gethostid.c: Likewise.
10310 * misc/gethostname.c: Likewise.
10311 * misc/getloadavg.c: Likewise.
10312 * misc/getpagesize.c: Likewise.
10313 * misc/getsysstats.c: Likewise.
10314 * misc/getxattr.c: Likewise.
10315 * misc/gtty.c: Likewise.
10316 * misc/ioctl.c: Likewise.
10317 * misc/lgetxattr.c: Likewise.
10318 * misc/listxattr.c: Likewise.
10319 * misc/llistxattr.c: Likewise.
10320 * misc/lremovexattr.c: Likewise.
10321 * misc/lsetxattr.c: Likewise.
10322 * misc/lutimes.c: Likewise.
10323 * misc/madvise.c: Likewise.
10324 * misc/mincore.c: Likewise.
10325 * misc/mlock.c: Likewise.
10326 * misc/mlockall.c: Likewise.
10327 * misc/mmap.c: Likewise.
10328 * misc/mprotect.c: Likewise.
10329 * misc/msync.c: Likewise.
10330 * misc/munlock.c: Likewise.
10331 * misc/munlockall.c: Likewise.
10332 * misc/munmap.c: Likewise.
10333 * misc/preadv.c: Likewise.
10334 * misc/preadv64.c: Likewise.
10335 * misc/ptrace.c: Likewise.
10336 * misc/pwritev.c: Likewise.
10337 * misc/pwritev64.c: Likewise.
10338 * misc/readv.c: Likewise.
10339 * misc/reboot.c: Likewise.
10340 * misc/remap_file_pages.c: Likewise.
10341 * misc/removexattr.c: Likewise.
10342 * misc/revoke.c: Likewise.
10343 * misc/select.c: Likewise.
10344 * misc/setdomain.c: Likewise.
10345 * misc/setegid.c: Likewise.
10346 * misc/seteuid.c: Likewise.
10347 * misc/sethostid.c: Likewise.
10348 * misc/sethostname.c: Likewise.
10349 * misc/setregid.c: Likewise.
10350 * misc/setreuid.c: Likewise.
10351 * misc/setxattr.c: Likewise.
10352 * misc/sstk.c: Likewise.
10353 * misc/stty.c: Likewise.
10354 * misc/swapoff.c: Likewise.
10355 * misc/swapon.c: Likewise.
10356 * misc/sync.c: Likewise.
10357 * misc/syncfs.c: Likewise.
10358 * misc/syscall.c: Likewise.
10359 * misc/truncate.c: Likewise.
10360 * misc/ualarm.c: Likewise.
10361 * misc/usleep.c: Likewise.
10362 * misc/ustat.c: Likewise.
10363 * misc/utimes.c: Likewise.
10364 * misc/vhangup.c: Likewise.
10365 * misc/writev.c: Likewise.
10366 * posix/_exit.c: Likewise.
10367 * posix/alarm.c: Likewise.
10368 * posix/execve.c: Likewise.
10369 * posix/fexecve.c: Likewise.
10370 * posix/fork.c: Likewise.
10371 * posix/fpathconf.c: Likewise.
10372 * posix/getaddrinfo.c: Likewise.
10373 * posix/getegid.c: Likewise.
10374 * posix/geteuid.c: Likewise.
10375 * posix/getgid.c: Likewise.
10376 * posix/getgroups.c: Likewise.
10377 * posix/getlogin.c: Likewise.
10378 * posix/getlogin_r.c: Likewise.
10379 * posix/getpgid.c: Likewise.
10380 * posix/getpid.c: Likewise.
10381 * posix/getppid.c: Likewise.
10382 * posix/getresgid.c: Likewise.
10383 * posix/getresuid.c: Likewise.
10384 * posix/getsid.c: Likewise.
10385 * posix/getuid.c: Likewise.
10386 * posix/glob64.c: Likewise.
10387 * posix/nanosleep.c: Likewise.
10388 * posix/pathconf.c: Likewise.
10389 * posix/pause.c: Likewise.
10390 * posix/posix_madvise.c: Likewise.
10391 * posix/pread.c: Likewise.
10392 * posix/pread64.c: Likewise.
10393 * posix/pwrite.c: Likewise.
10394 * posix/pwrite64.c: Likewise.
10395 * posix/sched_getaffinity.c: Likewise.
10396 * posix/sched_getp.c: Likewise.
10397 * posix/sched_gets.c: Likewise.
10398 * posix/sched_primax.c: Likewise.
10399 * posix/sched_primin.c: Likewise.
10400 * posix/sched_rr_gi.c: Likewise.
10401 * posix/sched_setaffinity.c: Likewise.
10402 * posix/sched_setp.c: Likewise.
10403 * posix/sched_sets.c: Likewise.
10404 * posix/sched_yield.c: Likewise.
10405 * posix/setgid.c: Likewise.
10406 * posix/setlogin.c: Likewise.
10407 * posix/setpgid.c: Likewise.
10408 * posix/setresgid.c: Likewise.
10409 * posix/setresuid.c: Likewise.
10410 * posix/setsid.c: Likewise.
10411 * posix/setuid.c: Likewise.
10412 * posix/sleep.c: Likewise.
10413 * posix/spawni.c: Likewise.
10414 * posix/sysconf.c: Likewise.
10415 * posix/times.c: Likewise.
10416 * posix/wait.c: Likewise.
10417 * posix/wait3.c: Likewise.
10418 * posix/wait4.c: Likewise.
10419 * posix/waitpid.c: Likewise.
10420 * resolv/gai_sigqueue.c: Likewise.
10421 * resource/getpriority.c: Likewise.
10422 * resource/getrlimit.c: Likewise.
10423 * resource/getrusage.c: Likewise.
10424 * resource/nice.c: Likewise.
10425 * resource/setpriority.c: Likewise.
10426 * resource/setrlimit.c: Likewise.
10427 * resource/ulimit.c: Likewise.
10428 * rt/aio_cancel.c: Likewise.
10429 * rt/aio_fsync.c: Likewise.
10430 * rt/aio_read.c: Likewise.
10431 * rt/aio_sigqueue.c: Likewise.
10432 * rt/aio_suspend.c: Likewise.
10433 * rt/aio_write.c: Likewise.
10434 * rt/clock_getres.c: Likewise.
10435 * rt/clock_gettime.c: Likewise.
10436 * rt/clock_nanosleep.c: Likewise.
10437 * rt/clock_settime.c: Likewise.
10438 * rt/lio_listio.c: Likewise.
10439 * rt/mq_close.c: Likewise.
10440 * rt/mq_getattr.c: Likewise.
10441 * rt/mq_notify.c: Likewise.
10442 * rt/mq_open.c: Likewise.
10443 * rt/mq_receive.c: Likewise.
10444 * rt/mq_send.c: Likewise.
10445 * rt/mq_setattr.c: Likewise.
10446 * rt/mq_timedreceive.c: Likewise.
10447 * rt/mq_timedsend.c: Likewise.
10448 * rt/mq_unlink.c: Likewise.
10449 * rt/shm_open.c: Likewise.
10450 * rt/shm_unlink.c: Likewise.
10451 * rt/timer_create.c: Likewise.
10452 * rt/timer_delete.c: Likewise.
10453 * rt/timer_getoverr.c: Likewise.
10454 * rt/timer_gettime.c: Likewise.
10455 * rt/timer_settime.c: Likewise.
10456 * setjmp/__longjmp.c: Likewise.
10457 * setjmp/setjmp.c: Likewise.
10458 * signal/kill.c: Likewise.
10459 * signal/killpg.c: Likewise.
10460 * signal/raise.c: Likewise.
10461 * signal/sigaction.c: Likewise.
10462 * signal/sigaltstack.c: Likewise.
10463 * signal/sigblock.c: Likewise.
10464 * signal/sigignore.c: Likewise.
10465 * signal/sigintr.c: Likewise.
10466 * signal/signal.c: Likewise.
10467 * signal/sigpause.c: Likewise.
10468 * signal/sigpending.c: Likewise.
10469 * signal/sigqueue.c: Likewise.
10470 * signal/sigreturn.c: Likewise.
10471 * signal/sigset.c: Likewise.
10472 * signal/sigsetmask.c: Likewise.
10473 * signal/sigstack.c: Likewise.
10474 * signal/sigsuspend.c: Likewise.
10475 * signal/sigtimedwait.c: Likewise.
10476 * signal/sigvec.c: Likewise.
10477 * signal/sigwait.c: Likewise.
10478 * signal/sigwaitinfo.c: Likewise.
10479 * signal/sysv_signal.c: Likewise.
10480 * socket/accept.c: Likewise.
10481 * socket/accept4.c: Likewise.
10482 * socket/bind.c: Likewise.
10483 * socket/connect.c: Likewise.
10484 * socket/getpeername.c: Likewise.
10485 * socket/getsockname.c: Likewise.
10486 * socket/getsockopt.c: Likewise.
10487 * socket/isfdtype.c: Likewise.
10488 * socket/listen.c: Likewise.
10489 * socket/recv.c: Likewise.
10490 * socket/recvfrom.c: Likewise.
10491 * socket/recvmsg.c: Likewise.
10492 * socket/send.c: Likewise.
10493 * socket/sendmsg.c: Likewise.
10494 * socket/sendto.c: Likewise.
10495 * socket/setsockopt.c: Likewise.
10496 * socket/shutdown.c: Likewise.
10497 * socket/sockatmark.c: Likewise.
10498 * socket/socket.c: Likewise.
10499 * socket/socketpair.c: Likewise.
10500 * stdio-common/ctermid.c: Likewise.
10501 * stdio-common/cuserid.c: Likewise.
10502 * stdio-common/remove.c: Likewise.
10503 * stdio-common/rename.c: Likewise.
10504 * stdio-common/renameat.c: Likewise.
10505 * stdio-common/tempname.c: Likewise.
10506 * stdlib/getcontext.c: Likewise.
10507 * stdlib/makecontext.c: Likewise.
10508 * stdlib/setcontext.c: Likewise.
10509 * stdlib/swapcontext.c: Likewise.
10510 * stdlib/system.c: Likewise.
10511 * streams/fattach.c: Likewise.
10512 * streams/fdetach.c: Likewise.
10513 * streams/getmsg.c: Likewise.
10514 * streams/getpmsg.c: Likewise.
10515 * streams/putmsg.c: Likewise.
10516 * streams/putpmsg.c: Likewise.
10517 * sysdeps/unix/bsd/getpt.c: Likewise.
10518 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
10519 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
10520 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
10522 Likewise.
10523 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
10524 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
10525 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10526 * sysvipc/msgctl.c: Likewise.
10527 * sysvipc/msgget.c: Likewise.
10528 * sysvipc/msgrcv.c: Likewise.
10529 * sysvipc/msgsnd.c: Likewise.
10530 * sysvipc/semctl.c: Likewise.
10531 * sysvipc/semget.c: Likewise.
10532 * sysvipc/semop.c: Likewise.
10533 * sysvipc/semtimedop.c: Likewise.
10534 * sysvipc/shmat.c: Likewise.
10535 * sysvipc/shmctl.c: Likewise.
10536 * sysvipc/shmdt.c: Likewise.
10537 * sysvipc/shmget.c: Likewise.
10538 * termios/tcdrain.c: Likewise.
10539 * termios/tcflow.c: Likewise.
10540 * termios/tcflush.c: Likewise.
10541 * termios/tcgetattr.c: Likewise.
10542 * termios/tcgetpgrp.c: Likewise.
10543 * termios/tcsendbrk.c: Likewise.
10544 * termios/tcsetattr.c: Likewise.
10545 * termios/tcsetpgrp.c: Likewise.
10546 * time/adjtime.c: Likewise.
10547 * time/clock.c: Likewise.
10548 * time/getitimer.c: Likewise.
10549 * time/gettimeofday.c: Likewise.
10550 * time/setitimer.c: Likewise.
10551 * time/settimeofday.c: Likewise.
10552 * time/stime.c: Likewise.
10553 * time/time.c: Likewise.
10554
10555 2012-11-04 Pino Toscano <toscano.pino@tiscali.it>
10556
10557 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
10558 /usr/old/bin.
10559
10560 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
10561 instead of spaces.
10562 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
10563
10564 2012-11-03 Joseph Myers <joseph@codesourcery.com>
10565
10566 [BZ #14796]
10567 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
10568 FE_TONEAREST before applying Dekker multiplication and Knuth
10569 addition. Clear inexact exceptions and check for exact zero
10570 results afterwards.
10571 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10572 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10573 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10574 * math/libm-test.inc (fma_test): Add more tests.
10575 (fma_test_towardzero): Likewise.
10576 (fma_test_downward): Likewise.
10577 (fma_test_upward): Likewise.
10578 * sysdeps/generic/math_private.h (default_libc_fesetround): New
10579 function.
10580 (libc_fesetround): New macro.
10581 (libc_fesetroundf): Likewise.
10582 (libc_fesetroundl): Likewise.
10583 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
10584 function.
10585 (libc_fesetround_387): Likewise.
10586 (libc_fesetroundf): New macro.
10587 (libc_fesetround): Likewise.
10588 (libc_fesetroundl): Likewise.
10589 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
10590 function.
10591 (libc_fesetroundf): New macro.
10592 (libc_fesetround): Likewise.
10593 (libc_fesetroundl): Likewise.
10594 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
10595 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
10596 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
10597 libm_hidden_ver.
10598 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
10599 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
10600 libm_hidden_def.
10601 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
10602 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
10603 libm_hidden_ver.
10604 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
10605 libm_hidden_def.
10606
10607 [BZ #3439]
10608 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
10609 integer constant usable in #if and use that to give value to enum
10610 constant.
10611 (FE_DIVBYZERO): Likewise.
10612 (FE_UNDERFLOW): Likewise.
10613 (FE_OVERFLOW): Likewise.
10614 (FE_INVALID): Likewise.
10615 (FE_INVALID_SNAN): Likewise.
10616 (FE_INVALID_ISI): Likewise.
10617 (FE_INVALID_IDI): Likewise.
10618 (FE_INVALID_ZDZ): Likewise.
10619 (FE_INVALID_IMZ): Likewise.
10620 (FE_INVALID_COMPARE): Likewise.
10621 (FE_INVALID_SOFTWARE): Likewise.
10622 (FE_INVALID_SQRT): Likewise.
10623 (FE_INVALID_INTEGER_CONVERSION): Likewise.
10624 (FE_TONEAREST): Likewise.
10625 (FE_TOWARDZERO): Likewise.
10626 (FE_UPWARD): Likewise.
10627 (FE_DOWNWARD): Likewise.
10628 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
10629 (FE_DIVBYZERO): Likewise.
10630 (FE_OVERFLOW): Likewise.
10631 (FE_UNDERFLOW): Likewise.
10632 (FE_INEXACT): Likewise.
10633 (FE_TONEAREST): Likewise.
10634 (FE_DOWNWARD): Likewise.
10635 (FE_UPWARD): Likewise.
10636 (FE_TOWARDZERO): Likewise.
10637 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
10638 (FE_UNDERFLOW): Likewise.
10639 (FE_OVERFLOW): Likewise.
10640 (FE_DIVBYZERO): Likewise.
10641 (FE_INVALID): Likewise.
10642 (FE_TONEAREST): Likewise.
10643 (FE_TOWARDZERO): Likewise.
10644 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
10645 (FE_OVERFLOW): Likewise.
10646 (FE_UNDERFLOW): Likewise.
10647 (FE_DIVBYZERO): Likewise.
10648 (FE_INEXACT): Likewise.
10649 (FE_TONEAREST): Likewise.
10650 (FE_TOWARDZERO): Likewise.
10651 (FE_UPWARD): Likewise.
10652 (FE_DOWNWARD): Likewise.
10653 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
10654 (FE_DIVBYZERO): Likewise.
10655 (FE_OVERFLOW): Likewise.
10656 (FE_UNDERFLOW): Likewise.
10657 (FE_INEXACT): Likewise.
10658 (FE_TONEAREST): Likewise.
10659 (FE_DOWNWARD): Likewise.
10660 (FE_UPWARD): Likewise.
10661 (FE_TOWARDZERO): Likewise.
10662
10663 2012-11-02 Chris Metcalf <cmetcalf@tilera.com>
10664
10665 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
10666
10667 2012-11-03 Andreas Schwab <schwab@linux-m68k.org>
10668
10669 * scripts/cross-test-ssh.sh (command): Use newlines to separate
10670 commands. Quote $PWD.
10671 (blacklist_exports): Don't use remove_newlines. Replace "declare
10672 -x" by "export".
10673 (remove_newlines): Remove.
10674
10675 2012-11-02 H.J. Lu <hongjiu.lu@intel.com>
10676
10677 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
10678 * stdlib/stdlib.h (atof): Moved to ...
10679 * include/bits/stdlib-float.h: Here. New file.
10680 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
10681 * stdlib/bits/stdlib-float.h: New file.
10682 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
10683 -mno-sse -mno-mmx.
10684 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
10685 <xmmintrin.h>.
10686
10687 2012-11-02 Joseph Myers <joseph@codesourcery.com>
10688
10689 * conform/conformtest.pl (@headers): Add fenv.h.
10690 * conform/data/fenv.h-data: New file.
10691 * include/fenv.h [_ISOMAC]: Disable all contents of file except
10692 include of <math/fenv.h>.
10693
10694 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
10695 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
10696 && !UNIX98]. Enables tests for XOPEN2K8.
10697 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
10698 POSIX2008]: Likewise.
10699
10700 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
10701 (struct rusage): Do not expect type or its members.
10702
10703 [BZ #3439]
10704 * math/math.h (FP_NAN): Define macro to integer constant usable in
10705 #if and use that to give value to enum constant.
10706 (FP_INFINITE): Likewise.
10707 (FP_ZERO): Likewise.
10708 (FP_SUBNORMAL): Likewise.
10709 (FP_NORMAL): Likewise.
10710
10711 2012-11-02 Andreas Schwab <schwab@linux-m68k.org>
10712
10713 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
10714 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
10715 arguments.
10716
10717 2012-11-02 Roland McGrath <roland@hack.frob.com>
10718
10719 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
10720 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
10721 autoconf-time if not.
10722 * configure.in: Remove AC_PREREQ.
10723
10724 2012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
10725
10726 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
10727 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
10728 of the internal implementation.
10729
10730 2012-11-02 Joseph Myers <joseph@codesourcery.com>
10731
10732 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
10733 except include of <misc/sys/syslog.h>.
10734
10735 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
10736
10737 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
10738 function returns with a NULL context exit with zero.
10739
10740 2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
10741
10742 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
10743
10744 2012-11-01 H.J. Lu <hongjiu.lu@intel.com>
10745
10746 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
10747 (run_program_cmd): This.
10748 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
10749 (tst_langinfo): New variable. Use it.
10750
10751 2012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
10752
10753 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
10754 floating point opcodes.
10755
10756 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
10757
10758 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
10759 variable.
10760
10761 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
10762
10763 * sysdeps/mach/hurd/powerpc: Remove directory.
10764 * sysdeps/mach/powerpc: Likewise.
10765
10766 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
10767
10768 * scripts/check-local-headers.sh: Ignore c++ headers.
10769
10770 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
10771
10772 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
10773 __libc_cleanup_region_start argument.
10774
10775 2012-11-01 Joseph Myers <joseph@codesourcery.com>
10776
10777 [BZ #14784]
10778 [BZ #14785]
10779 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
10780 x * y using scaling, not as x * y + z.
10781 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10782 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10783 * math/libm-test.inc (fma_test): Add more tests.
10784 (fma_test_towardzero): Likewise.
10785 (fma_test_downward): Likewise.
10786 (fma_test_upward): Likewise.
10787
10788 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
10789
10790 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
10791
10792 2012-10-31 Joseph Myers <joseph@codesourcery.com>
10793
10794 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
10795 New variable.
10796
10797 2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
10798
10799 * rt/tst-shm.c (worker): Correct checking for mmap failure.
10800
10801 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
10802
10803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10804 Fix sort order.
10805 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10806 Likewise.
10807
10808 2012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
10809
10810 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10811 Fix the order of the list for glibc 2.17.
10812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10813 Likewise.
10814
10815 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
10816
10817 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10818
10819 2012-10-31 Joseph Myers <joseph@codesourcery.com>
10820
10821 [BZ #14610]
10822 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
10823 for low part of x being zero before using __atanl (y).
10824 * math/libm-test.inc (atan2_test): Add another test.
10825
10826 * manual/install.texi (Configuring and compiling): Document
10827 general use of test-wrapper and test-wrapper-env.
10828 * INSTALL: Regenerated.
10829
10830 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
10831 (__fma): Do not extract and scale down low bits on after-rounding
10832 systems when result rounded to normal precision would have normal
10833 exponent.
10834 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
10835 (__fmal): Do not extract and scale down low bits on after-rounding
10836 systems when result rounded to normal precision would have normal
10837 exponent.
10838 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
10839 (__fmal): Do not extract and scale down low bits on after-rounding
10840 systems when result rounded to normal precision would have normal
10841 exponent.
10842 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
10843 macro.
10844 (fma_test): Add more tests.
10845 (fma_test_towardzero): Likewise.
10846 (fma_test_downward): Likewise.
10847 (fma_test_upward): Likewise.
10848
10849 2012-10-30 H.J. Lu <hongjiu.lu@intel.com>
10850
10851 * sysdeps/i386/tininess.h: Renamed to ...
10852 * sysdeps/x86/tininess.h: This.
10853 * sysdeps/x86_64/tininess.h: Removed.
10854
10855 2012-10-30 Joseph Myers <joseph@codesourcery.com>
10856
10857 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
10858 input. Use $(build-program-cmd).
10859 ($(objpfx)tst-array1-static.out): Likewise.
10860 ($(objpfx)tst-array2.out): Likewise.
10861 ($(objpfx)tst-array3.out): Likewise.
10862 ($(objpfx)tst-array4.out): Likewise.
10863 ($(objpfx)tst-array5.out): Likewise.
10864 ($(objpfx)tst-array5-static.out): Likewise.
10865
10866 2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
10867
10868 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
10869 if defined.
10870
10871 * nss/nsswitch.h (nss_interface_function): Provide new
10872 macro for use with NSS functions.
10873 * grp/initgroups.c: Use new macro.
10874 * nss/getXXbyYY.c: Likewise.
10875 * nss/getXXbyYY_r.c: Likewise.
10876 * nss/getXXent.c: Likewise.
10877 * nss/getXXent_r.c: Likewise.
10878 * sysdeps/posix/getaddrinfo.c: Likewise.
10879
10880 2012-10-30 Andreas Jaeger <aj@suse.de>
10881
10882 * po/ru.po: Update Russion translation from translation project.
10883
10884 2012-10-30 Joseph Myers <joseph@codesourcery.com>
10885
10886 [BZ #14152]
10887 [BZ #14783]
10888 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
10889 result and shift together with sticky bit instead of replicating
10890 round-to-nearest rounding.
10891 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10892 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10893 * math/libm-test.inc (fma_test): Add more tests. Do not permit
10894 missing underflow exceptions.
10895 (fma_test_towardzero): Add more tests.
10896 (fma_test_downward): Likewise.
10897 (fma_test_upward): Likewise.
10898
10899 [BZ #14047]
10900 * sysdeps/generic/tininess.h: New file.
10901 * sysdeps/i386/tininess.h: Likewise.
10902 * sysdeps/sh/tininess.h: Likewise.
10903 * sysdeps/x86_64/tininess.h: Likewise.
10904 * stdlib/tst-strtod-underflow.c: Likewise.
10905 * stdlib/tst-tininess.c: Likewise.
10906 * stdlib/strtod_l.c: Include <tininess.h>.
10907 (round_and_return): Do not set errno for exact underflow cases.
10908 Force an underflow exception when setting errno for underflow.
10909 Determine underflow based on rounding to normal precision if
10910 TININESS_AFTER_ROUNDING.
10911 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
10912 ERANGE for exact underflow cases.
10913 * stdlib/Makefile (tests): Add tst-tininess and
10914 tst-strtod-underflow.
10915 ($(objpfx)tst-tininess): Use $(link-libm).
10916 ($(objpfx)tst-strtod-underflow): Likewise.
10917
10918 2012-10-30 Andreas Jaeger <aj@suse.de>
10919
10920 [BZ#14767]
10921 * elf/Makefile (tests): Remove conditional for have-initfini-array
10922 since this is now always required and the variable does not exist
10923 anymore.
10924 (tests-static): Likewise.
10925 (modules-names): Likewise.
10926
10927 * po/eo.po: Add Esperanto translation from translation project.
10928
10929 * elf/tst-array1.c (fini_array): Make writeable so that it can be
10930 merged with constructor/destructor.
10931 (init_array): Likewise.
10932 * elf/tst-array2dep.c (fini_array): Likewise.
10933 (init_array): Likewise.
10934
10935 2012-10-29 Mike Frysinger <vapier@gentoo.org>
10936
10937 * manual/message.texi: Delete @cartouche tags.
10938
10939 2012-10-29 Pino Toscano <toscano.pino@tiscali.it>
10940
10941 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
10942 EOPNOTSUPP.
10943 * sysdeps/mach/hurd/fsync.c: Likewise.
10944
10945 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
10946 [_POSIX_REALTIME_SIGNALS]: Change condition to
10947 [_POSIX_REALTIME_SIGNALS > 0].
10948
10949 2012-10-27 Andreas Jaeger <aj@suse.de>
10950
10951 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
10952 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
10953 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
10954 [__WORDSIZE != 64]: Likewise.
10955
10956 2012-10-26 H.J. Lu <hongjiu.lu@intel.com>
10957
10958 * iconvdata/tst-table.sh: Remove ${SHELL}.
10959 * iconvdata/tst-tables.sh: Likewise.
10960
10961 2012-10-25 David S. Miller <davem@davemloft.net>
10962
10963 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
10964 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
10965 of strtoull.
10966
10967 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
10968 ifunc-impl-list.c
10969 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10970 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
10971 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
10972 file.
10973
10974 2012-10-25 Roland McGrath <roland@hack.frob.com>
10975
10976 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
10977 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
10978 __getdirentries.
10979
10980 2012-10-25 Joseph Myers <joseph@codesourcery.com>
10981 Jim Blandy <jimb@codesourcery.com>
10982
10983 * scripts/cross-test-ssh.sh: New file.
10984 * manual/install.texi (Configuring and compiling): Document use of
10985 cross-test-ssh.sh.
10986 * INSTALL: Regenerated.
10987
10988 2012-10-25 Pino Toscano <toscano.pino@tiscali.it>
10989
10990 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
10991 EOPNOTSUPP.
10992
10993 2012-10-25 Joseph Myers <joseph@codesourcery.com>
10994
10995 * Makeconfig (run-program-prefix): Fix comment.
10996
10997 2012-10-24 Joseph Myers <joseph@codesourcery.com>
10998 Jim Blandy <jimb@codesourcery.com>
10999
11000 * Makeconfig (test-wrapper): New variable,
11001 (test-wrapper-env): Likewise.
11002 [$(cross-compiling) = yes && $(test-wrapper) != ""]
11003 (run-built-tests): Define to yes.
11004 (run-program-prefix): Use $(test-wrapper).
11005 (built-program-cmd): Likewise.
11006 * Rules (make-test-out): Use $(test-wrapper-env) and
11007 $(host-built-program-cmd).
11008 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
11009 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
11010 tst-pathopt.sh.
11011 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
11012 $(test-wrapper-env) to tst-rtld-load-self.sh.
11013 ($(objpfx)order2.out): Use $(test-wrapper).
11014 ($(objpfx)tst-initorder.out): Likewise.
11015 ($(objpfx)tst-initorder2.out): Likewise.
11016 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
11017 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
11018 (test_wrapper_env): New variable. Use it to run ld.so.
11019 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
11020 Use it to run ld.so.
11021 (test_wrapper_env): Likewise.
11022 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
11023 $(test-wrapper) to run-iconv-test.sh.
11024 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
11025 (ICONV): Use $test_wrapper.
11026 * posix/Makefile ($(objpfx)globtest.out): Pass
11027 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
11028 globtest.sh, not $(run-program-prefix).
11029 * posix/globtest.sh (run_via_rtld_prefix): New variable.
11030 (test_wrapper): Likewise.
11031 (test_wrapper_env): Likewise. Use it to run globtest with HOME
11032 set together with run_via_rtld_prefix.
11033 (run_program_prefix): Define in terms of test_wrapper and
11034 run_via_rtld_prefix.
11035
11036 2012-10-24 Roland McGrath <roland@hack.frob.com>
11037
11038 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
11039 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
11040 Targets removed.
11041
11042 [BZ #14743]
11043 * include/time.h: Remove librt_hidden_proto (clock_gettime).
11044 Declare __clock_getres, __clock_gettime, __clock_settime,
11045 __clock_nanosleep, and __clock_getcpuclockid.
11046 * rt/clock_gettime.c: Define __clock_gettime as an alias.
11047 Remove librt_hidden_def (clock_gettime).
11048 * sysdeps/unix/clock_gettime.c: Likewise.
11049 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
11050 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11051 * rt/clock_getres.c: Define __clock_getres as an alias.
11052 * sysdeps/posix/clock_getres.c: Likewise.
11053 * rt/clock_settime.c: Define __clock_settime as an alias.
11054 * sysdeps/unix/clock_settime.c: Likewise.
11055 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
11056 * sysdeps/unix/clock_nanosleep.c: Likewise.
11057 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11058 * rt/clock-compat.c: New file.
11059 * rt/Makefile (librt-routines): Add clock-compat and move
11060 $(clock-routines) to ...
11061 (routines): ... here, new variable.
11062 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
11063 Don't add get_clockfreq here.
11064 * rt/Versions (libc: GLIBC_2.17): New version set.
11065 Add clock_* symbols here.
11066 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
11067 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
11068 (GLIBC_2.17): Add clock_* symbols.
11069 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
11070 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
11071 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
11072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11073 Likewise.
11074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11075 Likewise.
11076 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
11077 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
11078 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
11079 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
11080 * NEWS: Mention the move.
11081
11082 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11083 Use __open, __read, __close rather than their public counterparts.
11084 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
11085 (__get_clockfreq_via_cpuinfo): Likewise.
11086 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
11087 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
11088
11089 * config.h.in (HAVE_IFUNC): New #undef.
11090 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
11091 was successful.
11092 * configure: Regenerated.
11093
11094 2012-10-24 Mike Frysinger <vapier@gentoo.org>
11095
11096 * configure.in: Move READELF check to start of file.
11097 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
11098 libc_cv_asm_gnu_indirect_function in the process.
11099 * configure: Regenerated.
11100
11101 2012-10-24 Mike Frysinger <vapier@gentoo.org>
11102
11103 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
11104 send the output to /dev/null.
11105 (libc_cv_cc_with_libunwind): Likewise.
11106 (libc_cv_as_noexecstack): Likewise.
11107 * configure: Regenerate.
11108
11109 2012-10-24 Joseph Myers <joseph@codesourcery.com>
11110
11111 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
11112
11113 * posix/globtest.sh (TMPDIR): Do not set.
11114 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
11115 (testout): Likewise.
11116
11117 2012-10-24 Andreas Jaeger <aj@suse.de>
11118
11119 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
11120 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
11121 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
11122 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
11123 posix_fadvise64, posix_fallocate64.
11124
11125 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
11126 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
11127 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
11128 Likewise.
11129 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
11130 Likewise.
11131 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
11132
11133 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
11134 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
11135 <bits/fcntl-linux.h>.
11136 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
11137
11138 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
11139 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
11140 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
11141 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
11142 [__WORDSIZE != 64]: Likewise.
11143
11144 2012-10-23 Joseph Myers <joseph@codesourcery.com>
11145
11146 * Makeconfig (run-built-tests): New variable.
11147 * Rules [$(cross-compiling) = yes]: Change condition to
11148 [$(run-built-tests) = no].
11149 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
11150 to [$(run-built-tests) = yes].
11151 * elf/Makefile [$(cross-compiling) = no]: Likewise
11152 * grp/Makefile [$(cross-compiling) = no]: Likewise.
11153 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
11154 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
11155 * intl/Makefile [$(cross-compiling) = no]: Likewise.
11156 * io/Makefile [$(cross-compiling) = no]: Likewise.
11157 * libio/Makefile [$(cross-compiling) = no]: Likewise.
11158 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
11159 * misc/Makefile [$(cross-compiling) = no]: Likewise.
11160 * posix/Makefile [$(cross-compiling) = no]: Likewise.
11161 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
11162 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
11163 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
11164 * string/Makefile [$(cross-compiling) = no]: Likewise.
11165
11166 * posix/Makefile ($(objpfx)globtest.out): Pass
11167 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
11168 $(rtld-installed-name).
11169 * posix/globtest.sh (elf_objpfx): Remove variable.
11170 (rtld_installed_name): Likewise.
11171 (library_path): Likewise.
11172 (run_program_prefix): New variable. Use for running globtest
11173 binary.
11174
11175 2012-10-23 Jim Blandy <jimb@codesourcery.com>
11176 Joseph Myers <joseph@codesourcery.com>
11177
11178 * Makeconfig (host-built-program-cmd): New variable.
11179 * elf/Makefile (tst-stackguard1-ARGS): Use
11180 $(host-built-program-cmd).
11181 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
11182 (tst-spawn-ARGS): Likewise.
11183 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
11184
11185 2012-10-23 Joseph Myers <joseph@codesourcery.com>
11186 Jim Blandy <jimb@codesourcery.com>
11187
11188 * Makeconfig (run-via-rtld-prefix): New variable.
11189 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
11190 (built-program-cmd): Likewise.
11191
11192 2012-10-22 Andreas Jaeger <aj@suse.de>
11193
11194 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
11195 __O_RSYNC if it exists, otherwise to O_SYNC.
11196
11197 2012-10-22 Jim Blandy <jimb@codesourcery.com>
11198 Joseph Myers <joseph@codesourcery.com>
11199
11200 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
11201 /dev/null.
11202 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
11203 from /dev/null
11204 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
11205 /dev/null.
11206
11207 2012-10-22 Andreas Jaeger <aj@suse.de>
11208
11209 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
11210 Define always.
11211 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
11212
11213 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11214 bits/fcntl-linux.h.
11215
11216 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
11217 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
11218
11219 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
11220 to __O_LARGEFILE.
11221 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
11222 to __O_LARGEFILE.
11223
11224 2012-10-21 Jim Blandy <jimb@codesourcery.com>
11225 Joseph Myers <joseph@codesourcery.com>
11226
11227 * config.make.in (NM): New variable.
11228
11229 2012-10-21 Andreas Jaeger <aj@suse.de>
11230
11231 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
11232 definitions and declarations that are provided by
11233 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
11234
11235 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
11236
11237 [BZ #14683]
11238 * elf/Makefile (tests-static): Add tst-leaks1-static.
11239 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
11240 ($(objpfx)tst-leaks1-static): New rule.
11241 ($(objpfx)tst-leaks1-static-mem): Likewise.
11242 (tst-leaks1-static-ENV): New macro.
11243 * elf/dl-open.c (dl_open_worker): Check the main application
11244 only if SHARED is defined.
11245 * elf/tst-leaks1-static.c: New file.
11246
11247 2012-10-20 Andreas Jaeger <aj@suse.de>
11248
11249 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
11250 generic values for Linux.
11251 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
11252 and declarations that are provided by <bits/fcntl-linux.h> and
11253 include <bits/fcntl-linux.h>.
11254 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
11255 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11256
11257 2012-10-20 Roland McGrath <roland@hack.frob.com>
11258
11259 * io/fcntl.h: Move include of <bits/types.h> to the top and
11260 include it unconditionally.
11261
11262 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
11263
11264 * wcsmbs/Makefile (tests-ifunc): New variable.
11265 (tests): Add $(tests-ifunc).
11266 * wcsmbs/test-wcschr-ifunc.c: New file.
11267 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
11268 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
11269 * wcsmbs/test-wcslen-ifunc.c: Likewise.
11270 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
11271 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
11272
11273 * string/Makefile (tests-ifunc): New variable.
11274 (tests): Add $(tests-ifunc).
11275 * string/test-memccpy.c (TEST_NAME): New macro.
11276 * string/test-memchr.c (TEST_NAME): Likewise.
11277 * string/test-memcmp.c (TEST_NAME): Likewise.
11278 * string/test-memcpy.c (TEST_NAME): Likewise.
11279 * string/test-memmem.c (TEST_NAME): Likewise.
11280 * string/test-memmove.c (TEST_NAME): Likewise.
11281 * string/test-memset.c (TEST_NAME): Likewise.
11282 * string/test-rawmemchr.c (TEST_NAME): Likewise.
11283 * string/test-stpcpy.c (TEST_NAME): Likewise.
11284 * string/test-stpncpy.c (TEST_NAME): Likewise.
11285 * string/test-strcasecmp.c (TEST_NAME): Likewise.
11286 * string/test-strcasestr.c (TEST_NAME): Likewise.
11287 * string/test-strcat.c (TEST_NAME): Likewise.
11288 * string/test-strchr.c (TEST_NAME): Likewise.
11289 * string/test-strcmp.c(TEST_NAME): Likewise.
11290 * string/test-strcpy.c (TEST_NAME): Likewise.
11291 * string/test-strcspn.c (TEST_NAME): Likewise.
11292 * string/test-strlen.c (TEST_NAME): Likewise.
11293 * string/test-strncasecmp.c (TEST_NAME): Likewise.
11294 * string/test-strncmp.c (TEST_NAME): Likewise.
11295 * string/test-strncpy.c (TEST_NAME): Likewise.
11296 * string/test-strnlen.c (TEST_NAME): Likewise.
11297 * string/test-strpbrk.c (TEST_NAME): Likewise.
11298 * string/test-strrchr.c (TEST_NAME): Likewise.
11299 * string/test-strspn.c (TEST_NAME): Likewise.
11300 * string/test-strstr.c (TEST_NAME): Likewise.
11301 * string/test-bcopy-ifunc.c: New file.
11302 * string/test-bzero-ifunc.c: Likewise.
11303 * string/test-memccpy-ifunc.c: Likewise.
11304 * string/test-memchr-ifunc.c: Likewise.
11305 * string/test-memcmp-ifunc.c: Likewise.
11306 * string/test-memcpy-ifunc.c: Likewise.
11307 * string/test-memmem-ifunc.c: Likewise.
11308 * string/test-memmove-ifunc.c: Likewise.
11309 * string/test-mempcpy-ifunc.c: Likewise.
11310 * string/test-memset-ifunc.c: Likewise.
11311 * string/test-rawmemchr-ifunc.c: Likewise.
11312 * string/test-stpcpy-ifunc.c: Likewise.
11313 * string/test-stpncpy-ifunc.c: Likewise.
11314 * string/test-strcasecmp-ifunc.c: Likewise.
11315 * string/test-strcasestr-ifunc.c: Likewise.
11316 * string/test-strcat-ifunc.c: Likewise.
11317 * string/test-strchr-ifunc.c: Likewise.
11318 * string/test-strchrnul-ifunc.c: Likewise.
11319 * string/test-strcmp-ifunc.c: Likewise.
11320 * string/test-strcpy-ifunc.c: Likewise.
11321 * string/test-strcspn-ifunc.c: Likewise.
11322 * string/test-strlen-ifunc.c: Likewise.
11323 * string/test-strncasecmp-ifunc.c: Likewise.
11324 * string/test-strncat-ifunc.c: Likewise.
11325 * string/test-strncmp-ifunc.c: Likewise.
11326 * string/test-strncpy-ifunc.c: Likewise.
11327 * string/test-strnlen-ifunc.c: Likewise.
11328 * string/test-strpbrk-ifunc.c: Likewise.
11329 * string/test-strrchr-ifunc.c: Likewise.
11330 * string/test-strspn-ifunc.c: Likewise.
11331 * string/test-strstr-ifunc.c: Likewise.
11332
11333 * debug/Makefile (tests-ifunc): New variable.
11334 (tests): Add $(tests-ifunc).
11335 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
11336 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
11337 * debug/test-stpcpy_chk-ifunc.c: New file.
11338 * debug/test-strcpy_chk-ifunc.c: Likewise.
11339
11340 2012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
11341
11342 [BZ #13601]
11343 * elf/dl-load.c (open_verify): Retry read if the entire ELF
11344 header is not read in.
11345
11346 2012-10-19 Joseph Myers <joseph@codesourcery.com>
11347
11348 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
11349 script to $(SHELL) as $<. Pass $(common-objpfx) to script
11350 directly. Pass built executable to script as
11351 $(built-program-cmd).
11352 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
11353 $testprogram without using LD_LIBRARY_PATH and $ldso.
11354
11355 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
11356 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
11357 $(rtld-installed-name).
11358 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
11359 (rtld_installed_name): Likewise.
11360 (library_path): Likewise.
11361 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
11362 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
11363 $(run-program-prefix) to tst-tables.sh.
11364 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
11365 it to run tst-table-from and tst-table-to.
11366 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
11367 Pass it to tst-table.sh.
11368 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
11369 $(run-program-prefix) to tst-gettext.sh.
11370 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
11371 tst-translit.sh.
11372 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
11373 tst-gettext2.sh.
11374 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
11375 to run tst-gettext.
11376 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
11377 to run tst-gettext2.
11378 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
11379 to run tst-translit.
11380 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
11381 $(run-program-prefix) to tst-mtrace.sh.
11382 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
11383 to run tst-mtrace.
11384 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
11385 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
11386 $(rtld-installed-name).
11387 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
11388 (rtld_installed_name): Likewise.
11389 (run_program_prefix): New variable. Use it to run wordexp-test.
11390
11391 * Makeconfig (ARCH): Remove all definitions.
11392 (machine): Likewise.
11393 [ARCH]: Remove conditional code.
11394 [!objdir]: Give error.
11395 [!objdir] (objpfx): Remove.
11396 [!objdir] (common-objpfx): Likewise.
11397 [!objdir] (common-objdir): Likewise.
11398 * configure.in (config_makefile): Remove. Hardcode Makefile in
11399 AC_CONFIG_FILES call.
11400 * configure: Regenerated.
11401
11402 [BZ #13888]
11403 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
11404 or TMPDIR.
11405 (testout): Likewise.
11406
11407 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
11408 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
11409 $(rtld-installed-name).
11410 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
11411 (rtld_installed_name): Likwise.
11412 (runit): Remove function.
11413 (run_getconf): New variable, Use it for running getconf binary.
11414
11415 2012-10-18 H.J. Lu <hongjiu.lu@intel.com>
11416
11417 [BZ #14716]
11418 * string/test-memmem.c (check_result): New function.
11419 (do_one_test): Use it.
11420 (check1): New function.
11421 (test_main): Use it.
11422
11423 2012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
11424
11425 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
11426
11427 2012-10-18 Joseph Myers <joseph@codesourcery.com>
11428
11429 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
11430 (_G_LSEEK64): Likewise.
11431 (_G_MMAP64): Likewise.
11432 (_G_FSTAT64): Likewise.
11433 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
11434 (_G_LSEEK64): Likewise.
11435 (_G_MMAP64): Likewise.
11436 (_G_FSTAT64): Likewise.
11437 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
11438 unconditional. Call __mmap64 directly.
11439 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
11440 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
11441 __lseek64 directly.
11442 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
11443 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
11444 __mmap64 directly.
11445 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
11446 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
11447 __lseek64 directly.
11448 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
11449 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
11450 __lseek64 directly.
11451 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
11452 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
11453 __lseek64 directly.
11454 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
11455 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
11456 __fxstat64 directly.
11457 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
11458 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
11459 unconditional.
11460 (freopen64) [!_G_OPEN64]: Remove conditional code.
11461 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
11462 unconditional.
11463 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
11464 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
11465 unconditional.
11466 (ftello64) [!_G_LSEEK64]: Remove conditional code.
11467 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
11468 unconditional.
11469 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
11470 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
11471 unconditional.
11472 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
11473 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
11474 unconditional.
11475 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
11476 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
11477 unconditional.
11478 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
11479 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
11480 unconditional.
11481 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
11482
11483 2012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
11484
11485 [BZ #12140]
11486 * manual/memory.texi (Malloc Tunable Parameters): Add note
11487 about free list pointers overwriting some perturb bytes.
11488 Wording suggested by Roland McGrath.
11489
11490 2012-10-17 Joseph Myers <joseph@codesourcery.com>
11491
11492 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
11493 (lgamma_test): Likewise.
11494 (tgamma_test): Likewise.
11495
11496 2012-10-16 Florian Weimer <fweimer@redhat.com>
11497
11498 [BZ #14700]
11499 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
11500 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
11501
11502 2012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
11503
11504 * NEWS: Mention BZ #14716.
11505 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
11506 when removing AVAILABLE1_USES_J macro.
11507
11508 2012-10-12 H.J. Lu <hongjiu.lu@intel.com>
11509
11510 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
11511 (__bswap_64): __uint64_t for unsigned 64-bit int.
11512
11513 2012-10-12 Andreas Schwab <schwab@linux-m68k.org>
11514
11515 * include/string.h (memmem): Declare libc hidden alias.
11516 * string/memmem.c (memmem): Define libc hidden alias.
11517 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
11518 __read, __close instead of open, read, close.
11519
11520 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
11521
11522 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
11523 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
11524 global and hidden.
11525 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
11526 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
11527 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
11528 Likewise.
11529 (__rawmemchr_sse2): Likewise.
11530 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
11531 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
11532 (__strchr_sse2): Likewise.
11533 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
11534 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
11535 (__strcasecmp_sse2): Likewise.
11536 (__strncasecmp_sse2): Likewise.
11537 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
11538 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
11539 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
11540 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
11541 (__strrchr_sse2): Likewise.
11542 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
11543 ifunc-impl-list.c.
11544 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
11545 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
11546 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
11547 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
11548 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
11549 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
11550 * sysdeps/x86_64/multiarch/memset.S: Likewise.
11551 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11552 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
11553 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
11554 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
11555 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
11556 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
11557 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
11558 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
11559 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
11560 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
11561 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
11562 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
11563 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
11564 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
11565 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
11566 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
11567 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
11568 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
11569 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
11570 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
11571 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
11572 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
11573 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
11574
11575 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
11576 global and hidden.
11577 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
11578 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
11579 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
11580 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
11581 Likewise.
11582 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
11583 Likewise.
11584 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
11585 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
11586 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
11587 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
11588 ifunc-impl-list.c.
11589 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
11590 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
11591 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
11592 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
11593 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
11594 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
11595 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
11596 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
11597 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
11598 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
11599 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
11600 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
11601 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
11602 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
11603 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
11604 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
11605 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
11606 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
11607 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
11608 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
11609 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
11610 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
11611 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
11612 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
11613 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
11614 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
11615 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
11616 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
11617 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
11618 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
11619 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
11620 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
11621 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
11622 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
11623 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
11624 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
11625 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
11626 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
11627 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
11628 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
11629 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
11630
11631 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
11632 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
11633 * include/ifunc-impl-list.h: New file.
11634 * misc/ifunc-impl-list.c: Likewise.
11635 * misc/Makefile (routines): Add ifunc-impl-list.
11636 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
11637 * string/test-string.h: Include <ifunc-impl-list.h>.
11638 [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
11639 impl_array): New variables.
11640 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
11641 are defined.
11642 (test_init): Call __libc_ifunc_impl_list to initialize
11643 func_list if TEST_IFUNC and TEST_NAME are defined.
11644
11645 * string/Makefile (strop-tests): Add bcopy and bzero.
11646 * string/test-bcopy.c: New file.
11647 * string/test-bzero.c: Likewise.
11648 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
11649 defined.
11650 * string/test-memset.c: Support bzero test if TEST_BZERO is
11651 defined.
11652 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
11653 __libc_memmove.
11654 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
11655 __libc_memset.
11656 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
11657 of memset.
11658
11659 2012-10-10 Joseph Myers <joseph@codesourcery.com>
11660
11661 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
11662 * configure: Regenerated.
11663
11664 * Makeconfig (+link-static-before-libc): Don't include
11665 $(link-static-libc).
11666
11667 * libio/libio.h (_IO_pos_t): Remove.
11668
11669 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
11670
11671 * NEWS: Add note about FIPS mode. Wording suggested by Roland
11672 McGrath.
11673
11674 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
11675
11676 * crypt/crypt-entry.c: Include fips-private.h.
11677 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
11678 * crypt/md5c-test.c (main): Tolerate disabled MD5.
11679 * sysdeps/unix/sysv/linux/fips-private.h: New file.
11680 * sysdeps/generic/fips-private.h: New file, dummy fallback.
11681
11682 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
11683
11684 * crypt/crypt-private.h: Include stdbool.h.
11685 (_ufc_setup_salt_r): Return bool.
11686 * crypt/crypt-entry.c: Include errno.h.
11687 (__crypt_r): Return NULL with EINVAL for bad salt.
11688 * crypt/crypt_util.c (bad_for_salt): New.
11689 (_ufc_setup_salt_r): Check that salt is long enough and within
11690 the specified alphabet.
11691 * crypt/badsalttest.c: New file.
11692 * crypt/Makefile (tests): Add it.
11693 ($(objpfx)badsalttest): New.
11694
11695 2012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
11696
11697 * NEWS: Add entry for BZ #14602.
11698
11699 2012-10-09 Joseph Myers <joseph@codesourcery.com>
11700
11701 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
11702 type-generic.
11703 * math/libm-test.inc: Update comment listing what functions and
11704 macros are tested.
11705 (isgreater_test): New function.
11706 (isgreaterequal_test): Likewise.
11707 (isless_test): Likewise.
11708 (islessequal_test): Likewise.
11709 (islessgreater_test): Likewise.
11710 (isunordered_test): Likewise.
11711 (main): Call the new functions.
11712
11713 2012-10-09 Roland McGrath <roland@hack.frob.com>
11714
11715 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
11716 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
11717 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
11718 * sysdeps/i386/configure: Regenerated.
11719 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
11720 * sysdeps/mach/configure: Regenerated.
11721 * sysdeps/mach/hurd/configure: Regenerated.
11722 * sysdeps/powerpc/configure: Regenerated.
11723 * sysdeps/powerpc/powerpc32/configure: Regenerated.
11724 * sysdeps/powerpc/powerpc64/configure: Regenerated.
11725 * sysdeps/s390/s390-32/configure: Regenerated.
11726 * sysdeps/s390/s390-64/configure: Regenerated.
11727 * sysdeps/sh/configure: Regenerated.
11728 * sysdeps/sparc/configure: Regenerated.
11729 * sysdeps/unix/sysv/linux/configure: Regenerated.
11730 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11731 * sysdeps/x86_64/configure: Regenerated.
11732
11733 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
11734 defined. Don't check if MAP is NULL.
11735
11736 2012-10-09 Joseph Myers <joseph@codesourcery.com>
11737
11738 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
11739 (_G_stat64): Likewise.
11740 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
11741 (_G_stat64): Likewise.
11742 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
11743 instead of struct _G_stat64.
11744 * libio/fileops.c (mmap_remap_check): Likewise.
11745 (decide_maybe_mmap): Likewise.
11746 (_IO_new_file_seekoff): Likewise.
11747 (_IO_file_stat): Likewise.
11748 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
11749 _G_off64_t.
11750 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
11751 instead of struct _G_stat64.
11752 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
11753
11754 2012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
11755
11756 [BZ #14602]
11757 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
11758 Replace with ...
11759 (CHECK_EOL): New macro.
11760 (two_way_short_needle): Check beginning of haystack for EOL. Use
11761 CHECK_EOL.
11762 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
11763 Replace with CHECK_EOL.
11764 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
11765 Replace with CHECK_EOL.
11766
11767 2012-10-08 Joseph Myers <joseph@codesourcery.com>
11768
11769 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
11770 type-generic.
11771 * math/libm-test.inc: Update comment listing what functions and
11772 macros are tested.
11773 (finite_test): New function.
11774 (isinf_test): Likewise.
11775 (isnan_test): Likewise.
11776 (fpclassify_test): Test subnormal input.
11777 (isfinite_test): Likewise.
11778 (isnormal_test): Likewise.
11779 (main): Call the new functions.
11780
11781 2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
11782
11783 [BZ #14660]
11784 * Makerules (%.dynsym): Force C locale when running
11785 $(OBJDUMP) --dynamic-syms.
11786
11787 2012-10-08 Andreas Schwab <schwab@linux-m68k.org>
11788
11789 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
11790 <stdint.h>.
11791
11792 2012-10-06 David S. Miller <davem@davemloft.net>
11793
11794 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
11795 upper 32-bits of the length value in %o2 since we use branch-on-register
11796 tests which consider the entire 64-bit register.
11797
11798 2012-10-06 H.J. Lu <hongjiu.lu@intel.com>
11799
11800 * string/test-strstr.c (check2): Add a test for page boundary.
11801
11802 2012-10-05 David S. Miller <davem@davemloft.net>
11803
11804 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
11805 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
11806 file.
11807 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
11808 sysdep_routines.
11809 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
11810 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
11811 and bzero when HWCAP_SPARC_CRYPTO is present.
11812
11813 2012-10-05 H.J. Lu <hongjiu.lu@intel.com>
11814
11815 [BZ #14602]
11816 * string/test-strstr.c (check2): New function.
11817 (test_main): Call check2.
11818
11819 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
11820 and bug-strchr1.
11821 * string/bug-strcasestr1.c (do_test): Moved to ...
11822 * string/test-strcasestr.c (check1): Here. New function.
11823 (do_one_test): Break out result checking code into ...
11824 (check_result): This. New function.
11825 (do_one_test): Call check_result.
11826 (test_main): Call check1.
11827 * string/bug-strchr1.c (do_test): Moved to ...
11828 * string/test-strchr.c (check1): Here. New function.
11829 (do_one_test): Break out result checking code into ...
11830 (check_result): This. New function.
11831 (do_one_test): Call check_result.
11832 (test_main): Call check1.
11833 * string/bug-strstr1.c (main): Moved to ...
11834 * string/test-strstr.c (check1): Here. New function.
11835 (do_one_test): Break out result checking code into ...
11836 (check_result): This. New function.
11837 (do_one_test): Call check_result.
11838 (test_main): Call check1.
11839 * string/bug-strcasestr1.c: Removed.
11840 * string/bug-strchr1.c: Likewise.
11841 * string/bug-strstr1.c: Likewise.
11842
11843 * elf/Makefile (dl-routines): Add hwcaps.
11844 * elf/dl-support.c (_dl_important_hwcaps): Removed.
11845 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
11846 (_dl_important_hwcaps): Moved to ...
11847 * elf/dl-hwcaps.c: Here. New file.
11848 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
11849
11850 [BZ #14557]
11851 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
11852 if IS_IN_rtld isn't defined.
11853
11854 * elf/dl-support.c (_dl_sysinfo_map): New.
11855 Include "get-dynamic-info.h" and "setup-vdso.h".
11856 (_dl_non_dynamic_init): Call setup_vdso.
11857 * elf/dynamic-link.h: Don't include <assert.h>.
11858 (elf_get_dynamic_info): Moved to ...
11859 * elf/get-dynamic-info.h: Here. New file.
11860 * elf/dynamic-link.h: Include "get-dynamic-info.h".
11861 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
11862 * elf/setup-vdso.h: Here. New file.
11863 * elf/rtld.c: Include "setup-vdso.h".
11864 (dl_main): Call setup_vdso.
11865
11866 2012-10-05 Joseph Myers <joseph@codesourcery.com>
11867
11868 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
11869 creal in comment listing functions tested. List finite, isinf,
11870 isnan, isless, islessequal, isgreater, isgreaterequal,
11871 islessgreater, isunordered, lgamma_r and pow10 as functions and
11872 macros not tested. Mention which functions not tested are aliases
11873 for other functions. Fix typo. Note that signs of NaNs are not
11874 tested.
11875
11876 * scripts/config.guess: Update from config.git.
11877 * scripts/config.sub: Likewise.
11878
11879 2012-10-04 Roland McGrath <roland@hack.frob.com>
11880
11881 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
11882 * misc/madvise.c (madvise): Renamed to __madvise.
11883 Make madvise a weak alias.
11884 * include/sys/mman.h: Declare __madvise.
11885 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
11886 * sysdeps/unix/syscalls.list
11887 (madvise): Make __madvise the strong name, and madvise a weak alias.
11888 * sysdeps/unix/sysv/linux/syscalls.list
11889 (madvise, mmap): Remove redundant entries.
11890 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
11891 * malloc/malloc.c (mtrim): Likewise.
11892 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
11893
11894 2012-10-03 Roland McGrath <roland@hack.frob.com>
11895
11896 * sysdeps/mach/hurd/dl-cache.c: File removed.
11897 * config.h.in (USE_LDCONFIG): New #undef.
11898 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
11899 * configure: Regenerated.
11900 * elf/Makefile (dl-routines): Add dl-cache only under
11901 [$(use-ldconfig) = yes].
11902 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
11903 cache on [USE_LDCONFIG].
11904 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
11905 [USE_LDCONFIG].
11906 * elf/rtld.c (dl_main): Likewise.
11907
11908 2012-10-03 Pino Toscano <toscano.pino@tiscali.it>
11909
11910 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
11911 _SC_LEVEL4_CACHE_LINESIZE.
11912
11913 2012-10-03 Roland McGrath <roland@hack.frob.com>
11914
11915 * sysdeps/unix/bsd/confstr.h: File removed.
11916
11917 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
11918
11919 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
11920 sys/sdt-config.h.
11921
11922 2012-10-02 Roland McGrath <roland@hack.frob.com>
11923
11924 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
11925 Make 'mapoff' field ElfW(Off) rather than off_t.
11926
11927 2012-10-02 Dmitry V. Levin <ldv@altlinux.org>
11928
11929 * nscd/Makefile: Remove nscd-cflags and all its users.
11930 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
11931 (CFLAGS-nonlib): Add compiler flags for nscd modules.
11932
11933 [BZ #10631]
11934 * malloc.c (malloc_printerr): Clarify error message.
11935
11936 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
11937
11938 [BZ #14648]
11939 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11940 Set bit_FMA_Usable if FMA is supported.
11941 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
11942 macro.
11943 (bit_FMA4_Usable): Updated.
11944 (index_FMA_Usable): New macro.
11945 (CPUID_FMA): Likewise
11946 (HAS_FMA): Defined with bit_FMA_Usable.
11947
11948 2012-10-01 Roland McGrath <roland@hack.frob.com>
11949
11950 * bits/types.h (__swblk_t): Type removed.
11951 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
11952 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
11953 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
11954 (__SWBLK_T_TYPE): Likewise.
11955 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
11956 (__SWBLK_T_TYPE): Likewise.
11957 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
11958 (__SWBLK_T_TYPE): Likewise.
11959 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
11960 (__SWBLK_T_TYPE): Likewise.
11961
11962 2012-10-01 Patsy Franklin <pfrankli@redhat.com>
11963 Honza Horak <hhorak@redhat.com>
11964
11965 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
11966 (xdr_mapname): Use YPMAXMAP as maxsize.
11967 (xdr_peername): Use YPMAXPEER as maxsize.
11968 (xdr_keydat): Use YPAXRECORD as maxsize.
11969 (xdr_valdat): Use YPMAXRECORD as maxsize.
11970
11971 2012-10-01 Roland McGrath <roland@hack.frob.com>
11972
11973 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
11974
11975 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
11976 * csu/init-first.c: ... here.
11977 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
11978 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
11979 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
11980 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
11981 * sysdeps/i386/init-first.c: File removed.
11982 * sysdeps/sh/init-first.c: File removed.
11983
11984 2012-10-01 Joseph Myers <joseph@codesourcery.com>
11985
11986 [BZ #14645]
11987 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
11988 if x * y might underflow to zero and z is zero.
11989 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11990 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11991 * math/libm-test.inc (min_subnorm_value): New variable.
11992 (fma_test): Add more tests.
11993 (fma_test_towardzero): Likewise.
11994 (fma_test_downward): Likewise
11995 (fma_test_upward): Likewise.
11996 (initialize): Set min_subnorm_value.
11997
11998 2012-09-29 Joseph Myers <joseph@codesourcery.com>
11999
12000 [BZ #14638]
12001 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
12002 0 + 0.
12003 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
12004 mode for addition resulting in exact zero.
12005 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
12006 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
12007 exact 0 + 0.
12008 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12009 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12010 * math/libm-test.inc (fma_test): Add more tests.
12011 (fma_test_towardzero): New function.
12012 (fma_test_downward): Likewise.
12013 (fma_test_upward): Likewise.
12014 (main): Call the new functions.
12015
12016 2012-09-28 David S. Miller <davem@davemloft.net>
12017
12018 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
12019
12020 2012-09-28 Roland McGrath <roland@hack.frob.com>
12021
12022 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
12023 instead of SIGALRM.
12024
12025 * sysdeps/gnu/_G_config.h: Moved to ...
12026 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
12027 * sysdeps/mach/hurd/_G_config.h: Moved to ...
12028 * sysdeps/generic/_G_config.h: ... here.
12029
12030 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
12031
12032 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
12033
12034 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
12035 Conditionalize target on [libnss_test1.so-version].
12036
12037 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
12038
12039 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
12040 (elfobjdir): Move out of conditionals.
12041
12042 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
12043 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
12044 (__nss_lookup_function): Conditionalize label remove_from_tree on
12045 [!DO_STATIC_NSS || SHARED], matching its only use.
12046
12047 2012-09-28 David S. Miller <davem@davemloft.net>
12048
12049 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
12050 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
12051 file.
12052 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
12053 sysdep_routines.
12054 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
12055 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
12056 when HWCAP_SPARC_CRYPTO is present.
12057
12058 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
12059
12060 * io/tst-mknodat.c: Create a FIFO instead of a socket.
12061
12062 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
12063
12064 [BZ #6530]
12065 * stdio-common/vfprintf.c (process_string_arg): Revert
12066 2000-07-22 change.
12067
12068 2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
12069
12070 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
12071 for testcase.
12072 * stdio-common/tst-sprintf.c: Include <locale.h>
12073 (main): Test sprintf's handling of incomplete multibyte
12074 characters.
12075
12076 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
12077
12078 * elf/dl-runtime.c (VERSYMIDX): Removed.
12079 * elf/dl-version.c (VERSYMIDX): Likewise.
12080 * elf/do-rel.h (VERSYMIDX): Likewise.
12081 (VALIDX): Likewise.
12082 * elf/dynamic-link.h (VERSYMIDX): Likewise.
12083 * elf/rtld.c (VALIDX): Likewise.
12084 (ADDRIDX): Likewise.
12085 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
12086 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
12087 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
12088 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
12089 (VALIDX): Likewise.
12090 (ADDRIDX): Likewise.
12091
12092 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
12093
12094 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
12095
12096 2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
12097
12098 [BZ #11438]
12099 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
12100 to global scope.
12101 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
12102 addresses are in the same scope as 192.0.2/24.
12103 * posix/gai.conf: Document new scope table defaults.
12104
12105 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12106
12107 [BZ #5298]
12108 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
12109 for ftell. Compute offsets from write pointers instead.
12110 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
12111
12112 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12113
12114 [BZ #14543]
12115 * libio/Makefile (tests): New test case tst-fseek.
12116 * libio/tst-fseek.c: New test case to verify that fseek/ftell
12117 combination works in wide mode.
12118 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
12119 state when the external buffer state changes.
12120
12121 2012-09-27 David S. Miller <davem@davemloft.net>
12122
12123 [BZ #14376]
12124 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
12125 pass reloc->r_addend in as the 'high' argument to
12126 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
12127
12128 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12129
12130 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
12131
12132 * rt/tst-aio2.c: Include <pthread.h>.
12133 * rt/tst-aio3.c: Likewise.
12134
12135 2012-09-27 Steve Ellcey <sellcey@mips.com>
12136
12137 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
12138
12139 2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
12140
12141 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
12142 contents on [SHARED].
12143
12144 2012-09-26 Marek Polacek <polacek@redhat.com>
12145
12146 [BZ #14530]
12147 [BZ #13741]
12148 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
12149 for C++ and GCC <4.3 as well as for non GCC compilers.
12150
12151 2012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
12152
12153 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12154
12155 2012-09-25 Roland McGrath <roland@hack.frob.com>
12156
12157 * Makefile.in (all, install): Declare with .PHONY.
12158 Reported by Michael Hope <michael.hope@linaro.org>.
12159
12160 2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
12161
12162 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
12163 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
12164 system header.
12165 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
12166 Likewise.
12167 (sydep_routines): Add the new and the internal functions.
12168 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
12169 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
12170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
12171 (GLIBC_2.17): Add the new function.
12172 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
12173 (GLIBC_2.17): Likewise.
12174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
12175 (GLIBC_2.17): Likewise.
12176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
12177 (GLIBC_2.17): Likewise.
12178 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
12179
12180 2012-09-25 Alan Modra <amodra@gmail.com>
12181
12182 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
12183 Add release barrier before setting once_control to say
12184 initialisation is done. Add hints on lwarx. Use macro in
12185 place of isync.
12186 (clear_once_control): Add release barrier.
12187
12188 2012-09-25 Joseph Myers <joseph@codesourcery.com>
12189
12190 [BZ #13629]
12191 * math/s_clog.c (__clog): Handle more values close to |z| = 1
12192 specially.
12193 * math/s_clog10.c (__clog10): Likewise.
12194 * math/s_clog10f.c (__clog10f): Likewise.
12195 * math/s_clog10l.c (__clog10l): Likewise.
12196 * math/s_clogf.c (__clogf): Likewise.
12197 * math/s_clogl.c (__clogl): Likewise.
12198 * math/Makefile (libm-calls): Add x2y2m1.
12199 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
12200 (__x2y2m1): Likewise.
12201 (__x2y2m1l): Likewise.
12202 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
12203 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
12204 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
12205 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
12206 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
12207 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
12208 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
12209 * sysdeps/i386/fpu/libm-test-ulps: Update.
12210 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12211
12212 [BZ #14621]
12213 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
12214 int as type of variable DEPTH.
12215 (glob): Use size_t instead of int as type of variables NEWCOUNT
12216 and OLD_PATHC.
12217
12218 2012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12219
12220 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
12221 Add s_sincosf-sse2.
12222 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
12223 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
12224 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
12225 macros for using routine as __sincosf_ia32.
12226 Use macro for function declaration and weak_alias.
12227 * sysdeps/i386/fpu/libm-test-ulps: Update.
12228
12229 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
12230 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12231
12232 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
12233 subnormal argument.
12234 * math/s_cexpf.c (__cexpf): Likewise.
12235 * math/s_csinf.c (__csinf): Likewise.
12236 * math/s_csinhf.c (__csinhf): Likewise.
12237 * math/s_ctanf.c (__ctanf): Likewise.
12238 * math/s_ctanhf.c (__ctanhf): Likewise.
12239 * math/s_ccosh.c (__ccoshf): Likewise.
12240 * math/s_cexp.c (__cexpl): Likewise.
12241 * math/s_csin.c (__csin): Likewise.
12242 * math/s_csinh.c (__csinh): Likewise.
12243 * math/s_ctan.c (__ctan): Likewise.
12244 * math/s_ctanh.c (ctanh): Likewise.
12245 * math/s_ccoshl.c (__ccoshl): Likewise.
12246 * math/s_cexpl.c (__cexpl): Likewise.
12247 * math/s_csinl.c (__csinl): Likewise.
12248 * math/s_csinhl.c (__csinhl): Likewise.
12249 * math/s_ctanl.c (__ctanl): Likewise.
12250 * math/s_ctanhl.c (__ctanhl): Likewise.
12251
12252 2012-09-25 Joseph Myers <joseph@codesourcery.com>
12253
12254 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
12255 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
12256 (_IO_off_t): Define to __off_t, not _G_off_t.
12257 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
12258 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
12259 (_IO_wint_t): Define to wint_t, not _G_wint_t.
12260 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
12261 type of __dummy and __dummy2 fields.
12262 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
12263 (_G_ssize_t): Likewise.
12264 (_G_off_t): Likewise.
12265 (_G_pid_t): Likewise.
12266 (_G_uid_t): Likewise.
12267 (_G_wchar_t): Likewise.
12268 (_G_wint_t): Likewise.
12269 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
12270 (_G_ssize_t): Likewise.
12271 (_G_off_t): Likewise.
12272 (_G_pid_t): Likewise.
12273 (_G_uid_t): Likewise.
12274 (_G_wchar_t): Likewise.
12275 (_G_wint_t): Likewise.
12276 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
12277 (_G_ssize_t): Likewise.
12278 (_G_off_t): Likewise.
12279 (_G_pid_t): Likewise.
12280 (_G_uid_t): Likewise.
12281 (_G_wchar_t): Likewise.
12282 (_G_wint_t): Likewise.
12283
12284 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
12285
12286 * malloc/arena.c: Include malloc-sysdep.h.
12287 (shrink_heap): Use check_may_shrink_heap to decide if madvise
12288 is sufficient to shrink the heap or an unmap is needed.
12289 * sysdeps/generic/malloc-sysdep.h: New file. Define
12290 new function check_may_shrink_heap.
12291 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
12292 new function check_may_shrink_heap.
12293
12294 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
12295
12296 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
12297 comments.
12298
12299 2012-09-24 Dmitry V. Levin <ldv@altlinux.org>
12300
12301 * catgets/test-gencat.sh: Add "set -e".
12302 * elf/tst-pathopt.sh: Likewise.
12303 * grp/tst_fgetgrent.sh: Likewise.
12304 * iconvdata/run-iconv-test.sh: Likewise.
12305 * intl/tst-gettext.sh: Likewise.
12306 * intl/tst-gettext2.sh: Likewise.
12307 * intl/tst-gettext4.sh: Likewise.
12308 * intl/tst-gettext6.sh: Likewise.
12309 * intl/tst-translit.sh: Likewise.
12310 * io/ftwtest-sh: Likewise.
12311 * libio/test-freopen.sh: Likewise.
12312 * malloc/tst-mtrace.sh: Likewise.
12313 * posix/globtest.sh: Likewise.
12314 * posix/tst-getconf.sh: Likewise.
12315 * posix/wordexp-tst.sh: Likewise.
12316 * stdio-common/tst-printf.sh: Likewise.
12317 * stdio-common/tst-unbputc.sh: Likewise.
12318 * stdlib/tst-fmtmsg.sh: Likewise.
12319 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
12320 * catgets/Makefile: Do not specify -e option when running
12321 testsuite shell scripts.
12322 * elf/Makefile: Likewise.
12323 * grp/Makefile: Likewise.
12324 * iconvdata/Makefile: Likewise.
12325 * intl/Makefile: Likewise.
12326 * io/Makefile: Likewise.
12327 * libio/Makefile: Likewise.
12328 * malloc/Makefile: Likewise.
12329 * posix/Makefile: Likewise.
12330 * stdio-common/Makefile: Likewise.
12331 * stdlib/Makefile: Likewise.
12332 * sysdeps/x86_64/Makefile: Likewise.
12333
12334 * io/ftwtest-sh: Add copyright header.
12335 * posix/globtest.sh: Likewise.
12336 * posix/tst-getconf.sh: Likewise.
12337 * posix/wordexp-tst.sh: Likewise.
12338 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
12339
12340 2012-09-24 H.J. Lu <hongjiu.lu@intel.com>
12341
12342 [BZ #13679]
12343 * Makeconfig (+link): Defined as $(+link-static) if
12344 $(build-shared) isn't yes.
12345 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
12346 isn't yes.
12347 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
12348
12349 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
12350
12351 [BZ #14562]
12352 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
12353 new chunk size with MALLOC_ALIGN_MASK.
12354
12355 2012-09-24 Joseph Myers <joseph@codesourcery.com>
12356
12357 [BZ #5044]
12358 * stdio-common/printf_fphex.c: Include <stdbool.h> and
12359 <rounding-mode.h>.
12360 (__printf_fphex): Determine rounding using get_rounding_mode and
12361 round_away.
12362 * stdio-common/tst-printf-round.c (struct hex_test): New
12363 structure.
12364 (hex_tests): New variable.
12365 (test_hex_in_one_mode): New function.
12366 (do_test): Also run tests for hex float output.
12367
12368 2012-09-21 Joseph Myers <joseph@codesourcery.com>
12369
12370 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
12371 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
12372 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
12373 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
12374 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
12375 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
12376 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
12377 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
12378
12379 2012-09-20 Joseph Myers <joseph@codesourcery.com>
12380
12381 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
12382 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
12383 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
12384 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
12385
12386 2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
12387
12388 [BZ #14579]
12389 * elf/rtld.c (dl_main): Limit the check for self loading to normal
12390 mode only.
12391 * elf/tst-rtld-load-self.sh: New test.
12392 * elf/Makefile: Run it.
12393
12394 2012-09-18 Joseph Myers <joseph@codesourcery.com>
12395
12396 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
12397 (tst-writev-ENV): Remove.
12398 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
12399
12400 2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
12401
12402 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
12403
12404 2012-09-17 Joseph Myers <joseph@codesourcery.com>
12405
12406 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
12407 unconditional.
12408 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
12409 Likewise.
12410 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
12411 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
12412 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
12413 Likewise.
12414
12415 2012-09-14 H.J. Lu <hongjiu.lu@intel.com>
12416
12417 [BZ #14587]
12418 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
12419 * config.make.in (have-cpp-asm-debuginfo): Removed.
12420 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
12421 * configure: Regenerated.
12422
12423 2012-09-14 Joseph Myers <joseph@codesourcery.com>
12424
12425 [BZ #5044]
12426 * stdio-common/printf_fp.c: Include <stdbool.h> and
12427 <rounding-mode.h>.
12428 (___printf_fp): Determine rounding using get_rounding_mode and
12429 round_away.
12430 * stdio-common/tst-printf-round.c: New file.
12431 * stdio-common/Makefile (tests): Add tst-printf-round.
12432 (link-libm): New variable.
12433 ($(objpfx)tst-printf-round): Depend in $(link-libm).
12434
12435 2012-09-13 H.J. Lu <hongjiu.lu@intel.com>
12436
12437 [BZ #14576]
12438 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
12439 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
12440 Likewise.
12441 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
12442 Likewise.
12443
12444 2012-09-13 Joseph Myers <joseph@codesourcery.com>
12445
12446 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
12447 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
12448 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
12449 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
12450
12451 2012-09-12 Joseph Myers <joseph@codesourcery.com>
12452
12453 [BZ #14518]
12454 * include/rounding-mode.h: New file.
12455 * sysdeps/generic/get-rounding-mode.h: Likewise.
12456 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
12457 * stdlib/strtod_l.c: Include <rounding-mode.h>.
12458 (MAX_VALUE): New macro.
12459 (MIN_VALUE): Likewise.
12460 (overflow_value): New function.
12461 (underflow_value): Likewise.
12462 (round_and_return): Use overflow_value and underflow_value to
12463 determine return values in overflow and underflow cases. Use
12464 round_away to determine rounding depending on rounding mode.
12465 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
12466 determine return values in overflow and underflow cases.
12467 * stdlib/tst-strtod-round.c: Include <fenv.h>.
12468 (struct test_results): New structure.
12469 (struct test): Use struct test_results to store expected results
12470 for all rounding modes.
12471 (TEST): Include expected results for all rounding modes.
12472 (test_in_one_mode): New function.
12473 (do_test): Use test_in_one_mode to compute and check results.
12474 Check results for all rounding modes.
12475 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
12476 $(link-libm).
12477
12478 2012-12-09 Allan McRae <allan@archlinux.org>
12479
12480 * sysdeps/i386/fpu/libm-test-ulps: Update
12481
12482 2012-09-11 Joseph Myers <joseph@codesourcery.com>
12483
12484 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
12485 (_G_int32_t): Likewise.
12486 (_G_uint16_t): Likewise.
12487 (_G_uint32_t): Likewise.
12488 (_G_HAVE_BOOL): Likewise.
12489 (_G_HAVE_ATEXIT): Likewise.
12490 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
12491 (_G_HAVE_IO_FILE_OPEN): Likewise.
12492 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
12493 (_G_int32_t): Likewise.
12494 (_G_uint16_t): Likewise.
12495 (_G_uint32_t): Likewise.
12496 (_G_HAVE_BOOL): Likewise.
12497 (_G_HAVE_ATEXIT): Likewise.
12498 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
12499 (_G_HAVE_IO_FILE_OPEN): Likewise.
12500 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
12501 (_G_int32_t): Likewise.
12502 (_G_uint16_t): Likewise.
12503 (_G_uint32_t): Likewise.
12504 (_G_HAVE_BOOL): Likewise.
12505 (_G_HAVE_ATEXIT): Likewise.
12506 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
12507 (_G_HAVE_IO_FILE_OPEN): Likewise.
12508
12509 2012-09-11 H.J. Lu <hongjiu.lu@intel.com>
12510
12511 * csu/libc-tls.c: Update copyright years.
12512
12513 2012-09-10 Joseph Myers <joseph@codesourcery.com>
12514
12515 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
12516 [!_G_USING_THUNKS]: Remove conditional code.
12517 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
12518 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
12519
12520 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
12521 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
12522 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
12523 (_G_VTABLE_LABEL_PREFIX): Likewise.
12524 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
12525 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
12526 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
12527 (_G_VTABLE_LABEL_PREFIX): Likewise.
12528 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
12529 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
12530 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
12531 (_G_VTABLE_LABEL_PREFIX): Likewise.
12532 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
12533
12534 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
12535
12536 * libio/Makefile: Include ../Makeconfig before tests.
12537 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
12538 only if $(build-shared) is yes.
12539
12540 * iconv/gconv_db.c: Update copyright years.
12541
12542 2012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12543
12544 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
12545 unwind info if defined PIC. Fix special cases description.
12546 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
12547
12548 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
12549 DP_HI_MASK entry.
12550 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
12551
12552 2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
12553
12554 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
12555
12556 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
12557 is NULL.
12558
12559 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
12560 (LDLIBS-tst-chk4): This.
12561 (LDFLAGS-tst-chk5): Renamed to ...
12562 (LDLIBS-tst-chk5): This.
12563 (LDFLAGS-tst-chk6): Renamed to ...
12564 (LDLIBS-tst-chk6): This.
12565 (LDFLAGS-tst-lfschk4): Renamed to ...
12566 (LDLIBS-tst-lfschk4): This.
12567 (LDFLAGS-tst-lfschk5): Renamed to ...
12568 (LDLIBS-tst-lfschk5): This.
12569 (LDFLAGS-tst-lfschk6): Renamed to ...
12570 (LDLIBS-tst-lfschk6): This.
12571
12572 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
12573 on $(common-objpfx)soversions.mk.
12574
12575 2012-09-07 Joseph Myers <joseph@codesourcery.com>
12576
12577 [BZ #10014]
12578 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
12579 example host name.
12580
12581 2012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
12582
12583 * malloc/arena.c (arena_get_retry): New function that gets
12584 another arena for the caller to try its request on.
12585 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
12586 current arena cannot fulfill the request.
12587 (__libc_memalign): Likewise.
12588 (__libc_memalign): Likewise.
12589 (__libc_pvalloc): Likewise.
12590 (__libc_calloc): Likewise.
12591
12592 2012-09-05 John Tobey <john.tobey@gmail.com>
12593
12594 [BZ #13542]
12595 * manual/arith.texi (Operations on Complex): Fix description
12596 of carg branch cut.
12597
12598 2012-09-06 Joseph Myers <joseph@codesourcery.com>
12599
12600 [BZ #10014]
12601 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
12602 host name.
12603
12604 [BZ #10038]
12605 * manual/memory.texi (Memory): Make order of menu items match
12606 order of sections.
12607
12608 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
12609
12610 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
12611 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
12612 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
12613
12614 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
12615
12616 * csu/libc-tls.c (static_dtv): Renamed to ...
12617 (_dl_static_dtv): This. Make it global.
12618 (_dl_initial_dtv): Removed.
12619 (__libc_setup_tls): Updated.
12620 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
12621 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
12622 DL_INITIAL_DTV.
12623
12624 2012-09-06 Petr Machata <pmachata@redhat.com>
12625
12626 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
12627 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
12628 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
12629 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
12630
12631 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
12632
12633 [BZ #14545]
12634 * csu/libc-tls.c (_dl_initial_dtv): New variable.
12635 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
12636 freeing dtv[-1].
12637
12638 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
12639
12640 [BZ #14544]
12641 * Makeconfig (link-static-before-libc): Replace $(+prector)
12642 with $(+prectorT).
12643 (link-static-after-libc): Replace $(+postctor) with
12644 $(+postctorT).
12645 (link-bounded): Replace $(+prector)/$(+postctor) with
12646 $(+prectorT)/$(+postctorT).
12647 (+prectorT): New macro.
12648 (+postctorT): Likewise.
12649
12650 2012-09-06 Joseph Myers <joseph@codesourcery.com>
12651
12652 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
12653 (round_str): Handle values above the maximum for IBM long double
12654 as inexact.
12655 * stdlib/tst-strtod-round.c (tests): Regenerated.
12656
12657 2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12658
12659 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
12660 assembler flag.
12661 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
12662 zarch_nohighgprs around the zarch optimized routines.
12663 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
12664 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
12665 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
12666 for zarch.
12667
12668 2012-09-05 David S. Miller <davem@davemloft.net>
12669
12670 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12671
12672 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
12673 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
12674 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
12675 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
12676 entries.
12677
12678 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
12679
12680 * malloc/arena.c: Fold copyright years.
12681 * malloc/mcheck.c, malloc/memusage.c: Likewise.
12682
12683 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
12684
12685 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
12686
12687 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
12688
12689 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
12690
12691 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
12692
12693 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
12694 change internal state upon failure.
12695
12696 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
12697
12698 * malloc/mcheck.c (mcheck_check_all): Fix typo.
12699 * malloc/memusage.c (mmap): Likewise.
12700 (mmap64, mremap): Likewise. Adjust name in comment.
12701
12702 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12703
12704 * libio/fileops.c: Fix typos in comments.
12705 * libio/oldfileops.c: Likewise.
12706 * libio/wfileops.c: Likewise.
12707
12708 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12709
12710 [BZ #1349]
12711 * malloc/Makefile (tests): Add tst-malloc-usable test case.
12712 (tst-malloc-usable-ENV): Set environment for test case.
12713 * malloc/hooks.c (malloc_check_get_size): New function to get
12714 requested size.
12715 * malloc/malloc.c (musable): Use malloc_check_get_size.
12716 * malloc/tst-malloc-usable.c: New test case.
12717
12718 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
12719
12720 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
12721
12722 2012-09-05 Allan McRae <allan@archlinux.org>
12723
12724 [BZ #13966]
12725 * configure.in (CXX_SYSINCLUDES): Use compiler output to
12726 determine header location.
12727 * configure: Regenerated.
12728
12729 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
12730
12731 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
12732 float format.
12733 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
12734 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
12735 format.
12736 (test): Regenerate.
12737
12738 2012-09-04 David S. Miller <davem@davemloft.net>
12739
12740 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
12741 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
12742 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
12743
12744 2012-09-04 Florian Weimer <fweimer@redhat.com>
12745
12746 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
12747 failures.
12748
12749 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
12750
12751 2012-09-04 Joseph Myers <joseph@codesourcery.com>
12752
12753 [BZ #9914]
12754 * libio/iogetdelim.c: Include <limits.h>.
12755 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
12756 + len + 1 would overflow.
12757
12758 2012-09-03 Andreas Jaeger <aj@suse.de>
12759
12760 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12761 * sysdeps/i386/fpu/libm-test-ulps: Update.
12762
12763 2012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12764
12765 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
12766 Add s_sinf-sse2, s_conf-sse2.
12767
12768 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
12769 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
12770 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
12771 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
12772
12773 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
12774 for using routine as __sinf_ia32.
12775 Use macro for function declaration and weak_alias.
12776 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
12777 for using routine as __cosf_ia32.
12778 Use macro for function declaration and weak_alias.
12779
12780 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
12781 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
12782
12783 * sysdeps/x86_64/fpu/s_sinf.S: New file.
12784 * sysdeps/x86_64/fpu/s_cosf.S: New file.
12785 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12786
12787 * math/libm-test.inc (cos_test): Add more test cases.
12788 (sin_test): Likewise.
12789 (sincos_test): Likewise.
12790
12791 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12792
12793 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
12794 (IFUNC_RESOLVE): Make pointers to the specialized implementations
12795 hidden.
12796 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
12797
12798 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
12799
12800 [BZ #14538]
12801 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
12802 first element of the GOT.
12803 (elf_machine_load_address): Return the difference between
12804 the runtime address of _DYNAMIC and elf_machine_dynamic ().
12805
12806 2012-09-01 Allan McRae <allan@archlinux.org>
12807
12808 [BZ #13412]
12809 * configure.in (AWK): Require gawk version 3.0 or later.
12810 * configure: Regenerated.
12811
12812 2012-09-01 Joseph Myers <joseph@codesourcery.com>
12813
12814 * sysdeps/unix/sysv/linux/kernel-features.h
12815 (__ASSUME_POSIX_CPU_TIMERS): Remove.
12816 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
12817 [__NR_clock_getres]: Make code unconditional.
12818 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
12819 (clock_getcpuclockid): Remove code left unreachable by removal of
12820 conditionals.
12821 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
12822 code unconditional.
12823 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
12824 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
12825 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
12826 Make code unconditional.
12827 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
12828 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
12829 * sysdeps/unix/sysv/linux/clock_settime.c
12830 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
12831 conditional code.
12832 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
12833 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
12834
12835 2012-08-29 H.J. Lu <hongjiu.lu@intel.com>
12836
12837 [BZ #14476]
12838 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
12839 scripts/test-installation.pl.
12840
12841 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
12842 and $ld_so_version if it is set.
12843
12844 2012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
12845
12846 [BZ #14516]
12847 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
12848 failure if reading from procfs failed.
12849 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
12850
12851 2012-08-27 Joseph Myers <joseph@codesourcery.com>
12852
12853 * sysdeps/unix/sysv/linux/kernel-features.h
12854 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
12855 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
12856 Remove conditional code.
12857 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12858 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
12859 Remove conditional code.
12860 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12861 * sysdeps/unix/sysv/linux/i386/fxstat.c
12862 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
12863 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12864 * sysdeps/unix/sysv/linux/i386/fxstatat.c
12865 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
12866 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12867 * sysdeps/unix/sysv/linux/i386/lxstat.c
12868 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
12869 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12870 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
12871 Remove conditional code.
12872 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12873 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
12874 Remove conditional code.
12875 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12876 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
12877 <kernel-features.h>.
12878 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
12879 Remove.
12880 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
12881 Remove conditional code.
12882 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
12883 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
12884 Remove conditional.
12885
12886 2012-08-27 Mike Frysinger <vapier@gentoo.org>
12887
12888 [BZ #5400]
12889 * NEWS: Add fixed bug number.
12890
12891 2012-08-27 Joseph Myers <joseph@codesourcery.com>
12892
12893 [BZ #14519]
12894 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
12895 underflowing exponent in case of negative sign.
12896 * stdlib/tst-strtod-round-data: Add more tests.
12897 * stdlib/tst-strtod-round.c (tests): Regenerated.
12898
12899 [BZ #3479]
12900 * stdlib/strtod_l.c (NDIG): Remove.
12901 (HEXNDIG): Likewise.
12902 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
12903 smallest representable value.
12904 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
12905 lie within an exact representation of 1/2 ulp of the result.
12906 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
12907 unconditionally.
12908 (TENS_P9_IDX): Define unconditionally.
12909 (TENS_P9_SIZE): Likewise.
12910 (TENS_P10_IDX): Likewise.
12911 (TENS_P10_SIZE): Likewise.
12912 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
12913 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
12914 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
12915 entries for 10^2^13 and 10^2^14.
12916 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
12917 (TENS_P13_IDX): Define.
12918 (TENS_P13_SIZE): Likewise.
12919 (TENS_P14_IDX): Likewise.
12920 (TENS_P14_SIZE): Likewise.
12921 (_fpioconst_pow10): Change array size to
12922 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
12923 unconditional.
12924 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
12925 1024]: Add entries for 10^2^13 and 10^2^14.
12926 [LAST_POW10 > _LAST_POW10]: Remove #error.
12927 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
12928 (_fpioconst_pow10): Change array size to
12929 FPIOCONST_POW10_ARRAY_SIZE.
12930 * stdlib/gen-fpioconst.c: New file.
12931 * stdlib/gen-tst-strtod-round.c: Likewise.
12932 * stdlib/tst-strtod-round-data: Likewise.
12933 * stdlib/tst-strtod-round.c: Likewise.
12934 * stdlib/Makefile (tests): Add tst-strtod-round.
12935
12936 [BZ #14459]
12937 * stdlib/strtod_l.c: Include <stdint.h>.
12938 (NDEBUG): Do not define.
12939 (round_and_return): Change EXPONENT parameter to type intmax_t.
12940 Rearrange calculations to avoid internal overflow possibilities.
12941 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
12942 Rearrange calculations to avoid internal overflow possibilities.
12943 Assert that number fits inside MPNSIZE limbs.
12944 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
12945 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
12946 calculations and add assertions to avoid internal overflow
12947 possibilities. Add casts to avoid signed/unsigned operations.
12948 * stdlib/tst-strtod-overflow.c: New file.
12949 * stdlib/Makefile (tests): Add tst-strtod-overflow.
12950
12951 2012-08-25 Marek Polacek <polacek@redhat.com>
12952
12953 * time/time.h: Fix some typos in comments.
12954
12955 2012-08-23 Roland McGrath <roland@hack.frob.com>
12956
12957 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
12958 * posix/tst-rfc3484-2.c: Likewise.
12959 * posix/tst-rfc3484-3.c: Likewise.
12960
12961 2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
12962
12963 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
12964 (EF_ARM_ABI_FLOAT_HARD): Likewise.
12965
12966 2012-08-23 Joseph Myers <joseph@codesourcery.com>
12967
12968 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
12969 #include of fxstatat64.c.
12970
12971 2012-08-22 Roland McGrath <roland@hack.frob.com>
12972
12973 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
12974 * shadow/getspent_r.c: Likewise.
12975 * shadow/getspnam.c: Likewise.
12976 * shadow/getspnam_r.c: Likewise.
12977 * gshadow/getsgent.c: Likewise.
12978 * gshadow/getsgent_r.c: Likewise.
12979 * gshadow/getsgnam.c: Likewise.
12980 * gshadow/getsgnam_r.c: Likewise.
12981 * inet/getnetbyad.c: Likewise.
12982 * inet/getnetbyad_r.c: Likewise.
12983 * inet/getnetbynm.c: Likewise.
12984 * inet/getnetbynm_r.c: Likewise.
12985 * inet/getnetent.c: Likewise.
12986 * inet/getnetent_r.c: Likewise.
12987 * inet/getproto.c: Likewise.
12988 * inet/getproto_r.c: Likewise.
12989 * inet/getprtent.c: Likewise.
12990 * inet/getprtent_r.c: Likewise.
12991 * inet/getprtname.c: Likewise.
12992 * inet/getprtname_r.c: Likewise.
12993 * inet/getrpcbyname.c: Likewise.
12994 * inet/getrpcbyname_r.c: Likewise.
12995 * inet/getrpcbynumber.c: Likewise.
12996 * inet/getrpcbynumber_r.c: Likewise.
12997 * inet/getrpcent.c: Likewise.
12998 * inet/getrpcent_r.c: Likewise.
12999 * inet/getaliasent.c: Likewise.
13000 * inet/getaliasent_r.c: Likewise.
13001 * inet/getaliasname.c: Likewise.
13002 * inet/getaliasname_r.c: Likewise.
13003 * nscd/getgrgid_r.c: Likewise.
13004 * nscd/getgrnam_r.c: Likewise.
13005 * nscd/gethstbyad_r.c: Likewise.
13006 * nscd/gethstbynm3_r.c: Likewise.
13007 * nscd/getpwnam_r.c: Likewise.
13008 * nscd/getpwuid_r.c: Likewise.
13009 * nscd/getsrvbynm_r.c: Likewise.
13010 * nscd/getsrvbypt_r.c: Likewise.
13011 * nscd/gai.c: Likewise.
13012
13013 * configure.in (build_nscd): New substituted variable, set
13014 by --disable-build-nscd and defaults to $use_nscd.
13015 * configure: Regenerated.
13016 * config.make.in (build-nscd): New substituted variable.
13017 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
13018 Change conditional to require [$(build-nscd) = yes] as well.
13019 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
13020
13021 [BZ# 13696]
13022 * configure.in (use_nscd): New substituted variable, set by
13023 --disable-nscd. If enabled, define USE_NSCD.
13024 * configure: Regenerated.
13025 * config.h.in: Add USE_NSCD.
13026 * config.make.in (use-nscd): New substituted variable.
13027 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
13028 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
13029 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
13030 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
13031 (CFLAGS-getgrnam_r.c): Likewise.
13032 (CFLAGS-initgroups.c): Likewise.
13033 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
13034 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
13035 Variables removed.
13036 * inet/getnetgrent_r.c
13037 (nscd_setnetgrent): New function, broken out of ...
13038 (setnetgrent): ... here. Call it.
13039 (innetgr): Conditionalize nscd bits on [USE_NSCD].
13040 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
13041 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
13042 * nscd/Makefile (routines, aux): Move definitions after include of
13043 Makeconfig. Conditionalize on [$(use-nscd) != no].
13044 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
13045 Conditionalize on [USE_NSCD].
13046 (is_nscd, nscd_init_cb): Likewise.
13047 (nss_load_library): Conditionalize init callback on [USE_NSCD].
13048 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
13049 * nss/nss_db/db-init.c: Likewise.
13050 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
13051 [USE_NSCD].
13052 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
13053 (make_request): Use it.
13054 (cache_valid_p): New function.
13055 (__check_pf): Use it.
13056 * NEWS: Add item for --disable-nscd.
13057
13058 2012-08-22 Dmitry V. Levin <ldv@altlinux.org>
13059
13060 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
13061 to support sed >= 4.2.1-20-ga9bf076.
13062 * configure: Regenerated.
13063
13064 2012-08-22 Roland McGrath <roland@hack.frob.com>
13065
13066 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
13067 Conditionalize whole body on [IREL].
13068
13069 2012-08-22 Jeff Law <law@redhat.com>
13070
13071 [BZ #14505]
13072 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
13073 if the family is PF_UNSPEC.
13074
13075 2012-08-22 Mike Frysinger <vapier@gentoo.org>
13076
13077 * Makerules (lib-version): Rename from V.
13078 (install-lib-nosubdir): Change V to lib-version.
13079
13080 2012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
13081
13082 [BZ #14252]
13083 * powerpc32/power6/wcschr.c: New file.
13084 * powerpc32/power6/wcscpy.c: New file.
13085 * powerpc32/power6/wcsrchr.c: New file.
13086 * powerpc64/power6/wcschr.c: New file.
13087 * powerpc64/power6/wcscpy.c: New file.
13088 * powerpc64/power6/wcsrchr.c: New file.
13089
13090 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
13091
13092 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
13093 (two_way_short_needle): Use it.
13094 * string/strstr.c (AVAILABLE1_USES_J): Define.
13095 * string/strcasestr.c: Likewise.
13096
13097 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
13098 array references.
13099 * string/strcasestr.c (TOLOWER): Make side-effect safe.
13100
13101 [BZ #11607]
13102 * NEWS: Add an entry.
13103 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
13104 define their defaults.
13105 (two_way_short_needle): Detect end-of-string on-the-fly.
13106 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
13107 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
13108 * string/bug-strcasestr1.c: New test.
13109 * string/Makefile: Run it.
13110
13111 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
13112
13113 [BZ #11607]
13114 * string/str-two-way.h (two_way_short_needle): Optimize matching of
13115 the first character.
13116
13117 2012-08-21 Roland McGrath <roland@hack.frob.com>
13118
13119 * csu/elf-init.c (__libc_csu_irel): Function removed.
13120 * csu/libc-start.c (apply_irel): New function.
13121 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
13122
13123 2012-08-21 Joseph Myers <joseph@codesourcery.com>
13124
13125 * sysdeps/unix/sysv/linux/kernel-features.h
13126 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
13127 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
13128 <kernel-features.h>.
13129 [__NR_fadvise64_64]: Make code unconditional.
13130 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
13131 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
13132 !__NR_fadvise64_64)]: Likewise.
13133 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
13134 !__NR_fadvise64_64))]: Likewise.
13135 [__NR_fadvise64]: Make code unconditional.
13136 [!__NR_fadvise64]: Remove conditional code.
13137 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
13138 <kernel-features.h>.
13139 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
13140 unconditional.
13141 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
13142 conditional code.
13143 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
13144 not include <kernel-features.h>.
13145 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
13146 unconditional.
13147 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
13148 conditional code.
13149 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
13150 include <kernel-features.h>.
13151 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
13152 unconditional.
13153 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
13154 conditional code.
13155
13156 2012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
13157
13158 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
13159 slight instruction rearrangements per scrollpipe analysis.
13160 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
13161
13162 2012-08-20 Roland McGrath <roland@hack.frob.com>
13163
13164 * manual/syslog.texi (syslog; vsyslog, closelog):
13165 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
13166 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
13167
13168 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
13169 DSOCAPS to match condition on defining it.
13170
13171 2012-08-20 Joseph Myers <joseph@codesourcery.com>
13172
13173 * sysdeps/unix/sysv/linux/kernel-features.h
13174 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
13175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
13176 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
13177 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
13178 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
13179 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
13180 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
13181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
13182 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
13183 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
13184
13185 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
13186 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
13187
13188 * sysdeps/unix/sysv/linux/kernel-features.h
13189 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
13190 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
13191 unconditional.
13192 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13193 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
13194 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
13195 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13196 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
13197 Make code unconditional.
13198 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13199 (__mmap64) [!__NR_mmap2]: Likewise.
13200 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
13201 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
13202 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13203 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
13204 [__NR_mmap2]: Make code unconditional.
13205 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13206 (__mmap64) [!__NR_mmap2]: Likewise.
13207
13208 2012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13209
13210 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
13211
13212 2012-08-18 Andreas Jaeger <aj@suse.de>
13213
13214 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
13215
13216 2012-08-18 Mike Frysinger <vapier@gentoo.org>
13217
13218 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
13219 * include/unistd.h (__have_sock_cloexec): Likewise.
13220 (__have_pipe2): Likewise.
13221 (__have_dup3): Likewise.
13222
13223 2012-08-18 Mike Frysinger <vapier@gentoo.org>
13224
13225 [BZ #9685]
13226 * include/unistd.h (__have_pipe2): Change define into an extern int.
13227 (__have_dup3): Likewise.
13228 * socket/have_sock_cloexec.c: Include fcntl.h.
13229 (__have_pipe2): New variable.
13230 (__have_dup3): Likewise.
13231
13232 2012-08-17 Mike Frysinger <vapier@gentoo.org>
13233
13234 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
13235
13236 2012-08-17 Marek Polacek <polacek@redhat.com>
13237
13238 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
13239 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
13240
13241 2012-08-17 Roland McGrath <roland@hack.frob.com>
13242
13243 * configure.in: Add AC_SUBST for sysheaders.
13244 * configure: Regenerated.
13245 * config.make.in (sysheaders): New substituted variable.
13246
13247 * sysdeps/unix/mkfifo.c: Moved ...
13248 * sysdeps/posix/mkfifo.c: ... here.
13249 * sysdeps/unix/mkfifoat.c: Moved ...
13250 * sysdeps/posix/mkfifoat.c: ... here.
13251
13252 * sysdeps/unix/utime.c: Moved ...
13253 * sysdeps/posix/utime.c: ... here.
13254
13255 * sysdeps/unix/time.c: Moved ...
13256 * sysdeps/posix/time.c: ... here.
13257 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
13258 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
13259
13260 * sysdeps/unix/nice.c: Moved ...
13261 * sysdeps/posix/nice.c: ... here.
13262
13263 * sysdeps/unix/alarm.c: Moved ...
13264 * sysdeps/posix/alarm.c: ... here.
13265
13266 * intl/Makefile ($(codeset_mo)): Depend on the input file.
13267
13268 2012-08-17 Jeff Law <law@redhat.com>
13269
13270 * intl/Makefile (codeset_mo): New variable.
13271 ($(codeset_mo)): New target.
13272 (tst-codeset.out): Depend on that. Remove explicit rule.
13273 (tst-gettext3.out, tst-gettext5.out): Likewise.
13274 (LOCPATH-ENV, tst-codeset-ENV): New variables.
13275 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
13276 * intl/tst-codeset.sh: Remove.
13277 * intl/tst-gettext3.sh: Likewise.
13278 * intl/tst-gettext5.sh: Likewise.
13279
13280 2012-08-17 Roland McGrath <roland@hack.frob.com>
13281
13282 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
13283 * sysdeps/unix/syscalls.list: ... here.
13284
13285 * sysdeps/posix/getaddrinfo.c
13286 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
13287 (gaiconf_init, gaiconf_reload): Use them.
13288 [!_STATBUF_ST_NSEC]
13289 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
13290 Define using time_t rather than struct timespec.
13291
13292 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
13293 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
13294 Macros removed.
13295 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
13296 [!NO_THREADS].
13297 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
13298 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
13299 Likewise.
13300
13301 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
13302 __libc_cleanup_push argument.
13303
13304 * bits/param.h: New file.
13305 * misc/sys/param.h: New file.
13306 * include/sys/param.h: New file.
13307 * misc/Makefile (headers): Add bits/param.h.
13308 * sysdeps/generic/sys/param.h: File removed.
13309 * sysdeps/unix/sysv/linux/bits/param.h: New file.
13310 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
13311 * sysdeps/mach/hurd/bits/param.h: New file.
13312 * sysdeps/mach/hurd/sys/param.h: File removed.
13313
13314 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
13315 last change.
13316
13317 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
13318 [_IO_MTSAFE_IO].
13319 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
13320 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
13321 New macros.
13322
13323 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
13324 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
13325 rather than -D_IO_MTSAFE_IO conditionally.
13326 * stdio-common/Makefile (CPPFLAGS): Likewise.
13327 * wcsmbs/Makefile (CPPFLAGS): Likewise.
13328 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
13329 Use $(libio-mtsafe).
13330 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
13331 of -D_IO_MTSAFE_IO.
13332 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
13333 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
13334 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
13335 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
13336 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
13337 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
13338 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
13339 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
13340 (CFLAGS-fread_u_chk.c): Likewise.
13341 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
13342 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
13343 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
13344 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
13345 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
13346 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
13347 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
13348 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
13349 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
13350
13351 * libio/Makefile: Test [$(libc-reentrant) = yes]
13352 instead of [$(filter %REENTRANT, $(defines)) nonempty].
13353
13354 * Makeconfig
13355 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
13356 * sysdeps/pthread/configure: File removed.
13357 * sysdeps/pthread/Makeconfig: New file.
13358 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
13359 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
13360
13361 2012-08-16 Gary Benson <gbenson@redhat.com>
13362
13363 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
13364 unmapping the first object in a namespace.
13365
13366 2012-08-16 Roland McGrath <roland@hack.frob.com>
13367
13368 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
13369 (__internal_setnetgrent): ... this. Add internal_function to
13370 definition. Add libc_hidden_def.
13371 (setnetgrent): Update caller.
13372 (internal_endnetgrent): Renamed to ...
13373 (__internal_endnetgrent): ... this. Add internal_function to
13374 definition. Add libc_hidden_def.
13375 (endnetgrent): Update caller.
13376 (internal_getnetgrent_r): Renamed to ...
13377 (__internal_getnetgrent_r): ... this. Add internal_function to
13378 definition. Add libc_hidden_def.
13379 (__getnetgrent_r): Update caller.
13380 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
13381
13382 2012-08-16 Joseph Myers <joseph@codesourcery.com>
13383
13384 * stdlib/longlong.h: Update from GCC.
13385
13386 2012-08-16 Roland McGrath <roland@hack.frob.com>
13387
13388 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
13389 on _QL, which is set by umul_ppmm but never used.
13390 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
13391 variables, which are set by GMP macros but never used.
13392 * stdio-common/_itowa.c (_itowa): Likewise.
13393 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
13394 * stdlib/mod_1.c (mpn_mod_1): Likewise.
13395
13396 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
13397
13398 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
13399 struct La_sh_regs is not constant.
13400 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
13401 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
13402 and struct La_sparc64_regs are not constant.
13403
13404 2012-08-16 Joseph Myers <joseph@codesourcery.com>
13405
13406 * sysdeps/unix/sysv/linux/kernel-features.h
13407 (__ASSUME_POSIX_TIMERS): Remove.
13408 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
13409 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13410 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
13411 Make code unconditional.
13412 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13413 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
13414 Make code unconditional.
13415 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13416 * sysdeps/unix/sysv/linux/clock_nanosleep.c
13417 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
13418 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13419 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
13420 Make code unconditional.
13421 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13422 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
13423 (__libc_missing_posix_timers): Remove.
13424
13425 2012-08-15 Roland McGrath <roland@hack.frob.com>
13426
13427 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
13428 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
13429
13430 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
13431
13432 * elf/dl-sym.c: Include <stdlib.h>.
13433
13434 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
13435 constants, which avoids warnings in 32-bit builds.
13436
13437 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
13438 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
13439
13440 * misc/lseek.c: File moved to ...
13441 * io/lseek.c: ... here.
13442
13443 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
13444
13445 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
13446 shifting LEN more than 31 bits at once.
13447
13448 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13449
13450 [BZ #14195]
13451 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
13452 segmentation fault for a case of two empty input strings.
13453 * string/test-strncasecmp.c (check1): Renamed to...
13454 (bz12205): ...this.
13455 (bz14195): Add new testcase for two empty input strings and N > 0.
13456 (test_main): Call new testcase, adapt for renamed function.
13457
13458 2012-08-15 Andreas Jaeger <aj@suse.de>
13459
13460 [BZ #14090]
13461 * crypt/md5test2.c: New test, based on test supplied by Serge
13462 Belyshev <belyshev@depni.sinp.msu.ru>.
13463 * crypt/Makefile (xtests): Add md5test-giant..
13464 * crypt/Makefile ($(objpfx)md5test-giant): Add.
13465
13466 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
13467
13468 [BZ #14090]
13469 * crypt/md5.c (md5_process_block): Don't assume the buffer
13470 length is less than 2**32.
13471 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
13472 length is less than 2**64.
13473
13474 2012-08-15 Roland McGrath <roland@hack.frob.com>
13475
13476 * string/str-two-way.h: Include <sys/param.h>.
13477 (MAX): Macro removed.
13478
13479 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
13480 Move #define and #undef of memmove to just before and after
13481 including <string.h>.
13482
13483 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
13484 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
13485 and after including <string.h>. Move declarations of
13486 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
13487 to before #include "string/memmove.c".
13488
13489 * include/dirent.h: Declare __getdirentries.
13490
13491 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
13492 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
13493
13494 2012-08-14 Mike Frysinger <vapier@gentoo.org>
13495
13496 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
13497 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
13498 * sysdeps/i386/configure: Regenerated.
13499 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
13500 STABS_CURRENT_FILE, and STABS_FUN.
13501 (END): Remove call to STABS_FUN_END.
13502 (STABS_CURRENT_FILE1): Delete.
13503 (STABS_CURRENT_FILE): Likewise.
13504 (STABS_FUN): Likewise.
13505 (STABS_FUN_END): Likewise.
13506 (STABS_FUN2): Likewise.
13507 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
13508 * sysdeps/x86_64/configure: Regenerated.
13509
13510 2012-08-14 Roland McGrath <roland@hack.frob.com>
13511
13512 * elf/dl-open.c: Include <atomic.h>.
13513 * elf/dl-lookup.c: Likewise.
13514
13515 2012-08-14 Joseph Myers <joseph@codesourcery.com>
13516
13517 * sysdeps/unix/sysv/linux/kernel-features.h
13518 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
13519 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
13520 unconditionally.
13521 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
13522 unconditionally.
13523 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
13524 condition on __ASSUME_CLONE_THREAD_FLAGS.
13525
13526 2012-08-14 Andreas Jaeger <aj@suse.de>
13527
13528 * sysdeps/i386/fpu/libm-test-ulps: Update.
13529
13530 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
13531
13532 * include/atomic.h (atomic_exchange_and_add): Split into ...
13533 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
13534 New atomic macros.
13535
13536 2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
13537
13538 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13539
13540 2012-08-13 Jeff Law <law@redhat.com>
13541
13542 * manual/stdio.texi (snprintf): Clarify handling of the trailing
13543 null byte in the output string.
13544
13545 2012-08-10 Joseph Myers <joseph@codesourcery.com>
13546
13547 * sysdeps/unix/sysv/linux/kernel-features.h
13548 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
13549 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
13550 (__ASSUME_ARG_MAX_STACK_BASED): Define.
13551 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13552 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
13553 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
13554 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
13555
13556 2012-08-09 Jeff Law <law@redhat.com>
13557
13558 [BZ #13939]
13559 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
13560 When avoid_arena is set, don't retry in the that arena. Pick the
13561 next one, whatever it might be.
13562 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
13563 (arena_lock): Pass in new parameter to arena_get2.
13564 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
13565 arena_get2.
13566 (__libc_malloc): Unify retrying after main arena failure with
13567 __libc_memalign version.
13568 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
13569
13570 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
13571
13572 [BZ #14166]
13573 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
13574 to __redirect_strstr.
13575 (__strstr_sse42): Use typeof __redirect_strstr.
13576 (__strstr_ia32): Likewise.
13577 (__libc_strstr): New prototype.
13578 (strstr): Renamed to ...
13579 (__libc_strstr): This.
13580 (strstr): New strong alias of __libc_strstr.
13581 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
13582 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
13583 __redirect_time.
13584 Include <time.h>.
13585 (__libc_time): New prototype.
13586 (time_ifunc): Replace time with __libc_time.
13587 (time): New strong alias and hidden definition of __libc_time.
13588 (__GI_time): Remove strong alias.
13589 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
13590 Include <stddef.h>.
13591 (memmove): Redefined to __redirect_memmove.
13592 (__memmove_sse2): Use typeof __redirect_memmove.
13593 (__memmove_ssse3): Likewise.
13594 (__memmove_ssse3_back): Likewise.
13595 (__libc_memmove): New prototype.
13596 (memmove): Renamed to ...
13597 (__libc_memmove): This.
13598 (memmove): New strong alias of __libc_memmove.
13599
13600 2012-08-08 Mark Salter <msalter@redhat.com>
13601
13602 * elf/elf.h
13603 (R_MN10300_TLS_GD): Define.
13604 (R_MN10300_TLS_LD): Likewise.
13605 (R_MN10300_TLS_LDO): Likewise.
13606 (R_MN10300_TLS_GOTIE): Likewise.
13607 (R_MN10300_TLS_IE): Likewise.
13608 (R_MN10300_TLS_LE): Likewise.
13609 (R_MN10300_TLS_DTPMOD): Likewise.
13610 (R_MN10300_TLS_DTPOFF): Likewise.
13611 (R_MN10300_TLS_TPOFF): Likewise.
13612 (R_MN10300_SYM_DIFF): Likewise.
13613 (R_MN10300_ALIGN): Likewise.
13614 (R_MN10300_NUM): Update.
13615
13616 2012-08-08 Joseph Myers <joseph@codesourcery.com>
13617
13618 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
13619 Remove.
13620
13621 2012-08-08 Roland McGrath <roland@hack.frob.com>
13622
13623 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
13624
13625 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
13626 sysdeps/unix -> sysdeps/posix move.
13627 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
13628
13629 2012-08-07 Allan McRae <allan@archlinux.org>
13630
13631 [BZ #14303]
13632 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
13633 (SUNOS_CPP): Likewise.
13634 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
13635 not found.
13636 (open_input): Call CPP using execvp.
13637
13638 2012-08-07 Joseph Myers <joseph@codesourcery.com>
13639
13640 * sysdeps/unix/sysv/linux/kernel-features.h
13641 (__ASSUME_PROT_GROWSUPDOWN): Remove.
13642 (__ASSUME_NO_CLONE_DETACHED): Likewise.
13643 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
13644 (__ASSUME_WAITID_SYSCALL): Likewise.
13645 * sysdeps/unix/sysv/linux/dl-execstack.c
13646 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
13647 code unconditional.
13648 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
13649 conditional code.
13650 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
13651 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
13652 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
13653 code.
13654 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
13655 unconditional.
13656 [__ASSUME_WAITID_SYSCALL]: Likewise.
13657 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
13658
13659 2012-08-07 Roland McGrath <roland@hack.frob.com>
13660
13661 * sysdeps/unix/closedir.c: Renamed to ...
13662 * sysdeps/posix/closedir.c: ... here.
13663 * sysdeps/unix/dirfd.c: Renamed to ...
13664 * sysdeps/posix/dirfd.c: ... here.
13665 * sysdeps/unix/dirstream.h: Renamed to ...
13666 * sysdeps/posix/dirstream.h: ... here.
13667 * sysdeps/unix/fdopendir.c: Renamed to ...
13668 * sysdeps/posix/fdopendir.c: ... here.
13669 * sysdeps/unix/opendir.c: Renamed to ...
13670 * sysdeps/posix/opendir.c: ... here.
13671 * sysdeps/unix/readdir.c: Renamed to ...
13672 * sysdeps/posix/readdir.c: ... here.
13673 * sysdeps/unix/readdir_r.c: Renamed to ...
13674 * sysdeps/posix/readdir_r.c: ... here.
13675 * sysdeps/unix/rewinddir.c: Renamed to ...
13676 * sysdeps/posix/rewinddir.c: ... here.
13677 * sysdeps/unix/seekdir.c: Renamed to ...
13678 * sysdeps/posix/seekdir.c: ... here.
13679 * sysdeps/unix/telldir.c: Renamed to ...
13680 * sysdeps/posix/telldir.c: ... here.
13681 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
13682 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
13683 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
13684 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
13685
13686 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
13687 * bits/fcntl.h: ... here.
13688
13689 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
13690 not 0.
13691 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
13692 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
13693 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
13694 (struct flock): Move l_start, l_len to the beginning.
13695 Use __pid_t for l_pid.
13696 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
13697 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
13698 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
13699 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
13700 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
13701 [__USE_LARGEFILE64] (struct flock64): New type.
13702 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
13703
13704 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
13705 * bits/dirent.h: ... here.
13706
13707 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
13708 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
13709
13710 2012-08-07 Joseph Myers <joseph@codesourcery.com>
13711
13712 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
13713 Change from 2.6.0 to 2.6.16.
13714 * sysdeps/unix/sysv/linux/configure: Regenerated.
13715 * sysdeps/unix/sysv/linux/kernel-features.h
13716 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
13717 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
13718 version.
13719 (__ASSUME_UTIMES): Likewise.
13720 (__ASSUME_CLONE_STOPPED): Remove.
13721 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
13722 architectures, not kernel version.
13723 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
13724 (__ASSUME_NO_CLONE_DETACHED): Likewise.
13725 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
13726 (__ASSUME_WAITID_SYSCALL): Likewise.
13727 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
13728 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
13729 * README: State 2.6.16 as minimum Linux kernel version. Do not
13730 refer to older versions.
13731
13732 2012-08-06 Roland McGrath <roland@hack.frob.com>
13733
13734 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
13735 Define alphasort64 as an alias.
13736 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
13737 Define versionsort64 as an alias.
13738 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
13739 Define scandir64 as an alias.
13740 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
13741 Define scandirat64 as an alias.
13742 * dirent/alphasort64.c (alphasort64):
13743 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
13744 * dirent/versionsort64.c: Likewise.
13745 * dirent/scandir64.c: Likewise.
13746 * dirent/scandirat64.c: Likewise.
13747 * sysdeps/wordsize-64/alphasort.c: File removed.
13748 * sysdeps/wordsize-64/alphasort64.c: File removed.
13749 * sysdeps/wordsize-64/scandir.c: File removed.
13750 * sysdeps/wordsize-64/scandir64.c: File removed.
13751 * sysdeps/wordsize-64/scandirat.c: File removed.
13752 * sysdeps/wordsize-64/scandirat64.c: File removed.
13753 * sysdeps/wordsize-64/versionsort.c: File removed.
13754 * sysdeps/wordsize-64/versionsort64.c: File removed.
13755 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
13756 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
13757 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
13758 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
13759 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
13760 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
13761 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
13762 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
13763
13764 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
13765 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
13766 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
13767 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13768 [defined __arch64__ || defined __sparcv9]
13769 (__INO_T_MATCHES_INO64_T): New macro.
13770 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
13771 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
13772 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
13773 * sysdeps/unix/sysv/linux/bits/dirent.h
13774 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
13775 (_DIRENT_MATCHES_DIRENT64): New macro.
13776
13777 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
13778 Define lockf64 as an alias.
13779 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
13780 Define fseeko64 as an alias.
13781 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
13782 Define ftello64 as an alias.
13783 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
13784 Define _IO_fgetpos64 and fgetpos64 as aliases.
13785 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
13786 Define _IO_fsetpos64 and fsetpos64 as aliases.
13787 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
13788 Conditionalize body on this.
13789 * libio/fseeko64.c: Likewise.
13790 * libio/ftello64.c: Likewise.
13791 * libio/iofgetpos64.c: Likewise.
13792 * libio/iofsetpos64.c: Likewise.
13793 * sysdeps/wordsize-64/lockf.c: File removed.
13794 * sysdeps/wordsize-64/lockf64.c: File removed.
13795 * sysdeps/wordsize-64/fseeko.c: File removed.
13796 * sysdeps/wordsize-64/fseeko64.c: File removed.
13797 * sysdeps/wordsize-64/ftello.c: File removed.
13798 * sysdeps/wordsize-64/ftello64.c: File removed.
13799 * sysdeps/wordsize-64/iofgetpos.c: File removed.
13800 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
13801 * sysdeps/wordsize-64/iofsetpos.c: File removed.
13802 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
13803 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
13804 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
13805 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
13806 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
13807 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
13808 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
13809 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
13810 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
13811 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
13812 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
13813
13814 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
13815 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
13816 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
13817 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13818 [defined __arch64__ || defined __sparcv9]
13819 (__OFF_T_MATCHES_OFF64_T): New macro.
13820 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
13821 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
13822 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
13823 (__OFF_T_MATCHES_OFF64_T): New macro.
13824
13825 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
13826
13827 * stdlib/secure-getenv.c (__secure_getenv): Replace
13828 GLIBC_2_16 with GLIBC_2_17.
13829
13830 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
13831
13832 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
13833 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
13834
13835 2012-08-03 David S. Miller <davem@davemloft.net>
13836
13837 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13838
13839 2012-08-03 Joseph Myers <joseph@codesourcery.com>
13840
13841 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
13842 Remove.
13843 (__ASSUME_CORRECT_SI_PID): Likewise.
13844 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
13845 (__ASSUME_TMPFS_NAME): Likewise.
13846 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
13847 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
13848 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
13849 (HAVE_AUX_SECURE): Make definition unconditional.
13850 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
13851 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
13852
13853 2012-08-03 Roland McGrath <roland@hack.frob.com>
13854
13855 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
13856 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
13857 * sysdeps/mach/hurd/eloop-threshold.h: New file.
13858 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
13859 __eloop_threshold instead of SYMLOOP_MAX.
13860
13861 * sysdeps/generic/eloop-threshold.h: New file.
13862 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
13863 of MAXSYMLINKS.
13864 * elf/chroot_canon.c (chroot_canon): Likewise.
13865
13866 2012-08-03 Joseph Myers <joseph@codesourcery.com>
13867
13868 [BZ #13717]
13869 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
13870 Change to 2.6.0 everywhere.
13871 * sysdeps/unix/sysv/linux/configure: Regenerated.
13872 * sysdeps/unix/sysv/linux/kernel-features.h
13873 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
13874 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
13875 kernel versions.
13876 (__ASSUME_POSIX_TIMERS): Define unconditionally.
13877 (__ASSUME_FUTEX_REQUEUE): Remove.
13878 (__ASSUME_STATFS64): Define unconditionally.
13879 (__ASSUME_AT_SECURE): Likewise.
13880 (__ASSUME_CORRECT_SI_PID): Likewise.
13881 (__ASSUME_TGKILL): Define without depending on kernel version for
13882 i386.
13883 (__ASSUME_UTIMES): Likewise.
13884 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
13885 kernel version.
13886 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
13887 (__ASSUME_TMPFS_NAME): Likewise.
13888 * README: Update reference to Linux kernel versions.
13889
13890 2012-08-02 Marek Polacek <polacek@redhat.com>
13891
13892 [BZ# 14150]
13893 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
13894 libc_cv_asm_type_prefix with %.
13895 * configure: Regenerated.
13896 * include/libc-symbols.h: Remove comment about
13897 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
13898 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
13899 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
13900 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
13901 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
13902 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
13903 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
13904 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
13905 * elf/tst-unique2mod1.c: Likewise.
13906 * elf/tst-unique1mod2.c: Likewise.
13907 * elf/tst-unique1mod1.c: Likewise.
13908 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
13909 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
13910 Replace ASM_TYPE_DIRECTIVE with .type.
13911 * sysdeps/s390/s390-64/sysdep.h: Likewise.
13912 * sysdeps/i386/sysdep.h: Likewise.
13913 * sysdeps/x86_64/sysdep.h: Likewise.
13914 * sysdeps/sh/sysdep.h: Likewise.
13915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
13916 Do not define ASM_TYPE_DIRECTIVE.
13917 * sysdeps/powerpc/sysdep.h: Likewise.
13918 * sysdeps/powerpc/powerpc32/sysdep.h:
13919 Replace ASM_TYPE_DIRECTIVE with .type.
13920 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
13921 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
13922 * sysdeps/i386/fpu/e_powf.S: Likewise.
13923 * sysdeps/i386/fpu/e_expl.S: Likewise.
13924 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
13925 * sysdeps/i386/fpu/e_acosh.S: Likewise.
13926 * sysdeps/i386/fpu/e_pow.S: Likewise.
13927 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
13928 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
13929 * sysdeps/i386/fpu/s_expm1.S: Likewise.
13930 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
13931 * sysdeps/i386/fpu/e_log2.S: Likewise.
13932 * sysdeps/i386/fpu/e_log2l.S: Likewise.
13933 * sysdeps/i386/fpu/e_scalb.S: Likewise.
13934 * sysdeps/i386/fpu/e_powl.S: Likewise.
13935 * sysdeps/i386/fpu/e_log10f.S: Likewise.
13936 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
13937 * sysdeps/i386/fpu/e_logl.S: Likewise.
13938 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
13939 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
13940 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
13941 * sysdeps/i386/fpu/e_log2f.S: Likewise.
13942 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
13943 * sysdeps/i386/fpu/e_log.S: Likewise.
13944 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
13945 * sysdeps/i386/fpu/e_logf.S: Likewise.
13946 * sysdeps/i386/fpu/e_log10l.S: Likewise.
13947 * sysdeps/i386/fpu/e_atanh.S: Likewise.
13948 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
13949 * sysdeps/i386/fpu/e_log10.S: Likewise.
13950 * sysdeps/i386/fpu/s_frexp.S: Likewise.
13951 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
13952 * sysdeps/i386/fpu/s_asinh.S: Likewise.
13953 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
13954 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
13955 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
13956 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
13957 * sysdeps/i386/i686/strtok.S: Likewise.
13958 * sysdeps/i386/i386-mcount.S: Likewise.
13959 * sysdeps/i386/strtok.S: Likewise.
13960 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
13961 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
13962 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
13963 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
13964 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
13965 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
13966 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
13967 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
13968 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
13969 * sysdeps/x86_64/_mcount.S: Likewise.
13970 * sysdeps/x86_64/strtok.S: Likewise.
13971 * sysdeps/sh/_mcount.S: Likewise.
13972
13973 2012-08-01 Roland McGrath <roland@hack.frob.com>
13974
13975 * libio/iofopen.c: Include <fcntl.h>.
13976 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
13977 (_IO_fopen64, fopen64): Define as aliases.
13978 * libio/iofopen64.c: Include <fcntl.h>.
13979 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
13980 Conditionalize body on this.
13981 * sysdeps/wordsize-64/iofopen.c: File removed.
13982 * sysdeps/wordsize-64/iofopen64.c: File removed.
13983
13984 2012-08-01 Marek Polacek <polacek@redhat.com>
13985
13986 * libc/Makeconfig: Use elf in place of binfmt-subdir.
13987 Use dlfcn directly instead of a variable.
13988 (binfmt-subdir): Do not define.
13989 (dlfcn): Likewise.
13990
13991 2012-08-01 Joseph Myers <joseph@codesourcery.com>
13992
13993 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
13994 Remove all definitions.
13995 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
13996 <kernel-features.h>.
13997 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
13998 (miss_F_GETOWN_EX): Remove all definitions.
13999 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
14000 macro definition.
14001 [!__ASSUME_FCNTL64]: Remove conditional code.
14002 [__ASSUME_FCNTL64]: Make code unconditional.
14003 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
14004 <kernel-features.h>.
14005 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
14006 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
14007 (lockf64) [__NR_fcntl64]: Make code unconditional.
14008 (lockf64) [__ASSUME_FCNTL64]: Likewise.
14009
14010 * sysdeps/unix/sysv/linux/kernel-features.h
14011 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
14012 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
14013 Make code unconditional.
14014 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
14015 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
14016 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
14017 [__NR_vfork]: Make code unconditional.
14018 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
14019 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
14020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
14021 [__NR_vfork]: Make code unconditional.
14022 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
14023 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
14024
14025 2012-08-01 Roland McGrath <roland@hack.frob.com>
14026
14027 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
14028 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
14029
14030 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14031 Define mkstemp64 as an alias.
14032 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14033 Define mkstemps64 as an alias.
14034 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14035 Define mkostemp64 as an alias.
14036 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14037 Define mkostemps64 as an alias.
14038 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
14039 Conditionalize body on this.
14040 * misc/mkostemp64.c: Likewise.
14041 * misc/mkostemps64.c: Likewise.
14042 * misc/mkstemps64.c: Likewise.
14043 * sysdeps/wordsize-64/mkstemp64.c: File removed.
14044 * sysdeps/wordsize-64/mkostemp64.c: File removed.
14045 * sysdeps/wordsize-64/mkostemp.c: File removed.
14046 * sysdeps/wordsize-64/mkstemp.c: File removed.
14047 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
14048 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
14049 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
14050 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
14051
14052 [BZ #14138]
14053 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
14054 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
14055 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
14056 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
14057
14058 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
14059 compat_symbol macros from <shlib-compat.h> rather than the underlying
14060 default_symbol_version and symbol_version macros, so that DEFAULT
14061 lines in shlib-versions are respected.
14062 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
14063
14064 2012-08-01 Florian Weimer <fweimer@redhat.com>
14065
14066 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
14067 Declare with warn_unused_result.
14068 (setgid, setregid, setegid, setresgid): Likewise.
14069 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
14070 Likewise.
14071 * WUR-REPORT: Remove set*id functions.
14072
14073 2012-07-31 Pino Toscano <toscano.pino@tiscali.it>
14074
14075 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
14076
14077 2012-07-31 Roland McGrath <roland@hack.frob.com>
14078
14079 [BZ #10191]
14080 * include/sys/socket.h (__libc_accept, __libc_accept4):
14081 Add attribute_hidden.
14082 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
14083
14084 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
14085 use of PTR_MANGLE.
14086 * inet/getnetgrent_r.c (setup): Likewise.
14087
14088 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
14089
14090 2012-07-31 David S. Miller <davem@davemloft.net>
14091
14092 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14093
14094 2012-07-31 Joseph Myers <joseph@codesourcery.com>
14095
14096 [BZ #13629]
14097 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
14098 value between 1.0 and 2.0 and smaller part has absolute value less
14099 than 1.0.
14100 * math/s_clog10.c (__clog10): Likewise.
14101 * math/s_clog10f.c (__clog10f): Likewise.
14102 * math/s_clog10l.c (__clog10l): Likewise.
14103 * math/s_clogf.c (__clogf): Likewise.
14104 * math/s_clogl.c (__clogl): Likewise.
14105 * math/libm-test.inc (clog_test): Add more tests.
14106 (clog10_test): Likewise.
14107 * sysdeps/i386/fpu/libm-test-ulps: Update.
14108 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14109
14110 2012-07-31 Florian Weimer <fweimer@redhat.com>
14111
14112 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
14113 Exit with zero in case no suitable GID is found, and write a
14114 message to standard error.
14115
14116 2012-07-30 Roland McGrath <roland@hack.frob.com>
14117
14118 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
14119 rather than to 1.
14120 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
14121 (MAXPATHLEN): Removed.
14122 (NOGROUP, NODEV): New macros.
14123 (setbit, clrbit, isset, isclr): New macros.
14124 (howmany, roundup, powerof2): New macros.
14125 (DEV_BSIZE): New macro.
14126
14127 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
14128 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
14129
14130 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
14131 definition on [!__NO_LONG_DOUBLE_MATH].
14132
14133 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
14134 PTR_MANGLE and PTR_DEMANGLE.
14135
14136 * socket/accept4.c (accept4): Rename to __libc_accept4.
14137 Define accept4 as a weak alias.
14138
14139 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
14140 on [_DIRENT_HAVE_D_TYPE].
14141 * io/ftw.c (ftw_dir): Likewise.
14142
14143 * io/xmknod.c (__xmknod): Don't check PATH for being null.
14144
14145 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
14146
14147 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
14148 Use the BSD numbers rather than the arbitrary ones we had.
14149 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
14150 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
14151 (SIGXCPU, SIGXFSZ): New macros.
14152 (_NSIG): Now 32.
14153
14154 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
14155 initializer on [_LIBC_REENTRANT].
14156
14157 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
14158 definitions inside [_POSIX_MAPPED_FILES].
14159
14160 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
14161
14162 * dirent/opendir.c: Include <fcntl.h>.
14163
14164 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
14165 (__libc_getspecific): Likewise.
14166 (__libc_key_create): Likewise.
14167
14168 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
14169 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
14170 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
14171 (tmpfile64): Define as alias.
14172 * sysdeps/wordsize-64/tmpfile.c: File removed.
14173 * sysdeps/wordsize-64/tmpfile64.c: File removed.
14174 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
14175 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
14176
14177 * stdio-common/vfscanf.c: Include <stdbool.h>.
14178 * nss/makedb.c: Likewise.
14179 * stdio-common/_i18n_number.h: Likewise.
14180 * argp/argp-help.c: Likewise.
14181 * posix/wordexp.c: Likewise.
14182 * sysdeps/posix/spawni.c: Likewise.
14183 * nss/nss_files/files-initgroups.c: Likewise.
14184 * stdio-common/reg-modifier.c: Include <stdlib.h>.
14185 * nss/nss_files/files-initgroups.c: Likewise.
14186 * nss/nss_db/db-netgrp.c: Likewise.
14187 * nss/nss_db/db-initgroups.c: Likewise.
14188 * io/fchmodat.c: Include <sys/stat.h>.
14189
14190 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
14191 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
14192
14193 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
14194 [HAVE_MMAP].
14195
14196 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
14197 Add multiple inclusion protection.
14198
14199 2012-07-27 David S. Miller <davem@davemloft.net>
14200
14201 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14202
14203 2012-07-27 Gary Benson <gbenson@redhat.com>
14204
14205 [BZ #14298]
14206 * elf/rtld.c: Include <stap-probe.h>.
14207 (dl_main): Added static probes "init_start" and "init_complete".
14208 * elf/dl-load.c: Include <stap-probe.h>.
14209 (lose): Take new parameter "nsid".
14210 Added static probe "map_failed".
14211 (_dl_map_object_from_fd): Pass namespace id to lose.
14212 Added static probe "map_start".
14213 (open_verify): Pass namespace id to lose.
14214 * elf/dl-open.c: Include <stap-probe.h>.
14215 (dl_open_worker) Added static probes "map_complete", "reloc_start"
14216 and "reloc_complete".
14217 * elf/dl-close.c: Include <stap-probe.h>.
14218 (_dl_close_worker): Added static probes "unmap_start" and
14219 "unmap_complete".
14220 * elf/rtld-debugger-interface.txt: New file documenting the above.
14221
14222 2012-07-26 Roland McGrath <roland@hack.frob.com>
14223
14224 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
14225 rather than a string variable.
14226 * sunrpc/rpc_main.c (h_output): Likewise.
14227 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
14228
14229 2012-07-26 Pino Toscano <toscano.pino@tiscali.it>
14230
14231 * inet/check_native.c: New file.
14232
14233 2012-07-26 Joseph Myers <joseph@codesourcery.com>
14234
14235 [BZ #13629]
14236 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
14237 if larger part has absolute value 1.0.
14238 * math/s_clog10.c (__clog10): Likewise.
14239 * math/s_clog10f.c (__clog10f): Likewise.
14240 * math/s_clog10l.c (__clog10l): Likewise.
14241 * math/s_clogf.c (__clogf): Likewise.
14242 * math/s_clogl.c (__clogl): Likewise.
14243 * math/libm-test.inc (clog_test): Add more tests.
14244 (clog10_test): Likewise.
14245 * sysdeps/i386/fpu/libm-test-ulps: Update.
14246 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14247
14248 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
14249 (pltexit): Likewise.
14250 (La_regs): Likewise.
14251 (La_retval): Likewise.
14252 (int_retval): Likewise.
14253 Update #error for removed macros to refer only to definitions in
14254 tst-audit.h.
14255 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
14256 macro.
14257 (pltexit): Likewise.
14258 (La_regs): Likewise.
14259 (La_retval): Likewise.
14260 (int_retval): Likewise.
14261 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
14262 macro.
14263 (pltexit): Likewise.
14264 (La_regs): Likewise.
14265 (La_retval): Likewise.
14266 (int_retval): Likewise.
14267 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
14268 macro.
14269 (pltexit): Likewise.
14270 (La_regs): Likewise.
14271 (La_retval): Likewise.
14272 (int_retval): Likewise.
14273 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
14274 macro.
14275 (pltexit): Likewise.
14276 (La_regs): Likewise.
14277 (La_retval): Likewise.
14278 (int_retval): Likewise.
14279 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
14280 macro.
14281 (pltexit): Likewise.
14282 (La_regs): Likewise.
14283 (La_retval): Likewise.
14284 (int_retval): Likewise.
14285 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
14286 macro.
14287 (pltexit): Likewise.
14288 (La_regs): Likewise.
14289 (La_retval): Likewise.
14290 (int_retval): Likewise.
14291 * sysdeps/generic/tst-audit.h: Update comment to refer only to
14292 macro definitions in tst-audit.h.
14293 * sysdeps/i386/tst-audit.h: New file.
14294 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
14295 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
14296 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
14297 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
14298 * sysdeps/sh/tst-audit.h: Likewise.
14299 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
14300 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
14301 * sysdeps/x86_64/tst-audit.h: Likewise.
14302
14303 2012-07-26 Andreas Jaeger <aj@suse.de>
14304
14305 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
14306 ptrace.
14307
14308 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
14309 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
14310 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
14311 PTRACE_O_MASK.
14312 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
14313 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
14314 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
14315
14316 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
14317 value.
14318
14319 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
14320 _sigsys.
14321 (si_call_addr, si_syscall, si_arch): Define new macro.
14322 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
14323 _sigsys.
14324 (si_call_addr, si_syscall, si_arch): Define new marcro.
14325 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
14326 _sigsys.
14327 (si_call_addr, si_syscall, si_arch): Define new macro.
14328 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
14329 _sigsys.
14330 (si_call_addr, si_syscall, si_arch): Define new macro.
14331
14332 2012-07-25 Joseph Myers <joseph@codesourcery.com>
14333
14334 [BZ #13717]
14335 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
14336 Change to 2.4.21 where previously 2.4.1.
14337 * sysdeps/unix/sysv/linux/configure: Regenerated.
14338 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
14339 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
14340 Linux kernel version.
14341 (__ASSUME_STD_AUXV): Remove.
14342 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
14343 kernel version.
14344 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
14345 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
14346 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
14347 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
14348 (__ASSUME_NETLINK_SUPPORT): Likewise.
14349 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
14350 (__no_netlink_support): Remove conditional definition.
14351 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
14352 Remove.
14353 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
14354 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
14355 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
14356 (if_nameindex_ioctl): Remove.
14357 (if_nameindex_netlink): Do not handle __no_netlink_support.
14358 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
14359 code.
14360 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
14361 Remove conditional code.
14362 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
14363 code.
14364 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
14365 unconditional.
14366 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
14367 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
14368 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
14369 Remove.
14370 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
14371 [!__ASSUME_STD_AUXV]: Remove conditional code.
14372 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
14373 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
14374 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
14375 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
14376 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
14377 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
14378 code.
14379 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
14380 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14381 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
14382 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
14383 conditional code.
14384 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
14385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14386 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
14387 code.
14388 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14389 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
14390 conditional code.
14391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
14392 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
14393 code unconditional.
14394 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14395 conditional code.
14396 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14397 unconditional.
14398 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14399 conditional code.
14400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14401 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14402 unconditional.
14403 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14404 conditional code.
14405 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
14406 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
14407 code unconditional.
14408 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14409 conditional code.
14410 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14411 unconditional.
14412 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14413 conditional code.
14414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
14415 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
14416 code unconditional.
14417 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14418 conditional code.
14419 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14420 unconditional.
14421 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14422 conditional code.
14423
14424 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
14425
14426 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
14427 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
14428 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14429 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
14430 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
14431 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
14432 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
14433 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
14434 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
14435 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
14436 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
14437 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
14438 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
14439 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
14440 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
14441 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
14442 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
14443 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
14444 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
14445 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
14446 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
14447 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
14448 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
14449
14450 2012-07-25 Florian Weimer <fweimer@redhat.com>
14451
14452 * Versions.def: Add GLIBC_2.17.
14453 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
14454 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
14455 Introduce __libc_secure_getenv.
14456 * stdlib/Versions (2.17): Add secure_getenv
14457 (GLIBC_PRIVATE): Add __libc_secure_getenv.
14458 * stdlib/secure-getenv.c: Rename __secure_getenv to
14459 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
14460 symbol __secure_getenv for GLIBC_2.0.
14461 * stdlib/tst-secure-getenv.c: New.
14462 * stdlib/Makefile (tests): Add testcase.
14463 * manual/startup.texi (Environment Access): Document
14464 secure_getenv.
14465 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
14466 __libc_secure_getenv.
14467 * inet/ruserpass.c (ruserpass): Likewise.
14468 * malloc/mtrace.c (mtrace): Likewise.
14469 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
14470 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
14471 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
14472 * sysdeps/posix/tempname.c: Likewise. Evaluate
14473 HAVE_SECURE_GETENV.
14474 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
14475 __secure_getenv to __libc_secure_getenv.
14476 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
14477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14478 Likewise.
14479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14480 Likewise.
14481 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
14482 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
14483 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
14484 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
14485 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
14486 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
14487 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
14488
14489 2012-07-25 Joseph Myers <joseph@codesourcery.com>
14490
14491 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
14492 (struct La_i86_retval): Likewise.
14493 (struct La_x86_64_regs): Likewise.
14494 (struct La_x86_64_retval): Likewise.
14495 (struct La_x32_regs): Likewise.
14496 (struct La_x32_retval): Likewise.
14497 (struct La_ppc32_regs): Likewise.
14498 (struct La_ppc32_retval): Likewise.
14499 (struct La_ppc64_regs): Likewise.
14500 (struct La_ppc64_retval): Likewise.
14501 (struct La_sh_regs): Likewise.
14502 (struct La_sh_retval): Likewise.
14503 (struct La_s390_32_regs): Likewise.
14504 (struct La_s390_32_retval): Likewise.
14505 (struct La_s390_64_regs): Likewise.
14506 (struct La_s390_64_retval): Likewise.
14507 (struct La_sparc32_regs): Likewise.
14508 (struct La_sparc32_retval): Likewise.
14509 (struct La_sparc64_regs): Likewise.
14510 (struct La_sparc64_retval): Likewise.
14511 (struct audit_ifaces): Remove architecture-specific pltenter and
14512 pltexit members.
14513 * sysdeps/i386/ldsodefs.h: New file.
14514 * sysdeps/powerpc/ldsodefs.h: Likewise.
14515 * sysdeps/s390/ldsodefs.h: Likewise.
14516 * sysdeps/sh/ldsodefs.h: Likewise.
14517 * sysdeps/sparc/ldsodefs.h: Likewise.
14518 * sysdeps/x86_64/ldsodefs.h: Likewise.
14519
14520 2012-07-25 Marek Polacek <polacek@redhat.com>
14521
14522 [BZ #6808]
14523 * math/libm-test.inc (yn_test): Add another test.
14524 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
14525 to ERANGE when the result is +-Inf.
14526 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14527 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
14528 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
14529 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
14530
14531 2012-07-24 Joseph Myers <joseph@codesourcery.com>
14532
14533 * conform/data/time.h-data (NULL): Use macro-constant. Require
14534 equal to 0.
14535 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
14536 clock_t.
14537 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
14538
14539 2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
14540
14541 * configure.in <sysdeps resolving>: Correct printing
14542 Implies_before.
14543 * configure: Regenerate.
14544
14545 2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
14546
14547 * math/w_ilogb.c: Include <limits.h>.
14548 * math/w_ilogbl.c: Likewise.
14549
14550 2012-07-20 Joseph Myers <joseph@codesourcery.com>
14551
14552 * manual/lang.texi (__va_copy): Document primarily as ISO C99
14553 va_copy. Document allowing for unavailable va_copy only as
14554 pre-C99 compatibility.
14555 * manual/string.texi (Copying and Concatenation): Use va_copy
14556 instead of __va_copy in concat example.
14557
14558 2012-07-20 Pino Toscano <toscano.pino@tiscali.it>
14559
14560 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
14561 (__sendto): Use create_address_port. Initialize APORT and deallocate
14562 it if not null.
14563
14564 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
14565 with O_NOLINK passed to __file_name_lookup.
14566
14567 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
14568 with O_NOLINK passed to __file_name_lookup.
14569
14570 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
14571 negative N or less than NGIDS.
14572
14573 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
14574 type to string_t. Set ERANGE as errno and return it if NAME is not big
14575 enough. Use memcpy instead of strncpy.
14576
14577 2012-07-20 Joseph Myers <joseph@codesourcery.com>
14578
14579 * elf/Makefile (check-data): Remove.
14580 (localplt.data): New vpath directive.
14581 ($(objpfx)check-localplt.out): Use localplt.data from vpath
14582 instead of $(check-data).
14583 * scripts/data/localplt-generic.data: Move to ...
14584 * sysdeps/generic/localplt.data: ... here.
14585 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
14586 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
14587 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
14588 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
14589 ... here.
14590 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
14591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
14592 ... here.
14593 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
14594 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
14595 ... here.
14596 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
14597 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
14598 ... here.
14599 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
14600 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
14601 ... here.
14602 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
14603 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
14604 ... here.
14605
14606 2012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14607
14608 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
14609 PPC32 and PPC64 files.
14610 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
14611 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
14612
14613 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14614
14615 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
14616 __makecontext_ret to ...
14617 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
14618 ... here and call exit if uc_link is NULL. New file.
14619 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
14620 __makecontext_ret.S.
14621 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
14622 __makecontext_ret to ...
14623 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
14624 ... here and call exit if uc_link is NULL. New file.
14625 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
14626 __makecontext_ret.S.
14627
14628 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14629
14630 * elf/elf.h (R_390_IRELATIVE): New definition.
14631 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
14632 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
14633 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
14634 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
14635 (elf_machine_lazy_rel): Likewise.
14636 * sysdeps/s390/dl-irel.h: New file.
14637 * sysdeps/s390/s390-64/memcpy.S: New asm code.
14638 * sysdeps/s390/s390-64/memset.S: New asm code.
14639 * sysdeps/s390/s390-64/memcmp.S: New asm code.
14640 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
14641 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
14642 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
14643 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
14644 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
14645 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
14646 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
14647 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
14648 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
14649 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
14650 * sysdeps/s390/s390-32/memcpy.S: New asm code.
14651 * sysdeps/s390/s390-32/memset.S: New asm code.
14652 * sysdeps/s390/s390-32/memcmp.S: New asm code.
14653
14654 2012-07-17 Marek Polacek <polacek@redhat.com>
14655
14656 [BZ #14349]
14657 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
14658 * sysdeps/s390/s390-64/configure.in: Likewise.
14659 * sysdeps/sparc/configure.in: Likewise.
14660 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
14661 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
14662 * sysdeps/i386/configure.in: Likewise.
14663 * sysdeps/x86_64/configure.in: Likewise.
14664 * sysdeps/sh/configure.in: Likewise.
14665 * sysdeps/s390/s390-32/configure: Regenerated.
14666 * sysdeps/s390/s390-64/configure: Likewise.
14667 * sysdeps/x86_64/configure: Likewise.
14668 * sysdeps/sh/configure: Likewise.
14669 * sysdeps/powerpc/powerpc64/configure: Likewise.
14670 * sysdeps/powerpc/powerpc32/configure: Likewise.
14671 * sysdeps/sparc/configure: Likwise.
14672 * sysdeps/i386/configure: Likewise.
14673
14674 * elf/dl-open.c: Comment fixes.
14675
14676 2012-07-17 Joseph Myers <joseph@codesourcery.com>
14677
14678 * Makefile [CXX] (check-data): Remove.
14679 [CXX] (c++-types.data): New vpath directive.
14680 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
14681 vpath. Do not allow for C++ type data being missing.
14682 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
14683 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
14684 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
14685 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
14686 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
14687 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
14688 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
14689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
14690 ... here.
14691 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
14692 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
14693 ... here.
14694 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
14695 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
14696 ... here.
14697 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
14698 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
14699 ... here.
14700 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
14701 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
14702 ... here.
14703 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
14704 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
14705 ... here.
14706 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
14707 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
14708 ... here.
14709 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
14710 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
14711
14712 * elf/tls-macros.h (TLS_LE): Move architecture-specific
14713 definitions to architecture-specific files.
14714 (TLS_IE): Likewise.
14715 (TLS_LD): Likewise.
14716 (TLS_GD): Likewise.
14717 * sysdeps/i386/tls-macros.h: New file.
14718 * sysdeps/powerpc/tls-macros.h: Likewise.
14719 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
14720 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
14721 * sysdeps/sh/tls-macros.h: Likewise.
14722 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
14723 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
14724 * sysdeps/x86_64/tls-macros.h: Likewise.
14725
14726 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
14727
14728 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
14729 zero value for regular exit case.
14730
14731 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
14732 (__start_context): Preserve zero value for regular exit case.
14733
14734 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
14735 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14736
14737 * manual/setjmp.texi (setcontext): Clarify normal process
14738 termination when uc_link is the null pointer.
14739 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
14740 exit call.
14741
14742 2012-07-16 Andreas Schwab <schwab@linux-m68k.org>
14743
14744 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
14745 preprocessor. Test for each exception mask separately.
14746
14747 2012-07-16 Andreas Jaeger <aj@suse.de>
14748
14749 * po/ru.po: Update from translation team.
14750
14751 2012-07-15 Joseph Myers <joseph@codesourcery.com>
14752
14753 * conform/data/string.h-data (NULL): Use macro-constant. Require
14754 equal to 0.
14755 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
14756 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
14757 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
14758 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
14759 [ISO || ISO99 || ISO11] (*_t): Do not allow.
14760
14761 2012-07-13 Andreas Jaeger <aj@suse.de>
14762
14763 * po/fr.po: Update from translation team.
14764
14765 2012-07-12 Marek Polacek <polacek@redhat.com>
14766
14767 [BZ #14173]
14768 * math/libm-test.inc (yn_test): Add test for BZ #14173.
14769 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
14770 loop condition.
14771
14772 2012-07-12 Joseph Myers <joseph@codesourcery.com>
14773
14774 [BZ #13717]
14775 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
14776 Change to 2.4.1 where previously 2.4.0.
14777 * sysdeps/unix/sysv/linux/configure: Regenerated.
14778 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
14779 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
14780 version.
14781 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
14782 (__ASSUME_AT_CLKTCK): Remove.
14783 (__ASSUME_AT_PAGESIZE): Likewise.
14784 (__ASSUME_AT_XID): Likewise.
14785 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
14786 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
14787 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
14788 unconditionally.
14789 (HAVE_AUX_PAGESIZE): Likewise.
14790 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
14791 [__ASSUME_AT_CLKTCK]: Make code unconditional.
14792 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
14793
14794 2012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
14795
14796 [BZ #14307]
14797 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
14798 the temporary buffer used to invoke __gethostbyname2_r,
14799 __gethostbyaddr_r and gethostbyname4_r to make room for struct
14800 host_data / struct gaih_addrtuple.
14801 * resolv/nss_dns/dns-host.c (global scope): Move definition of
14802 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
14803 header file nss/nsswitch.h.
14804 * nss/nsswitch.h (global scope): Add definition of implementation
14805 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
14806 resolv/nss_dns/dns-host.c).
14807
14808 2012-07-11 Andreas Jaeger <aj@suse.de>
14809
14810 * po/fr.po: Update from translation team.
14811
14812 * po/sv.po: Update from translation team
14813 * po/fr.po: Another update from translation team.
14814
14815 2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14816
14817 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
14818 for subnormals or multiply small sinh result by itself.
14819 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
14820 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14821
14822 2012-07-11 David S. Miller <davem@davemloft.net>
14823
14824 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14825
14826 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
14827
14828 [BZ #14347]
14829 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
14830 (INTERNAL_MARK): Shift it here.
14831
14832 2012-07-10 Marek Polacek <polacek@redhat.com>
14833
14834 [BZ #14151]
14835 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
14836 libc_cv_asm_global_directive with .globl.
14837 * configure: Regenerated.
14838 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
14839 with .globl.
14840 * sysdeps/i386/configure: Regenerated.
14841 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
14842 with .globl.
14843 * sysdeps/x86_64/configure: Regenerated.
14844 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
14845 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
14846 * elf/tst-unique2mod2.c: Likewise.
14847 * elf/tst-unique2mod1.c: Likewise.
14848 * elf/tst-unique1mod2.c: Likewise.
14849 * elf/tst-unique1mod1.c: Likewise.
14850 * sysdeps/s390/s390-32/sysdep.h: Likewise.
14851 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
14852 * sysdeps/s390/s390-64/sysdep.h: Likewise.
14853 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
14854 * sysdeps/mach/sysdep.h: Likewise.
14855 * sysdeps/i386/sysdep.h: Likewise.
14856 * sysdeps/i386/i386-mcount.S: Likewise.
14857 * sysdeps/x86_64/_mcount.S: Likewise.
14858 * sysdeps/x86_64/sysdep.h: Likewise.
14859 * sysdeps/sh/_mcount.S: Likewise.
14860 * sysdeps/sh/sysdep.h: Likewise.
14861 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
14862 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
14863 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
14864 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
14865 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
14866 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
14867 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
14868 * locale/localeinfo.h: Likewise.
14869 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
14870 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
14871
14872 2012-07-09 Roland McGrath <roland@hack.frob.com>
14873
14874 [BZ #14336]
14875 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
14876 system".
14877 * manual/message.texi (The Uniforum approach): Likewise.
14878 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
14879 (glibc iconv Implementation): Likewise.
14880
14881 2012-07-09 Joseph Myers <joseph@codesourcery.com>
14882
14883 [BZ #14337]
14884 * math/s_clog.c (__clog): Avoid scaling a value down where that
14885 could result in underflow.
14886 * math/s_clog10.c (__clog10): Likewise.
14887 * math/s_clog10f.c (__clog10f): Likewise.
14888 * math/s_clog10l.c (__clog10l): Likewise.
14889 * math/s_clogf.c (__clogf): Likewise.
14890 * math/s_clogl.c (__clogl): Likewise.
14891 * math/libm-test.inc (clog_test): Add more tests.
14892 (clog10_test): Likewise.
14893 * sysdeps/i386/fpu/libm-test-ulps: Update.
14894 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14895
14896 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
14897
14898 [BZ #14283]
14899 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
14900 by 7 not 8 to examine high bit of fractional part.
14901
14902 [BZ #14042]
14903 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
14904 for call to __mcount_internal.
14905 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
14906 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
14907 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
14908
14909 2012-07-06 Joseph Myers <joseph@codesourcery.com>
14910
14911 [BZ #14154]
14912 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
14913 approximation for values within 0x1p-13f of an odd multiple of
14914 pi/4.
14915 * math/libm-test.inc (tan_test): Do not allow spurious underflow
14916 exception. Add more tests.
14917 * sysdeps/i386/fpu/libm-test-ulps: Update.
14918
14919 [BZ #6778]
14920 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
14921 inputs and return -1 for them. Do not check for +Inf in case not
14922 reachable for +Inf.
14923 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
14924 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
14925 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
14926 and return -1 for them. Do not check for +Inf in case not
14927 reachable for +Inf.
14928 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
14929 define.
14930 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
14931 and return -1 for them. Do not check for +Inf in case not
14932 reachable for +Inf.
14933 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
14934 spurious underflow.
14935 * sysdeps/i386/fpu/libm-test-ulps: Update.
14936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14937
14938 2012-07-06 Mike Frysinger <vapier@gentoo.org>
14939
14940 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
14941
14942 2012-07-05 Joseph Myers <joseph@codesourcery.com>
14943
14944 [BZ #14157]
14945 [BZ #14331]
14946 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
14947 could result in spurious underflow. Scale down values above
14948 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
14949 * math/s_csqrtf.c (__csqrtf): Likewise.
14950 * math/s_csqrtl.c (__csqrtl): Likewise.
14951 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
14952 spurious underflow.
14953 * sysdeps/i386/fpu/libm-test-ulps: Update.
14954 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14955
14956 2012-07-04 Andreas Schwab <schwab@linux-m68k.org>
14957
14958 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
14959 xopen-msg.sed.
14960 * catgets/xopen-msg.awk: New file.
14961 * catgets/xopen-msg.sed: Removed.
14962
14963 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
14964 po2text.sed.
14965 * intl/po2test.awk: New file.
14966 * intl/po2test.sed: Removed.
14967
14968 2012-07-04 Joseph Myers <joseph@codesourcery.com>
14969
14970 [BZ #14328]
14971 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
14972 or multiply small sinh result by itself.
14973 * math/s_ctanf.c (__ctanf): Likewise.
14974 * math/s_ctanh.c (__ctanh): Likewise.
14975 * math/s_ctanhf.c (__ctanhf): Likewise.
14976 * math/s_ctanhl.c (__ctanhl): Likewise.
14977 * math/s_ctanl.c (__ctanl): Likewise.
14978 * math/libm-test.inc (ctan_test_tonearest): New function.
14979 (ctan_test_towardzero): Likewise.
14980 (ctan_test_downward): Likewise.
14981 (ctan_test_upward): Likewise.
14982 (ctanh_test_tonearest): Likewise.
14983 (ctanh_test_towardzero): Likewise.
14984 (ctanh_test_downward): Likewise.
14985 (ctanh_test_upward): Likewise.
14986 (main): Call these new functions.
14987 * sysdeps/i386/fpu/libm-test-ulps: Update.
14988 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14989
14990 2012-07-03 Mike Frysinger <vapier@gentoo.org>
14991
14992 * .gitignore: Delete /ports entry.
14993
14994 2012-07-03 Andreas Jaeger <aj@suse.de>
14995
14996 * po/bg.po: Update from translation team.
14997 * po/cs.po: Likewise.
14998 * po/de.po: Likewise.
14999 * po/hr.po: Likewise.
15000 * po/nl.pl: Likewise.
15001 * po/pl.po: Likewise.
15002 * po/vi.po: Likewise.
15003
15004 2012-07-03 Joseph Myers <joseph@codesourcery.com>
15005
15006 * Makeconfig [!+link] (+link-before-libc): New variable.
15007 [!+link] (+link-after-libc): Likewise.
15008 [!+link] (+link-tests): Likewise.
15009 [!+link] (+link): Define in terms of $(+link-before-libc) and
15010 $(+link-after-libc).
15011 [!+link-static] (+link-static-before-libc): New variable.
15012 [!+link-static] (+link-static-after-libc): Likewise.
15013 [!+link-static] (+link-static-tests): Likewise.
15014 [!+link-static] (+link-static): Define in terms of
15015 $(+link-static-before-libc) and $(+link-static-after-libc).
15016 [build-shared] (link-libc-before-gnulib): New variable.
15017 [build-shared] (link-libc-tests): Likewise.
15018 [build-shared] (link-libc): Define in terms of
15019 $(link-libc-before-gnulib).
15020 [!build-shared] (link-libc-tests): New variable.
15021 (link-libc-static-tests): New variable.
15022 [!gnulib] (gnulib-arch): New variable.
15023 [!gnulib] (gnulib-tests): Likewise.
15024 [!gnulib] (static-gnulib-arch): Likewise.
15025 [!gnulib] (static-gnulib-tests): Likewise.
15026 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
15027 Define with "=" instead of ":=".
15028 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
15029 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
15030 * Rules (binaries-all-notests): New variable.
15031 (binaries-all-tests): Likewise.
15032 (binaries-static-notests): Likewise.
15033 (binaries-static-tests): Likewise.
15034 (binaries-all): Define using $(binaries-all-notests) and
15035 $(binaries-all-tests).
15036 (binaries-static): Define using $(binaries-static-notests) and
15037 $(binaries-static-tests).
15038 (binaries-shared-tests): New variable.
15039 (binaries-shared-notests): Likewise.
15040 (binaries-shared): Remove variable.
15041 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
15042 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
15043 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
15044 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
15045 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
15046 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
15047 * elf/Makefile (sln-modules): New variable.
15048 (extra-objs): Add $(sln-modules:=.o).
15049 (ldconfig-modules): Add static-stubs.
15050 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
15051 * elf/static-stubs.c: New file.
15052
15053 [BZ #14283]
15054 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
15055 by 7 not 8 to examine high bit of fractional part. Use volatile
15056 variables when splitting into final array of floats if
15057 __FLT_EVAL_METHOD__ != 0.
15058 * math/libm-test.inc (cos_test): Add another test.
15059 (sin_test): Likewise.
15060 * sysdeps/i386/fpu/libm-test-ulps: Update.
15061
15062 [BZ #14273]
15063 * math/libm-test.inc (cosh_test): Add more tests.
15064
15065 * version.h (RELEASE): Set to "development".
15066 (VERSION): Set to "2.16.90".
15067
15068 2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
15069
15070 * NEWS: Update copyright. Remove last-updated date.
15071 Mention math library bug fixes and timezone data changes.
15072 * README: Mention GNU/Hurd, x32, and HPPA support status.
15073
15074 2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
15075
15076 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
15077
15078 2012-06-27 Andreas Jaeger <aj@suse.de>
15079
15080 * manual/contrib.texi (Contributors): Add Samuel Thibault.
15081
15082 2012-06-25 Andreas Jaeger <aj@suse.de>
15083
15084 * sysdeps/s390/fpu/libm-test-ulps: Update.
15085
15086 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
15087 Thomas Schwinge <thomas@codesourcery.com>
15088
15089 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
15090 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
15091 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
15092 fanotify_mark.
15093
15094 2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
15095
15096 * sysdeps/mach/start.c: Remove file.
15097 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
15098 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
15099 * sysdeps/sh/init-first.c: Likewise.
15100
15101 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
15102 registers for frame unwinding purposes, add CFI directives.
15103 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
15104 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
15105 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
15106 Likewise.
15107
15108 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
15109 __fortify_fail returning.
15110 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
15111
15112 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
15113 sysdeps/sh/____longjmp_chk.S.
15114 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
15115 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
15116 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
15117 (gen-as-const-headers): Append sigaltstack-offsets.sym.
15118
15119 * sysdeps/sh/abort-instr.h: New file.
15120 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
15121 process in case exit returns.
15122
15123 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
15124 initialize the GOT register before use.
15125
15126 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
15127 calculation of ARGC > 4.
15128
15129 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
15130 meaningful names to some local labels.
15131
15132 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15133 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15134
15135 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
15136 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
15137 (__arch_compare_and_exchange_val_16_acq): Likewise.
15138 (__arch_compare_and_exchange_val_32_acq): Likewise.
15139 (atomic_exchange_and_add): Fix gUSA sequence.
15140 (atomic_add): Likewise.
15141 (atomic_add_negative): Likewise.
15142 (atomic_add_zero): Likewise.
15143 (atomic_bit_test_set): Likewise.
15144
15145 2012-06-22 Andreas Schwab <schwab@redhat.com>
15146
15147 [BZ #13579]
15148 * include/link.h (struct link_map): Add l_free_initfini.
15149 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
15150 l_initfini.
15151 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
15152 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
15153 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
15154 set.
15155
15156 2012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
15157
15158 * configure.in: Use AC_LANG_SOURCE.
15159 * configure: Regenerate.
15160
15161 2012-06-22 Roland McGrath <roland@hack.frob.com>
15162
15163 * configure.in (libc_cv_localstatedir): New substituted variable.
15164 * configure: Regenerated.
15165 * config.make.in (localstatedir): New variable, substituted from
15166 libc_cv_localstatedir.
15167 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
15168 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
15169 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
15170 * sysdeps/gnu/configure: Regenerated.
15171
15172 2012-06-21 Jeff Law <law@redhat.com>
15173
15174 [BZ #14277]
15175 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
15176 free. Simplify list management for _LIBC case.
15177
15178 2012-06-21 Joseph Myers <joseph@codesourcery.com>
15179
15180 [BZ #14273]
15181 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
15182 Clear sign bit of 64-bit integer value before comparing against
15183 overflow value.
15184
15185 * sysdeps/mach/configure: Regenerated.
15186
15187 2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
15188
15189 [BZ #14278]
15190 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
15191
15192 2012-06-21 Jeff Law <law@redhat.com>
15193
15194 [BZ #13882]
15195 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
15196 uint16_t for elements in the "seen" array to avoid char overflows.
15197 * elf/dl-fini.c (_dl_sort_fini): Likewise.
15198 * elf/dl-open.c (dl_open_worker): Likewise.
15199
15200 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
15201
15202 * scripts/list-sources.sh: Scan PORTS for translations.
15203 * po/libc.pot: Regenerated.
15204
15205 2012-06-21 Andreas Jaeger <aj@suse.de>
15206
15207 [BZ #12194]
15208 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
15209 warning.
15210 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
15211 * bits/byteswap-16.h (__bswap_16): Likewise.
15212 * bits/byteswap.h (__bswap_constant_16): Likewise.
15213
15214 2012-06-18 H.J. Lu <hongjiu.lu@intel.com>
15215
15216 [BZ #14117]
15217 * sysdeps/i386/fpu_control.h: Removed.
15218 * sysdeps/x86_64/fpu_control.h: Moved to ...
15219 * sysdeps/x86/fpu_control.h: Here.
15220
15221 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
15222 (_FPU_SETCW): Likewise.
15223
15224 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
15225
15226 [BZ #14117]
15227 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
15228 * sysdeps/x86/fpu/bits/mathinline.h: This.
15229 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
15230
15231 [BZ #14050]
15232 [BZ #14117]
15233 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
15234 functions if __x86_64__ is defined.
15235
15236 2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
15237
15238 * string/endian.h: Add !__ASSEMBLER__ condition for including
15239 conversion interfaces.
15240
15241 2012-06-15 Joseph Myers <joseph@codesourcery.com>
15242
15243 [BZ #14241]
15244 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
15245 of ABS(x) in calculating zero to negative powers other than odd
15246 integers.
15247 * math/libm-test.inc (pow_test): Add more tests.
15248
15249 2012-06-15 Andreas Jaeger <aj@suse.de>
15250
15251 * manual/contrib.texi (Contributors): Update entry of Liubov
15252 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
15253 Machado Filho.
15254
15255 2012-06-15 Cyril Hrubis <metan@ucw.cz>
15256
15257 * string/string.h: Add __wur to GNU version of strerror_r.
15258
15259 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
15260
15261 [BZ #14229]
15262 * string/Makefile (tests): Add tst-strtok_r.
15263 * string/tst-strtok_r.c: New file.
15264 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
15265 RAX_LP/RDX_LP on SAVE_PTR.
15266
15267 2012-06-14 Roland McGrath <roland@hack.frob.com>
15268
15269 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
15270
15271 2012-06-14 Joseph Myers <joseph@codesourcery.com>
15272
15273 * libm_test.inc (csqrt_test): Allow more spurious underflow
15274 exceptions.
15275 (j0_test): Likewise.
15276 (j1_test): Likewise.
15277 (y0_test): Likewise.
15278 (y1_test): Likewise.
15279
15280 2012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
15281
15282 * po/Makefile (libc.pot): Use UTF-8 charset.
15283
15284 2012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15285
15286 [BZ #14210]
15287 Suppress sign-conversion warning from FD_SET.
15288 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
15289 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
15290 not unsigned long int.
15291 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
15292
15293 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
15294
15295 [BZ #14050]
15296 [BZ #14117]
15297 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
15298 __extern_always_inline instead of __extern_inline.
15299 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
15300 (__signbit): Likewise.
15301 (__signbitl): Support C++ namespace.
15302 (lrintf): New inline function.
15303 (lrint): Likewise.
15304 (llrintf): Likewise.
15305 (llrint): Likewise.
15306 (fmaxf): Likewise.
15307 (fmax): Likewise.
15308 (fminf): Likewise.
15309 (fmin): Likewise.
15310 (rint): Likewise.
15311 (rintf): Likewise.
15312 (ceil): Likewise.
15313 (ceilf): Likewise.
15314 (floor): Likewise.
15315 (floorf): Likewise.
15316 (nearbyint): Likewise.
15317 (nearbyintf): Likewise.
15318
15319 2012-06-12 Thomas Schwinge <thomas@codesourcery.com>
15320
15321 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
15322 non-default versions.
15323
15324 2012-06-11 Roland McGrath <roland@hack.frob.com>
15325
15326 [BZ #14218]
15327 * manual/argp.texi (Argp): Reword argp_parse description slightly.
15328
15329 2012-06-09 Thomas Schwinge <thomas@codesourcery.com>
15330
15331 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
15332 (FE_UPWARD, FE_DOWNWARD): Don't define.
15333 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
15334 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
15335
15336 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
15337 reading it.
15338 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
15339 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15340
15341 2012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15342
15343 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
15344 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
15345 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
15346 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
15347
15348 2012-06-06 H.J. Lu <hongjiu.lu@intel.com>
15349
15350 [BZ #14117]
15351 * sysdeps/i386/fpu/bits/fenv.h: Removed.
15352 * sysdeps/i386/fpu/Implies: New file.
15353 * sysdeps/x86_64/fpu/Implies: Likewise.
15354 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
15355 * sysdeps/x86/fpu/bits/fenv.h: This.
15356
15357 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
15358 __SSE_MATH__.
15359
15360 2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15361
15362 [BZ #14134]
15363 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
15364 character 0xffff that matches the last element of the
15365 conversion table.
15366
15367 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15368
15369 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
15370 fmodl commit.
15371
15372 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15373
15374 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
15375 values higher than 25.6283.
15376
15377 2012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15378
15379 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
15380 subnormal exponent extraction and add some __builtin_expect.
15381 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
15382 Fix for subnormal mantissa calculation.
15383
15384 2012-06-04 Mike Frysinger <vapier@gentoo.org>
15385
15386 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
15387 cpu2 is -1 and errno is not ENOSYS.
15388
15389 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
15390
15391 [BZ #14117]
15392 * sysdeps/i386/i486/bits/string.h: Renamed to ...
15393 * sysdeps/x86/bits/string.h: This.
15394 * sysdeps/x86_64/bits/string.h: Removed.
15395
15396 * sysdeps/i386/i486/bits/string.h: Define inline functions only
15397 if not compiling for x86-64, but compiling for >= i486.
15398
15399 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
15400 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
15401
15402 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
15403 New macro from Linux kernel 3.4.0.
15404 (FP_XSTATE_MAGIC2): Likewise.
15405 (FP_XSTATE_MAGIC2_SIZE): Likewise.
15406 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
15407 (struct _fpx_sw_bytes): New struct.
15408 (struct _xsave_hdr): Likewise.
15409 (struct _ymmh_state): Likewise.
15410 (struct _xstate): Likewise.
15411
15412 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
15413 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
15414 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
15415 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
15416 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
15417 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
15418
15419 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
15420 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
15421 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
15422 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
15423 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
15424 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
15425
15426 2012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15427
15428 [BZ #13743]
15429 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
15430 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
15431 (sysdep_headers): Include sys/platform/ppc.h.
15432 * sysdeps/powerpc/test-gettimebase.c: Test for
15433 __ppc_get_timebase() to catch future ISA opcode/insn changes.
15434 * manual/Makefile (appendices): Include platform.texi.
15435 * manual/contrib.texi (Contributors): Update @node pointers.
15436 * manual/maint.texi (Maintenance): Likewise.
15437 (Platform): New node.
15438 * manual/platform.texi: New file. Document the new features.
15439
15440 2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15441 Jakub Jelinek <jakub@redhat.com>
15442
15443 [BZ #14188]
15444 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
15445 where __builtin_expect is unavailable.
15446
15447 2012-06-03 David S. Miller <davem@davemloft.net>
15448
15449 * stdlib/longlong.h: Updated from GCC.
15450
15451 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
15452
15453 [BZ #14042]
15454 * sysdeps/powerpc/powerpc32/mcount.c: New file.
15455 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
15456 __mcount_internal.
15457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
15458 (GLIBC_2.16): Likewise.
15459
15460 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
15461
15462 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
15463
15464 2012-06-01 Joseph Myers <joseph@codesourcery.com>
15465
15466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
15467 (default-abi): New variable.
15468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
15469 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
15470 variable.
15471 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
15472 Likewise.
15473 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
15474 Likewise.
15475 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
15476 Likewise.
15477
15478 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
15479 definition. Document in comment.
15480
15481 2012-06-01 David S. Miller <davem@davemloft.net>
15482
15483 * stdlib/longlong.h: Updated from GCC.
15484
15485 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
15486
15487 [BZ #14117]
15488 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
15489 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
15490 sys/debugreg.h sys/io.h here.
15491 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
15492 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
15493 sys/io.h.
15494 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
15495 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
15496 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
15497 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
15498 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
15499 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
15500
15501 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
15502 Define only if __x86_64__ is defined.
15503
15504 2012-06-01 Joseph Myers <joseph@codesourcery.com>
15505
15506 [BZ #14048]
15507 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
15508 Use int64_t for variable i.
15509 * math/libm-test.inc (fmod_test): Add more tests.
15510
15511 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
15512 z computation is not scheduled after fetestexcept.
15513 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
15514 Use math_force_eval instead of asm to ensure calculation scheduled
15515 before exception test.
15516 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
15517 Ensure a1 + u.d computation is not scheduled after fetestexcept.
15518
15519 2012-06-01 Aurelien Jarno <aurelien@aurel32.net>
15520
15521 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
15522 computation is not scheduled after fetestexcept.
15523
15524 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
15525
15526 [BZ #14117]
15527 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
15528 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
15529
15530 2012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15531
15532 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
15533 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
15534
15535 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
15536
15537 [BZ #14117]
15538 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
15539 <bits/wordsize.h>.
15540 (__WCHAR_MIN): Support __WORDSIZE == 64.
15541 (__WCHAR_MAX): Likewise.
15542
15543 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
15544 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
15545
15546 [BZ #14183]
15547 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
15548 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
15549
15550 [BZ #14117]
15551 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
15552 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
15553
15554 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
15555 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
15556
15557 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
15558 Defined to 1 if __x86_64__ isn't defined.
15559 (_STAT_VER_LINUX_OLD): New.
15560 (st_atime): Remove duplicate.
15561 (st_mtime): Likewise.
15562 (st_ctime): Likewise.
15563
15564 2012-05-31 David S. Miller <davem@davemloft.net>
15565
15566 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
15567 entries.
15568
15569 2012-06-01 Andreas Schwab <schwab@linux-m68k.org>
15570
15571 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
15572 gen-libm-test.pl.
15573
15574 [BZ #14132]
15575 * elf/dl-reloc.c: Include <_itoa.h>.
15576 (_dl_reloc_bad_type): Remove use of INTUSE.
15577 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
15578 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
15579 * stdio-common/psiginfo.c (psiginfo): Likewise.
15580 * stdio-common/psignal.c (psignal): Likewise.
15581 * string/strsignal.c (strsignal): Likewise.
15582 * include/signal.h (_sys_siglist): Declare hidden proto.
15583 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
15584 INTVARDEF with libc_hidden_data_def.
15585 * stdio-common/itoa-udigits.c: Likewise.
15586 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
15587 (_itoa_lower_digits_internal): Remove declaration.
15588 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
15589 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
15590 (_sys_sigabbrev_internal): Remove aliases.
15591 (_sys_siglist): Define hidden alias.
15592
15593 2012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
15594
15595 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15596 bits/sysctl.h.
15597
15598 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
15599
15600 [BZ #14117]
15601 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
15602 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
15603
15604 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
15605 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
15606 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
15607 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
15608 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
15609 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
15610
15611 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
15612 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
15613 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
15614
15615 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
15616 with __addr.
15617 (insw): Likewise.
15618 (insl): Likewise.
15619 (outsb): Likewise.
15620 (outsw): Likewise.
15621 (outsl): Likewise.
15622
15623 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
15624 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
15625 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
15626
15627 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
15628 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
15629 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
15630 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
15631 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
15632 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
15633
15634 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
15635 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
15636
15637 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
15638 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
15639
15640 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
15641 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
15642 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
15643
15644 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
15645 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
15646 to ...
15647 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
15648
15649 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
15650 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
15651 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
15652
15653 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
15654 for x86-64.
15655 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
15656
15657 2012-05-31 Joseph Myers <joseph@codesourcery.com>
15658
15659 * math/math.h (M_El): Use two more decimal places.
15660 (M_LOG2El): Likewise.
15661 (M_LOG10El): Likewise.
15662 (M_LN2l): Likewise.
15663 (M_LN10l): Likewise.
15664 (M_PIl): Likewise.
15665 (M_PI_2l): Likewise.
15666 (M_PI_4l): Likewise.
15667 (M_1_PIl): Likewise.
15668 (M_2_PIl): Likewise.
15669 (M_2_SQRTPIl): Likewise.
15670 (M_SQRT2l): Likewise.
15671 (M_SQRT1_2l): Likewise.
15672
15673 2012-05-31 David S. Miller <davem@davemloft.net>
15674
15675 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
15676 values between float registers.
15677 * sysdeps/sparc/sparc64/memset.S: Likewise.
15678 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
15679
15680 2012-05-31 Mike Frysinger <vapier@gentoo.org>
15681
15682 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
15683 -D_FORTIFY_SOURCE=1.
15684 (CPPFLAGS-tst-longjmp_chk.c): Define.
15685 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
15686 (CPPFLAGS-tst-longjmp_chk2.c): Define.
15687 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
15688 CFLAGS-tst-wchar-h.c.
15689
15690 2012-05-31 Marek Polacek <polacek@redhat.com>
15691
15692 [BZ #14132]
15693 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
15694 __endmntent_internal): Remove declaration.
15695 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
15696 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
15697 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
15698
15699 2012-05-30 David S. Miller <davem@davemloft.net>
15700
15701 * sysdeps/sparc/sparc32/soft-fp/q_util.c
15702 (___Q_simulate_exceptions): Use real FP ops rather than writing
15703 into the %fsr.
15704 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
15705 Likewise.
15706
15707 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
15708
15709 [BZ #14117]
15710 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
15711 * sysdeps/x86/bits/xtitypes.h: This.
15712
15713 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
15714 * sysdeps/x86/bits/wordsize.h: This.
15715
15716 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
15717 * sysdeps/x86/bits/huge_vall.h: This.
15718
15719 * sysdeps/i386/bits/select.h: Removed.
15720 * sysdeps/x86_64/bits/select.h: Renamed to ...
15721 * sysdeps/x86/bits/select.h: This.
15722
15723 * sysdeps/i386/bits/setjmp.h: Removed.
15724 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
15725 * sysdeps/x86/bits/setjmp.h: This.
15726
15727 * sysdeps/i386/bits/mathdef.h: Removed.
15728 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
15729 * sysdeps/x86/bits/mathdef.h: This.
15730
15731 2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
15732
15733 [BZ #14132]
15734 * include/sys/socket.h (__connect_internal)
15735 (__libc_sa_len_internal): Remove declaration.
15736 (__connect, __libc_sa_len): Declare hidden_proto.
15737 (SA_LEN): Remove use of INTUSE.
15738 * socket/connect.c: Add libc_hidden_def.
15739 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
15740 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
15741 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
15742 alias.
15743 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
15744 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
15745 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
15746 of adding _internal alias.
15747
15748 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
15749
15750 [BZ #14117]
15751 * sysdeps/i386/bits/link.h: Removed.
15752 * sysdeps/i386/bits/linkmap.h: Likewise.
15753 * sysdeps/x86_64/bits/link.h: Renamed to ...
15754 * sysdeps/x86/bits/link.h: This.
15755 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
15756 * sysdeps/x86/bits/linkmap.h: This.
15757
15758 * sysdeps/i386/bits/endian.h: Removed.
15759 * sysdeps/x86_64/bits/endian.h: Renamed to ...
15760 * sysdeps/x86/bits/endian.h: This.
15761
15762 * sysdeps/i386/bits/byteswap.h: Removed.
15763 * sysdeps/i386/bits/byteswap-16.h: Likewise.
15764 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
15765 * sysdeps/x86/bits/byteswap.h: This.
15766 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
15767 * sysdeps/x86/bits/byteswap-16.h: This.
15768 * sysdeps/i386/Implies: Add x86.
15769 * sysdeps/x86_64/Implies: Likewise.
15770
15771 2012-05-30 David S. Miller <davem@davemloft.net>
15772
15773 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
15774 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
15775 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15776 (FP_TRAPPING_EXCEPTIONS): Define.
15777 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15778 (FP_TRAPPING_EXCEPTIONS): Define.
15779 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
15780 subnormals only when inexact has been signalled or underflow
15781 exceptions are enabled.
15782 (_FP_PACK_CANONICAL): Likewise.
15783
15784 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
15785
15786 [BZ #14183]
15787 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
15788 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
15789
15790 2012-05-30 Richard Henderson <rth@twiddle.net>
15791
15792 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
15793 with #ifndef NOT_IN_libc.
15794
15795 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
15796 marked to avoid plt entry.
15797
15798 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
15799
15800 [BZ #14112]
15801 * Makeconfig (default-abi): New macro.
15802 (abi-includes): Likewise.
15803 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
15804 $(abi-$(default-abi)-lib-soname) for soname if defined.
15805 ($(common-objpfx)gnu/lib-names.stmp): Generate from
15806 abi-variants.
15807 * Makefile (installed-stubs): Likewise.
15808 * include/stubs-biarch.h: Removed.
15809 * scripts/lib-names.awk: Only handle one library at a time.
15810 * scripts/soversions.awk: Remove WORDSIZE support.
15811 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
15812 entries.
15813 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
15814 Removed.
15815 (syscall-list-default-condition): Likewise.
15816 (syscall-list-default-condition): Likewise.
15817 (syscall-list-includes): Likewise.
15818 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
15819 syscall-list-* with abi-*. Handle undefined abi-variants.
15820 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
15821 * sysdeps/unix/sysv/linux/i386/Implies: New file.
15822 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
15823 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
15824 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
15825 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
15826 Removed.
15827 (syscall-list-32-options): Likewise.
15828 (syscall-list-32-condition): Likewise.
15829 (syscall-list-64-options): Likewise.
15830 (syscall-list-64-condition): Likewise.
15831 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
15832 macro.
15833 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
15834 Renamed to ...
15835 (abi-*): This.
15836 (abi-64-ld-soname): New macro.
15837 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
15838 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
15839 Renamed to ...
15840 (abi-*): This.
15841 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
15842 * sysdeps/x86_64/x32/shlib-versions: Likewise.
15843
15844 2012-05-30 Joseph Myers <joseph@codesourcery.com>
15845
15846 * sysdeps/unix/sysv/linux/kernel-features.h
15847 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
15848 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
15849 include <kernel-features.h>.
15850 [!__NR_ftruncate64]: Remove conditional code.
15851 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15852 [__NR_ftruncate64]: Make code unconditional.
15853 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15854 * sysdeps/unix/sysv/linux/truncate64.c: Do not
15855 include <kernel-features.h>.
15856 [!__NR_ftruncate64]: Remove conditional code.
15857 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15858 [__NR_ftruncate64]: Make code unconditional.
15859 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
15861 include <kernel-features.h>.
15862 [!__NR_ftruncate64]: Remove conditional code.
15863 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15864 [__NR_ftruncate64]: Make code unconditional.
15865 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
15867 include <kernel-features.h>.
15868 [!__NR_ftruncate64]: Remove conditional code.
15869 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15870 [__NR_ftruncate64]: Make code unconditional.
15871 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
15872
15873 * configure.in (libc_cv_fpie): Weaken to a compile test using
15874 LIBC_TRY_CC_OPTION.
15875 * configure: Regenerated.
15876
15877 2012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15878
15879 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
15880 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
15881 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
15882 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15883 Refreshed.
15884 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
15885 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
15886 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
15887 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
15888 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
15889 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15890 Refreshed.
15891
15892 2012-05-27 David S. Miller <davem@davemloft.net>
15893
15894 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
15895 (___Q_zero): New.
15896 (__Q_simulate_exceptions): Return void. Change to simulate
15897 exceptions by writing into the %fsr.
15898 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
15899 (__Qp_handle_exceptions): Likewise.
15900 (numbers): Delete.
15901 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
15902 __Qp_handle_exceptions.
15903 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
15904 __Qp_handle_exceptions.
15905 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
15906 as unused and give dummy FP_RND_NEAREST initializer.
15907 (FP_INHIBIT_RESULTS): Define.
15908 (___Q_simulate_exceptions): Update declaration.
15909 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
15910 formatting.
15911 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
15912 as unused and give dummy FP_RND_NEAREST initializer.
15913 (__Qp_handle_exceptions): Update declaration.
15914 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
15915 formatting.
15916
15917 2012-05-27 Thomas Schwinge <thomas@codesourcery.com>
15918
15919 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
15920 the temporary FPU control word.
15921 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15922 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
15923 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
15924 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
15925 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15926 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
15927 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
15928 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
15929 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
15930 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
15931 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15932
15933 2012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15934
15935 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
15936 fields.
15937
15938 2012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
15939
15940 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
15941 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
15942 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
15943 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
15944 Likewise.
15945 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
15946 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
15947 Likewise.
15948
15949 2012-05-27 Ulrich Drepper <drepper@gmail.com>
15950
15951 * po/h.po: Update from translation team.
15952
15953 2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
15954
15955 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
15956
15957 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
15958 handling of denormals.
15959 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15960 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15961 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
15962 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
15963 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15964 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
15965 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
15966 Likewise.
15967
15968 2012-05-26 Marek Polacek <polacek@redhat.com>
15969
15970 [BZ #14152]
15971 * math/libm-test.inc (fma_test): Don't always expect underflow
15972 exception.
15973
15974 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
15975
15976 [BZ #12416]
15977 * elf/tst-execstack.c: Include stackinfo.h.
15978 (do_test): Adjust test case to ensure that pthread_getattr_np
15979 behaviour remains the same after marking stack executable.
15980
15981 2012-05-25 Joseph Myers <joseph@codesourcery.com>
15982
15983 * sysdeps/unix/sysv/linux/kernel-features.h
15984 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
15985 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
15986 kernel-features.h.
15987 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
15988 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
15989 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
15990 kernel-features.h.
15991 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
15992 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
15993
15994 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
15995
15996 * configure.in: Define the default includes to being none.
15997 * configure: Regenerated.
15998
15999 2012-05-25 Roland McGrath <roland@hack.frob.com>
16000
16001 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
16002 * sysdeps/x86_64/setjmp.S: Likewise.
16003 * sysdeps/i386/bsd-setjmp.S: Likewise.
16004 * sysdeps/i386/bsd-_setjmp.S: Likewise.
16005 * sysdeps/i386/setjmp.S: Likewise.
16006 * sysdeps/i386/__longjmp.S: Likewise.
16007 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
16008 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
16009
16010 * include/stap-probe.h: New file.
16011 * configure.in: Handle --enable-systemtap.
16012 * configure: Regenerated.
16013 * config.h.in (USE_STAP_PROBE): New #undef.
16014 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
16015 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
16016 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
16017
16018 2012-05-25 Joseph Myers <joseph@codesourcery.com>
16019
16020 [BZ #13717]
16021 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
16022 to 2.4.0 where earlier.
16023 * sysdeps/unix/sysv/linux/configure: Regenerated.
16024 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
16025 <kernel-features.h>.
16026 [__ASSUME_32BITUIDS]: Make code unconditional.
16027 [!__ASSUME_32BITUIDS]: Remove conditional code.
16028 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
16029 <kernel-features.h>.
16030 [__ASSUME_32BITUIDS]: Make code unconditional.
16031 [!__ASSUME_32BITUIDS]: Remove conditional code.
16032 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
16033 [__ASSUME_32BITUIDS]: Make code unconditional.
16034 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
16035 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
16036 <kernel-features.h>.
16037 [__ASSUME_32BITUIDS]: Make code unconditional.
16038 [!__ASSUME_32BITUIDS]: Remove conditional code.
16039 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
16040 <kernel-features.h>.
16041 [__ASSUME_32BITUIDS]: Make code unconditional.
16042 [!__ASSUME_32BITUIDS]: Remove conditional code.
16043 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
16044 <kernel-features.h>.
16045 [__ASSUME_32BITUIDS]: Make code unconditional.
16046 [!__ASSUME_32BITUIDS]: Remove conditional code.
16047 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
16048 <kernel-features.h>.
16049 [__ASSUME_32BITUIDS]: Make code unconditional.
16050 [!__ASSUME_32BITUIDS]: Remove conditional code.
16051 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
16052 <kernel-features.h>.
16053 [__ASSUME_32BITUIDS]: Make code unconditional.
16054 [!__ASSUME_32BITUIDS]: Remove conditional code.
16055 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
16056 <kernel-features.h>.
16057 [__ASSUME_32BITUIDS]: Make code unconditional.
16058 [!__ASSUME_32BITUIDS]: Remove conditional code.
16059 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
16060 <kernel-features.h>.
16061 [__ASSUME_32BITUIDS]: Make code unconditional.
16062 [!__ASSUME_32BITUIDS]: Remove conditional code.
16063 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
16064 <kernel-features.h>.
16065 [__ASSUME_32BITUIDS]: Make code unconditional.
16066 [!__ASSUME_32BITUIDS]: Remove conditional code.
16067 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
16068 <kernel-features.h>.
16069 [__ASSUME_32BITUIDS]: Make code unconditional.
16070 [!__ASSUME_32BITUIDS]: Remove conditional code.
16071 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
16072 <kernel-features.h>.
16073 [__ASSUME_32BITUIDS]: Make code unconditional.
16074 [!__ASSUME_32BITUIDS]: Remove conditional code.
16075 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
16076 <kernel-features.h>.
16077 [__NR_setresgid] (__setresgid): Do not declare.
16078 [__ASSUME_32BITUIDS]: Make code unconditional.
16079 [!__ASSUME_32BITUIDS]: Remove conditional code.
16080 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
16081 <kernel-features.h>.
16082 [__NR_setresuid] (__setresuid): Do not declare.
16083 [__ASSUME_32BITUIDS]: Make code unconditional.
16084 [!__ASSUME_32BITUIDS]: Remove conditional code.
16085 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
16086 <kernel-features.h>.
16087 [__ASSUME_32BITUIDS]: Make code unconditional.
16088 [!__ASSUME_32BITUIDS]: Remove conditional code.
16089 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
16090 <kernel-features.h>.
16091 [__ASSUME_32BITUIDS]: Make code unconditional.
16092 [!__ASSUME_32BITUIDS]: Remove conditional code.
16093 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
16094 <kernel-features.h>.
16095 [__ASSUME_32BITUIDS]: Make code unconditional.
16096 [!__ASSUME_32BITUIDS]: Remove conditional code.
16097 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
16098 <kernel-features.h>.
16099 [__ASSUME_32BITUIDS]: Make code unconditional.
16100 [!__ASSUME_32BITUIDS]: Remove conditional code.
16101 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
16102 <kernel-features.h>.
16103 [__ASSUME_32BITUIDS]: Make code unconditional.
16104 [!__ASSUME_32BITUIDS]: Remove conditional code.
16105 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
16106 <kernel-features.h>.
16107 [__ASSUME_32BITUIDS]: Make code unconditional.
16108 [!__ASSUME_32BITUIDS]: Remove conditional code.
16109 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
16110 <kernel-features.h>.
16111 [__ASSUME_32BITUIDS]: Make code unconditional.
16112 [!__ASSUME_32BITUIDS]: Remove conditional code.
16113 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
16114 <kernel-features.h>.
16115 [__ASSUME_32BITUIDS]: Make code unconditional.
16116 [!__ASSUME_32BITUIDS]: Remove conditional code.
16117 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
16118 <kernel-features.h>.
16119 [__ASSUME_32BITUIDS]: Make code unconditional.
16120 [!__ASSUME_32BITUIDS]: Remove conditional code.
16121 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
16122 <kernel-features.h>.
16123 [__ASSUME_32BITUIDS]: Make code unconditional.
16124 [!__ASSUME_32BITUIDS]: Remove conditional code.
16125 * sysdeps/unix/sysv/linux/kernel-features.h
16126 (__ASSUME_SETRESUID_SYSCALL): Remove.
16127 (__ASSUME_SETRESGID_SYSCALL): Likewise.
16128 (__ASSUME_32BITUIDS): Likewise.
16129 (__ASSUME_LDT_WORKS): Likewise.
16130 (__ASSUME_O_DIRECTORY): Likewise.
16131 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
16132 architecture but not kernel version.
16133 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
16134 (__ASSUME_MMAP2_SYSCALL): Likewise.
16135 (__ASSUME_STAT64_SYSCALL): Likewise.
16136 (__ASSUME_IPC64): Likewise.
16137 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
16138 <kernel-features.h>.
16139 [__ASSUME_32BITUIDS]: Make code unconditional.
16140 [!__ASSUME_32BITUIDS]: Remove conditional code.
16141 * sysdeps/unix/sysv/linux/opendir.c: Do not include
16142 <kernel-features.h>.
16143 [__ASSUME_O_DIRECTORY]: Make code unconditional.
16144 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
16145 132096]: Remove conditional code.
16146 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
16147 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
16148 <kernel-features.h>.
16149 [__ASSUME_32BITUIDS]: Make code unconditional.
16150 [!__ASSUME_32BITUIDS]: Remove conditional code.
16151 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
16152 <kernel-features.h>.
16153 [__ASSUME_32BITUIDS]: Make code unconditional.
16154 [!__ASSUME_32BITUIDS]: Remove conditional code.
16155 * sysdeps/unix/sysv/linux/setegid.c: Do not include
16156 <kernel-features.h>.
16157 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
16158 unconditional.
16159 (__setresgid): Do not declare.
16160 [__ASSUME_32BITUIDS]: Make code unconditional.
16161 [!__ASSUME_32BITUIDS]: Remove conditional code.
16162 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
16163 <kernel-features.h>.
16164 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
16165 unconditional.
16166 (__setresuid): Do not declare.
16167 [__ASSUME_32BITUIDS]: Make code unconditional.
16168 [!__ASSUME_32BITUIDS]: Remove conditional code.
16169 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
16170 <kernel-features.h>.
16171 [__ASSUME_32BITUIDS]: Make code unconditional.
16172 [!__ASSUME_32BITUIDS]: Remove conditional code.
16173 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
16174 <kernel-features.h>.
16175 [__ASSUME_32BITUIDS]: Make code unconditional.
16176 [!__ASSUME_32BITUIDS]: Remove conditional code.
16177
16178 2012-05-25 Richard Henderson <rth@twiddle.net>
16179
16180 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
16181 dl_hwcap to ifunc resolver.
16182 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
16183 elf_ifunc_invoke.
16184 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
16185 dl_hwcap to ifunc resolver.
16186 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
16187
16188 2012-05-24 Joseph Myers <joseph@codesourcery.com>
16189
16190 [BZ #14153]
16191 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
16192 for |x| <= 2**-26, not 2**-57.
16193 * math/libm-test.inc (acos_test): Do not allow spurious underflow
16194 exception.
16195
16196 2012-05-24 Jeff Law <law@redhat.com>
16197
16198 * stdio-common/Makefile (tests): Add bug25.
16199 * stdio-common/bug25.c: New test.
16200
16201 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
16202
16203 [BZ #13576]
16204 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
16205 multiple of MALLOC_ALIGNMENT in size.
16206 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
16207
16208 2012-05-24 Joseph Myers <joseph@codesourcery.com>
16209
16210 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
16211 Require >= 256.
16212 (FILENAME_MAX): Use macro-int-constant.
16213 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
16214 (_IOFBF): Use macro-int-constant.
16215 (_IOLBF): Likewise.
16216 (_IONBF): Likewise.
16217 (SEEK_CUR): Likewise.
16218 (SEEK_END): Likewise.
16219 (SEEK_SET): Likewise.
16220 (TMP_MAX): Likewise.
16221 (EOF): Use macro-int-constant. Require < 0.
16222 (NULL): Use macro-constant. Require == 0.
16223 (stdin): Require type to be FILE *.
16224 (stdout): Likewise.
16225 (stderr): Likewise.
16226 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
16227 macro-int-constant.
16228 (EXIT_SUCCESS): Likewise.
16229 (NULL): Use macro-constant. Require == 0.
16230 (RAND_MAX): Use macro-int-constant.
16231 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
16232 [C99-based standards] (strtof): Require function.
16233 [C99-based standards] (strtold): Likewise.
16234 [C99-based standards] (strtoll): Likewise.
16235 [C99-based standards] (strtoull): Likewise.
16236 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
16237 [ISO || ISO99 || ISO11] (limits.h): Likewise.
16238 [ISO || ISO99 || ISO11] (math.h): Likewise.
16239 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
16240 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
16241 [ISO || ISO99 || ISO11] (*_t): Do not allow.
16242
16243 2012-05-24 Andreas Schwab <schwab@linux-m68k.org>
16244
16245 [BZ #14132]
16246 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
16247 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
16248 * intl/dgettext.c (DCGETTEXT): Likewise.
16249 * intl/gettext.c (DCGETTEXT): Likewise.
16250 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
16251 * posix/regex_internal.h (gettext): Likewise.
16252 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
16253 Remove declaration.
16254 * include/argz.h (__argz_count_internal)
16255 (__argz_stringify_internal): Remove declaration.
16256 (__argz_count, __argz_stringify): Declare hidden proto.
16257 * intl/dcgettext.c: Remove use of INTDEF.
16258 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
16259 * string/argz-stringify.c: Likewise.
16260 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
16261 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
16262 Declare hidden proto.
16263 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
16264 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
16265 Declare hidden proto.
16266 * include/stdio.h (__asprintf_internal): Don't declare.
16267 (__asprintf): Don't define as macro. Declare hidden proto.
16268 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
16269 (__fsetlocking): Declare hidden proto.
16270 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
16271 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
16272 hidden proto.
16273 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
16274 (_IO_setlinebuf): Remove use of INTUSE.
16275 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
16276 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
16277 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
16278 Remove declaration.
16279 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
16280 (_IO_do_flush): Remove use of INTUSE.
16281 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
16282 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
16283 (_IO_adjust_column, _IO_least_wmarker)
16284 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
16285 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
16286 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
16287 (_IO_default_doallocate, _IO_wdefault_doallocate)
16288 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
16289 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
16290 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
16291 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
16292 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
16293 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
16294 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
16295 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
16296 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
16297 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
16298 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
16299 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
16300 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
16301 proto.
16302 (_IO_flush_all_internal, _IO_adjust_column_internal)
16303 (_IO_default_uflow_internal, _IO_default_finish_internal)
16304 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
16305 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
16306 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
16307 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
16308 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
16309 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
16310 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
16311 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
16312 (_IO_file_close_internal, _IO_file_close_it_internal)
16313 (_IO_file_underflow_internal, _IO_file_overflow_internal)
16314 (_IO_file_init_internal, _IO_file_attach_internal)
16315 (_IO_file_fopen_internal, _IO_file_read_internal)
16316 (_IO_file_sync_internal, _IO_file_seek_internal)
16317 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
16318 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
16319 (_IO_str_underflow_internal, _IO_str_overflow_internal)
16320 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
16321 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
16322 (_IO_list_all_internal, _IO_link_in_internal)
16323 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
16324 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
16325 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
16326 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
16327 (_IO_do_write_internal, _IO_padn_internal)
16328 (_IO_getline_info_internal, _IO_getline_internal)
16329 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
16330 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
16331 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
16332 (_IO_vfscanf_internal, _IO_vfprintf_internal)
16333 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
16334 (_IO_init_internal, _IO_un_link_internal): Don't declare.
16335 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
16336 with libc_hidden_ver, remove use of INTUSE.
16337 * libio/genops.c: Likewise.
16338 * libio/freopen.c: Likewise.
16339 * libio/freopen64.c: Likewise.
16340 * libio/iofclose.c: Likewise.
16341 * libio/iofdopen.c: Likewise.
16342 * libio/iofflush.c: Likewise.
16343 * libio/iofflush_u.c: Likewise.
16344 * libio/iofgets.c: Likewise.
16345 * libio/iofgets_u.c: Likewise.
16346 * libio/iofopen.c: Likewise.
16347 * libio/iofopncook.c: Likewise.
16348 * libio/iofread.c: Likewise.
16349 * libio/iofread_u.c: Likewise.
16350 * libio/ioftell.c: Likewise.
16351 * libio/iofwrite.c: Likewise.
16352 * libio/iogetline.c: Likewise.
16353 * libio/iogets.c: Likewise.
16354 * libio/iogetwline.c: Likewise.
16355 * libio/iopadn.c: Likewise.
16356 * libio/iopopen.c: Likewise.
16357 * libio/ioseekoff.c: Likewise.
16358 * libio/ioseekpos.c: Likewise.
16359 * libio/iosetbuffer.c: Likewise.
16360 * libio/iosetvbuf.c: Likewise.
16361 * libio/ioungetc.c: Likewise.
16362 * libio/ioungetwc.c: Likewise.
16363 * libio/iovdprintf.c: Likewise.
16364 * libio/iovsprintf.c: Likewise.
16365 * libio/iovsscanf.c: Likewise.
16366 * libio/memstream.c: Likewise.
16367 * libio/obprintf.c: Likewise.
16368 * libio/oldfileops.c: Likewise.
16369 * libio/oldiofclose.c: Likewise.
16370 * libio/oldiofdopen.c: Likewise.
16371 * libio/oldiofopen.c: Likewise.
16372 * libio/oldiopopen.c: Likewise.
16373 * libio/oldstdfiles.c: Likewise.
16374 * libio/putc.c: Likewise.
16375 * libio/setbuf.c: Likewise.
16376 * libio/setlinebuf.c: Likewise.
16377 * libio/stdfiles.c: Likewise.
16378 * libio/strops.c: Likewise.
16379 * libio/vasprintf.c: Likewise.
16380 * libio/vscanf.c: Likewise.
16381 * libio/vsnprintf.c: Likewise.
16382 * libio/vswprintf.c: Likewise.
16383 * libio/wfiledoalloc.c: Likewise.
16384 * libio/wfileops.c: Likewise.
16385 * libio/wgenops.c: Likewise.
16386 * libio/wmemstream.c: Likewise.
16387 * libio/wstrops.c: Likewise.
16388 * libio/__fpurge.c: Likewise.
16389 * libio/__fsetlocking.c: Likewise.
16390 * assert/assert.c: Likewise.
16391 * debug/fgets_chk.c: Likewise.
16392 * debug/fgets_u_chk.c: Likewise.
16393 * debug/fread_chk.c: Likewise.
16394 * debug/fread_u_chk.c: Likewise.
16395 * debug/gets_chk.c: Likewise.
16396 * debug/obprintf_chk.c: Likewise.
16397 * debug/vasprintf_chk.c: Likewise.
16398 * debug/vdprintf_chk.c: Likewise.
16399 * debug/vsnprintf_chk.c: Likewise.
16400 * debug/vsprintf_chk.c: Likewise.
16401 * malloc/mtrace.c: Likewise.
16402 * misc/error.c: Likewise.
16403 * misc/syslog.c: Likewise.
16404 * stdio-common/asprintf.c: Likewise.
16405 * stdio-common/fxprintf.c: Likewise.
16406 * stdio-common/getw.c: Likewise.
16407 * stdio-common/isoc99_fscanf.c: Likewise.
16408 * stdio-common/isoc99_scanf.c: Likewise.
16409 * stdio-common/isoc99_vfscanf.c: Likewise.
16410 * stdio-common/isoc99_vscanf.c: Likewise.
16411 * stdio-common/isoc99_vsscanf.c: Likewise.
16412 * stdio-common/printf-prs.c: Likewise.
16413 * stdio-common/printf_fp.c: Likewise.
16414 * stdio-common/printf_fphex.c: Likewise.
16415 * stdio-common/printf_size.c: Likewise.
16416 * stdio-common/putw.c: Likewise.
16417 * stdio-common/scanf.c: Likewise.
16418 * stdio-common/sprintf.c: Likewise.
16419 * stdio-common/tmpfile.c: Likewise.
16420 * stdio-common/vfprintf.c: Likewise.
16421 * stdio-common/vfscanf.c: Likewise.
16422 * stdlib/strfmon_l.c: Likewise.
16423 * sunrpc/openchild.c: Likewise.
16424 * sunrpc/xdr_stdio.c: Likewise.
16425 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
16426 * sysdeps/mach/hurd/tmpfile.c: Likewise.
16427
16428 2012-05-24 Roland McGrath <roland@hack.frob.com>
16429
16430 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
16431
16432 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
16433 in the third column, to generate for the shared library an IFUNC
16434 that uses _dl_vdso_vsym.
16435 * Makerules (COMPILE.c, compile-stdin.c): New variables.
16436 * Makeconfig (object-suffixes-noshared): New variable.
16437
16438 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
16439 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
16440 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
16441 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
16442
16443 [BZ #14132]
16444 * include/sys/time.h (__gettimeofday): Remove macro.
16445 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
16446 * time/gettimeofday.c (__gettimeofday): Remove #undef.
16447 Remove INTDEF.
16448 (__gettimeofday): Add libc_hidden_def.
16449 (gettimeofday): Add libc_hidden_weak.
16450 * sysdeps/mach/gettimeofday.c: Likewise.
16451 * sysdeps/posix/gettimeofday.c: Likewise.
16452 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
16453 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
16454 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
16455 (__gettimeofday_internal): Remove strong_alias.
16456 (__gettimeofday): Add libc_hidden_def.
16457 (gettimeofday): Add libc_hidden_weak.
16458 * sysdeps/unix/syscalls.list (gettimeofday):
16459 Remove __gettimeofday_internal alias.
16460
16461 2012-05-24 Daniel Jacobowitz <drow@false.org>
16462 H.J. Lu <hongjiu.lu@intel.com>
16463
16464 [BZ #12495]
16465 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
16466 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
16467 (largebin_index_32_big): New.
16468 (largebin_index): Use it for 16-byte alignment.
16469 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
16470 correction with front_misalign.
16471
16472 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
16473
16474 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
16475 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
16476 Likewise.
16477 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
16478 Likewise.
16479 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
16480 Likewise.
16481 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
16482 Likewise.
16483 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
16484 Likewise.
16485 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
16486 Likewise.
16487 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
16488 Likewise.
16489 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
16490 Likewise.
16491 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
16492 Likewise.
16493 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
16494 Likewise.
16495 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
16496 Likewise.
16497 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
16498 Likewise.
16499
16500 * scripts/data/c++-types-x32-linux-gnu.data: New file.
16501 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
16502
16503 2012-05-24 Joseph Myers <joseph@codesourcery.com>
16504
16505 [BZ #10846]
16506 [BZ #14036]
16507 * math/libm-test.inc (exp_test): Add test from bug 14036.
16508 (pow_test): Add test from bug 10846.
16509
16510 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
16511 and other flags.
16512 (special_function): Do not include flags in test name.
16513 (parse_args): Likewise.
16514 * sysdeps/i386/fpu/libm-test-ulps: Update.
16515 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16516 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16517 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16518 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16519
16520 * math/gen-libm-test.pl (%beautify): Add entries for underflow
16521 exceptions.
16522 * math/libm-test.inc ("Philosophy"): Update comment about
16523 exception testing.
16524 (UNDERFLOW_EXCEPTION): New macro.
16525 (UNDERFLOW_EXCEPTION_OK): Likewise.
16526 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
16527 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
16528 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
16529 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
16530 (INVALID_EXCEPTION_OK): Update value.
16531 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
16532 (OVERFLOW_EXCEPTION_OK): Likewise.
16533 (IGNORE_ZERO_INF_SIGN): Likewise.
16534 (test_exceptions): Handle underflow exceptions.
16535 (acos_test): Update for underflow exception expectations.
16536 (cexp_test): Likewise.
16537 (clog_test): Likewise.
16538 (clog10_test): Likewise.
16539 (csqrt_test): Likewise.
16540 (ctan_test): Likewise.
16541 (ctanh_test): Likewise.
16542 (exp_test): Likewise.
16543 (exp10_test): Likewise.
16544 (exp2_test): Likewise.
16545 (expm1_test): Likewise.
16546 (fma_test): Likewise.
16547 (j0_test): Likewise.
16548 (jn_test): Likewise.
16549 (nexttoward_test): Likewise.
16550 (pow_test): Likewise.
16551 (scalbn_test): Likewise.
16552 (scalbln_test): Likewise.
16553 (tan_test): Likewise.
16554 (y1_test): Likewise.
16555 * sysdeps/i386/fpu/libm-test-ulps: Update.
16556 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16557
16558 2012-05-23 David S. Miller <davem@davemloft.net>
16559
16560 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
16561 (__libc_sigaction): Remove unused local variables.
16562
16563 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
16564
16565 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
16566
16567 2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
16568
16569 mktime: avoid signed integer overflow
16570 * time/mktime.c (__mktime_internal): Do not mishandle the case
16571 where diff == INT_MIN.
16572
16573 mktime: simplify computation of average
16574 * time/mktime.c (ranged_convert): Use new time_t_avg function
16575 instead of rolling our own (probably-slower) code.
16576
16577 mktime: do not assume signed right shift propagates sign bit
16578 * time/mktime.c (isdst_differ): New static function.
16579 (__mktime_internal): No need to normalize tm_isdst now.
16580 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
16581 tm_isdst values.
16582
16583 mktime: merge another wrapv change from gnulib
16584 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
16585 from some compilers.
16586
16587 mktime: remove incorrect attempt at unusual arithmetics
16588 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
16589 The code didn't really work on such machines anyway.
16590 (TYPE_MINIMUM): Assume two's complement.
16591 (twos_complement_arithmetic): Verify that long_int and time_t
16592 are two's complement (or unsigned, in the latter case).
16593
16594 mktime: check signed shifts on long_int and time_t, too
16595 * time/mktime.c (SHR): Check that shifts work as desired
16596 on the types long_int and time_t too, as SHR is used on
16597 such types.
16598
16599 mktime: do not assume 'long' is wide enough
16600 * time/mktime.c (verify): Move decl up.
16601 (long_int): New type.
16602 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
16603 to remove assumption in the code that 'long' is wide enough to
16604 store year values. This assumption is not true on x32 and on
16605 some non-glibc platforms.
16606
16607 mktime: merge wrapv change from gnulib
16608 * time/mktime.c (WRAPV): New macro.
16609 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
16610 (guess_time_tm, __mktime_internal): Do not assume that signed
16611 integer overflow wraps around; modern compilers generate code
16612 where this assumption is no longer valid.
16613
16614 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
16615
16616 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
16617 Replace "jmp L(pseudo_end)" with "ret".
16618 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
16619 Likewise.
16620
16621 2012-05-23 Andreas Jaeger <aj@suse.de>
16622
16623 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
16624 * sysdeps/unix/sysv/linux/poll.c: Remove file.
16625
16626 2012-05-23 Andreas Jaeger <aj@suse.de>
16627 Maximilian Attems <max@stro.at>
16628
16629 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
16630 New macros.
16631
16632 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
16633
16634 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
16635 code so that pseudo_end is just ret and the stack pointer is
16636 correct also for static library in error case.
16637
16638 2012-05-23 Joseph Myers <joseph@codesourcery.com>
16639
16640 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
16641 move to syscalls.list.
16642 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
16643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
16644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
16645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
16646
16647 * manual/install.texi (Running make install): Do not mention Linux
16648 kernel version for which pt_chown is not needed.
16649 (Linux): Do not mention problems with nscd with 2.0 kernels.
16650 * INSTALL: Regenerated.
16651
16652 2012-05-23 Andreas Jaeger <aj@suse.de>
16653
16654 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
16655 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
16656 macro.
16657 * sysdeps/unix/sysv/linux/s390/bits/mman.h
16658 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16659 * sysdeps/unix/sysv/linux/sh/bits/mman.h
16660 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16661 * sysdeps/unix/sysv/linux/i386/bits/mman.h
16662 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16663 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
16664 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16665 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
16666 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16667 * sysdeps/unix/sysv/linux/bits/in.h
16668 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
16669
16670 2012-05-22 Roland McGrath <roland@hack.frob.com>
16671
16672 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
16673 (PREPARE_VERSION): Just use assert instead, it will be elided
16674 under [NDEBUG] anyway.
16675
16676 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
16677
16678 * sysdeps/unix/sysv/linux/Makefile: Include
16679 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
16680 (sysdep_routines): Remove sysctl.
16681 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
16682 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
16683 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
16684 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
16685 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
16686
16687 2012-05-22 Andreas Jaeger <aj@suse.de>
16688
16689 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
16690 that pseudo_end is just ret and the stack pointer is correct also
16691 for static library in error case.
16692
16693 2012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
16694
16695 [BZ #14122]
16696 * nss/nsswitch.c (defconfig_entries): New variable.
16697 (__nss_database_lookup): Don't leak defconfig entries.
16698 (nss_parse_service_list): Don't leak on error paths.
16699 (free_database_entries): New function.
16700 (free_defconfig): New function.
16701 (free_mem): Move common code to free_database_entries.
16702
16703 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
16704
16705 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
16706 Add arch_prctl.
16707 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
16708
16709 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16710 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
16711 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
16712 New macro.
16713 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
16714 (INTERNAL_SYSCALL_TYPES): Likewise.
16715 (LOAD_ARGS_TYPES_[1-6]): Likewise.
16716 (LOAD_REGS_TYPES_[1-6]): Likewise.
16717 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
16718 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
16719
16720 2012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16721
16722 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
16723 copysignl for GLIBC_2_0.
16724 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
16725 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
16726 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
16727 logbl for GLIBC_2_0.
16728 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
16729 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
16730
16731 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
16732
16733 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
16734 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
16735
16736 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
16737 Use "neg %eax".
16738
16739 * time/mktime.c: Update copyright years.
16740
16741 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
16742
16743 mktime: merge comment-quoting-style change from gnulib
16744 * time/mktime.c: Quote 'like this' in comments.
16745 The GNU coding standards suggest that we no longer quote `like this',
16746 as "`" and "'" are typically rendered asymmetrically nowadays.
16747 The typical gnulib style is to quote 'like this' when quoting
16748 code, and "like this" when quoting English.
16749
16750 * time/mktime.c (compile-command): Add "-I.".
16751
16752 mktime: merge mktime-internal.h change from gnulib
16753 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
16754
16755 mktime: merge time_r change from gnulib
16756 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
16757
16758 mktime: merge DEBUG change from gnulib
16759 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
16760 case system <time.h> has a #define.
16761
16762 mktime: merge <sys/types.h> change from gnulib
16763 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
16764 since <time.t> is now guaranteed to define time_t.
16765
16766 mktime: merge HAVE_CONFIG_H change from gnulib
16767 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
16768
16769 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
16770
16771 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
16772 Use "neg %eax".
16773
16774 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
16775 __rlim_t cast.
16776 (struct rusage): Use anonymous union to pad each field to
16777 __syscall_slong_t.
16778
16779 2012-05-21 David S. Miller <davem@davemloft.net>
16780
16781 * Makefules (o-iterator): Remove .s cases.
16782 (compile-command.s): Delete.
16783 (COMPILE.s): Delete.
16784 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
16785
16786 2012-05-21 Joseph Myers <joseph@codesourcery.com>
16787
16788 * configure.in (libc_cv_predef_stack_protector): Only consider
16789 "foobar" and "__stack_chk_fail" lines in libc_undefs.
16790 * configure: Regenerated.
16791
16792 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
16793
16794 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
16795 New macro. Use R*LP on int and pointer.
16796 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
16797 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
16798 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
16799 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
16800
16801 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
16802 [__WORDSIZE_TIME64_COMPAT32] instead of
16803 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
16804 (struct utmp): Likewise.
16805 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
16806 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
16807 Renamed to ...
16808 (__WORDSIZE_TIME64_COMPAT32): This.
16809 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
16810 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
16811 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
16812 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
16813 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
16814 (__WORDSIZE_TIME64_COMPAT32): New macro.
16815
16816 2012-05-21 Andreas Jaeger <aj@suse.de>
16817
16818 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
16819 only if [SHARED]. Add prototype for __wcschr_ia32.
16820
16821 2012-05-21 Roland McGrath <roland@hack.frob.com>
16822
16823 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
16824 of %rbp unmolested in the jmp_buf while mangling the low bits.
16825 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
16826 unmolested high bits of %rbp while demangling the low bits.
16827 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
16828
16829 2012-05-21 Andreas Jaeger <aj@suse.de>
16830
16831 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
16832 * sunrpc/svc_simple.c: Use it for registerrpc.
16833 * sunrpc/xcrypt.c: Use it for passwd2des.
16834
16835 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
16836
16837 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
16838
16839 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
16840 Don't define if [__SYSCALL_WORDSIZE != 32].
16841 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
16842 New macro.
16843
16844 2012-05-21 Bruno Haible <bruno@clisp.org>
16845 Andreas Jaeger <aj@suse.de>
16846
16847 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
16848 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
16849 inptr and inend for must_buffer_ch.
16850 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
16851 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
16852 * stdio-common/Makefile (tests): Remove bug15.
16853 (bug15-ENV): Remove macro.
16854 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
16855 anymore.
16856
16857 2012-05-19 Andreas Jaeger <aj@suse.de>
16858 Roland McGrath <roland@hack.frob.com>
16859
16860 * manual/contrib.texi: Completely rewritten. It contains now an
16861 alphabetical list of contributors and their contributions.
16862
16863 2012-05-21 Richard Henderson <rth@twiddle.net>
16864
16865 * misc/getauxval.c (__getauxval): Use unsigned long int.
16866 * misc/sys/auxv.h: Include <sys/cdefs.h>.
16867 (getauxval): Use unsigned long int.
16868
16869 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
16870
16871 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
16872
16873 2012-05-21 Roland McGrath <roland@hack.frob.com>
16874
16875 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
16876 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
16877 __alignof__ (long double).
16878
16879 2012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16880
16881 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16882
16883 2012-05-20 Richard Henderson <rth@twiddle.net>
16884
16885 * misc/getauxval.c: New file.
16886 * misc/sys/auxv.h: New file.
16887 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
16888 (routines): Add getauxval.
16889 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
16890 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
16891 * elf/dl-sysdep.c (_dl_auxv): Remove.
16892 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
16893 * elf/dl-support.c (_dl_auxv): New variable.
16894 (_dl_aux_init): Initialize it.
16895 * manual/startup.texi (Auxiliary Vector): New node.
16896 * sysdeps/generic/bits/hwcap.h: New file.
16897 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
16898 * sysdeps/powerpc/sysdep.h: ... here. Include it.
16899 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
16900 * sysdeps/sparc/sysdep.h: ... here. Include it.
16901 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
16902 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
16903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
16904 Update.
16905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
16906 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
16907 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
16908 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
16909 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
16910 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
16911 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
16912 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
16913
16914 2012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16915
16916 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16917
16918 2012-05-19 David S. Miller <davem@davemloft.net>
16919
16920 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16921
16922 2012-05-19 Joseph Myers <joseph@codesourcery.com>
16923
16924 [BZ #14123]
16925 * math/s_ccosh.c: Include <float.h>
16926 (__ccosh): Avoid internal overflow calculating sinh and cosh
16927 values before multiplying by sin and cos values.
16928 * math/s_ccoshf.c: Likewise.
16929 * math/s_ccoshl.c: Likewise.
16930 * math/s_csin.c: Likewise.
16931 * math/s_csinf.c: Likewise.
16932 * math/s_csinl.c: Likewise.
16933 * math/s_csinh.c: Likewise.
16934 * math/s_csinhf.c: Likewise.
16935 * math/s_csinhl.c: Likewise.
16936 * math/libm-test.inc (ccos_test): Add more tests.
16937 (ccosh_test): Likewise.
16938 (csin_test): Likewise.
16939 (csinh_test): Likewise.
16940 * sysdeps/i386/fpu/libm-test-ulps: Update.
16941 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16942
16943 2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
16944
16945 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
16946 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
16947
16948 * sysdeps/x86_64/x32/_itoa.h: Add comment.
16949
16950 2012-05-19 Joseph Myers <joseph@codesourcery.com>
16951
16952 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
16953 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
16954 * sysdeps/powerpc/soft-fp/Versions: Likewise.
16955 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
16956 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
16957 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
16958 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
16959 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
16960 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
16961 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
16962 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
16963 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
16964 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
16965 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
16966 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
16967 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
16968 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
16969 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
16970 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
16971 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
16972 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
16973 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
16974 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
16975 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
16976 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
16977 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
16978 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
16979 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
16980 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
16981 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
16982 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
16983
16984 2012-05-18 Andreas Jaeger <aj@suse.de>
16985
16986 * csu/.gitignore: Delete.
16987
16988 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
16989
16990 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
16991 (timex): Use __syscall_slong_t.
16992
16993 2012-05-18 Andreas Jaeger <aj@suse.de>
16994 Carlos O'Donell <carlos_odonell@mentor.com>
16995
16996 * manual/install.texi (Configuring and compiling): Update
16997 description about files modified in the source directory.
16998 * INSTALL: Regenerated.
16999
17000 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
17001
17002 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
17003 value. Use "or" to set return value to -1.
17004 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
17005 negate return value.
17006
17007 2012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17008
17009 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
17010 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
17011 failure if the compiler has Graphite support disabled.
17012 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
17013 Likewise.
17014 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
17015 CFLAGS-memmove.c): Likewise.
17016 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
17017 Likewise.
17018
17019 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
17020
17021 * sysdeps/x86_64/x32/_itoa.h: New file.
17022
17023 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
17024 getdents system call only if kernel and user dirents have the
17025 same d_ino and d_off.
17026
17027 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
17028 LLONG_MAX != LONG_MAX.
17029 (_itoa_word): Use _ITOA_WORD_TYPE on value.
17030 (_fitoa_word): Likewise.
17031
17032 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
17033 years.
17034 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
17035 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
17036 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
17037
17038 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
17039 include <bits/wordsize.h>. Check __x86_64__ instead of
17040 __WORDSIZE.
17041 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
17042 if __x86_64__ is defined. Use anonymous union on fpstate.
17043
17044 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
17045 anonymous union.
17046
17047 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
17048
17049 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
17050 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
17051 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
17052 Refer to _rtld_local_ro instead of _rtld_global_ro.
17053 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
17054 Likewise.
17055 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
17056 Likewise.
17057 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
17058 Likewise.
17059 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
17060 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
17061 of _rtld_global, and rtld_progname instead of _dl_argv[0].
17062
17063 * sysdeps/powerpc/powerpc32/dl-machine.c
17064 (__elf_machine_runtime_setup) [PROF]: Don't reference
17065 _dl_prof_resolve.
17066
17067 2012-05-18 Andreas Jaeger <aj@suse.de>
17068
17069 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
17070 function only available for GCCs before 3.4 since GCC 3.4
17071 introduced a builtin.
17072 (lrint): Likewise.
17073 (llrintf): Likewise.
17074 (llrint): Likewise.
17075 (fmaxf): Likewise.
17076 (fmax): Likewise.
17077 (fminf): Likewise.
17078 (fmin): Likewise.
17079 (rint): Likewise.
17080 (rintf): Likewise.
17081 (nearbyint): Likewise.
17082 (nearbyintf): Likewise.
17083 (ceil): Likewise.
17084 (ceilf): Likewise.
17085 (floor): Likewise.
17086 (floorf): Likewise.
17087
17088 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
17089
17090 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
17091 on both fields and cast pointer to __syscall_ulong_t.
17092
17093 * bits/types.h (__fsword_t): New type.
17094 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
17095 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
17096 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17097 (__FSWORD_T_TYPE): Likewise.
17098 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17099 (__FSWORD_T_TYPE): Likewise.
17100 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17101 (__FSWORD_T_TYPE): Likewise.
17102 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
17103 (__FSWORD_T_TYPE): Likewise.
17104 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
17105 __SWORD_TYPE with __fsword_t.
17106 (statfs64): Likewise.
17107
17108 2012-05-17 David S. Miller <davem@davemloft.net>
17109
17110 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
17111
17112 2012-05-17 Andreas Jaeger <aj@suse.de>
17113
17114 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
17115 warning.
17116
17117 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
17118
17119 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
17120
17121 2012-05-17 Andreas Jaeger <aj@suse.de>
17122
17123 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
17124 when it is used.
17125
17126 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
17127
17128 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
17129
17130 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
17131
17132 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
17133 * sysdeps/x86_64/tst-mallocalign1.c: New file.
17134
17135 2012-05-17 Andreas Jaeger <aj@suse.de>
17136 Carlos O'Donell <carlos_odonell@mentor.com>
17137
17138 [BZ #14059]
17139 * sysdeps/x86_64/multiarch/init-arch.h
17140 (bit_YMM_Usable): Rename to...
17141 (bit_AVX_Usable): ... this.
17142 (bit_FMA4_Usable): New macro.
17143 (bit_XMM_state): New macro.
17144 (bit_YMM_state): New macro.
17145 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
17146 [__ASSEMBLER__] (index_AVX_Usable): ... this.
17147 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
17148 (CPUID_OSXSAVE): New macro.
17149 (CPUID_AVX): New macro.
17150 (CPUID_FMA4): New macro.
17151 (index_YMM_Usable): Rename to...
17152 (index_AVX_Usable): ... this.
17153 (HAS_AVX): Use HAS_ARCH_FEATURE.
17154 (HAS_FMA4): Likewise.
17155 (HAS_YMM_USABLE): Remove.
17156 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17157 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
17158 are present.
17159 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
17160 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
17161 * sysdeps/x86_64/multiarch/Makefile: Likewise.
17162 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
17163 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
17164
17165 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
17166
17167 * math/libm-test.c: Support platforms without multiple rounding modes.
17168 * math/bug-nextafter.c: Support platforms without FP exceptions.
17169 * math/bug-nexttoward.c: Likewise.
17170 * math/test-fenv.c: Likewise.
17171 * math/test-misc.c: Likewise.
17172 * stdlib/bug-getcontext.c: Likewise.
17173
17174 2012-05-17 Andreas Jaeger <aj@suse.de>
17175
17176 * manual/examples/search.c (critter_cmp): Change signature to
17177 avoid warnings.
17178 * manual/string.texi (Collation Functions): Likewise.
17179
17180 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17181
17182 * bits/types.h: Fold copyright years.
17183 * bits/typesizes.h: Likewise.
17184 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
17185 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17186 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
17187 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
17188 * time/time.h: Likewise.
17189
17190 2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
17191
17192 [BZ #208]
17193 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
17194 in instead of returning them. Return void.
17195 (__libc_mallinfo): Accumulate over all arenas.
17196 (__malloc_stats): Adjust for change in int_mallinfo interface.
17197
17198 2012-05-16 Roland McGrath <roland@hack.frob.com>
17199
17200 [BZ #10375]
17201 * configure.in (NM): Add AC_CHECK_TOOL for it.
17202 (libc_extra_cflags): New substituted variable.
17203 Check for -fstack-protector being used implicitly.
17204 * configure: Regenerated.
17205 * config.make.in (config-extra-cflags): New variable,
17206 gets @libc_extra_cflags@.
17207 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
17208
17209 [BZ #10375]
17210 * configure.in: Check for _FORTIFY_SOURCE being predefined.
17211 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
17212 * configure: Regenerated.
17213 * config.make.in (CPPUNDEFS): New substituted variable.
17214 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
17215 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
17216 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
17217
17218 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17219
17220 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
17221 (mq_attr): Use __syscall_slong_t.
17222
17223 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17224
17225 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
17226 Check __x86_64__ instead of __WORDSIZE.
17227 (_STAT_VER_LINUX): Likewise.
17228 (stat): Check __x86_64__ instead of __WORDSIZE. Use
17229 __syscall_ulong_t and __syscall_slong_t.
17230 (stat64): Likewise.
17231
17232 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17233
17234 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
17235
17236 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17237
17238 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
17239
17240 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17241
17242 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
17243 __syscall_ulong_t.
17244
17245 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
17246 include <bits/wordsize.h>. Check __x86_64__ instead of
17247 __WORDSIZE.
17248 (greg_t): Use "__extension__ long long int" if __x86_64__ is
17249 defined.
17250 (mcontext_t): Replace "unsigned long" with "unsigned long long".
17251
17252 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
17253 include <bits/wordsize.h>. Check __x86_64__ instead of
17254 __WORDSIZE.
17255 (user_regs_struct): Use "__extension__ unsigned long long"
17256 instead of "unsigned long" if __x86_64__ is defined.
17257 (user): Likewise. Pad after pointer field if __ILP32__ is
17258 defined.
17259
17260 2012-05-16 Joseph Myers <joseph@codesourcery.com>
17261
17262 * configure.in (makeinfo): Require version 4.5 or later. Allow
17263 versions 5 to 9.
17264 * configure: Regenerated.
17265 * manual/install.texi (texinfo): Increase version requirement to
17266 4.5 or later.
17267 * INSTALL: Regenerated.
17268
17269 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
17270
17271 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
17272
17273 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
17274
17275 * sysdeps/x86_64/x32/ffs.c: New file.
17276
17277 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
17278 __syscall_ulong_t.
17279 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
17280 defined. Use __syscall_ulong_t.
17281 (shminfo): Use __syscall_ulong_t.
17282 (shm_info): Likewise.
17283
17284 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
17285 __syscall_ulong_t.
17286
17287 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
17288 <bits/wordsize.h>.
17289 (msgqnum_t): Use __syscall_ulong_t.
17290 (msglen_t): Likewise.
17291 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
17292 __syscall_ulong_t.
17293
17294 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
17295 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
17296
17297 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
17298
17299 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
17300 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
17301
17302 * sysvipc/sys/msg.h (msgbuf): Replace long int with
17303 __syscall_slong_t.
17304
17305 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
17306 include <bits/wordsize.h>. Check __x86_64__ instead of
17307 __WORDSIZE.
17308
17309 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
17310 "unsigned long long int" if __x86_64__ is defined.
17311 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
17312
17313 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
17314 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
17315 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
17316
17317 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
17318 <stdint.h>.
17319 (GET_PC): Cast to uintptr_t first.
17320 (GET_FRAME): Likewise.
17321 (GET_STACK): Likewise.
17322
17323 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
17324 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
17325 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
17326 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
17327 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
17328 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
17329 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
17330 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
17331 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
17332 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
17333 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
17334 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
17335 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
17336 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
17337 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
17338 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
17339 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
17340 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
17341 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
17342 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
17343 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
17344 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
17345 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
17346 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
17347 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
17348 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
17349 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
17350 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
17351 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
17352
17353 2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
17354
17355 * Makerules (+depfiles): Also collect depfiles from .oS in
17356 $(extra-objs).
17357 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
17358 .oS, $(libnldbl-routines)).
17359
17360 * Makerules (native-compile-mkdep-flags): Define.
17361 * sunrpc/Makefile (extra-objs): Add $(addprefix
17362 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
17363 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
17364 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
17365 calling $(make-target-directory).
17366
17367 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17368
17369 * bits/types.h (__snseconds_t): Removed.
17370 * time/time.h (struct timespec): Replace __snseconds_t with
17371 __syscall_slong_t.
17372 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
17373 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
17374 Likewise.
17375 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17376 (__SNSECONDS_T_TYPE): Likewise.
17377 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17378 (__SNSECONDS_T_TYPE): Likewise.
17379 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17380 (__SNSECONDS_T_TYPE): Likewise.
17381
17382 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17383
17384 * sysdeps/mach/hurd/bits/typesizes.h
17385 (__SYSCALL_SLONG_TYPE): New macro.
17386 (__SYSCALL_ULONG_TYPE): Likewise.
17387
17388 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17389
17390 * bits/types.h (__syscall_slong_t): New type.
17391 (__syscall_ulong_t): Likewise.
17392
17393 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
17394 (__SYSCALL_ULONG_TYPE): Likewise.
17395 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17396 (__SYSCALL_SLONG_TYPE): Likewise.
17397 (__SYSCALL_ULONG_TYPE): Likewise.
17398 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17399 (__SYSCALL_SLONG_TYPE): Likewise.
17400 (__SYSCALL_ULONG_TYPE): Likewise.
17401 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17402 (__SYSCALL_SLONG_TYPE): Likewise.
17403 (__SYSCALL_ULONG_TYPE): Likewise.
17404
17405 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17406
17407 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
17408 Add sigaltstack-offsets.sym.
17409 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
17410 <sigaltstack-offsets.h>.
17411 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
17412 longjmp_msg pointer.
17413 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
17414 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
17415 signal stack.
17416 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
17417
17418 2012-05-15 Joseph Myers <joseph@codesourcery.com>
17419
17420 * elf/stackguard-macros.h: Remove file.
17421 * sysdeps/generic/stackguard-macros.h: New file.
17422 * sysdeps/i386/stackguard-macros.h: Likewise.
17423 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17424 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17425 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17426 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17427 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17428 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17429 * sysdeps/x86_64/stackguard-macros.h: Likewise.
17430 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
17431 <elf/stackguard-macros.h>.
17432
17433 [BZ #14109]
17434 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
17435 __aligned__ in attribute.
17436 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
17437 (gregset_t): Likewise.
17438
17439 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17440
17441 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
17442 * sysdeps/x86_64/64/Implies-after: Here. New file.
17443 * sysdeps/x86_64/x32/Implies-after: New file.
17444
17445 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17446
17447 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
17448 and access return value for _dl_profile_fixup. Use R10_LP to
17449 load frame size.
17450
17451 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17452
17453 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
17454
17455 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17456
17457 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
17458 * sysdeps/x86_64/x32/sysdep.h: New file.
17459
17460 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17461
17462 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
17463 * sysdeps/x86_64/setjmp.S: Likewise.
17464
17465 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17466
17467 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
17468 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
17469 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
17470 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
17471 remove unused global constant.
17472
17473 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
17474
17475 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
17476 include of <not-cancel.h>.
17477
17478 2012-05-15 Roland McGrath <roland@hack.frob.com>
17479
17480 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
17481
17482 2012-05-15 Jeff Law <law@redhat.com>
17483 Andreas Jaeger <aj@suse.de>
17484
17485 [BZ #13594]
17486 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
17487 out from...
17488 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
17489 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
17490 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
17491 code changing __hst_map_handle.map.
17492
17493 2012-05-15 Roland McGrath <roland@hack.frob.com>
17494
17495 * configure.in (sysnames): Look for Implies-before and Implies-after
17496 files.
17497 * configure: Regenerated.
17498
17499 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17500
17501 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
17502 8-byte data alignment with LP_SIZE alignment.
17503
17504 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17505
17506 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
17507 into R10_LP.
17508
17509 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17510
17511 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
17512
17513 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17514
17515 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
17516 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
17517 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
17518 Likewise.
17519 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
17520
17521 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17522
17523 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
17524 (stackinfo_sub_sp): Likewise.
17525
17526 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17527
17528 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
17529 RAX_LP.
17530
17531 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17532
17533 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
17534 into R*_LP.
17535
17536 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17537
17538 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
17539 sizes into R*_LP.
17540
17541 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17542
17543 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
17544
17545 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17546
17547 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
17548 into R11_LP and load __x86_64_shared_cache_size_half into
17549 R8_LP.
17550
17551 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
17552
17553 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
17554 R8_LP.
17555
17556 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17557
17558 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
17559 logb for POWER7.
17560 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
17561 logbf for POWER7.
17562 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
17563 logbl for POWER7.
17564 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
17565 powerpc32/power7/fpu/s_logb.c via #include.
17566 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
17567 powerpc32/power7/fpu/s_logbf.c via #include.
17568 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
17569 powerpc32/power7/fpu/s_logbl.c via #include.
17570
17571 2012-05-15 Joseph Myers <joseph@codesourcery.com>
17572
17573 * README.libm: Remove file.
17574
17575 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17576
17577 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
17578 count for x32. Use R*_LP and omit operand-size suffix.
17579
17580 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17581
17582 * shlib-versions: Move x86_64-.*-linux.* entries to ...
17583 * sysdeps/x86_64/64/shlib-versions: Here. New file.
17584 * sysdeps/x86_64/x32/shlib-versions: New file.
17585
17586 2012-05-14 Roland McGrath <roland@hack.frob.com>
17587
17588 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
17589 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
17590 Use _dl_fatal_printf instead.
17591
17592 2012-05-14 Joseph Myers <joseph@codesourcery.com>
17593
17594 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
17595 set if not set by the user. Do not allow for being unset.
17596 * sysdeps/unix/sysv/linux/configure: Regenerated.
17597
17598 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17599
17600 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
17601 the `q' suffix from lea and replace .quad with ASM_ADDR.
17602
17603 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17604
17605 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
17606 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
17607 instead of $17.
17608 (PTR_DEMANGLE): Likewise.
17609
17610 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17611
17612 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
17613 (LP_OP): Likewise.
17614 (ASM_ADDR): Likewise.
17615 (RAX_LP): Likewise.
17616 (RBP_LP): Likewise.
17617 (RBX_LP): Likewise.
17618 (RCX_LP): Likewise.
17619 (RDI_LP): Likewise.
17620 (RSI_LP): Likewise.
17621 (RSP_LP): Likewise.
17622 (R8_LP): Likewise.
17623 (R9_LP): Likewise.
17624 (R10_LP): Likewise.
17625 (R10_LP): Likewise.
17626 (R11_LP): Likewise.
17627 (R12_LP): Likewise.
17628 (R13_LP): Likewise.
17629 (R14_LP): Likewise.
17630 (R15_LP): Likewise.
17631
17632 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17633
17634 * sysdeps/x86_64/x32/dl-machine.h: New file.
17635
17636 2012-05-14 Andreas Jaeger <aj@suse.de>
17637
17638 * manual/Makefile (subdir): Remove export of subdir.
17639 (all): Remove target.
17640 (.PHONY): Remove all from list.
17641 (mkinstalldirs): Remove.
17642 (.PHONY): Remove installdirs from list.
17643 ($(inst_infodir)/libc.info): Use make-target-directory.
17644 (installdirs): Remove.
17645 (subdir_%): Remove.
17646 (glibc-targets): Remove.
17647 (lib): Remove.
17648 (stubs): Remove.
17649 ($(objpfx)stubs ../po/manual.pot): Remove.
17650 ($(objpfx)stamp%): Remove.
17651 (make-target-directory): Remove.
17652 (subdir_install): Remove.
17653 (routines): Remove.
17654 (aux): Remove.
17655 (sources): Remove.
17656 (objects): Remove.
17657 (headers): Remove.
17658
17659 [BZ #13750]
17660 * manual/.gitignore: Remove, it's not needed anymore.
17661 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
17662 all files in it.
17663 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
17664 directory.
17665 (texis): Renamed to $(objpfx)texis.
17666 (texis-path): New, contains path to generated files.
17667 (chapters.%): Use texis-path for complete path, add extra argument
17668 libc-texinfo.sh.
17669 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
17670 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
17671 (summary,texi, stamp-summary): Use complete path of
17672 files. Generate files in build dir.
17673 (dir-add.texi): Build in build dir.
17674 (libm-err.texi,stamp-libm-err): Likewise.
17675 (version.texi, stamp-version): Likewise.
17676 (.%c.texi): Likewise.
17677 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
17678 (mostlyclean): Remove target.
17679 (realclean): Remove target.
17680 (generated): Add new variable with contents from mostlyclean and
17681 realclean, remove entries duplicated in common-mostlyclean, add
17682 stamp-libm-err and stamp-version.
17683 (generated-dirs): Add libc directory.
17684 ($(inst_infodir)/libc.info): Install files from build dir.
17685
17686 * manual/install.texi (Configuring and compiling): Adjust since
17687 the info files are not part of the tar ball anymore.
17688
17689 2012-05-14 Andreas Jaeger <aj@suse.de>
17690
17691 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
17692 variable.
17693
17694 2012-05-14 Joseph Myers <joseph@codesourcery.com>
17695
17696 [BZ #13717]
17697 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
17698 to 2.2.0 where earlier.
17699 * sysdeps/unix/sysv/linux/configure: Regenerated.
17700 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
17701 Remove conditional code.
17702 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
17703 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
17704 Remove conditional code.
17705 [!__NR_lchown]: Likewise.
17706 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
17707 [__NR_lchown]: Likewise.
17708 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
17709 comment referencing __ASSUME_LCHOWN_SYSCALL.
17710 * sysdeps/unix/sysv/linux/i386/sigaction.c
17711 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
17712 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
17713 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
17714 Remove conditional code.
17715 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
17716 (__protocol_available): Remove #if 0 code.
17717 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
17718 conditional code.
17719 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
17720 * sysdeps/unix/sysv/linux/kernel-features.h
17721 (__ASSUME_GETCWD_SYSCALL): Don't define.
17722 (__ASSUME_REALTIME_SIGNALS): Likewise.
17723 (__ASSUME_PREAD_SYSCALL): Likewise.
17724 (__ASSUME_PWRITE_SYSCALL): Likewise.
17725 (__ASSUME_POLL_SYSCALL): Likewise.
17726 (__ASSUME_LCHOWN_SYSCALL): Likewise.
17727 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
17728 non-SPARC.
17729 (__ASSUME_SIOCGIFNAME): Don't define.
17730 (__ASSUME_MSG_NOSIGNAL): Likewise.
17731 (__ASSUME_SENDFILE): Define unconditionally.
17732 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
17733 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
17734 conditional code.
17735 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
17736 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
17737 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
17738 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
17739 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
17740 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
17741 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
17742 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
17743 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
17744 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17745 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
17746 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
17747 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17748 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
17749 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
17750 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17751 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
17752 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
17753 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
17755 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
17756 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17757 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
17758 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
17759 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17760 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
17761 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
17762 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
17764 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
17765 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17766 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
17767 Remove conditional code.
17768 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17769 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
17770 Remove conditional code.
17771 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17772 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
17773 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
17774 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
17775 Remove conditional code.
17776 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17777 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
17778 Remove conditional code.
17779 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17780 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
17781 Remove conditional code.
17782 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17783 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
17784 Remove conditional code.
17785 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
17786 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
17787 Remove conditional code.
17788 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17789 * sysdeps/unix/sysv/linux/sh/pwrite64.c
17790 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
17791 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
17792 * sysdeps/unix/sysv/linux/sigaction.c
17793 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
17794 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
17795 * sysdeps/unix/sysv/linux/sigpending.c
17796 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
17797 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
17798 * sysdeps/unix/sysv/linux/sigprocmask.c
17799 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
17800 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
17801 * sysdeps/unix/sysv/linux/sigsuspend.c
17802 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
17803 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
17804 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
17805 (__libc_missing_rt_sigs): Remove.
17806 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
17807 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
17808 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
17809 Remove conditional code.
17810 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
17811 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
17812 return 1.
17813 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
17814 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
17815 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
17816 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
17817
17818 2012-05-14 Andreas Jaeger <aj@suse.de>
17819
17820 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
17821 it's not used in glibc.
17822 (__coshm1): Likewise.
17823 (__acosh1p): Likewise.
17824 (__sgn): Likewise.
17825
17826 * manual/string.texi (Copying and Concatenation): Add missing
17827 variable in concat example.
17828 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
17829
17830 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17831
17832 [BZ #14103]
17833 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
17834 __builtin_clzl with __builtin_clzll.
17835
17836 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
17837
17838 [BZ #14104]
17839 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
17840 libc_freeres_ptr.
17841
17842 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17843
17844 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
17845 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
17846 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
17847 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
17848
17849 2012-05-14 Mike Frysinger <vapier@gentoo.org>
17850
17851 * NEWS: Update ia64 info.
17852
17853 2012-05-12 Andreas Schwab <schwab@linux-m68k.org>
17854
17855 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
17856 used as bcopy.
17857
17858 2012-05-12 Thomas Schwinge <thomas@codesourcery.com>
17859
17860 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
17861 * sysdeps/unix/syscalls.list (dup3): Likewise.
17862 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
17863 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
17864
17865 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
17866
17867 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
17868 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
17869
17870 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
17871
17872 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
17873 thread pointer.
17874 (TLS_IE): Use mov/add instead of movq/addq to load thread
17875 pointer.
17876 (TLS_GD_PREFIX): New.
17877 (TLS_GD): Use it.
17878
17879 2012-05-11 David S. Miller <davem@davemloft.net>
17880
17881 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
17882 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
17883 (_FPU_SETCW): Likewise.
17884
17885 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
17886
17887 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
17888 is 32-byte aligned.
17889
17890 2012-05-11 Andreas Schwab <schwab@linux-m68k.org>
17891
17892 [BZ #11837]
17893 * iconvdata/gb18030.c: Update tables.
17894 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
17895 characters specially.
17896 (BODY for TO_LOOP): Add encoding of missing ranges.
17897
17898 2012-05-11 Thomas Schwinge <thomas@codesourcery.com>
17899
17900 [BZ #13673]
17901 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
17902 * sysdeps/mach/hurd/dup3.c: Likewise.
17903 * sysdeps/mach/hurd/readlinkat.c: Likewise.
17904 * sysdeps/powerpc/memmove.c:: Likewise.
17905
17906 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
17907
17908 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
17909 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
17910
17911 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
17912
17913 * elf/elf.h (R_X86_64_RELATIVE64): New.
17914 (R_X86_64_NUM): Updated.
17915 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
17916 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
17917 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
17918 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
17919 tst-quad1pie tst-quad2pie
17920 (modules-names): Add tst-quadmod1 tst-quadmod2.
17921 ($(objpfx)tst-quad1): New dependency.
17922 ($(objpfx)tst-quad2): Likewise.
17923 ($(objpfx)tst-quad1pie): Likewise.
17924 ($(objpfx)tst-quad2pie): Likewise.
17925 * sysdeps/x86_64/tst-quad1.c: New file.
17926 * sysdeps/x86_64/tst-quad1pie.c: New file.
17927 * sysdeps/x86_64/tst-quad2.c: Likewise.
17928 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
17929 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
17930 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
17931 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
17932 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
17933
17934 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
17935
17936 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
17937 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
17938 * streams/stropts.h (t_scalar_t): Define type.
17939
17940 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
17941 (_PATH_PRESERVE): Set to "/var/lib".
17942 (_PATH_RWHODIR): Set to "/var/spool/rwho".
17943
17944 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
17945 instead of int.
17946
17947 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
17948 if __dir_mkfile succeeded.
17949
17950 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
17951 checking for _hurd_dtablesize. Unlock it right after having
17952 finished _hurd_dtable allocation.
17953
17954 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
17955
17956 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
17957 * sysdeps/mach/hurd/configure: Regenerated.
17958 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
17959 special-casing to...
17960 * sysdeps/gnu/configure.in: ... this new file.
17961 * sysdeps/unix/sysv/linux/configure: Regenerated.
17962 * sysdeps/gnu/configure: New generated file.
17963
17964 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
17965 for Linux: use nsec instead of usec, as well as:
17966 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
17967 members of type struct timespec.
17968 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
17969 New macros.
17970 (struct stat64): Likewise.
17971 (_STATBUF_ST_NSEC): New macro.
17972 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
17973
17974 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
17975 __strtoul_internal rather than strtoul.
17976
17977 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
17978
17979 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
17980 and reject them.
17981
17982 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
17983
17984 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
17985 which preserves existing values.
17986 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
17987
17988 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
17989
17990 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
17991 TIMEOUT values. Return EINVAL for NFDS values either negative or
17992 greater than FD_SETSIZE.
17993
17994 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
17995
17996 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
17997 allocated, call __vm_protect to finish enabling the existing space, and
17998 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
17999 allocate the remainder.
18000
18001 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
18002
18003 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
18004 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
18005
18006 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18007
18008 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
18009 sysdeps/mach/hurd/readlink.c.
18010
18011 * posix/tst-sysconf.c (posix_options): Only use
18012 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
18013 _POSIX_SYNCHRONIZED_IO when they are defined
18014 * sysdeps/mach/hurd/bits/posix_opt.h:
18015 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
18016 (_XOPEN_REALTIME): Undefine macro.
18017 (_XOPEN_REALTIME_THREADS): Undefine macro.
18018 (_XOPEN_SHM): Undefine macro.
18019 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
18020 macro to -1.
18021 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
18022 macro to -1.
18023 (_POSIX_ASYNC_IO): Undefine macro.
18024 (_POSIX_PRIORITIZED_IO): Undefine macro.
18025 (_POSIX_SPIN_LOCKS): Define macro to -1.
18026
18027 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
18028 SA_NODEFER, SA_RESETHAND.
18029 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
18030 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
18031 F_DUPFD_CLOEXEC.
18032
18033 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18034
18035 * elf/Makefile (pldd-modules): Define unconditionally.
18036
18037 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18038
18039 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
18040
18041 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18042
18043 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
18044 Return ENOENT when name is empty.
18045 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
18046
18047 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18048
18049 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
18050
18051 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
18052
18053 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18054
18055 Fix mlock in all cases except non-readable pages.
18056 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
18057 instead of VM_PROT_ALL as parameter to __vm_wire function.
18058
18059 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
18060 (__mkdir): When path is `/', just fail with EEXIST.
18061 * sysdeps/mach/hurd/mkdirat.c: Likewise.
18062
18063 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18064
18065 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
18066 <sys/uio.h> (for writev).
18067 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
18068 and <sys/param.h> (for MIN).
18069
18070 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
18071
18072 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
18073 REQUESTED_TIME. Properly set the remaining time and return EINTR
18074 if interrupted.
18075
18076 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18077
18078 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
18079 Depend on against $(link-rpcuserlibs).
18080
18081 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18082
18083 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
18084 (__libc_stack_end): Do not use attribute_relro.
18085 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
18086 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
18087 to libthread-provided value.
18088 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
18089 attribute_relro.
18090
18091 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18092
18093 [BZ #3748]
18094 * bits/libc-lock.h (__libc_once_get): New macro.
18095 * sysdeps/mach/bits/libc-lock.h: Likewise.
18096 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
18097 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
18098 instead of using implementation details.
18099
18100 * libio/fileops.c: Unconditionally include <kernel-features.h>.
18101 * libio/freopen.c: Likewise.
18102 * libio/freopen64.c: Likewise.
18103 * misc/syslog.c: Likewise.
18104 * nscd/connections.c: Likewise.
18105 * nscd/netgroupcache.c: Likewise.
18106 * sysdeps/posix/getcwd.c: Likewise.
18107
18108 2012-05-10 Roland McGrath <roland@hack.frob.com>
18109
18110 * math/w_ilogbf.c: Add #include <limits.h>.
18111
18112 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18113
18114 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
18115 path instead of returning without unlocking.
18116
18117 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
18118 immediate-write ioctls.
18119 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
18120
18121 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18122
18123 * sysdeps/mach/hurd/i386/init-first.c (init): Use
18124 __builtin_frame_address instead of making assumptions about the
18125 location of the return address relative to DATA. Force early load of
18126 the return address.
18127 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
18128 __builtin_frame_address.
18129
18130 dup3 for GNU Hurd.
18131 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
18132 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
18133 implement dup3 and do some further code clean-ups.
18134 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
18135 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
18136
18137 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18138
18139 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
18140
18141 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
18142 HURD_CRITICAL_END around holding _hurd_dtable_lock.
18143 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
18144 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
18145 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
18146 d->port.lock.
18147
18148 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
18149 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
18150 when handler == SIG_ERR, not when handler != SIG_ERR.
18151
18152 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18153
18154 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
18155 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
18156 definitions.
18157
18158 accept4 for GNU Hurd.
18159 * include/sys/socket.h (__libc_accept4): New prototype.
18160 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
18161 to implement __libc_accept4.
18162 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
18163 __libc_accept4.
18164 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
18165
18166 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
18167 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
18168 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
18169 signal-defines.sym.
18170
18171 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18172
18173 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
18174
18175 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
18176
18177 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
18178 assertion on O_CLOEXEC flag.
18179 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
18180 * hurd/intern-fd.c: Likewise.
18181 * hurd/port2fd.c: Likewise.
18182
18183 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
18184
18185 [BZ #3906]
18186 * bits/in.h (IPV6_PKTINFO): Define new macro.
18187 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
18188
18189 2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18190
18191 [BZ #13954]
18192 [BZ #13955]
18193 [BZ #13956]
18194 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
18195 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18196 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
18197 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
18198 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18199 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
18200 * math/libm-test.inc (logb_test) : Additional logb tests.
18201
18202 2012-05-09 Andreas Schwab <schwab@linux-m68k.org>
18203 Andreas Jaeger <aj@suse.de>
18204
18205 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
18206 * configure: Regenerated.
18207 * config.h.in (LINK_OBSOLETE_RPC): New macro.
18208 * config.make.in (link-obsolete-rpc): New substituted variable.
18209 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
18210 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
18211 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
18212 (shared-only-routines): Don't set it under [link-obsolete-rpc],
18213 so that libc.a contains the symbols.
18214 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
18215 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
18216 * sunrpc/auth_none.c: Likewise.
18217 * sunrpc/auth_unix.c: Likewise.
18218 * sunrpc/authdes_prot.c: Likewise.
18219 * sunrpc/authuxprot.c: Likewise.
18220 * sunrpc/clnt_gen.c: Likewise.
18221 * sunrpc/clnt_perr.c: Likewise.
18222 * sunrpc/clnt_raw.c: Likewise.
18223 * sunrpc/clnt_simp.c: Likewise.
18224 * sunrpc/clnt_tcp.c: Likewise.
18225 * sunrpc/clnt_udp.c: Likewise.
18226 * sunrpc/clnt_unix.c: Likewise.
18227 * sunrpc/des_crypt.c: Likewise.
18228 * sunrpc/des_soft.c: Likewise.
18229 * sunrpc/get_myaddr.c: Likewise.
18230 * sunrpc/key_call.c: Likewise.
18231 * sunrpc/key_prot.c: Likewise.
18232 * sunrpc/netname.c: Likewise.
18233 * sunrpc/pm_getmaps.c: Likewise.
18234 * sunrpc/pm_getport.c: Likewise.
18235 * sunrpc/pmap_clnt.c: Likewise.
18236 * sunrpc/pmap_prot.c: Likewise.
18237 * sunrpc/pmap_prot2.c: Likewise.
18238 * sunrpc/pmap_rmt.c: Likewise.
18239 * sunrpc/publickey.c: Likewise.
18240 * sunrpc/rpc_cmsg.c: Likewise.
18241 * sunrpc/rpc_common.c: Likewise.
18242 * sunrpc/rpc_dtable.c: Likewise.
18243 * sunrpc/rpc_prot.c: Likewise.
18244 * sunrpc/rpc_thread.c: Likewise.
18245 * sunrpc/rtime.c: Likewise.
18246 * sunrpc/svc.c: Likewise.
18247 * sunrpc/svc_auth.c: Likewise.
18248 * sunrpc/svc_raw.c: Likewise.
18249 * sunrpc/svc_run.c: Likewise.
18250 * sunrpc/svc_tcp.c: Likewise.
18251 * sunrpc/svc_udp.c: Likewise.
18252 * sunrpc/svc_unix.c: Likewise.
18253 * sunrpc/svcauth_des.c: Likewise.
18254 * sunrpc/xcrypt.c: Likewise.
18255 * sunrpc/xdr.c: Likewise.
18256 * sunrpc/xdr_array.c: Likewise.
18257 * sunrpc/xdr_float.c: Likewise.
18258 * sunrpc/xdr_intXX_t.c: Likewise.
18259 * sunrpc/xdr_mem.c: Likewise.
18260 * sunrpc/xdr_rec.c: Likewise.
18261 * sunrpc/xdr_ref.c: Likewise.
18262 * sunrpc/xdr_sizeof.c: Likewise.
18263 * sunrpc/xdr_stdio.c: Likewise.
18264
18265 2012-05-10 Roland McGrath <roland@hack.frob.com>
18266
18267 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
18268 change. Update copyright years.
18269
18270 2012-05-10 Joseph Myers <joseph@codesourcery.com>
18271
18272 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
18273
18274 2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
18275 Joseph Myers <joseph@codesourcery.com>
18276 Paul Pluzhnikov <ppluzhnikov@google.com>
18277
18278 [BZ #14012]
18279 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
18280 requiring rpcgen.
18281 [cross-compiling] (extra-libs): Likewise.
18282 [cross-compiling] (extra-libs-others): Likewise.
18283 [cross-compiling] (librpcsvc-routines): Likewise.
18284 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
18285 [cross-compiling] (omit-deps): Likewise.
18286 (sunrpc-CPPFLAGS): New variable.
18287 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
18288 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
18289 (cross-rpcgen-objs): New variable.
18290 (extra-objs): Append $(cross-rpcgen-objs).
18291 ($(cross-rpcgen-objs)): New rule.
18292 ($(objpfx)cross-rpcgen): Likewise.
18293 (rpcgen-cmd): Define to use $(built-program-file). Expand
18294 comment.
18295 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
18296 ($(objpfx)x%.stmp): Likewise.
18297 * sunrpc/proto.h [IS_IN_build] (_): Define.
18298 [IS_IN_build] (_libc_intl_domainname): Likewise.
18299
18300 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
18301
18302 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
18303 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
18304 and R_X86_64_TPOFF64.
18305
18306 2012-05-10 Joseph Myers <joseph@codesourcery.com>
18307
18308 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
18309 sysdeps/unix/sysv/syscalls.list.
18310 (stime): Likewise.
18311 (utime): Likewise.
18312 * sysdeps/unix/sysv/syscalls.list: Remove file.
18313
18314 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
18315
18316 [BZ #3440]
18317 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
18318 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
18319 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
18320 (__LC_IDENTIFICATION): Make these macros useful in #if
18321 expressions, as required by C99.
18322
18323 2012-05-10 Andreas Schwab <schwab@linux-m68k.org>
18324
18325 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
18326 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
18327 after this.
18328
18329 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
18330
18331 * stdlib/longlong.h: Updated from GCC.
18332
18333 2012-05-09 Andreas Jaeger <aj@suse.de>
18334
18335 * nscd/nscd.c (run_modes): Make named enum, reorder so that
18336 default is first entry.
18337 (run_mode): Set type.
18338 (main): Remove informal message about syslog.
18339 (options): Fix typo.
18340
18341 [BZ #14053]
18342 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
18343 to asm.
18344 (lrint): Likewise.
18345 (llrintf): Likewise.
18346 (llrint): Likewise.
18347 (rint): Likewise.
18348 (rintf): Likewise.
18349 (nearbyint): Likewise.
18350 (nearbyintf): Likewise.
18351
18352 2012-05-09 Andreas Jaeger <aj@suse.de>
18353 Pedro Alves <palves@redhat.com>
18354
18355 * nscd/nscd.c (run_mode): Use enum.
18356 (main): Cleanup coding style issue.
18357
18358 2012-05-09 Alexandre Oliva <aoliva@redhat.com>
18359 Andreas Jaeger <aj@suse.de>
18360
18361 * nscd/nscd.c (go_background): Replaced with...
18362 (run_mode): ... this.
18363 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
18364 (options): Add -F --foreground.
18365 (main): Implement it.
18366 (parse_opt): Parse it.
18367
18368 2012-05-09 Andreas Jaeger <aj@suse.de>
18369
18370 [BZ #14083]
18371 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
18372 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
18373 -Wconversion warning.
18374 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
18375 Likewise.
18376
18377 2012-05-09 Joseph Myers <joseph@codesourcery.com>
18378
18379 * conform/data/locale.h-data (NULL): Use macro-constant. Require
18380 == 0.
18381 (LC_ALL): Use macro-int-constant.
18382 (LC_COLLATE): Likewise.
18383 (LC_CTYPE): Likewise.
18384 (LC_MESSAGES): Likewise.
18385 (LC_MONETARY): Likewise.
18386 (LC_NUMERIC): Likewise.
18387 (LC_TIME): Likewise.
18388 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
18389 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
18390 [ISO || ISO99 || ISO11] (*_t): Do not allow.
18391 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
18392 Specify type.
18393 [C99-based standards] (float_t): Expect type.
18394 [C99-based standards] (double_t): Expect type.
18395 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
18396 type.
18397 [C99-based standards] (HUGE_VALL): Likewise.
18398 [C99-based standards] (INFINITY): Likewise.
18399 [C99-based standards] (NAN): Likewise.
18400 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
18401 [C99-based standards] (FP_NAN): Likewise.
18402 [C99-based standards] (FP_NORMAL): Likewise.
18403 [C99-based standards] (FP_SUBNORMAL): Likewise.
18404 [C99-based standards] (FP_ZERO): Likewise.
18405 [C99-based standards] (FP_FAST_FMA): Use
18406 optional-macro-int-constant. Specify type. Require == 1.
18407 [C99-based standards] (FP_FAST_FMAF): Likewise.
18408 [C99-based standards] (FP_FAST_FMAL): Likewise.
18409 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
18410 [C99-based standards] (FP_ILOGBNAN): Likewise.
18411 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
18412 Specify type.
18413 [C99-based standards] (MATH_ERREXCEPT): Likewise.
18414 [C99-based standards] (math_errhandling): Specify type.
18415 [ISO99 || ISO11] (signgam): Do not allow.
18416 [non-C99-based standards] (copysignf): Do not allow.
18417 [non-C99-based standards] (exp2f): Likewise.
18418 [non-C99-based standards] (log2f): Likewise.
18419 [non-C99-based standards] (modff): Allow.
18420 [non-C99-based standards] (erff): Do not allow.
18421 [non-C99-based standards] (erfcf): Likewise.
18422 [non-C99-based standards] (gammaf): Likewise.
18423 [non-C99-based standards] (hypotf): Likewise.
18424 [non-C99-based standards] (j0f): Likewise.
18425 [non-C99-based standards] (j1f): Likewise.
18426 [non-C99-based standards] (jnf): Likewise.
18427 [non-C99-based standards] (lgammaf): Likewise.
18428 [non-C99-based standards] (tgammaf): Likewise.
18429 [non-C99-based standards] (y0f): Likewise.
18430 [non-C99-based standards] (y1f): Likewise.
18431 [non-C99-based standards] (ynf): Likewise.
18432 [non-C99-based standards] (isnanf): Likewise.
18433 [non-C99-based standards] (acoshf): Likewise.
18434 [non-C99-based standards] (asinhf): Likewise.
18435 [non-C99-based standards] (atanhf): Likewise.
18436 [non-C99-based standards] (cbrtf): Likewise.
18437 [non-C99-based standards] (expm1f): Likewise.
18438 [non-C99-based standards] (ilogbf): Likewise.
18439 [non-C99-based standards] (log1pf): Likewise.
18440 [non-C99-based standards] (logbf): Likewise.
18441 [non-C99-based standards] (nextafterf): Likewise.
18442 [non-C99-based standards] (remainderf): Likewise.
18443 [non-C99-based standards] (rintf): Likewise.
18444 [non-C99-based standards] (scalbf): Likewise.
18445 [non-C99-based standards] (copysignl): Likewise.
18446 [non-C99-based standards] (exp2l): Likewise.
18447 [non-C99-based standards] (log2l): Likewise.
18448 [non-C99-based standards] (modfl): Allow.
18449 [non-C99-based standards] (erfl): Do not allow.
18450 [non-C99-based standards] (erfcl): Likewise.
18451 [non-C99-based standards] (gammal): Likewise.
18452 [non-C99-based standards] (hypotl): Likewise.
18453 [non-C99-based standards] (j0l): Likewise.
18454 [non-C99-based standards] (j1l): Likewise.
18455 [non-C99-based standards] (jnl): Likewise.
18456 [non-C99-based standards] (lgammal): Likewise.
18457 [non-C99-based standards] (tgammal): Likewise.
18458 [non-C99-based standards] (y0l): Likewise.
18459 [non-C99-based standards] (y1l): Likewise.
18460 [non-C99-based standards] (ynl): Likewise.
18461 [non-C99-based standards] (isnanl): Likewise.
18462 [non-C99-based standards] (acoshl): Likewise.
18463 [non-C99-based standards] (asinhl): Likewise.
18464 [non-C99-based standards] (atanhl): Likewise.
18465 [non-C99-based standards] (cbrtl): Likewise.
18466 [non-C99-based standards] (expm1l): Likewise.
18467 [non-C99-based standards] (ilogbl): Likewise.
18468 [non-C99-based standards] (log1pl): Likewise.
18469 [non-C99-based standards] (logbl): Likewise.
18470 [non-C99-based standards] (nextafterl): Likewise.
18471 [non-C99-based standards] (remainderl): Likewise.
18472 [non-C99-based standards] (rintl): Likewise.
18473 [non-C99-based standards] (scalbl): Likewise.
18474 [ISO || ISO99 || ISO11] (*_t): Do not allow.
18475 [non-C99-based standards] (FP_*): Do not allow.
18476 [C99-based standards] (FP_*): Change to
18477 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
18478 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
18479 allow.
18480 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
18481 (SIG_ERR): Likewise.
18482 [X/Open-based standards] (SIG_HOLD): Likewise.
18483 (SIG_IGN): Likewise.
18484 (SIGABRT): Use macro-int-constant. Specify type. Require
18485 positive value.
18486 (SIGFPE): Likewise.
18487 (SIGILL): Likewise.
18488 (SIGINT): Likewise.
18489 (SIGSEGV): Likewise.
18490 (SIGTER): Likewise.
18491 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
18492 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
18493 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
18494 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
18495 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
18496 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
18497 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
18498 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
18499 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
18500 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
18501 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
18502 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
18503 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
18504 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
18505 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
18506 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
18507 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
18508 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
18509 [X/Open-based standards] (SIGTRAP): Likewise.
18510 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
18511 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
18512 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
18513 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
18514 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
18515 allow.
18516
18517 2012-05-08 Ian Wienand <ianw@vmware.com>
18518
18519 [BZ #14080]
18520 * time/tzset.c (__tzset_parse_tz): Update default rules for
18521 daylight time changes in the Energy Policy Act of 2005.
18522
18523 2012-05-09 Andreas Jaeger <aj@suse.de>
18524
18525 [BZ #13983]
18526 * elf/ldconfig.c (parse_conf): Change string to make clear that
18527 ldconfig only issued a warning if ld.so.conf does not exist.
18528
18529 2012-05-08 David S. Miller <davem@davemloft.net>
18530
18531 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
18532 movxtod instead of popping the value on the stack.
18533
18534 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18535
18536 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
18537
18538 * config.h.in: Add HAVE_ARM_PCS_VFP.
18539
18540 2012-05-08 Roland Mc Grath <roland@hack.frob.com>
18541
18542 [BZ #13979]
18543 * include/features.h: Warn if user requests __FORTIFY_SOURCE
18544 checking but the checks are disabled for any reason.
18545
18546 2012-05-08 H.J. Lu <hongjiu.lu@intel.com>
18547
18548 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
18549 and ELF64_R_TYPE with ELFW(R_TYPE).
18550
18551 2012-05-08 Joseph Myers <joseph@codesourcery.com>
18552
18553 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
18554 (ulimit): Likewise.
18555
18556 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
18557 (settimeofday): Likewise.
18558
18559 2012-05-08 Mike Frysinger <vapier@gentoo.org>
18560
18561 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
18562 a struct th_u2 inside the union, and move tu_block/tu_code into
18563 a new th_u3 union of tu_block/tu_code inside of that. Move
18564 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
18565 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
18566 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
18567 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
18568 (th_stuff): Change to th_u1.tu_stuff.
18569 (th_data): Define.
18570 (th_msg): Change to th_u1.th_u2.tu_data.
18571
18572 2012-05-07 David S. Miller <davem@davemloft.net>
18573
18574 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18575
18576 [BZ #14074]
18577 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
18578 (SETUP_PIC_REG): Use it.
18579 (SETUP_PIC_REG_LEAF): Use it.
18580
18581 2012-05-07 Joseph Myers <joseph@codesourcery.com>
18582
18583 [BZ #13885]
18584 [BZ #13923]
18585 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18586 USE_AS_EXPM1L.
18587 (EXPL_FINITE): Likewise.
18588 (FLDLOG): Likewise.
18589 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
18590 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
18591 e_expl.S.
18592 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18593 USE_AS_EXPM1L.
18594 (EXPL_FINITE): Likewise.
18595 (FLDLOG): Likewise.
18596 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
18597 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
18598 e_expl.S.
18599 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
18600 test of -max_value argument for long double.
18601 * sysdeps/i386/fpu/libm-test-ulps: Update.
18602 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18603
18604 2012-05-06 David S. Miller <davem@davemloft.net>
18605
18606 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
18607 quad soft-float symbols whose references which are compiler
18608 generated.
18609 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
18610
18611 2012-05-06 Joseph Myers <joseph@codesourcery.com>
18612
18613 [BZ #13884]
18614 [BZ #13914]
18615 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18616 USE_AS_EXP10L.
18617 (EXPL_FINITE): Likewise.
18618 (FLDLOG): Likewise.
18619 (c0): Likewise.
18620 (c1): Likewise.
18621 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
18622 Adjust comments for base varying.
18623 (__expl_finite): Change alias to EXPL_FINITE.
18624 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
18625 e_expl.S.
18626 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
18627 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
18628 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18629 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
18630 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18631 USE_AS_EXP10L.
18632 (EXPL_FINITE): Likewise.
18633 (FLDLOG): Likewise.
18634 (c0): Likewise.
18635 (c1): Likewise.
18636 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
18637 Adjust comments for base varying.
18638 (__expl_finite): Change alias to EXPL_FINITE.
18639 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
18640 tests for bugs.
18641 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18642
18643 [BZ #14064]
18644 * math/libm-test.inc (check_float_internal): Correct ulp
18645 calculation for subnormal expected results.
18646
18647 2012-05-06 Andreas Jaeger <aj@suse.de>
18648
18649 * Makeconfig (+math-flags): New, set to -frounding-math.
18650 (+cflags): Add +math-flags so that all of glibc gets compiled with
18651 it.
18652
18653 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
18654
18655 2012-05-05 Joseph Myers <joseph@codesourcery.com>
18656
18657 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
18658 Disable one test.
18659
18660 [BZ #13787]
18661 [BZ #13922]
18662 [BZ #14036]
18663 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
18664 (__ieee754_expl): Allow for and saturate large arguments.
18665 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
18666 (u_threshold): Likewise.
18667 (__exp): Call __ieee754_exp before checking for overflow and
18668 underflow.
18669 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
18670 (u_threshold): Likewise.
18671 (__expf): Call __ieee754_expf before checking for overflow and
18672 underflow.
18673 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
18674 (u_threshold): Likewise.
18675 (__expl): Call __ieee754_expl before checking for overflow and
18676 underflow.
18677 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
18678 (__ieee754_expl): Allow for and saturate large arguments.
18679 * math/libm-test.inc (exp_test): Add another test. Do not allow
18680 missing overflow exception on overflow.
18681 (expm1_test): Do not allow missing overflow exception on overflow.
18682
18683 * sysdeps/i386/fpu/e_expl.c: Move to ...
18684 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
18685 rather than using inline asm.
18686 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
18687 * sysdeps/x86_64/fpu/e_expl.S: Copy from
18688 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
18689
18690 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
18691 (nice): Likewise.
18692 (poll): Likewise.
18693 (signal): Likewise.
18694 (time): Likewise.
18695 (times): Likewise.
18696
18697 2012-05-04 Joseph Myers <joseph@codesourcery.com>
18698
18699 * sysdeps/unix/syscalls.list (adjtime): Add entry from
18700 sysdeps/unix/common/syscalls.list.
18701 (fchmod): Likewise.
18702 (fchown): Likewise.
18703 (ftruncate): Likewise.
18704 (getrusage): Likewise.
18705 (gettimeofday): Likewise.
18706 (setpgid): Likewise.
18707 (setregid): Likewise.
18708 (setreuid): Likewise.
18709 (sigaction): Likewise.
18710 (truncate): Likewise.
18711 (vhangup): Likewise.
18712 * sysdeps/unix/common/syscalls.list: Remove file.
18713 * sysdeps/unix/bsd/Implies: Don't include unix/common.
18714 * sysdeps/unix/sysv/linux/Implies: Likewise.
18715
18716 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
18717
18718 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
18719 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
18720 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
18721 Moved to ...
18722 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
18723 Here.
18724 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
18725 to ...
18726 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
18727 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
18728 to ...
18729 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
18730 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
18731 to ...
18732 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
18733 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
18734 to ...
18735 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
18736 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
18737 to ...
18738 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
18739 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
18740 to ...
18741 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
18742 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
18743 to ...
18744 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18745 Here.
18746 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
18747 to ...
18748 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
18749 Here.
18750 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
18751 to ...
18752 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
18753 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
18754 Moved to ...
18755 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
18756 Here.
18757 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
18758 to ...
18759 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
18760
18761 2012-05-04 Joseph Myers <joseph@codesourcery.com>
18762
18763 * sysdeps/unix/common/bits/dirent.h: Remove file.
18764 * sysdeps/unix/common/bits/fcntl.h: Likewise.
18765
18766 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
18767 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
18768 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
18769 * sysdeps/unix/bsd/isatty.c: Likewise.
18770 * sysdeps/unix/bsd/tcdrain.c: Likewise.
18771 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
18772 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
18773
18774 2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18775
18776 [BZ #13563]
18777 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
18778 long double comparison inaccuracies.
18779 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
18780 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18781
18782 2012-05-04 Andreas Schwab <schwab@linux-m68k.org>
18783
18784 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
18785 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
18786
18787 2012-05-04 Joseph Myers <joseph@codesourcery.com>
18788
18789 [BZ #14049]
18790 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
18791 nonzero digits before rounding a hex value.
18792 * stdlib/tst-strtod.c (tests): Add another test.
18793
18794 2012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18795
18796 * sysdeps/s390/fpu/libm-test-ulps: Update.
18797
18798 2012-05-03 Andreas Jaeger <aj@suse.de>
18799
18800 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
18801 does not get optimized out.
18802 (malloc_opt_barrier): New.
18803
18804 2012-05-03 Andreas Jaeger <aj@suse.de>
18805 Roland McGrath <roland@hack.frob.com>
18806
18807 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
18808 intermediate file deletion.
18809 (generated): Add .symlist files.
18810
18811 2012-05-03 Joseph Myers <joseph@codesourcery.com>
18812
18813 [BZ #13775]
18814 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
18815 Redirect under this condition.
18816 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
18817 [__USE_GNU] (__dprintf_chk): Not under this condition.
18818 [__USE_GNU] (__vdprintf_chk): Likewise.
18819 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
18820 under this condition.
18821 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
18822 [__USE_XOPEN2K8] (dprintf): Define under this condition.
18823 [__USE_XOPEN2K8] (vdprintf): Likewise.
18824 [__USE_GNU] (__dprintf_chk): Not under this condition.
18825 [__USE_GNU] (__vdprintf_chk): Likewise.
18826 [__USE_GNU] (dprintf): Likewise.
18827 [__USE_GNU] (vdprintf): Likewise.
18828
18829 2012-05-03 Roland McGrath <roland@hack.frob.com>
18830
18831 * elf/Makefile (common-generated): Set this instead of generated for
18832 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
18833 $(all-built-dso)-derived lists.
18834
18835 2012-05-03 Andreas Jaeger <aj@suse.de>
18836
18837 * sysdeps/i386/fpu/libm-test-ulps: Update.
18838
18839 * FAQ: Removed.
18840 * FAQ.in: Likewise.
18841 * scripts/gen-FAQ.pl: Likewise.
18842 * manual/install.texi (Installation): Point to online location of
18843 FAQ.
18844 * Makefile (files-for-dist): Remove FAQ.
18845 (FAQ): Remove.
18846
18847 2012-05-02 Allan McRae <allan@archlinux.org>
18848
18849 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
18850 (LDFLAGS-reldepmod5.so): Likewise.
18851 (LDFLAGS-reldep6mod1.so): Likewise.
18852 (LDFLAGS-reldep6mod4.so): Likewise.
18853 (LDFLAGS-reldep8mod3.so): Likewise.
18854 (LDFLAGS-unload4mod1.so): Likewise.
18855 (LDFLAGS-unload4mod2.so): Likewise.
18856 (LDFLAGS-tst-initorder): Likewise.
18857 (LDFLAGS-tst-initordera2.so): Likewise.
18858 (LDFLAGS-tst-initordera3.so): Likewise.
18859 (LDFLAGS-tst-initordera4.so): Likewise.
18860 (LDFLAGS-tst-initorderb2.so): Likewise.
18861 (LDFLAGS-noload): Likewise.
18862 (LDFLAGS-next): Likewise.
18863 (LDFLAGS-order2mod1.so): Likewise.
18864 (LDFLAGS-order2mod2.so): Likewise.
18865 (LDFLAGS-tst-initorder2): Likewise.
18866 (LDFLAGS-tst-initorder2a.so): Likewise.
18867 (LDFLAGS-tst-initorder2b.so): Likewise.
18868 (LDFLAGS-tst-initorder2c.so): Likewise.
18869 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
18870
18871 2012-05-02 David S. Miller <davem@davemloft.net>
18872
18873 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18874
18875 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
18876
18877 [BZ #14055]
18878 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
18879
18880 2012-05-02 Andreas Jaeger <aj@suse.de>
18881
18882 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
18883 since we manipulate rounding mode.
18884 (CPPFLAGS-test-idouble.c): Likewise.
18885 (CPPFLAGS-test-ifloat.c): Likewise.
18886 (CFLAGS-test-ldouble.c): Likewise.
18887 (CFLAGS-test-double.c): Likewise.
18888 (CFLAGS-test-float.c): Likewise.
18889 (CFLAGS-test-misc.c): Likewise.
18890 (CFLAGS-test-test-fenv.c): Likewise.
18891
18892 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18893
18894 [BZ #2550]
18895 [BZ #2570]
18896 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
18897 comparisons to determine direction to adjust input.
18898
18899 2012-05-01 Roland McGrath <roland@hack.frob.com>
18900
18901 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
18902 output to the target.
18903
18904 * scripts/localplt.awk: New file.
18905 * elf/Makefile ($(objpfx)check-localplt): Target removed.
18906 (check-localplt-CFLAGS): Variable removed.
18907 ($(all-built-dso:=.jmprel)): New static pattern rule.
18908 (generated): Add those targets.
18909 (localplt-built-dso): New variable.
18910 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
18911
18912 * elf/check-localplt.c: File removed.
18913
18914 * scripts/check-execstack.awk: New file.
18915 * elf/Makefile ($(objpfx)check-execstack): Target removed.
18916 (check-execstack-CFLAGS): Variable removed.
18917 ($(objpfx)check-execstack.h): Target removed.
18918 ($(objpfx)execstack-default): New target.
18919 (generated): Add that instead of check-execstack.h.
18920 ($(all-built-dso:=.phdr)): New static pattern rule.
18921 (generated): Add those targets.
18922 * elf/check-execstack.c: File removed.
18923
18924 * scripts/check-textrel.awk: New file.
18925 * elf/Makefile ($(objpfx)check-textrel): Target removed.
18926 (check-textrel-CFLAGS): Variable removed.
18927 (all-built-dso): Use := to define.o
18928 ($(all-built-dso:=.dyn)): New static pattern rule.
18929 (generated): Add those targets.
18930 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
18931 * config.make.in (READELF): New substituted variable.
18932 * elf/check-textrel.c: File removed.
18933
18934 2012-05-01 Joseph Myers <joseph@codesourcery.com>
18935
18936 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
18937 allow.
18938 * conform/data/ctype.h-data [C99-based standards] (isblank):
18939 Expect function.
18940 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
18941 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
18942 [ISO || ISO99 || ISO11] (*_t): Do not allow.
18943 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
18944 Specify type. Require positive value.
18945 (EILSEQ): Likewise.
18946 (ERANGE): Likewise.
18947 [ISO || POSIX] (EILSEQ): Do not expect.
18948 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
18949 Specify type. Require positive value.
18950 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
18951 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
18952 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
18953 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
18954 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
18955 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
18956 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
18957 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
18958 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
18959 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
18960 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
18961 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
18962 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
18963 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
18964 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
18965 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
18966 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
18967 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
18968 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
18969 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
18970 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
18971 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
18972 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
18973 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
18974 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
18975 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
18976 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
18977 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
18978 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
18979 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
18980 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
18981 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
18982 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
18983 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
18984 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
18985 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
18986 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
18987 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
18988 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
18989 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
18990 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
18991 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
18992 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
18993 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
18994 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
18995 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
18996 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
18997 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
18998 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
18999 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
19000 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
19001 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
19002 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
19003 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
19004 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
19005 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
19006 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
19007 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
19008 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
19009 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
19010 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
19011 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
19012 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
19013 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
19014 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
19015 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
19016 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
19017 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
19018 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
19019 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
19020 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
19021 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
19022 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
19023 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
19024 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
19025 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
19026 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
19027 Require >= 2.
19028 (FLT_ROUNDS): Expect as macro, not constant.
19029 (FLT_MANT_DIG): Use macro-int-constant.
19030 (DBL_MANT_DIG): Likewise.
19031 (LDBL_MANT_DIG): Likewise.
19032 (FLT_DIG): Likewise.
19033 (DBL_DIG): Likewise.
19034 (LDBL_DIG): Likewise.
19035 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
19036 (DBL_MIN_EXP): Likewise.
19037 (LDBL_MIN_EXP): Likewise.
19038 (FLT_MAX_EXP): Use macro-int-constant.
19039 (DBL_MAX_EXP): Likewise.
19040 (LDBL_MAX_EXP): Likewise.
19041 (FLT_MAX_10_EXP): Likewise.
19042 (DBL_MAX_10_EXP): Likewise.
19043 (LDBL_MAX_10_EXP): Likewise.
19044 (FLT_MAX): Use macro-constant.
19045 (DBL_MAX): Likewise.
19046 (LDBL_MAX): Likewise.
19047 (FLT_EPSILON): Use macro-constant. Give upper bound.
19048 (DBL_EPSILON): Likewise.
19049 (LDBL_EPSILON): Likewise.
19050 (FLT_MIN): Likewise.
19051 (DBL_MIN): Likewise.
19052 (LDBL_MIN): Likewise.
19053 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
19054 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
19055 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
19056 [ISO11] (FLT_HAS_SUBNORM): Likewise.
19057 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
19058 [ISO11] (DBL_DECIMAL_DIG): Likewise.
19059 [ISO11] (FLT_DECIMAL_DIG): Likewise.
19060 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
19061 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
19062 [ISO11] (FLT_TRUE_MIN): Likewise.
19063 [ISO11] (LDBL_TRUE_MIN): Likewise.
19064 [ISO || ISO99 || ISO11] (*_t): Do not allow.
19065 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
19066 (SCHAR_MIN): Use macro-int-constant. Specify type.
19067 (SCHAR_MAX): Likewise.
19068 (UCHAR_MAX): Likewise.
19069 (CHAR_MIN): Likewise.
19070 (CHAR_MAX): Likewise.
19071 (MB_LEN_MAX): Use macro-int-constant.
19072 (SHRT_MIN): Use macro-int-constant. Specify type.
19073 (SHRT_MAX): Likewise.
19074 (USHRT_MAX): Likewise.
19075 (INT_MAX): Likewise.
19076 (INT_MIN): Use macro-int-constant. Specify type. Make upper
19077 bound negative.
19078 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
19079 bound with "U".
19080 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
19081 bound with "L".
19082 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
19083 bound negative. Suffix upper bound with "L".
19084 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
19085 bound with "UL".
19086 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
19087 Specify type.
19088 [C99-based standards] (LLONG_MAX): Likewise.
19089 [C99-based standards] (ULLONG_MAX): Likewise.
19090 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
19091 == 0.
19092 [ISO11] (max_align_t): Require type.
19093 [ISO || ISO99 || ISO11] (*_t): Do not allow.
19094
19095 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
19096 from $CFLAGS, without defining away __attribute__ calls.
19097 (checknamespace): Use $CFLAGS_namespace.
19098
19099 * conform/conformtest.pl (@keywords): Only include C99 keywords
19100 for standards based on C99 or C11.
19101
19102 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
19103 Disable tests.
19104 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
19105 UNIX98]: Likewise.
19106
19107 * conform/conformtest.pl: Handle "macro-int-constant" and test for
19108 usability of symbols in #if.
19109
19110 * conform/conformtest.pl: If macro or constant types start
19111 "promoted:", expect the symbol to be of the following type
19112 promoted by the integer promotions.
19113
19114 * conform/conformtest.pl: Parse all "constant" and "macro" lines
19115 in one place. Also handle "macro-constant".
19116
19117 * conform/conformtest.pl: Only accept expected macro values with
19118 "==". Parse all "macro" lines in one place.
19119 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
19120
19121 * conform/conformtest.pl: Handle braced types on "constant" lines
19122 instead of handling "typed-constant".
19123 * conform/data/signal.h-data: Use "constant" instead of
19124 "typed-constant".
19125
19126 * conform/conformtest.pl: Handle "optional-" at start of lines in
19127 one place rather than duplicating several cases. Handle each
19128 format of "macro" line with initial "optional-".
19129
19130 * conform/conformtest.pl: Only accept expected constant or
19131 optional-constant values with "==". Parse all "constant" lines in
19132 one place. Parse all "optional-constant" lines in one place.
19133 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
19134 * conform/data/fmtmsg.h-data: Likewise.
19135 * conform/data/netinet/in.h-data: Likewise.
19136 * conform/data/tar.h-data: Likewise.
19137 * conform/data/limits.h-data: Use "==" form on "constant" and
19138 "optional-constant" lines.
19139
19140 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
19141 Use -std=c99 for XOPEN2K.
19142 (@knownproblems): Remove.
19143 (newtoken): Don't check %isknown.
19144
19145 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
19146 Do not expect macro.
19147 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
19148 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
19149 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
19150 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
19151 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
19152 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
19153 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
19154 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
19155 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
19156 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
19157 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
19158 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
19159 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
19160 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
19161 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
19162 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
19163 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
19164 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
19165 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
19166 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
19167 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
19168 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
19169 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
19170 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
19171 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
19172 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
19173 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
19174 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
19175 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
19176 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
19177 [XPG3] (acosh): Likewise.
19178 [XPG3] (asinh): Likewise.
19179 [XPG3] (atanh): Likewise.
19180 [XPG3] (cbrt): Likewise.
19181 [XPG3] (expm1): Likewise.
19182 [XPG3] (ilogb): Likewise.
19183 [XPG3] (log1p): Likewise.
19184 [XPG3] (logb): Likewise.
19185 [XPG3] (nextafter): Likewise.
19186 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
19187 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
19188 [XPG3] (remainder): Likewise.
19189 [XPG3] (rint): Likewise.
19190 [XPG3 || XPG4 || UNIX98] (round): Likewise.
19191 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
19192 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
19193 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
19194 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
19195 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
19196 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
19197 [UNIX98 || XOPEN2K] (scalb): Expect.
19198 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
19199 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
19200 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
19201 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
19202 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
19203 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
19204 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
19205 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
19206 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
19207 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
19208 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
19209 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
19210 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
19211 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
19212 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
19213 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
19214 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
19215 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
19216 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
19217 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
19218 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
19219 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
19220 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
19221 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
19222 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
19223 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
19224 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
19225 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
19226 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
19227 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
19228 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
19229 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
19230 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
19231 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
19232 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
19233 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
19234 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
19235 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
19236 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
19237 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
19238 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
19239 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
19240 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
19241 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
19242 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
19243 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
19244 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
19245 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
19246 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
19247 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
19248 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
19249 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
19250 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
19251 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
19252 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
19253 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
19254 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
19255 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
19256 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
19257 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
19258 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
19259 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
19260 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
19261 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
19262 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
19263 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
19264 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
19265 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
19266 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
19267 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
19268 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
19269 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
19270 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
19271 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
19272 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
19273 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
19274 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
19275 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
19276 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
19277 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
19278 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
19279 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
19280 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
19281 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
19282 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
19283 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
19284 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
19285 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
19286 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
19287 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
19288 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
19289 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
19290 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
19291 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
19292 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
19293 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
19294 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
19295 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
19296 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
19297 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
19298 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
19299 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
19300 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
19301 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
19302 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
19303 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
19304 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
19305 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
19306 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
19307 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
19308 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
19309 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
19310 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
19311 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
19312 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
19313 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
19314 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
19315 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
19316 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
19317 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
19318 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
19319 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
19320 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
19321 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
19322 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
19323 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
19324 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
19325 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
19326 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
19327 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
19328 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
19329 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
19330 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
19331 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
19332 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
19333 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
19334 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
19335
19336 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
19337 _XOPEN_SOURCE_EXTENDED for XPG4.
19338
19339 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
19340
19341 * Makeconfig (localtime): Remove variable.
19342 (inst_localtime-file): Likewise.
19343
19344 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
19345
19346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
19347 Update.
19348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
19349 Update.
19350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
19351 Update.
19352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19353 Update.
19354 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
19355 Update.
19356 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
19357 Update.
19358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
19359 Update.
19360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
19361 Update.
19362 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19363 Update.
19364
19365 2012-05-01 Joseph Myers <joseph@codesourcery.com>
19366
19367 [BZ #2550]
19368 [BZ #2570]
19369 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
19370 comparisons to determine direction to adjust input.
19371 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
19372 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
19373 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
19374 Likewise.
19375 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
19376 Likewise.
19377 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
19378 Likewise.
19379 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
19380 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
19381 Likewise.
19382 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
19383 Likewise.
19384 * math/libm-test.inc (nexttoward_test): Add more tests.
19385
19386 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
19387
19388 [BZ #14040]
19389 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
19390 in version GLIBC_2.1, not GLIBC_2.0.
19391 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
19392 Likewise.
19393
19394 2012-04-30 Joseph Myers <joseph@codesourcery.com>
19395
19396 [BZ #13942]
19397 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
19398 (1 - x) * (1 + x).
19399 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
19400 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
19401 * math/libm-test.inc (acos_test): Add more tests.
19402 (asin_test): Likewise.
19403 * sysdeps/i386/fpu/libm-test-ulps: Update.
19404 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19405
19406 [BZ #14034]
19407 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
19408 of square root.
19409 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
19410 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
19411 * math/libm-test.inc (acos_test_tonearest): New function.
19412 (acos_test_towardzero): Likewise.
19413 (acos_test_downward): Likewise.
19414 (acos_test_upward): Likewise.
19415 (asin_test_tonearest): Likewise.
19416 (asin_test_towardzero): Likewise.
19417 (asin_test_downward): Likewise.
19418 (asin_test_upward): Likewise.
19419 (main): Call the new functions.
19420 * sysdeps/i386/fpu/libm-test-ulps: Update.
19421 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19422
19423 [BZ #13884]
19424 [BZ #13924]
19425 * math/e_exp10.c: Include <float.h>.
19426 (__ieee754_exp10): Handle underflow here rather than multiplying
19427 large negative argument by M_LN10.
19428 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
19429 of __ieee754_expf.
19430 * math/e_exp10l.c: Include <float.h>.
19431 (__ieee754_exp10l): Handle underflow here rather than multiplying
19432 large negative argument by M_LN10l.
19433 * math/libm-test.inc (exp10_test): Add another test. Do not allow
19434 spurious overflow exception on underflow.
19435
19436 2012-04-29 Marek Polacek <polacek@redhat.com>
19437
19438 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
19439 (__fortify_function): New macro.
19440 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
19441 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
19442 __extern_always_inline.
19443 * libio/bits/stdio2.h: Likewise.
19444 * libio/bits/stdio.h: Likewise.
19445 * string/string.h: Likewise.
19446 * string/bits/string3.h: Likewise.
19447 * include/stdio.h: Likewise.
19448 * stdlib/bits/stdlib.h: Likewise.
19449 * stdlib/stdlib.h: Likewise.
19450 * rt/bits/mqueue2.h: Likewise.
19451 * rt/mqueue.h: Likewise.
19452 * posix/bits/unistd.h: Likewise.
19453 * posix/unistd.h: Likewise.
19454 * io/bits/poll2.h: Likewise.
19455 * io/bits/fcntl2.h: Likewise.
19456 * io/fcntl.h: Likewise.
19457 * io/sys/poll.h: Likewise.
19458 * misc/bits/syslog.h: Likewise.
19459 * misc/bits/syslog-ldbl.h: Likewise.
19460 * misc/sys/syslog.h: Likewise.
19461 * socket/bits/socket2.h: Likewise.
19462 * socket/sys/socket.h: Likewise.
19463 * debug/tst-chk1.c: Likewise.
19464 * wcsmbs/bits/wchar2.h: Likewise.
19465 * wcsmbs/bits/wchar-ldbl.h: Likewise.
19466 * wcsmbs/wchar.h: Likewise.
19467
19468 2012-04-29 Andreas Jaeger <aj@suse.de>
19469
19470 * Makerules (tests): Remove enable-check-abi protection.
19471 (check-abi-warn): Remove.
19472 (check-abi-%): Remove check-abi-warn usage.
19473
19474 * configure.in: Remove check-abi configure option.
19475 * configure: Regenerated.
19476 * config.make.in (enable-check-abi): Remove.
19477
19478 2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
19479
19480 [BZ #14033]
19481 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
19482 double functions to double *_finite functions.
19483
19484 [BZ #13941]
19485 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
19486 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
19487 LDBL_MIN_EXP.
19488 * stdio-common/Makefile (tests): Add tst-sprintf3.
19489 * stdio-common/tst-sprintf3.c: New file.
19490
19491 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
19492 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
19493
19494 2012-04-28 Joseph Myers <joseph@codesourcery.com>
19495
19496 * conform/conformtest.pl: Remove duplicate typed-constant
19497 handling.
19498
19499 2012-04-28 David S. Miller <davem@davemloft.net>
19500
19501 * Makerules (%.abilist): Add vpath on sysdep_dirs.
19502 (check-abi-%): Remove AWK script prerequisite and explicit
19503 abilist directory.
19504 (check-abi): Rewrite to just diff the symlist with the abilist.
19505 (config-tls, config-abi-config): Delete, no longer used.
19506 (update-abi-%): Remove AWK script and explicit abilist directory.
19507 (update-abi): Rewrite to simply compare and conditionally copy the
19508 symlist and the sysdep abilist file. Remove update-abi-config
19509 checks.
19510 * abilist/ld.abilist: Remove.
19511 * abilist/libBrokenLocale.abilist: Remove.
19512 * abilist/libanl.abilist: Remove.
19513 * abilist/libcrypt.abilist: Remove.
19514 * abilist/libdl.abilist: Remove.
19515 * abilist/librt.abilist: Remove.
19516 * abilist/libthread_db.abilist: Remove.
19517 * abilist/libutil.abilist: Remove.
19518 * scripts/extract-abilist.awk: Remove.
19519 * scripts/merge-abilist.awk: Remove.
19520 * sysdeps/generic/libcidn.abilist: New file.
19521 * sysdeps/generic/libnss_compat.abilist: New file.
19522 * sysdeps/generic/libnss_db.abilist: New file.
19523 * sysdeps/generic/libnss_dns.abilist: New file.
19524 * sysdeps/generic/libnss_files.abilist: New file.
19525 * sysdeps/generic/libnss_hesiod.abilist: New file.
19526 * sysdeps/generic/libnss_nis.abilist: New file.
19527 * sysdeps/generic/libnss_nisplus.abilist: New file.
19528 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
19529 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
19530 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
19531 file.
19532 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
19533 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
19534 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
19535 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
19536 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
19537 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
19538 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
19539 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
19540 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
19541 file.
19542 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
19543 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
19544 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
19545 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
19546 file.
19547 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
19548 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
19549 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
19550 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
19551 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
19552 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
19553 file.
19554 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
19555 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
19556 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
19557 file.
19558 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
19559 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
19560 New file.
19561 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
19562 New file.
19563 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
19564 New file.
19565 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
19566 New file.
19567 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
19568 New file.
19569 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
19570 New file.
19571 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
19572 New file.
19573 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
19574 New file.
19575 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
19576 New file.
19577 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
19578 New file.
19579 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
19580 New file.
19581 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
19582 New file.
19583 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
19584 New file.
19585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
19586 file.
19587 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
19588 New file.
19589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
19590 New file.
19591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
19592 file.
19593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
19594 New file.
19595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
19596 New file.
19597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
19598 file.
19599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
19600 New file.
19601 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19602 New file.
19603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
19604 New file.
19605 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
19606 New file.
19607 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
19608 New file.
19609 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
19610 New file.
19611 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
19612 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
19613 file.
19614 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
19615 New file.
19616 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
19617 file.
19618 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
19619 file.
19620 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
19621 file.
19622 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
19623 file.
19624 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
19625 file.
19626 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19627 New file.
19628 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
19629 file.
19630 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
19631 file.
19632 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
19633 New file.
19634 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
19635 file.
19636 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
19637 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
19638 file.
19639 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
19640 New file.
19641 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
19642 file.
19643 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
19644 file.
19645 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
19646 file.
19647 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
19648 file.
19649 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
19650 file.
19651 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19652 New file.
19653 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
19654 file.
19655 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
19656 file.
19657 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
19658 New file.
19659 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
19660 file.
19661 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
19662 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
19663 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
19664 file.
19665 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
19666 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
19667 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
19668 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
19669 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
19670 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
19671 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
19672 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
19673 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
19674 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
19675 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
19676 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
19677 file.
19678 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
19679 New file.
19680 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
19681 file.
19682 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
19683 file.
19684 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
19685 file.
19686 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
19687 file.
19688 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
19689 file.
19690 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19691 New file.
19692 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
19693 New file.
19694 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
19695 file.
19696 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
19697 New file.
19698 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
19699 file.
19700 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
19701 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
19702 file.
19703 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
19704 New file.
19705 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
19706 file.
19707 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
19708 file.
19709 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
19710 file.
19711 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
19712 file.
19713 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
19714 file.
19715 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19716 New file.
19717 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
19718 New file.
19719 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
19720 file.
19721 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
19722 New file.
19723 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
19724 file.
19725
19726 2012-04-28 Joseph Myers <joseph@codesourcery.com>
19727
19728 * conform/conformtest.pl: Fix typo in handling typed-constant from
19729 allow-header.
19730
19731 2012-04-27 Joseph Myers <joseph@codesourcery.com>
19732
19733 * README: Cut down references to pre-2.6 Linux kernels and
19734 Linuxthreads. Update lists of configurations in libc and ports
19735 and sort alphabetically. Say "or newer" with Linux kernel version
19736 requirements.
19737
19738 * config.h.in [IS_IN_build]: Allow compiling without optimization.
19739
19740 2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19741
19742 [BZ #887]
19743 * math/libm-test.inc (logb_test_downward): New test to expose
19744 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
19745 rounding mode.
19746
19747 2012-04-27 Joseph Myers <joseph@codesourcery.com>
19748
19749 [BZ #14027]
19750 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
19751 to be done.
19752 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
19753 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
19754
19755 2012-04-26 Joseph Myers <joseph@codesourcery.com>
19756
19757 * sysdeps/unix/i386/brk.S: Remove file.
19758 * sysdeps/unix/i386/dl-brk.S: Likewise.
19759 * sysdeps/unix/i386/pipe.S: Likewise.
19760 * sysdeps/unix/i386/sigreturn.S: Likewise.
19761 * sysdeps/unix/i386/syscall.S: Likewise.
19762 * sysdeps/unix/i386/vfork.S: Likewise.
19763 * sysdeps/unix/i386/wait.S: Likewise.
19764
19765 * sysdeps/unix/common/tcsendbrk.c: Move to ...
19766 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
19767
19768 * configure.in (arm*-none*): Do not allow without
19769 --enable-hacker-mode.
19770 (netbsd*): Remove case setting base_os.
19771 (386bsd*): Likewise.
19772 (freebsd*): Likewise.
19773 (bsdi*): Likewise.
19774 (osf*): Likewise.
19775 (sunos*): Likewise.
19776 (ultrix*): Likewise.
19777 (newsos*): Likewise.
19778 (dynix*): Likewise.
19779 (*bsd*): Likewise.
19780 (sysv*): Likewise.
19781 (isc*): Likewise.
19782 (esix*): Likewise.
19783 (sco*): Likewise.
19784 (minix*): Likewise.
19785 (irix4*): Likewise.
19786 (irix6*): Likewise.
19787 (solaris[2-9]*): Likewise.
19788 (none): Likewise.
19789 * configure: Regenerated.
19790
19791 2012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19792
19793 [BZ #11521]
19794 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
19795 overflow or cancellation in calculating denominator.
19796 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
19797 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
19798 down expression to avoid unexpected rounding in newer GCCs.
19799 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
19800
19801 2012-04-26 David S. Miller <davem@davemloft.net>
19802
19803 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
19804 long-double compat symbols.
19805 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
19806 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
19807 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
19808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
19809 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
19810 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
19811 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
19812 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
19813 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
19814 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
19815 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
19816 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
19817 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
19818
19819 2012-04-25 David S. Miller <davem@davemloft.net>
19820
19821 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
19822 HWCAP_* values only after the memory barriers have been defined.
19823 (atomic_full_barrier): Define.
19824 (atomic_read_barrier): Define.
19825 (atomic_write_barrier): Define.
19826
19827 2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19828
19829 * shlib-versions: Add libgcc_s version information.
19830 * sysdeps/generic/libgcc_s.h: Remove.
19831 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
19832 libgcc_s.h.
19833 * sysdeps/gnu/unwind-resume.c: Likewise.
19834 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
19835
19836 2012-04-25 David S. Miller <davem@davemloft.net>
19837
19838 * sysdeps/unix/sparc/brk.S: Delete.
19839 * sysdeps/unix/sparc/dl-brk.S: Delete.
19840 * sysdeps/unix/sparc/pipe.S: Delete.
19841 * sysdeps/unix/sparc/sysdep.S: Delete.
19842 * sysdeps/unix/sparc/sysdep.h: Delete.
19843 * sysdeps/unix/sparc/vfork.S: Delete.
19844 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
19845 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
19846 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
19847 ret_ERRVAL, r0, r1, MOVE): Define.
19848 (JUMPTARGET): Remove.
19849 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
19850 sysdeps/unix/sparc/sysdep.h
19851 (ENTRY, END): Remove.
19852 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
19853
19854 2012-04-25 Joseph Myers <joseph@codesourcery.com>
19855
19856 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
19857 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
19858 -DIS_IN_build.
19859
19860 * timezone/README: Update upstream location and email address for
19861 tzcode and tzdata.
19862 * timezone/zdump.c: Update from tzcode 2012b.
19863 * timezone/zic.c: Likewise.
19864
19865 * configure.in (libc_cv_as_needed): Remove test.
19866 * configure: Regenerated.
19867 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
19868 conditional definition.
19869 [$(have-as-needed) != yes] (no-as-needed): Likewise.
19870 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
19871 * config.make.in (have-as-needed): Remove variable.
19872
19873 2012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
19874 Paul Pluzhnikov <ppluzhnikov@google.com>
19875
19876 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
19877 strings correctly.
19878
19879 2012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
19880
19881 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
19882 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
19883 * sysdeps/sh/strlen.S: Likewise.
19884
19885 2012-04-24 Joseph Myers <joseph@codesourcery.com>
19886
19887 * sysdeps/unix/fork.S: Remove file.
19888 * sysdeps/unix/i386/fork.S: Likewise.
19889 * sysdeps/unix/sparc/fork.S: Likewise.
19890
19891 * sysdeps/unix/system.c: Remove file.
19892 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
19893
19894 * sysdeps/unix/getegid.S: Remove file.
19895 * sysdeps/unix/geteuid.S: Likewise.
19896
19897 2012-04-24 Roland McGrath <roland@hack.frob.com>
19898
19899 * scripts/check-localplt.awk: New file.
19900 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
19901 of diff.
19902 * scripts/data/localplt-generic.data: Add a comment.
19903
19904 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
19905 NODE when __dir_mkfile failed.
19906 * sysdeps/mach/hurd/symlinkat.c: Likewise.
19907 Reported by Ludovic Courtès <ludo@gnu.org>.
19908
19909 2012-04-24 Andreas Jaeger <aj@suse.de>
19910
19911 * Makerules (common-clean): Also remove gen-as-const-headers
19912 files.
19913
19914 2012-04-24 Joseph Myers <joseph@codesourcery.com>
19915
19916 * Makerules (native-compile): Do not change working directory for
19917 build. Use $(OUTPUT_OPTION) in command.
19918 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
19919
19920 2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19921
19922 [BZ #13886]
19923 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
19924 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
19925 * math/libm-test.inc (floor_test): Add more tests.
19926 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
19927
19928 2012-04-24 Joseph Myers <joseph@codesourcery.com>
19929
19930 * sysdeps/unix/getdents.c: Remove file.
19931 * sysdeps/unix/sysv/getdents.c: Likewise.
19932 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
19933
19934 * sysdeps/unix/syscalls.list (madvise): Add syscall from
19935 sysdeps/unix/mman/syscalls.list.
19936 (mmap): Likewise.
19937 (mprotect): Likewise.
19938 (msync): Likewise.
19939 (munmap): Likewise.
19940 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
19941 * sysdeps/unix/mman/syscalls.list: Remove.
19942 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
19943
19944 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
19945 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
19946 * configure: Regenerated.
19947 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
19948 $(libgcc_s_suffix).
19949 * config.make.in (libgcc_s_suffix): Remove variable.
19950
19951 2012-04-23 Joseph Myers <joseph@codesourcery.com>
19952
19953 * sysdeps/unix/sysv/gethostname.c: Move to ...
19954 * sysdeps/posix/gethostname.c: ... here.
19955
19956 * sysdeps/unix/execve.S: Remove file.
19957
19958 * sysdeps/unix/_exit.S: Remove file.
19959
19960 2012-04-23 Andreas Jaeger <aj@suse.de>
19961
19962 [BZ #13739]
19963 * manual/Makefile: Remove make dist support, there's no
19964 need for a stand-alone documentation tar ball.
19965 (TEXI2DVI): Define always, it's not in Makeconfig.
19966 (dist): Removed.
19967 (tar-it): Removed.
19968 (edition): Removed.
19969 (glibc-doc-$(edition).tar): Removed
19970 (%.Z): Removed.
19971 (%.gz): Removed.
19972 (%.uu): Removed.
19973 (ETAGS): Remove, it's in Makeconfig.
19974 (move-if-change): Remove, it's in Makeconfig.
19975
19976 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
19977
19978 [BZ #13970]
19979 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
19980 (strtod, strtof, strtold, strtol, strtoul, strtoq)
19981 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
19982 (strtod_l, strtof_l, strtold_l): Remove __wur.
19983 It is not necessarily an error to ignore strtol's return value.
19984 One can reliably look at the stored endptr to decide whether
19985 the number had valid syntax.
19986
19987 2012-04-21 Andreas Jaeger <aj@suse.de>
19988
19989 [BZ #13739]
19990 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
19991
19992 2012-04-21 Joseph Myers <joseph@codesourcery.com>
19993
19994 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
19995 * sysdeps/unix/sysv/Versions: Remove file.
19996
19997 2012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
19998
19999 [BZ #13927]
20000 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20001
20002 2012-04-21 Nick Alcock <nick.alcock@oracle.com>
20003
20004 [BZ #7064]
20005 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
20006 version from __vm86.
20007
20008 2012-04-20 Joseph Myers <joseph@codesourcery.com>
20009
20010 * sysdeps/unix/common/lxstat.c: Remove file.
20011 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
20012
20013 * sysdeps/unix/sysv/Makefile: Remove file.
20014
20015 * sysdeps/unix/sysv/direct.h: Remove file.
20016
20017 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
20018 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
20019 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
20020 * sysdeps/unix/sysv/bits/signum.h: Likewise.
20021 * sysdeps/unix/sysv/bits/stat.h: Likewise.
20022 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
20023 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
20024
20025 * sysdeps/unix/sysv/setrlimit.c: Remove file.
20026
20027 * sysdeps/unix/xmknod.c: Remove file.
20028 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
20029
20030 * sysdeps/unix/sysv/settimeofday.c: Remove file.
20031
20032 * sysdeps/unix/sysv/i386/time.S: Remove file.
20033
20034 * sysdeps/unix/fxstat.c: Remove file.
20035 * sysdeps/unix/xstat.c: Likewise.
20036 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
20037
20038 * sysdeps/unix/sysv/sigaction.c: Remove file.
20039
20040 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
20041 (sysdep_headers): Remove variable.
20042 [termio.h not in sysdep_headers] (generated): Likewise.
20043 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
20044 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
20045 * sysdeps/unix/sysv/tcdrain.c: Likewise.
20046 * sysdeps/unix/sysv/tcflow.c: Likewise.
20047 * sysdeps/unix/sysv/tcflush.c: Likewise.
20048 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
20049 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
20050 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
20051 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
20052 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
20053
20054 * sysdeps/unix/siglist.c: Remove file.
20055
20056 * sysdeps/unix/getppid.S: Remove file.
20057
20058 * sysdeps/unix/mkdir.c: Remove file.
20059 * sysdeps/unix/rmdir.c: Likewise.
20060
20061 2012-04-19 Andreas Schwab <schwab@linux-m68k.org>
20062
20063 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
20064 ERR_MAX value.
20065 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
20066 errlist-compat value.
20067
20068 2012-04-18 David S. Miller <davem@davemloft.net>
20069
20070 * sysdeps/generic/memcopy.h (reg_char): Delete.
20071 * debug/strcat_chk.c: Use char, not reg_char.
20072 * debug/strcpy_chk.c: Likewise.
20073 * debug/strncat_chk.c: Likewise.
20074 * debug/strncpy_chk.c: Likewise.
20075 * string/memchr.c: Likewise.
20076 * string/memrchr.c: Likewise.
20077 * string/rawmemchr.c: Likewise.
20078 * string/strcat.c: Likewise.
20079 * string/strchr.c: Likewise.
20080 * string/strchrnul.c: Likewise.
20081 * string/strcmp.c: Likewise.
20082 * string/strcpy.c: Likewise.
20083 * string/strncat.c: Likewise.
20084 * string/strncmp.c: Likewise.
20085 * string/strncpy.c: Likewise.
20086
20087 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
20088
20089 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
20090 __builtin_memcopy is called when src and dest ranges are known to not
20091 overlap.
20092
20093 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
20094
20095 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
20096 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
20097 fwd_align_merge macro call.
20098 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
20099 bwd_align_merge macro call.
20100 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20101
20102 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
20103
20104 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
20105 bwd_align_merge macros.
20106 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
20107 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
20108 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20109
20110 2012-04-18 David S. Miller <davem@davemloft.net>
20111
20112 * sysdeps/sparc/sparc64/memcopy.h: Delete.
20113
20114 2012-04-18 Andreas Jaeger <aj@suse.de>
20115
20116 [BZ# 6794]
20117 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
20118 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
20119 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
20120
20121 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
20122 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
20123 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
20124
20125 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
20126 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
20127 Adjust for changed ldbl-128 files.
20128
20129 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
20130 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
20131 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
20132
20133 2012-04-17 David S. Miller <davem@davemloft.net>
20134
20135 * sysdeps/sparc/sparc32/memcopy.h: Delete.
20136
20137 2012-04-17 Andreas Schwab <schwab@linux-m68k.org>
20138
20139 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
20140 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
20141 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
20142 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
20143 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20144 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
20145
20146 2012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20147
20148 [BZ #6794]
20149 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
20150 * math/libm-test.inc: Add ilogb errno and exception tests.
20151 * math/w_ilogb.c: New file: ilogb wrapper.
20152 * math/w_ilogbf.c: New file: ilogbf wrapper.
20153 * math/w_ilogbl.c: New file: ilogbl wrapper.
20154 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
20155 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
20156 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
20157 exception being thrown with 0.0 as argument.
20158 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
20159 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
20160 exception being thrown with 0.0 as argument.
20161 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
20162 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
20163 exception being thrown with 0.0 as argument.
20164 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
20165 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
20166 exception being thrown with 0.0 as argument.
20167 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
20168 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
20169 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
20170 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
20171 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
20172 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
20173 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
20174 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
20175 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
20176
20177 2012-04-17 Petr Baudis <pasky@ucw.cz>
20178
20179 * include/sys/uio.h: Change __vector to __iovec to avoid clash
20180 with altivec.
20181
20182 2012-04-16 Marek Polacek <polacek@redhat.com>
20183
20184 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
20185
20186 2012-04-16 Marek Polacek <polacek@redhat.com>
20187
20188 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
20189 operands of fdivp instruction.
20190
20191 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
20192
20193 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
20194 * elf/tst-auditmod3b.c: Likewise.
20195 * elf/tst-auditmod4b.c: Likewise.
20196 * elf/tst-auditmod5b.c: Likewise.
20197 * elf/tst-auditmod6b.c: Likewise.
20198 * elf/tst-auditmod6c.c: Likewise.
20199 * elf/tst-auditmod7b.c: Likewise.
20200 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
20201 * sysdeps/x86_64/preconfigure.in: Likewise.
20202 * sysdeps/x86_64/preconfigure: Regenerated.
20203
20204 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
20205
20206 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
20207 __ILP32__.
20208
20209 2012-04-13 Antoine Balestrat <merkil33@gmail.com>
20210
20211 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
20212 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
20213
20214 2012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
20215
20216 [BZ #13973]
20217 * locale/iso-639.def: Fix gl language name. Spotted by
20218 Yaron Shahrabani.
20219
20220 2012-04-12 Roland McGrath <roland@hack.frob.com>
20221
20222 [BZ #2074]
20223 * libio/libio.h (__io_write_fn): Update comment.
20224
20225 2012-04-12 Petr Baudis <pasky@ucw.cz>
20226
20227 [BZ #2074]
20228 * stdio.texi (Hook Functions): The user provided writer function
20229 is not allowed to return -1.
20230
20231 2012-04-11 David S. Miller <davem@davemloft.net>
20232
20233 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20234
20235 2012-04-11 Mike Frysinger <vapier@gentoo.org>
20236
20237 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
20238 Add a leading slash to rtkaio.
20239
20240 2012-04-11 Jim Meyering <meyering@redhat.com>
20241
20242 [BZ #11959]
20243 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
20244 It is not necessarily an error to ignore fwrite's return
20245 value. One can reliably use ferror to test for errors after
20246 the fact.
20247
20248 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
20249
20250 * bits/types.h (__snseconds_t): New type.
20251 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
20252
20253 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
20254 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20255 (__SNSECONDS_T_TYPE): Likewise.
20256 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
20257 (__SNSECONDS_T_TYPE): Likewise.
20258 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20259 (__SNSECONDS_T_TYPE): Likewise.
20260
20261 2012-04-10 Andreas Jaeger <aj@suse.de>
20262
20263 [BZ #2636]
20264 * manual/time.texi (Processor Time): Return type of times is
20265 elapsed real time since an arbitrary point in the past.
20266 (CPU Time): Move CLK_TCK from here...
20267 (Processor Time): ...to here. Correct description.
20268 * manual/conf.texi (Constants for Sysconf): Correct description of
20269 _SC_CLK_TCK.
20270
20271 2012-04-10 David S. Miller <davem@davemloft.net>
20272
20273 [BZ #13967]
20274 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
20275 where the is a gap between DT_REL(A) and DT_JMPREL.
20276
20277 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
20278
20279 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
20280 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
20281 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
20282
20283 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
20284
20285 * elf/dl-support.c (_dl_inhibit_cache): New variable.
20286 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
20287 (dl_main): Handle --inhibit-cache.
20288 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
20289 _dl_inhibit_cache.
20290 * elf/dl-load.c (_dl_map_object): Use it.
20291 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
20292
20293 2012-04-09 Joseph Myers <joseph@codesourcery.com>
20294
20295 [BZ #13872]
20296 * sysdeps/i386/fpu/e_powl.S (p78): New object.
20297 (__ieee754_powl): Saturate large exponents rather than testing for
20298 overflow of y*log2(x).
20299 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20300 * math/libm-test.inc (pow_test): Do not permit spurious overflow
20301 exceptions.
20302
20303 [BZ #11521]
20304 * math/s_ctan.c: Include <float.h>.
20305 (__ctan): Avoid internal overflow or cancellation in calculating
20306 denominator.
20307 * math/s_ctanf.c: Likewise.
20308 * math/s_ctanl.c: Likewise.
20309 * math/s_ctanh.c: Likewise.
20310 * math/s_ctanhf.c: Likewise.
20311 * math/s_ctanhl.c: Likewise.
20312 * math/libm-test.inc (ctan_test): Add more tests.
20313 (ctanh_test): Likewise.
20314 * sysdeps/i386/fpu/libm-test-ulps: Update.
20315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20316
20317 2012-04-09 Andreas Jaeger <aj@suse.de>
20318
20319 [BZ #6894]
20320 * manual/filesys.texi (Directory Entries): Mention that d_namlen
20321 is an optional BSD extension.
20322
20323 [BZ #10254]
20324 * manual/stdio.texi (Opening Streams): Document additional fopen
20325 parameters.
20326
20327 2012-04-09 Roland McGrath <roland@hack.frob.com>
20328
20329 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
20330 %eax without telling the compiler.
20331
20332 2012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
20333
20334 [BZ # 13963]
20335 * manual/install.texi: Use sourceware.org.
20336
20337 2012-04-09 Joseph Myers <joseph@codesourcery.com>
20338
20339 [BZ #13873]
20340 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
20341 (__ieee754_pow): Generate overflow and underflow using huge*huge
20342 and tiny*tiny rather than just returning constant infinity or zero
20343 for large exponents.
20344 * math/libm-test.inc (pow_test): Require overflow exceptions for
20345 applicable cases of large exponents.
20346
20347 [BZ #706]
20348 * sysdeps/i386/fpu/e_pow.S (p10): New object.
20349 (__ieee754_pow): Use iterative multiplication algorithm only for
20350 integer exponents with absolute value below 1024. Check for odd
20351 integer exponents when using algorithm for real exponents.
20352 * math/libm-test.inc (pow_test): Add more tests.
20353 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20354
20355 2012-04-08 Joseph Myers <joseph@codesourcery.com>
20356
20357 [BZ #13705]
20358 * math/libm-test.inc (exp_test): Do not allow overflow exception
20359 on underflow test.
20360
20361 2012-04-08 Aurelien Jarno <aurelien@aurel32.net>
20362
20363 [BZ #13705]
20364 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
20365 instead of __kernel_standard_f.
20366
20367 2012-04-08 Mike Frysinger <vapier@gentoo.org>
20368
20369 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
20370 * sysdeps/x86_64/memset_chk.S: Likewise.
20371
20372 2012-04-08 Andreas Jaeger <aj@suse.de>
20373
20374 [BZ #10153]
20375 * manual/startup.texi (Environment Access): Describe return value
20376 for putenv and setenv.
20377
20378 [BZ #6895]
20379 * manual/filesys.texi (Directory Entries): Add description for
20380 DT_LNK.
20381
20382 [BZ #6890]
20383 * manual/filesys.texi (Directory Entries): Clarify that it's file
20384 system not operating system in the description of DT_UNKNOWN.
20385
20386 [BZ #6578]
20387 * manual/syslog.texi (closelog): Fix reference, it's openlog.
20388
20389 2012-04-08 Stephen Compall <s11@member.fsf.org>
20390
20391 [BZ #6649]
20392 * manual/llio.texi (Opening and Closing Files): Add cross
20393 reference to explain mode argument.
20394
20395 2012-04-07 Mike Frysinger <vapier@gentoo.org>
20396
20397 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
20398 * sysdeps/x86_64/memset_chk.S: Likewise.
20399
20400 2012-04-07 David S. Miller <davem@davemloft.net>
20401
20402 * elf/elf.h (R_SPARC_WDISP10): Define.
20403 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
20404 R_SPARC_SIZE32.
20405 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
20406 R_SPARC_SIZE64 and R_SPARC_H34.
20407
20408 2012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
20409
20410 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
20411 conditions and remove no longer applicable assertion.
20412
20413 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
20414
20415 * bits/byteswap.h: Include <features.h>.
20416 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
20417 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
20418
20419 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
20420
20421 * bits/byteswap.h (__bswap_16): Removed.
20422 Include <bits/byteswap-16.h> to get __bswap_16.
20423 * sysdeps/i386/bits/byteswap.h: Likewise.
20424 * sysdeps/s390/bits/byteswap.h: Likewise.
20425 * sysdeps/x86_64/bits/byteswap.h: Likewise.
20426 * bits/byteswap-16.h: New file.
20427 * sysdeps/i386/bits/byteswap-16.h: Likewise.
20428 * sysdeps/s390/bits/byteswap-16.h: Likewise.
20429 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
20430 * string/Makefile (headers): Add bits/byteswap-16.h.
20431
20432 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
20433
20434 [BZ #13895]
20435 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
20436 extra indirection.
20437 * nss/Makefile (tests-static, tests): Add tst-nss-static.
20438 * nss/tst-nss-static.c: New.
20439
20440 2012-04-06 Robert Millan <rmh@gnu.org>
20441
20442 [BZ #6486]
20443 * manual/llio.texi (File Position Primitive): lseek
20444 refers to WHENCE when it really means OFFSET.
20445
20446 2012-04-06 Andreas Jaeger <aj@suse.de>
20447
20448 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
20449 strncmp declarations.
20450
20451 * abilist/libc.abilist: Add __poll and __ppoll.
20452
20453 2012-04-05 David S. Miller <davem@davemloft.net>
20454
20455 * scripts/check-local-headers.sh: Accept a host triplet in the
20456 path matched by the exclude regexp.
20457
20458 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
20459 definition.
20460 * sysdeps/powerpc/powerpc32/dl-machine.h
20461 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
20462 * sysdeps/s390/s390-32/dl-machine.h
20463 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
20464 * sysdeps/sparc/sparc32/dl-machine.h
20465 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
20466 * sysdeps/sparc/sparc64/dl-machine.h
20467 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
20468
20469 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
20470 lazy binding.
20471 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
20472 undefined symbol errors.
20473
20474 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
20475 DT_NEEDED entries.
20476
20477 2012-04-05 Michael Matz <matz@suse.de>
20478
20479 [BZ #13592]
20480 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
20481
20482 2012-04-05 Andreas Jaeger <aj@suse.de>
20483
20484 [BZ #13908]
20485 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
20486 comment.
20487
20488 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20489
20490 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
20491 which ROUND is no valid rounding mode.
20492
20493 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20494
20495 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
20496 read again.
20497 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
20498
20499 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20500
20501 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
20502 an exception using FPU order intentionally.
20503
20504 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20505
20506 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
20507 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
20508 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
20509 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
20510
20511 2012-04-05 Simon Josefsson <simon@josefsson.org>
20512
20513 [BZ #12340]
20514 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
20515 EINVAL when BUFLEN is too smal.
20516
20517 2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
20518
20519 [BZ #13553]
20520 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
20521 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
20522
20523 2012-04-03 Andreas Jaeger <aj@suse.de>
20524
20525 [BZ #13938]
20526 * manual/setjmp.texi (System V contexts): Fix sentence.
20527
20528 [BZ #13926]
20529 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
20530 New macro for this case.
20531 [!__GNUC__] (__bswap_64): New inline function for this case.
20532 * sysdeps/x86_64/bits/byteswap.h: Likewise.
20533 * bits/byteswap.h: Likewise.
20534 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
20535 ull, guard with __GLIBC_HAVE_LONG_LONG.
20536
20537 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
20538 __GLIBC_HAVE_LONG_LONG.
20539
20540 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
20541 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
20542
20543 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20544
20545 [BZ #13691]
20546 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
20547 inptr and inend, rather than using last_ch.
20548
20549 2012-04-02 David S. Miller <davem@davemloft.net>
20550
20551 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
20552 * stdio-common/printf-parse.h (read_int): Change return type to
20553 'int', return -1 on INT_MAX overflow.
20554 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
20555 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
20556 overflows INT_MAX. Check for overflow of in-format-string precision
20557 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
20558 SIZE_MAX not INT_MAX for integer overflow test.
20559 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
20560 skip the construct in the format string but do not record anything.
20561 * stdio-common/bug22.c: Adjust to test both width/prevision
20562 INT_MAX overflow as well as total length INT_MAX overflow. Check
20563 explicitly for proper errno values.
20564
20565 2012-04-02 Thomas Schwinge <thomas@codesourcery.com>
20566
20567 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
20568 CHAR_MAX.
20569 * string/test-strcmp.c [! WIDE]: Likewise.
20570 * time/tst-mktime2.c: Likewise for INT_MAX.
20571 * string/test-string.h: #include <sys/param.h> for MIN.
20572
20573 * csu/init-first.c (__libc_init_first): Call __ctype_init.
20574 * sysdeps/i386/init-first.c (init): Likewise.
20575 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
20576 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
20577 * sysdeps/sh/init-first.c (init): Likewise.
20578
20579 2012-04-01 Ulrich Drepper <drepper@gmail.com>
20580
20581 * po/ru.po: Update from translation team.
20582 * po/vi.po: Likewise.
20583
20584 2012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
20585
20586 * resolv/nss_dns/dns-host.c: Merge copyright years.
20587
20588 2012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
20589
20590 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
20591 Optimize memcpy with prefetch if
20592 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
20593 src, dst pointers have unequal 16 byte alignments.
20594
20595 2012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
20596
20597 [BZ #13928]
20598 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
20599 from a CNAME entry and return the minimum ttl for the query.
20600 (gaih_getanswer_slice): Likewise.
20601
20602 2012-03-30 Jeff Law <law@redhat.com>
20603
20604 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
20605 due to long keys.
20606 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
20607 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
20608
20609 * resolv/nss_dns/dns-host.c: Update copyright year.
20610
20611 2012-03-30 Ulrich Drepper <drepper@gmail.com>
20612
20613 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
20614 requests to save a system call. Fix check that all bytes are sent.
20615
20616 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
20617 comments for sendmmsg.
20618
20619 2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20620
20621 [BZ #13691]
20622 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
20623 with only 1 character between 0x0041 and 0x01b0.
20624 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
20625 * wcsmbs/tst-mbsnrtowcs.c: New file.
20626
20627 2012-03-29 David S. Miller <davem@davemloft.net>
20628
20629 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
20630 small copies by hand.
20631
20632 2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
20633
20634 [BZ #13761]
20635 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
20636 _nss_compat_initgroups_dyn): Fall back to malloc/free
20637 for large group memberships.
20638
20639 2012-03-28 David S. Miller <davem@davemloft.net>
20640
20641 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
20642 that branches into memcpy.
20643 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20644 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
20645 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
20646 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
20647 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
20648 bits.
20649 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
20650 implementation too.
20651 * sysdeps/sparc/mempcpy.S: New file.
20652
20653 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
20654 the IFUNC routine in the libc case.
20655 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
20656
20657 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
20658 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
20659 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
20660 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
20661 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
20662 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
20663 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
20664 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
20665
20666 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
20667 loop to 256 bytes instead of 64 bytes and fix test signedness.
20668
20669 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
20670 * sysdeps/sparc/sparc32/Makefile: rather than here...
20671 * sysdeps/sparc/sparc64/Makefile: and here.
20672
20673 2012-03-28 Ulrich Drepper <drepper@gmail.com>
20674
20675 * malloc/mallocbug.c: Avoid warnings about unused variables.
20676
20677 2012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
20678
20679 [BZ #13760]
20680 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
20681 in the right place. Discard and retry query if response is
20682 larger than input buffer size.
20683
20684 2012-03-28 Joseph Myers <joseph@codesourcery.com>
20685
20686 [BZ #369]
20687 [BZ #2678]
20688 [BZ #3866]
20689 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
20690 x for large integer exponent.
20691 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
20692 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
20693 sign of result as needed afterwards.
20694 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
20695 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
20696 result for underflowing pow the same as for overflow.
20697 (__kernel_standard_l): Handle powl overflow and underflow here
20698 rather than calling __kernel_standard.
20699 * math/libm-test.inc (pow_test): Add more tests.
20700
20701 [BZ #3868]
20702 [BZ #13879]
20703 [BZ #13910]
20704 [BZ #13911]
20705 [BZ #13912]
20706 [BZ #13913]
20707 [BZ #13915]
20708 [BZ #13916]
20709 [BZ #13917]
20710 [BZ #13918]
20711 [BZ #13919]
20712 [BZ #13920]
20713 [BZ #13921]
20714 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
20715 * sysdeps/ieee754/k_standard.c: Include <float.h>.
20716 (__kernel_standard_l): New function.
20717 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
20718 __kernel_standard.
20719 * math/w_acosl.c (__acosl): Likewise.
20720 * math/w_asinl.c (__asinl): Likewise.
20721 * math/w_atan2l.c (__atan2l): Likewise.
20722 * math/w_atanhl.c (__atanhl): Likewise.
20723 * math/w_coshl.c (__coshl): Likewise.
20724 * math/w_exp10l.c (__exp10l): Likewise.
20725 * math/w_exp2l.c (__exp2l): Likewise.
20726 * math/w_fmodl.c (__fmodl): Likewise.
20727 * math/w_hypotl.c (__hypotl): Likewise.
20728 * math/w_j0l.c (__j0l, __y0l): Likewise.
20729 * math/w_j1l.c (__j1l, __y1l): Likewise.
20730 * math/w_jnl.c (__jnl, __ynl): Likewise.
20731 * math/w_lgammal.c (__lgammal): Likewise.
20732 * math/w_log10l.c (__log10l): Likewise.
20733 * math/w_log2l.c (__log2l): Likewise.
20734 * math/w_logl.c (__logl): Likewise.
20735 * math/w_powl.c (__powl): Likewise.
20736 * math/w_remainderl.c (__remainderl): Likewise.
20737 * math/w_scalbl.c (sysv_scalbl): Likewise.
20738 * math/w_sinhl.c (__sinhl): Likewise.
20739 * math/w_sqrtl.c (__sqrtl): Likewise.
20740 * math/w_tgammal.c (__tgammal): Likewise.
20741 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
20742 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
20743 * math/libm-test.inc (acos_test): Add more tests.
20744 (acosh_test): Likewise.
20745 (asin_test): Likewise.
20746 (atanh_test): Likewise.
20747 (exp_test): Likewise.
20748 (exp10_test): Likewise.
20749 (exp2_test): Likewise.
20750 (expm1_test): Likewise.
20751 (lgamma_test): Likewise.
20752 (log_test): Likewise.
20753 (log10_test): Likewise.
20754 (log1p_test): Likewise.
20755 (log2_test): Likewise.
20756 (pow_test): Do not allow some spurious overflow exceptions.
20757 (sqrt_test): Add more tests.
20758 (tgamma_test): Likewise.
20759 (y0_test): Likewise.
20760 (y1_test): Likewise.
20761 (yn_test): Likewise.
20762
20763 2012-03-27 Anton Blanchard <anton@samba.org>
20764
20765 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
20766 MAP_HUGETLB.
20767 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
20768 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
20769 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
20770
20771 2012-03-27 David S. Miller <davem@davemloft.net>
20772
20773 * conform/Makefile: Run run-conformtest.sh using $(BASH).
20774
20775 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
20776 have-as-vis3 check.
20777
20778 2012-03-27 Andreas Jaeger <aj@suse.de>
20779
20780 * sysdeps/x86_64/elf/configure.in: Moved to ...
20781 * sysdeps/x86_64/configure.in: ... here.
20782 * sysdeps/x86_64/elf/start.S: Moved to ...
20783 * sysdeps/x86_64/start.S: ... here.
20784 * sysdeps/x86_64/elf/configure: Delete.
20785
20786 * sysdeps/x86_64/configure.in: Merge contents from
20787 sysdeps/i386/configure.in (without i686 check).
20788
20789 * sysdeps/i386/elf/Versions: Merge into ...
20790 * sysdeps/i386/Versions: ... this.
20791 * sysdeps/i386/elf/Versions: Delete file.
20792 * sysdeps/i386/elf/start.S: Moved to ...
20793 * sysdeps/i386/start.S: ...here.
20794 * sysdeps/i386/elf/configure.in: Merge into...
20795 * sysdeps/i386/configure.in: ...here.
20796 * sysdeps/i386/elf/configure.in: Delete file.
20797 * sysdeps/i386/elf/configure: Delete file.
20798
20799 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
20800 * debug/backtracesyms.c: ... here.
20801 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
20802 * debug/backtracesymsfd.c: ... here.
20803 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
20804 * sysdeps/generic/ifunc-sel.h: ... here.
20805
20806 * sysdeps/unix/i386/start.c: Delete file.
20807 * sysdeps/unix/sparc/start.c: Delete file.
20808 * sysdeps/unix/start.c: Delete file.
20809
20810 * sysdeps/sh/elf/configure.in: Moved to ...
20811 * sysdeps/sh/configure.in: ... here.
20812 * sysdeps/sh/elf/start.S: Moved to ...
20813 * sysdeps/sh/start.S: ... here.
20814 * sysdeps/sh/elf/configure: Delete file.
20815
20816 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
20817 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
20818 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
20819 * sysdeps/powerpc/powerpc64/entry.h: ... here.
20820 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
20821 * sysdeps/powerpc/powerpc64/start.S: here.
20822 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
20823 * sysdeps/powerpc/powerpc64/Makefile: ... this.
20824 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
20825 * sysdeps/powerpc/powerpc64/configure.in: ... this.
20826 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
20827
20828 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
20829 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
20830 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
20831 * sysdeps/powerpc/powerpc32/start.S: ... here.
20832 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
20833 * sysdeps/powerpc/powerpc32/configure.in: ... this.
20834 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
20835
20836 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
20837 * sysdeps/powerpc/ifunc-sel.h: ... here.
20838 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
20839 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
20840
20841 * sysdeps/sparc/elf/configure.in: Moved to ...
20842 * sysdeps/sparc/configure.in: ... here.
20843 * sysdeps/sparc/elf/configure: Delete file.
20844 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
20845 * sysdeps/sparc/sparc32/start.S: ... here.
20846 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
20847 * sysdeps/sparc/sparc64/start.S: ... here.
20848 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
20849 * sysdeps/sparc/sparc32/Makefile: ... this.
20850 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
20851 * sysdeps/sparc/sparc64/Makefile: ... this.
20852
20853 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
20854 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
20855 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
20856 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
20857 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
20858 * sysdeps/s390/s390-32/setjmp.S: ... here.
20859 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
20860 * sysdeps/s390/s390-32/configure.in: ... here.
20861 * sysdeps/s390/s390-32/elf/configure: Delete file.
20862 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
20863 * sysdeps/s390/s390-32/start.S: ... here.
20864
20865 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
20866 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
20867 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
20868 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
20869 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
20870 * sysdeps/s390/s390-64/setjmp.S: ... here.
20871 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
20872 * sysdeps/s390/s390-64/configure.in: ... here
20873 * sysdeps/s390/s390-64/elf/configure: Delete file.
20874 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
20875 * sysdeps/s390/s390-64/start.S: ... here.
20876 * sysdeps/s390/s390-64/elf/configure: Delete.
20877
20878 * configure.in: Remove support for elf directories in sysdeps.
20879
20880 * configure: Regenerated.
20881 * sysdeps/i386/configure: Regenerated.
20882 * sysdeps/powerpc/powerpc32/configure: Regenerated.
20883 * sysdeps/powerpc/powerpc64/configure: Regenerated.
20884 * sysdeps/s390/s390-32/configure: Regenerated.
20885 * sysdeps/s390/s390-64/configure: Regenerated.
20886 * sysdeps/sh/configure: Regenerated.
20887 * sysdeps/sparc/configure: Regenerated.
20888 * sysdeps/x86_64/configure: Regenerated.
20889
20890 2012-03-26 Andreas Schwab <schwab@linux-m68k.org>
20891
20892 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20893
20894 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
20895 denormal result into account.
20896
20897 2012-03-25 Roland McGrath <roland@hack.frob.com>
20898
20899 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
20900 Reported by Allan McRae <allan@archlinux.org>.
20901
20902 2012-03-23 Jeff Law <law@redhat.com>
20903
20904 * nss/getnssent.c (__nss_getent): Fix typo.
20905
20906 2012-03-23 David S. Miller <davem@davemloft.net>
20907
20908 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20909
20910 2012-03-23 H.J. Lu <hongjiu.lu@intel.com>
20911
20912 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
20913 to pad to uint64_t for each field.
20914 (dl_tls_index): Replace unsigned long with uint64_t.
20915
20916 2012-03-23 Daniel Jacobowitz <dmj@google.com>
20917 Paul Pluzhnikov <ppluzhnikov@google.com>
20918
20919 [BZ #6528]
20920 * grp/Makefile (otherlibs): Don't set it.
20921 * inet/Makefile (otherlibs): Likewise.
20922 * login/Makefile (otherlibs): Likewise.
20923 * nscd/Makefile (otherlibs): Likewise.
20924 * posix/Makefile (otherlibs): Likewise.
20925 * pwd/Makefile (otherlibs): Likewise.
20926 * rt/Makefile (otherlibs): Likewise.
20927 * sunrpc/Makefile (otherlibs): Likewise.
20928 * nss/Makefile (otherlibs): Likewise.
20929 Add libnss_files to routines and static-only-routines.
20930 ($(objpfx)getent): Remove rule.
20931 * resolv/Makefile: Add libnss_dns and libresolv to routines and
20932 static-only-routines.
20933
20934 2012-03-22 Joseph Myers <joseph@codesourcery.com>
20935
20936 [BZ #13892]
20937 * math/s_cexp.c: Include <float.h>.
20938 (__cexp): Handle exp result overflowing not necessarily
20939 overflowing both real and imaginary parts of result.
20940 * math/s_cexpf.c: Likewise.
20941 * math/s_cexpl.c: Likewise.
20942 * math/libm-test.inc (cexp_test): Add more tests.
20943 * sysdeps/i386/fpu/libm-test-ulps: Update.
20944 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20945
20946 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
20947
20948 * include/link.h (ELFW): New macro.
20949 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
20950 Replace ELF64_R_TYPE with ELFW(R_TYPE).
20951
20952 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
20953
20954 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
20955 with uint64_t.
20956
20957 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
20958
20959 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
20960 declaration.
20961 (struct La_x32_retval): Likewise.
20962
20963 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
20964
20965 * sysdeps/x86_64/preconfigure.in: New file.
20966 * sysdeps/x86_64/preconfigure: New generated file.
20967
20968 2012-03-22 Joseph Myers <joseph@codesourcery.com>
20969
20970 [BZ #13824]
20971 * math/e_exp2l.c: Include <float.h>.
20972 (__ieee754_exp2l): Handle overflow and underflow cases
20973 separately. Only pass fractional part of argument to
20974 __ieee754_expl.
20975 * math/libm-test.inc (exp2_test): Add more tests.
20976
20977 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
20978 negating x to take absolute value.
20979 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
20980 Likewise.
20981 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20982 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
20983 Likewise.
20984 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
20985 computing low part if x was negated.
20986 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20987
20988 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
20989
20990 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
20991 la_x32_gnu_pltexit.
20992 (pltexit): Cast int_retval to ptrdiff_t.
20993 * elf/tst-auditmod3b.c: Likewise.
20994 * elf/tst-auditmod4b.c: Likewise.
20995 * elf/tst-auditmod5b.c: Likewise.
20996 * elf/tst-auditmod6b.c: Likewise.
20997 * elf/tst-auditmod6c.c: Likewise.
20998 * elf/tst-auditmod7b.c: Likewise.
20999
21000 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
21001 and x32_gnu_pltexit.
21002
21003 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
21004 __ELF_NATIVE_CLASS.
21005 (La_x32_regs): New macro.
21006 (La_x32_retval): Likewise.
21007 (la_x32_gnu_pltenter): New function prototype.
21008 (la_x32_gnu_pltexit): Likewise.
21009
21010 2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
21011
21012 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
21013 exponent.
21014
21015 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21016
21017 * configure.in (libc_cv_cc_nofma): Check for option to disable
21018 generation of FMA instructions.
21019 * configure: Regenerate.
21020 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
21021 * sysdeps/ieee754/dbl-64/Makefile: New file.
21022 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
21023 Remove brandred-fma4.
21024 (CFLAGS-brandred-fma4.c): Remove.
21025 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
21026 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
21027 define.
21028 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
21029 define.
21030
21031 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
21032
21033 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
21034 LLONG_MAX != LONG_MAX.
21035 (_itoa_word): Use _ITOA_WORD_TYPE on value.
21036 (_fitoa_word): Likewise.
21037 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
21038 LLONG_MAX != LONG_MAX.
21039 * stdio-common/_itowa.h: Include <_itoa.h>.
21040 (_itowa_word): Use _ITOA_WORD_TYPE on value.
21041 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
21042 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
21043 only if not defined.
21044 (_ITOA_WORD_TYPE): Likewise.
21045 (_itoa_word): Use _ITOA_WORD_TYPE on value.
21046 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
21047
21048 2012-03-21 David S. Miller <davem@davemloft.net>
21049
21050 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21051
21052 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
21053
21054 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
21055 of x86_64 when setting libc_cv_slibdir, libdir and
21056 libc_cv_localedir.
21057 * sysdeps/unix/sysv/linux/configure: Regenerated.
21058
21059 2012-03-21 Joseph Myers <joseph@codesourcery.com>
21060
21061 * manual/lang.texi (Old Varargs): Remove section.
21062 (How Variadic): Update menu.
21063 (va_start): Do not mention varargs.h.
21064
21065 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
21066 Joseph Myers <joseph@codesourcery.com>
21067
21068 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
21069 link test.
21070 * configure: Regenerated.
21071
21072 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
21073
21074 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
21075 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
21076 conformtest.pl
21077
21078 2012-03-21 Joseph Myers <joseph@codesourcery.com>
21079
21080 * NOTES: Remove.
21081 * Makefile (files-for-dist): Remove NOTES.
21082 (NOTES): Remove rule.
21083 * README: Don't refer to NOTES.
21084 * manual/creature.texi: Don't include macros.texi.
21085 * manual/intro.texi (creature.texi): Remove comment referring to
21086 NOTES.
21087
21088 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
21089 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
21090 * configure: Regenerated.
21091 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
21092 LIBC_TRY_CC_OPTION.
21093 (libc_cv_as_i686): Likewise.
21094 (libc_cv_cc_avx): Likewise.
21095 (libc_cv_cc_sse2avx): Likewise.
21096 (libc_cv_cc_fma4): Likewise.
21097 (libc_cv_cc_novzeroupper): Likewise.
21098 * sysdeps/i386/configure: Regenerated.
21099
21100 [BZ #13883]
21101 * sysdeps/i386/fpu/s_cexp.S: Remove.
21102 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
21103 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
21104 * math/libm-test.inc (cexp_test): Add more tests.
21105 * sysdeps/i386/fpu/libm-test-ulps: Update.
21106 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21107
21108 2012-03-21 Allan McRae <allan@archlinux.org>
21109
21110 * timezone/Makefile: Do not install iso3166.tab and zone.tab
21111
21112 2012-03-21 Joseph Myers <joseph@codesourcery.com>
21113
21114 [BZ #13871]
21115 * math/w_exp2.c: Do not include <float.h>.
21116 (o_threshold, u_threshold): Remove.
21117 (__exp2): Calculate result before checking finiteness and calling
21118 __kernel_standard.
21119 * math/w_exp2f.c: Likewise.
21120 * math/w_exp2l.c: Likewise.
21121 * math/libm-test.inc (exp2_test): Require overflow exception for
21122 1e6 input.
21123
21124 [BZ #3866]
21125 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
21126 range of signed 64-bit integers before using fistpll. Remove
21127 checks for whether integers fit in mantissa bits.
21128 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
21129 the range of signed 32-bit integers before using fistpl. Remove
21130 checks for whether integers fit in mantissa bits.
21131 * sysdeps/i386/fpu/e_powl.S (p64): New object.
21132 (__ieee754_powl): Test for y outside the range of signed 64-bit
21133 integers before using fistpll. Reduce 64-bit values to 63-bit
21134 ones as needed.
21135 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
21136 divide-by-zero is raised for zero to large negative powers.
21137 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
21138 (__ieee754_powl): Test for y outside the range of signed 64-bit
21139 integers before using fistpll. Reduce 64-bit values to 63-bit
21140 ones as needed.
21141 * math/libm-test.inc (pow_test): Add more tests.
21142
21143 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
21144
21145 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
21146 <stdio-common/_itoa.h>.
21147 * debug/segfault.c: Likewise.
21148 * elf/dl-cache.c: Likewise.
21149 * elf/dl-minimal.c: Likewise.
21150 * elf/dl-misc.c: Likewise.
21151 * elf/dl-sysdep.c: Likewise.
21152 * elf/dl-version.c: Likewise.
21153 * elf/rtld.c: Likewise.
21154 * hurd/hurdsock.c: Likewise.
21155 * hurd/lookup-retry.c: Likewise.
21156 * malloc/malloc.c: Likewise.
21157 * malloc/mtrace.c: Likewise.
21158 * nscd/nscd_getgr_r.c: Likewise.
21159 * nscd/nscd_getpw_r.c: Likewise.
21160 * nscd/nscd_getserv_r.c: Likewise.
21161 * posix/getopt_init.c: Likewise.
21162 * posix/wordexp.c: Likewise.
21163 * stdio-common/_itoa.c: Likewise.
21164 * stdio-common/printf_fphex.c: Likewise.
21165 * stdio-common/vfprintf.c: Likewise.
21166 * string/_strerror.c: Likewise.
21167 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
21168 * sysdeps/i386/i686/hp-timing.h: Likewise.
21169 * sysdeps/mach/_strerror.c: Likewise.
21170 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
21171 * sysdeps/mach/hurd/sethostid.c: Likewise.
21172 * sysdeps/mach/hurd/xmknodat.c: Likewise.
21173 * sysdeps/mach/xpg-strerror.c: Likewise.
21174 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
21175 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
21176 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
21177 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
21178 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
21179 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
21180 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
21181 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
21182 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
21183 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
21184 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
21185 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21186 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
21187 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
21188 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
21189 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
21190 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
21191 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
21192 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
21193 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
21194 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
21195
21196 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
21197
21198 * stdio-common/_itoa.h: Moved to ...
21199 * sysdeps/generic/_itoa.h: Here.
21200
21201 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
21202
21203 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
21204 instead of "_itoa.h" and "_itowa.h".
21205 * stdio-common/vfprintf.: Likewise.
21206
21207 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
21208
21209 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
21210 <bits/wordsize.h>.
21211 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
21212 (__signbit): Likwise.
21213 (llrintf): Likwise.
21214 (llrint): Likwise.
21215
21216 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
21217
21218 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
21219 __WORDSIZE != 64.
21220
21221 2012-03-20 Joseph Myers <joseph@codesourcery.com>
21222
21223 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
21224 OVERFLOW_EXCEPTION_OK.
21225 * math/libm-test.inc ("Philosophy"): Update comment about
21226 exception testing.
21227 (OVERFLOW_EXCEPTION): Define.
21228 (OVERFLOW_EXCEPTION_OK): Likewise.
21229 (INVALID_EXCEPTION_OK): Renumber.
21230 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21231 (IGNORE_ZERO_INF_SIGN): Likewise.
21232 (test_exceptions): Handle FE_OVERFLOW.
21233 (exp10_test): Expect overflow exceptions.
21234 (exp2_test): Likewise.
21235 (expm1_test): Likewise.
21236 (nextafter_test): Likewise.
21237 (pow_test): Likewise.
21238 (scalbn_test): Likewise.
21239 (scalbln_test): Likewise.
21240
21241 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
21242
21243 * sysdeps/x86_64/bits/atomic.h
21244 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
21245 64bit integer.
21246 (atomic_exchange_acq): Likewise.
21247 (__arch_exchange_and_add_body): Likewise.
21248 (__arch_add_body): Likewise.
21249 (atomic_add_negative): Likewise.
21250 (atomic_add_zero): Likewise.
21251
21252 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
21253
21254 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
21255 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
21256
21257 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
21258
21259 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
21260 Check __x86_64__ instead of __WORDSIZE.
21261
21262 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
21263
21264 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
21265
21266 2012-03-19 David S. Miller <davem@davemloft.net>
21267
21268 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21269
21270 * sysdeps/sparc/fpu/fenv_private.h: New file.
21271 * sysdeps/sparc/fpu/math_private.h: Use it.
21272 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
21273 Remove.
21274 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
21275 (libc_feholdexcept_setroundl): Remove.
21276 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
21277 Remove.
21278 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
21279 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
21280
21281 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
21282
21283 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
21284 int64_t instead of long int.
21285 (INSERT_WORDS64): Likwise.
21286
21287 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
21288
21289 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
21290 _Unwind_GetCFA return to _Unwind_Ptr first.
21291
21292 2012-03-19 Joseph Myers <joseph@codesourcery.com>
21293
21294 [BZ #13629]
21295 * math/s_clog.c: Include <float.h>.
21296 (__clog): Scale large or subnormal inputs.
21297 * math/s_clogf.c: Likewise.
21298 * math/s_clogl.c: Likewise.
21299 * math/s_clog10.c: Include <float.h>.
21300 (M_LOG10_2): Define.
21301 (__clog10): Scale large or subnormal inputs.
21302 * math/s_clog10f.c: Likewise.
21303 * math/s_clog10l.c: Likewise.
21304 * math/libm-test.inc (clog_test): Add more tests.
21305 (clog10_test): Likewise.
21306 * sysdeps/i386/fpu/libm-test-ulps: Update.
21307 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21308
21309 [BZ #11451]
21310 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
21311 x and y.
21312 * math/libm-test.inc (atan2_test): Add another test.
21313
21314 * Makerules (common-objdir-compile): Remove.
21315 * sysdeps/unix/Makefile (config-generated): Do not add
21316 $(unix-generated) to variable.
21317 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
21318 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
21319 Remove rule.
21320 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
21321 Likewise.
21322 [generic bits/local_lim.h] (before-compile): Do not append to
21323 variable.
21324 [generic bits/local_lim.h] (common-generated): Likewise.
21325 [generic sys/param.h] (before-compile): Do not append to variable.
21326 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
21327 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
21328 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
21329 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
21330 include.
21331 [generic sys/param.h] (sys/param.h-includes): Remove variable.
21332 [generic sys/param.h] (sys/param.h-includes): Remove rule.
21333 [generic sys/param.h] ($(addprefix
21334 $(common-objpfx),$(sys/param.h-includes))): Likewise.
21335 [generic sys/param.h] (common-generated): Do not append to
21336 variable.
21337 [generic sys/param.h] (sysdep_headers): Likewise.
21338 [generic bits/errno.h] (before-compile): Do not append to
21339 variable.
21340 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
21341 rule.
21342 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
21343 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
21344 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
21345 [generic bits/errno.h] (common-generated): Do not append to
21346 variable.
21347 [generic bits/ioctls.h] (before-compile): Do not append to
21348 variable.
21349 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
21350 rule.
21351 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
21352 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
21353 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
21354 rule.
21355 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
21356 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
21357 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
21358 [generic bits/ioctls.h] (common-generated): Do not append to
21359 variable.
21360 [generic sys/syscall.h] (syscall.h): Remove variable.
21361 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
21362 rule.
21363 [generic sys/syscall.h] (before-compile): Do not append to
21364 variable.
21365 [generic sys/syscall.h] (common-generated): Likewise.
21366 * sysdeps/unix/errnos-tmpl.c: Remove file.
21367 * sysdeps/unix/errnos.awk: Likewise.
21368 * sysdeps/unix/ioctls-tmpl.c: Likewise.
21369 * sysdeps/unix/ioctls.awk: Likewise.
21370 * sysdeps/unix/mk-local_lim.c: Likewise.
21371 * sysdeps/unix/snarf-ioctls: Likewise.
21372
21373 2012-03-19 Richard Henderson <rth@twiddle.net>
21374
21375 * sysdeps/i386/fpu/fenv_private.h: New file.
21376 * sysdeps/i386/fpu/math_private.h: Use it.
21377 (math_opt_barrier, math_force_eval): Remove.
21378 (libc_feholdexcept_setround_53bit): Remove.
21379 (libc_feupdateenv_53bit): Remove.
21380 * sysdeps/x86_64/fpu/math_private.h: Likewise.
21381 (math_opt_barrier, math_force_eval): Remove.
21382 (libc_feholdexcept): Remove.
21383 (libc_feholdexcept_setround): Remove.
21384 (libc_fetestexcept, libc_fesetenv): Remove.
21385 (libc_feupdateenv_test): Remove.
21386 (libc_feupdateenv, libc_feholdsetround): Remove.
21387 (libc_feresetround): Remove.
21388
21389 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
21390 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
21391
21392 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
21393 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
21394 (libc_feupdateenv_testl): New.
21395 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
21396 (libc_feupdateenv_testf): New.
21397 (libc_feupdateenv): Use libc_feupdateenv_test.
21398 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
21399 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
21400
21401 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
21402 (libc_feholdsetroundf, libc_feholdsetroundl): New.
21403 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
21404 (libc_feresetround_noex): New.
21405 (libc_feresetround_noexf): New.
21406 (libc_feresetround_noexl): New.
21407 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
21408 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
21409 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
21410 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
21411 SET_RESTORE_ROUND.
21412 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21413 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
21414 (__cos): Likewise.
21415 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
21416 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
21417 SET_RESTORE_ROUND_NOEX.
21418 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
21419 SET_RESTORE_ROUND_NOEXF.
21420 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
21421 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
21422 (libc_feholdsetroundf): New.
21423 (libc_feresetround, libc_feresetroundf): New.
21424
21425 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
21426 (libc_feholdexcept_setround_53bit): Convert from macro to function.
21427 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
21428
21429 * sysdeps/generic/math_private.h: Include <fenv.h>.
21430 (default_libc_feholdexcept): New.
21431 (default_libc_feholdexcept_setround): New.
21432 (default_libc_fesetenv, default_libc_feupdateenv): New.
21433 (libc_feholdexcept): Only define if undefined.
21434 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
21435 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
21436 (libc_feholdexcept_setroundl): Likewise.
21437 (libc_feholdexcept_setround_53bit): Likewise.
21438 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
21439 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
21440 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
21441 (libc_feupdateenv_53bit): Likewise.
21442 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
21443 (libc_feholdexcept): Convert from macro to inline function.
21444 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
21445 (libc_fesetenv, libc_feupdateenv): Likewise.
21446
21447 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
21448 not previously defined.
21449 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
21450 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
21451 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
21452 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
21453 * sysdeps/ieee754/flt-32/math_private.h: New file.
21454 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
21455 math_private.h below SET_FLOAT_WORD.
21456 (__isnan, __isinf_ns, __finite): Remove.
21457 (__isnanf, __isinf_nsf, __finitef): Remove.
21458
21459 2012-03-18 Andreas Schwab <schwab@linux-m68k.org>
21460
21461 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21462
21463 2012-03-17 David S. Miller <davem@davemloft.net>
21464
21465 [BZ #6471]
21466 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
21467 for 2.16.
21468
21469 2012-03-16 David S. Miller <davem@davemloft.net>
21470
21471 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
21472 warnings.
21473
21474 [BZ #6471]
21475 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
21476 properly.
21477 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
21478 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
21479 sysdep_routines when subdir is sysvipc.
21480 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
21481 __getshmlba helper.
21482
21483 * sysdeps/sparc/fpu/libm-test/ulps: Update.
21484
21485 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
21486
21487 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
21488 [__LP64__].
21489
21490 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
21491
21492 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
21493 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
21494 (__lround): Renamed to ...
21495 (__llround): This. Replace long int with long long int.
21496 Define lround functions as aliases of llround functions.
21497 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
21498
21499 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
21500
21501 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
21502 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
21503 adresses to uintptr_t. Replace "long int" and "unsigned long
21504 int" with "greg_t" on va_arg.
21505
21506 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
21507
21508 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
21509 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
21510
21511 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
21512 Move e_machine check before EI_CLASS check. Handle x32
21513 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
21514 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
21515 SKIP_EM_IA_64 and include
21516 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
21517
21518 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
21519 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
21520 (add_system_dir): New macro.
21521
21522 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
21523 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
21524
21525 2012-03-16 Joseph Myers <joseph@codesourcery.com>
21526
21527 [BZ #2551]
21528 [BZ #2552]
21529 [BZ #2553]
21530 [BZ #2554]
21531 [BZ #2562]
21532 [BZ #2563]
21533 [BZ #2565]
21534 [BZ #2566]
21535 [BZ #2576]
21536 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
21537 (y0): Likewise.
21538 * math/w_j0f.c (j0f): Likewise.
21539 (y0f): Likewise.
21540 * math/w_j0l.c (__j0l): Likewise.
21541 (__y0l): Likewise.
21542 * math/w_j1.c (j1): Likewise.
21543 (y1): Likewise.
21544 * math/w_j1f.c (j1f): Likewise.
21545 (y1f): Likewise.
21546 * math/w_j1l.c (__j1l): Likewise.
21547 (__y1l): Likewise.
21548 * math/w_jn.c (jn): Likewise.
21549 (yn): Likewise.
21550 * math/w_jnf.c (jnf): Likewise.
21551 (ynf): Likewise.
21552 * math/w_jnl.c (__jnl): Likewise.
21553 (__ynl): Likewise.
21554 * math/libm-test.inc (j0_test): Add more tests.
21555 (j1_test): Likewise.
21556 (jn_test): Likewise. Add trailing semicolon to existing test.
21557 (y0_test): Likewise.
21558 (y1_test): Likewise.
21559 * sysdeps/i386/fpu/libm-test-ulps: Update.
21560 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21561
21562 [BZ #13851]
21563 [BZ #13854]
21564 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
21565 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
21566 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
21567 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
21568 (__tanl): Set errno for infinite argument.
21569 * sysdeps/i386/fpu/mptan.c: Remove.
21570 * sysdeps/i386/fpu/s_tan.S: Likewise.
21571 * sysdeps/i386/fpu/s_tanl.S: Likewise.
21572 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
21573 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
21574 * math/libm-test.inc (tan_test): Add more tests and enable more
21575 tests for double and long double.
21576 * sysdeps/i386/fpu/libm-test-ulps: Update.
21577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21578
21579 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21580
21581 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
21582 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
21583
21584 2012-03-16 Roland McGrath <roland@hack.frob.com>
21585
21586 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
21587 * configure.in: Use it for both main tree and add-ons.
21588 * configure: Regenerated.
21589
21590 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
21591
21592 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
21593
21594 2012-03-16 Joseph Myers <joseph@codesourcery.com>
21595
21596 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
21597 in comment.
21598
21599 [BZ #13851]
21600 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
21601 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
21602 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
21603 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
21604 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
21605 infinite argument.
21606 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
21607 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
21608 != 0 for prec == 2.
21609 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
21610 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
21611 * sysdeps/i386/fpu/s_cosl.S: Likewise.
21612 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
21613 * sysdeps/i386/fpu/s_sinl.S: Likewise.
21614 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
21615 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
21616 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
21617 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
21618 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
21619 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
21620 * math/libm-test.inc (cos_test): Add more tests and enable more
21621 tests for long double.
21622 (sin_test): Likewise.
21623 (sincos_test): Likewise.
21624 * sysdeps/i386/fpu/libm-test-ulps: Update.
21625 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21626
21627 2012-03-16 David S. Miller <davem@davemloft.net>
21628
21629 * sysdeps/sparc/fpu/math_private.h: New file.
21630
21631 2012-03-15 David S. Miller <davem@davemloft.net>
21632
21633 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
21634 file.
21635 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
21636 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
21637 file.
21638 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
21639 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
21640 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
21641 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
21642 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
21643 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
21644 sysdep routines.
21645 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
21646
21647 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
21648 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
21649
21650 * sysdeps/sparc/sparc-ifunc.h: New file.
21651 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
21652 sparc-ifunc.h
21653 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
21654 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
21655 Likewise.
21656 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
21657 Likewise.
21658 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
21659 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
21660 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
21661 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
21662 Likewise.
21663 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
21664 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
21665 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
21666 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
21667 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
21668 Likewise.
21669 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
21670 Likewise.
21671 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
21672 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
21673 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
21674 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
21675 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
21676 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
21677 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
21678 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
21679 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
21680 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
21681 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
21682 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
21683 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
21684 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
21685 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
21686 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
21687 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
21688 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
21689 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
21690 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
21691 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
21692 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
21693 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
21694 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
21695
21696 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
21697
21698 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
21699 scaling.
21700 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21701
21702 2012-03-15 Andreas Jaeger <aj@suse.de>
21703
21704 [BZ #13852]
21705 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
21706 ieee754/flt-32 implementation for sin, cos and sincos.
21707 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
21708 * sysdeps/i386/fpu/s_cosf.S: Likewise.
21709 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
21710 * sysdeps/i386/fpu/s_sinf.S: Likewise.
21711 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
21712 ieee754/flt-32 implementation for tan.
21713
21714 * math/libm-test.inc (cos_test): Enable some large input tests for
21715 float as well
21716 (sin_test): Likewise.
21717 (sincos_test): Likewise.
21718 (tan_test): Add tests for large input.
21719
21720 * sysdeps/i386/fpu/libm-test-ulps: Update.
21721
21722 2012-03-15 Andreas Jaeger <aj@suse.de>
21723
21724 [BZ #13658]
21725 * math/libm-test.inc (cos_test): Add more test cases.
21726 (sin_test): Likewise.
21727 (sincos_test): Likewise.
21728
21729 2012-03-15 Andreas Jaeger <aj@suse.de>
21730
21731 [BZ #13837]
21732 * math/libm-test.inc (cos_test): Add a test case for large input
21733 value.
21734 (sin_test): Likewise.
21735 (sincos_test): Likewise.
21736
21737 2012-03-15 Andreas Jaeger <aj@suse.de>,
21738 Joseph Myers <joseph@codesourcery.com>
21739
21740 [BZ #13658]
21741 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
21742 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
21743 * sysdeps/i386/fpu/branred.c: Likewise.
21744 * sysdeps/i386/fpu/dosincos.c: Likewise.
21745 * sysdeps/i386/fpu/mpa.c: Likewise.
21746 * sysdeps/i386/fpu/s_cos.S: Likewise.
21747 * sysdeps/i386/fpu/s_sin.S: Likewise.
21748 * sysdeps/i386/fpu/s_sincos.S: Likewise.
21749 * sysdeps/i386/fpu/sincos32.c: Likewise.
21750
21751 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
21752 Define.
21753 (libc_feupdateenv_53bit): Define.
21754 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
21755 Define.
21756 (libc_feupdateenv_53bit): Define.
21757
21758 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
21759 53 bit (without extend i386 double precision).
21760
21761 * math/libm-test.inc (sincos_test): Add tests for large input.
21762 (sin): Likewise.
21763 (cos): Likewise.
21764
21765 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
21766
21767 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
21768
21769 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21770
21771 2012-03-15 David S. Miller <davem@davemloft.net>
21772
21773 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
21774 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
21775 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
21776 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
21777 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
21778 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
21779 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
21780 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
21781 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
21782 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
21783 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
21784 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
21785 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
21786 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
21787 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
21788 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
21789 file.
21790 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
21791 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
21792 file.
21793 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
21794 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
21795 file.
21796 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
21797 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
21798 file.
21799 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
21800 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
21801 fmin/fmax sysdep routines.
21802 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
21803
21804 2012-03-14 David S. Miller <davem@davemloft.net>
21805
21806 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
21807 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
21808 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
21809 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
21810 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
21811 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
21812 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
21813 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
21814 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
21815 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
21816 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
21817 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
21818 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
21819 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
21820 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
21821 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
21822 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
21823 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
21824 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
21825 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
21826 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
21827 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
21828 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
21829 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
21830 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
21831 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
21832 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
21833 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
21834 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
21835 routines.
21836 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
21837 file.
21838 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
21839 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
21840 file.
21841 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
21842 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
21843 file.
21844 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
21845 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
21846 file.
21847 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
21848 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
21849 file.
21850 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
21851 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
21852 file.
21853 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
21854 file.
21855 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
21856 file.
21857 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
21858 file.
21859 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
21860 New file.
21861 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
21862 file.
21863 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
21864 file.
21865 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
21866 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
21867 file.
21868 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
21869 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
21870 file.
21871 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
21872 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
21873 file.
21874 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
21875 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
21876 VIS3 routines.
21877
21878 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
21879 New file.
21880
21881 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21882
21883 * sysdeps/sparc/configure.in: New file.
21884 * sysdeps/sparc/configure: Generate.
21885 * configure.in (libc_cv_sparc_as_vis3): Substitute.
21886 * configure: Regenerate.
21887 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
21888 * config.make.in (have-as-vis3): New.
21889 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
21890 available use -Av9d instead of -Av9a.
21891 * sysdeps/sparc/sparc64/Makefile: Likewise.
21892 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
21893 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
21894 New file.
21895 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
21896 file.
21897 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
21898 New file.
21899 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
21900 file.
21901 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
21902 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
21903 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
21904 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
21905 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
21906
21907 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
21908 fzeros/fnegs to load 0x80000000 into a float register instead of
21909 using the stack.
21910 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
21911
21912 2012-03-14 Joseph Myers <joseph@codesourcery.com>
21913
21914 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21915 bits/syscall.h.
21916 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
21917 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
21918 ($(inst_includedir)/bits/syscall.h): Remove rule.
21919 ($(objpfx)bits/syscall.d): Include instead of
21920 $(objpfx)syscall-list.d.
21921 (generated): Change syscall-list.h and syscall-list.d to
21922 bits/syscall.h and bits/syscall.d.
21923
21924 2012-03-14 Roland McGrath <roland@hack.frob.com>
21925
21926 [BZ #13846]
21927 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
21928
21929 2012-03-14 Joseph Myers <joseph@codesourcery.com>
21930
21931 [BZ #13841]
21932 * math/s_csqrt.c: Include <float.h>.
21933 (__csqrt): Scale large or subnormal inputs.
21934 * math/s_csqrtf.c: Likewise.
21935 * math/s_csqrtl.c: Likewise.
21936 * math/libm-test.inc (csqrt_test): Add more tests.
21937 * sysdeps/i386/fpu/libm-test-ulps: Update.
21938 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21939
21940 [BZ #13840]
21941 * math/libm-test.inc (hypot_test): Add more tests.
21942
21943 2012-03-13 David S. Miller <davem@davemloft.net>
21944
21945 [BZ #13840]
21946 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
21947 double-precision for the calculation instead of scaling.
21948
21949 2012-03-13 Joseph Myers <joseph@codesourcery.com>
21950
21951 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
21952 manipulate bits before adding and subtracting TWO52[sx].
21953 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
21954 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
21955 Likewise.
21956 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
21957
21958 2012-03-13 David S. Miller <davem@davemloft.net>
21959
21960 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
21961 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
21962 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
21963 rtld-global-offsets.h
21964 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21965
21966 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
21967 large parameters.
21968
21969 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
21970
21971 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
21972 'err' in the ifdef scope in which it is actually used.
21973
21974 * nss/nss_db/db-init.c: Include string.h
21975
21976 2012-03-12 David S. Miller <davem@davemloft.net>
21977
21978 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
21979 masking out of the most significant byte of random value used.
21980 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
21981 Fix coding style in previous change.
21982
21983 * sysdeps/unix/sysv/linux/kernel-features.h
21984 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
21985 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
21986 expression.
21987 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
21988 later.
21989
21990 2012-03-11 David S. Miller <davem@davemloft.net>
21991
21992 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
21993 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
21994 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
21995 for 'resultvar' otherwise things get truncated on 64-bit.
21996
21997 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
21998 Fix masking out of the most significant byte of random value used.
21999
22000 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22001
22002 2012-03-10 Andreas Schwab <schwab@linux-m68k.org>
22003
22004 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22005
22006 2012-03-09 David S. Miller <davem@davemloft.net>
22007
22008 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
22009 variables with appropriate CPP guards.
22010 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
22011 frame pointer, not the stack pointer. Correct layout comments. Fix test
22012 on resulting framesize and the management of the outregs buffer for pltexit.
22013 Preserve floating point return values across _dl_call_pltexit call.
22014 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
22015 framesize and the management of the outregs buffer for pltexit.
22016 Preserve floating point return values across _dl_call_pltexit
22017 call.
22018 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
22019 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
22020 (print_exit): Fix format string for return register value.
22021
22022 2012-03-10 Joseph Myers <joseph@codesourcery.com>
22023
22024 * sunrpc/Makefile (others): Add rpcgen.
22025 ($(objpfx)rpcgen): Remove special build rule and dependency on
22026 libc.
22027 * sunrpc/rpcgen.c: New file.
22028
22029 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
22030
22031 [BZ #13673]
22032 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
22033 * stdio-common/bug-vfprintf-nargs.c: Likewise.
22034 * sysdeps/i386/crti.S: Likewise.
22035 * sysdeps/i386/crtn.S: Likewise.
22036 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
22037 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
22038 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
22039 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
22040 * sysdeps/sh/crti.S: Likewise.
22041 * sysdeps/sh/crtn.S: Likewise.
22042 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
22043
22044 [BZ #13673]
22045 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
22046 with URL.
22047 * locale/programs/locfile-kw.gperf: Likewise.
22048 * locale/programs/charmap-kw.h: Regenerated.
22049 * locale/programs/locfile-kw.h: Likewise.
22050
22051 [BZ #13673]
22052 * intl/plural.y: Replace FSF snail mail address with URL.
22053 * intl/plural.c: Regenerated.
22054
22055 2012-03-09 Richard Henderson <rth@twiddle.net>
22056
22057 * include/math_private.h: Remove file.
22058 * math/math_private.h: Move file ...
22059 * sysdeps/generic/math_private.h: ... here.
22060
22061 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
22062 * sysdeps/powerpc/fpu/math_private.h: Likewise.
22063 * sysdeps/x86_64/fpu/math_private.h: Likewise.
22064
22065 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
22066 and <math_private.h>.
22067 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
22068 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
22069 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
22070 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
22071 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
22072 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
22073 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
22074 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22075 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22076 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
22077 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22078 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
22079 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22080 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
22081 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22082 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22083 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22084 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22085 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22086 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
22087 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22088 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22089 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22090 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22091 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22092 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22093 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22094 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22095 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22096 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22097 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22098 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22099 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22100 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22101 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22102 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22103 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22104 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22105 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22106 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22107 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
22108 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22109 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
22110 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22111 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22112 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22113 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
22114 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22115 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22116 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22117 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22118 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
22119 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22120 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22121 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22122 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22123 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
22124 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22125 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22126 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
22127 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22128 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22129 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22130 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22131 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
22132 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
22133 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
22134 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
22135 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
22136 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
22137 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22138 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
22139 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22140 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22141 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
22142 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
22143 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
22144 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22145 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
22146 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
22147 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22148 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
22149 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22150 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
22151 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22152 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
22153 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
22154 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
22155 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
22156 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
22157 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
22158 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
22159 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
22160 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
22161 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
22162 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
22163 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
22164 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
22165 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
22166 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
22167 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
22168 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
22169 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
22170 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
22171 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22172 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
22173 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
22174 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
22175 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22176 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22177 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22178 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22179 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
22180 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22181 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
22182 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
22183 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22184 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
22185 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22186 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
22187 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22188 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
22189 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
22190 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
22191 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22192 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
22193 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
22194 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
22195 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
22196 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
22197 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
22198 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
22199 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22200 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
22201 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
22202 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
22203 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
22204 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
22205 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
22206 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
22207 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
22208 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
22209 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
22210 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
22211 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
22212 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
22213 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
22214 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
22215 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
22216 * sysdeps/ieee754/k_standard.c: Likewise.
22217 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
22218 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
22219 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
22220 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
22221 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
22222 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
22223 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
22224 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
22225 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
22226 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
22227 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
22228 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
22229 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
22230 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
22231 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
22232 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
22233 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22234 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
22235 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
22236 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
22237 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
22238 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
22239 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22240 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
22241 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22242 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
22243 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
22244 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
22245 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
22246 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22247 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22248 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
22249 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
22250 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
22251 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22252 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
22253 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
22254 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
22255 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
22256 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
22257 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22258 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22259 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22260 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
22261 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22262 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22263 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
22264 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
22265 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
22266 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22267 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22268 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22269 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
22270 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
22271 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22272 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22273 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
22274 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
22275 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
22276 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
22277 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22278 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22279 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
22280 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
22281 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
22282 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
22283 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
22284 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
22285 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
22286 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
22287 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
22288 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
22289 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
22290 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
22291 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
22292 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
22293 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
22294 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
22295 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
22296 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22297 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22298 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22299 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
22300 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
22301 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
22302 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
22303 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
22304 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
22305 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
22306 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
22307 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
22308 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
22309 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
22310 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22311 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
22312 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
22313 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
22314 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
22315 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
22316 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
22317 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
22318 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
22319 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22320 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
22321 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
22322 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22323 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22324 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
22325 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
22326 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
22327 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
22328 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
22329 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
22330 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
22331 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
22332 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
22333 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
22334 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
22335 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
22336 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
22337 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
22338 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
22339 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22340 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
22341 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
22342 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
22343 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22344 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
22345 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
22346 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22347 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22348 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22349 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22350 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22351 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
22352 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
22353 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
22354 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22355 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22356 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
22357 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
22358 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22359 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
22360 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
22361 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
22362 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22363 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22364 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
22365 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
22366 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
22367 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22368 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
22369 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
22370 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22371 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
22372 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
22373 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
22374 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
22375 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
22376 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22377 * sysdeps/ieee754/s_lib_version.c: Likewise.
22378 * sysdeps/ieee754/s_matherr.c: Likewise.
22379 * sysdeps/ieee754/s_signgam.c: Likewise.
22380 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22381 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22382 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
22383 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
22384 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
22385 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
22386 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
22387 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
22388 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
22389 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
22390 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22391 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
22392 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
22393 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
22394 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
22395 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
22396 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
22397 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
22398 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
22399 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22400 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22401
22402 2012-03-09 Joseph Myers <joseph@codesourcery.com>
22403
22404 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
22405 * sunrpc/rpc_main.c: Likewise.
22406 * sunrpc/rpc_svcout.c: Likewise.
22407
22408 2012-03-09 David S. Miller <davem@davemloft.net>
22409
22410 * include/math_private.h: New file.
22411
22412 2012-03-09 Joseph Myers <joseph@codesourcery.com>
22413
22414 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
22415 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
22416 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
22417 from <bits/socket_type.h>.
22418 (enum __socket_type): Don't define here.
22419 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
22420 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22421 bits/socket_type.h.
22422
22423 [BZ #13566]
22424 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
22425 checking __USE_GNU.
22426
22427 * Makerules ($(inst_includedir)/%.h): New rule.
22428 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
22429 (install-others): Remove variable setting.
22430 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
22431
22432 2012-03-08 Richard Henderson <rth@twiddle.net>
22433
22434 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
22435 from macro to inline function; merge with the
22436 !__LIBC_INTERNAL_MATH_INLINES version.
22437 (__ieee754_sqrtf): Likewise.
22438
22439 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
22440 to inline function.
22441 (__rintf, __floor, __floorf): Likewise.
22442
22443 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
22444 macro to inline function.
22445 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
22446
22447 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
22448 not <math/math_private.h>.
22449
22450 2012-03-08 David S. Miller <davem@davemloft.net>
22451
22452 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
22453 copyright year.
22454 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
22455
22456 2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
22457
22458 * resolv/gai_misc.c (handle_requests): Fix struct timespec
22459 normalization.
22460 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
22461 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
22462
22463 2012-03-08 Ulrich Drepper <drepper@gmail.com>
22464
22465 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
22466 be defined individually, they must be defined as a block. Define
22467 S for printing a string instead of hidint the different by using a
22468 macro for adding the 'l'.
22469 * stdio-common/tst-fphex-wide.c: Adjust.
22470
22471 2012-03-07 Marek Polacek <polacek@redhat.com>
22472
22473 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
22474
22475 2012-03-08 Marek Polacek <polacek@redhat.com>
22476
22477 [BZ #13806]
22478 * stdio-common/Makefile (tests): Add tst-fphex-wide.
22479 * stdio-common/tst-fphex.c: Define a few macros to make the
22480 test reusable. Use them.
22481 * stdio-common/tst-fphex-wide.c: New file.
22482
22483 2012-03-08 Joseph Myers <joseph@codesourcery.com>
22484
22485 [BZ #6911]
22486 * manual/macros.texi (gnusystems): New macro.
22487 (nongnusystems): Likewise.
22488 (gnulinuxhurdsystems): Likewise.
22489 (gnuhurdsystems): Likewise..
22490 (gnulinuxsystems): Likewise.
22491 * manual/charset.texi: Use new macros or @theglibc{} to refer to
22492 variants of the GNU system, not "GNU system".
22493 * manual/conf.texi: Likewise.
22494 * manual/errno.texi: Likewise. Update example of errno macro
22495 expansion.
22496 * manual/filesys.texi: Likewise.
22497 (getumask): Document as specific to GNU/Hurd.
22498 * manual/install.texi: Likewise. Reword some references to
22499 GNU/Linux.
22500 * manual/intro.texi: Likewise.
22501 * manual/io.texi: Likewise.
22502 (File Name Portability): Detail which constraints are inapplicable
22503 to all GNU systems and which are only inapplicable to GNU/Hurd.
22504 * manual/job.texi: Likewise.
22505 * manual/llio.texi: Likewise.
22506 (O_NOCTTY): Document as present on GNU/Linux.
22507 * manual/maint.texi: Likewise.
22508 * manual/memory.texi: Likewise.
22509 * manual/pattern.texi: Likewise.
22510 * manual/pipe.texi: Likewise.
22511 * manual/process.texi: Likewise.
22512 * manual/resource.texi: Likewise.
22513 (RUSAGE_CHILDREN): Remove statement about specifying a particular
22514 child on GNU/Hurd.
22515 * manual/setjmp.texi: Likewise.
22516 * manual/signal.texi: Likewise.
22517 * manual/startup.texi: Likewise.
22518 * manual/stdio.texi: Likewise.
22519 * manual/terminal.texi: Likewise.
22520 (ONLCR): Document as POSIX.
22521 (OXTABS): Document availability on GNU/Linux as XTABS.
22522 (ONOEOT): Document availability separately from other bits.
22523 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
22524 * manual/time.texi: Likewise.
22525 * manual/users.texi: Likewise.
22526 * INSTALL: Regenerated.
22527 * sysdeps/gnu/errlist.c: Regenerated.
22528
22529 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
22530 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
22531 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
22532 puts.
22533 * configure: Regenerated.
22534
22535 2012-03-07 Joseph Myers <joseph@codesourcery.com>
22536
22537 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
22538 default includes instead of AC_HEADER_CHECK.
22539 * sysdeps/i386/configure: Regenerated.
22540
22541 [BZ #10716]
22542 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
22543 * math/s_cacoshf.c (__cacoshf): Likewise.
22544 * math/s_cacoshl.c (__cacoshl): Likewise.
22545 * math/s_casinh.c (__casinh): Set signs of result from argument.
22546 * math/s_casinhf.c (__casinhf): Likewise.
22547 * math/s_casinhl.c (__casinhl): Likewise.
22548 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
22549 (casinh_test): Add more tests.
22550 * sysdeps/i386/fpu/libm-test-ulps: Update.
22551 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22552
22553 2012-03-07 Ulrich Drepper <drepper@gmail.com>
22554
22555 * po/zh_TW.po: Update from translation team.
22556
22557 * login/Makefile (distribute): Remove variable.
22558 * catgets/Makefile: Likewise.
22559 * mach/Makefile: Likewise.
22560 * malloc/Makefile: Likewise.
22561 * misc/Makefile: Likewise.
22562 * iconv/Makefile: Likewise.
22563 * nscd/Makefile: Likewise.
22564 * hurd/Makefile: Likewise.
22565 * manual/Makefile: Likewise.
22566 * locale/Makefile: Likewise.
22567 * intl/Makefile: Likewise.
22568 * conform/Makefile: Likewise.
22569 * nss/Makefile: Likewise.
22570 * time/Makefile: Likewise.
22571 * soft-fp/Makefile: Likewise.
22572 * dirent/Makefile: Likewise.
22573 * gmon/Makefile: Likewise.
22574 * po/Makefile: Likewise.
22575 * rt/Makefile: Likewise.
22576 * socket/Makefile: Likewise.
22577 * math/Makefile: Likewise.
22578 * signal/Makefile: Likewise.
22579 * debug/Makefile: Likewise.
22580 * elf/Makefile: Likewise.
22581 * timezone/Makefile: Likewise.
22582 * stdlib/Makefile: Likewise.
22583 * iconvdata/Makefile: Likewise.
22584 * sunrpc/Makefile: Likewise.
22585 * io/Makefile: Likewise.
22586 * argp/Makefile: Likewise.
22587 * inet/Makefile: Likewise.
22588 * hesiod/Makefile: Likewise.
22589 * grp/Makefile: Likewise.
22590 * csu/Makefile: Likewise.
22591 * wctype/Makefile: Likewise.
22592 * crypt/Makefile: Likewise.
22593 * libio/Makefile: Likewise.
22594 * string/Makefile: Likewise.
22595 * nis/Makefile: Likewise.
22596 * resolv/Makefile: Likewise.
22597 * stdio-common/Makefile: Likewise.
22598 * wcsmbs/Makefile: Likewise.
22599 * dlfcn/Makefile: Likewise.
22600 * posix/Makefile: Likewise.
22601
22602 [BZ #6959]
22603 * timezone/Makefile: Don't install timezone files, just the programs
22604 and scripts.
22605
22606 2012-03-06 Ulrich Drepper <drepper@gmail.com>
22607
22608 * nss/databases.def: Add missing gshadow entry.
22609
22610 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
22611
22612 2012-03-06 Marek Polacek <polacek@redhat.com>
22613
22614 [BZ #13726]
22615 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
22616 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22617 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
22618 * stdio-common/tst-long-dbl-fphex.c: New file.
22619
22620 2012-03-06 David S. Miller <davem@davemloft.net>
22621
22622 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
22623 (set_obp_int): New function.
22624 (get_obp_int): New function.
22625 (__get_clockfreq_via_dev_openprom): Likewise.
22626 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
22627 Avoid unused variable warnings on 'val' and use builtin_expect.
22628 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
22629 __builtin_expect.
22630 (INLINE_CLONE_SYSCALL): Likewise.
22631
22632 2012-03-05 David S. Miller <davem@davemloft.net>
22633
22634 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22635
22636 2012-03-05 Andreas Schwab <schwab@linux-m68k.org>
22637
22638 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22639
22640 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
22641 only for |x| >= 40.
22642 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
22643
22644 2012-03-05 H.J. Lu <hongjiu.lu@intel.com>
22645
22646 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
22647 Replace gettimeofday with __vdso_gettimeofday.
22648
22649 * sysdeps/unix/sysv/linux/x86_64/init-first.c
22650 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
22651 __vdso_clock_gettime and __vdso_getcpu.
22652
22653 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
22654 time with __vdso_time.
22655
22656 2012-03-05 Joseph Myers <joseph@codesourcery.com>
22657
22658 * manual/lang.texi (size_t): Note types to which size_t may be
22659 equivalent with the GNU C Library, but do not describe when
22660 differences between them are significant.
22661
22662 2012-03-05 Andreas Jaeger <aj@suse.de>
22663
22664 * sysdeps/i386/fpu/libm-test-ulps: Update.
22665
22666 2012-03-05 Joseph Myers <joseph@codesourcery.com>
22667
22668 [BZ #3976]
22669 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
22670 (__ieee754_pow): Save and restore rounding mode and use
22671 round-to-nearest for main computations.
22672 * math/libm-test.inc (pow_test_tonearest): New function.
22673 (pow_test_towardzero): Likewise.
22674 (pow_test_downward): Likewise.
22675 (pow_test_upward): Likewise.
22676 (main): Call the new functions.
22677 * sysdeps/i386/fpu/libm-test-ulps: Update.
22678 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22679
22680 [BZ #3976]
22681 * math/libm-test.inc (cosh_test_tonearest): New function.
22682 (cosh_test_towardzero): Likewise.
22683 (cosh_test_downward): Likewise.
22684 (cosh_test_upward): Likewise.
22685 (sinh_test_tonearest): Likewise.
22686 (sinh_test_towardzero): Likewise.
22687 (sinh_test_downward): Likewise.
22688 (sinh_test_upward): Likewise.
22689 (main): Call the new functions.
22690 * sysdeps/i386/fpu/libm-test-ulps: Update.
22691 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22692
22693 2012-03-05 Tom de Vries <tom@codesourcery.com>
22694
22695 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
22696 default stack guard is set in last bytes.
22697 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
22698
22699 2012-03-05 Kees Cook <keescook@chromium.org>
22700
22701 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
22702
22703 [BZ #13656]
22704 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
22705 possibly allocate from heap instead of stack.
22706 * stdio-common/bug-vfprintf-nargs.c: New file.
22707 * stdio-common/Makefile (tests): Add nargs overflow test.
22708
22709 2012-03-03 Andreas Schwab <schwab@linux-m68k.org>
22710
22711 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22712
22713 2012-03-03 Marek Polacek <polacek@redhat.com>
22714
22715 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
22716 * math/math_private.h: Likewise.
22717 * stdlib/tst-strtod.c: Likewise.
22718 * sysdeps/i386/i486/bits/atomic.h: Likewise.
22719 * sysdeps/x86_64/bits/atomic.h: Likewise.
22720
22721 2012-03-02 David S. Miller <davem@davemloft.net>
22722
22723 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
22724 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
22725 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
22726 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
22727 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
22728 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
22729 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
22730 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
22731
22732 2012-03-02 Roland McGrath <roland@hack.frob.com>
22733
22734 [BZ #13792]
22735 * manual/examples/README: New file, says the example source files
22736 can be used under GPL>=2.
22737 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
22738 line containing just "*/".
22739 * manual/examples/add.c: Add copyright header (GPL>=2).
22740 * manual/examples/argp-ex1.c: Likewise.
22741 * manual/examples/argp-ex2.c: Likewise.
22742 * manual/examples/argp-ex3.c: Likewise.
22743 * manual/examples/argp-ex4.c: Likewise.
22744 * manual/examples/atexit.c: Likewise.
22745 * manual/examples/db.c: Likewise.
22746 * manual/examples/dir.c: Likewise.
22747 * manual/examples/dir2.c: Likewise.
22748 * manual/examples/execinfo.c: Likewise.
22749 * manual/examples/filecli.c: Likewise.
22750 * manual/examples/filesrv.c: Likewise.
22751 * manual/examples/fmtmsgexpl.c: Likewise.
22752 * manual/examples/genpass.c: Likewise.
22753 * manual/examples/inetcli.c: Likewise.
22754 * manual/examples/inetsrv.c: Likewise.
22755 * manual/examples/isockad.c: Likewise.
22756 * manual/examples/longopt.c: Likewise.
22757 * manual/examples/memopen.c: Likewise.
22758 * manual/examples/memstrm.c: Likewise.
22759 * manual/examples/mkfsock.c: Likewise.
22760 * manual/examples/mkisock.c: Likewise.
22761 * manual/examples/mygetpass.c: Likewise.
22762 * manual/examples/pipe.c: Likewise.
22763 * manual/examples/popen.c: Likewise.
22764 * manual/examples/rprintf.c: Likewise.
22765 * manual/examples/search.c: Likewise.
22766 * manual/examples/select.c: Likewise.
22767 * manual/examples/setjmp.c: Likewise.
22768 * manual/examples/sigh1.c: Likewise.
22769 * manual/examples/sigusr.c: Likewise.
22770 * manual/examples/stpcpy.c: Likewise.
22771 * manual/examples/strdupa.c: Likewise.
22772 * manual/examples/strftim.c: Likewise.
22773 * manual/examples/strncat.c: Likewise.
22774 * manual/examples/subopt.c: Likewise.
22775 * manual/examples/swapcontext.c: Likewise.
22776 * manual/examples/termios.c: Likewise.
22777 * manual/examples/testopt.c: Likewise.
22778 * manual/examples/testpass.c: Likewise.
22779 * manual/examples/timeval_subtract.c: Likewise.
22780
22781 [BZ #13792]
22782 * manual/time.texi (Elapsed Time): Move timeval_subtract example
22783 function to ...
22784 * manual/timeval_subtract.c.texi: ... here, new file.
22785
22786 2012-03-02 David S. Miller <davem@davemloft.net>
22787
22788 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
22789
22790 2012-03-02 Joseph Myers <joseph@codesourcery.com>
22791
22792 [BZ #3976]
22793 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
22794 (__sin): Save and restore rounding mode and use round-to-nearest
22795 for all computations.
22796 (__cos): Save and restore rounding mode and use round-to-nearest
22797 for all computations.
22798 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
22799 <fenv.h>.
22800 (tan): Save and restore rounding mode and use round-to-nearest for
22801 all computations.
22802 * math/libm-test.inc (cos_test_tonearest): New function.
22803 (cos_test_towardzero): Likewise.
22804 (cos_test_downward): Likewise.
22805 (cos_test_upward): Likewise.
22806 (sin_test_tonearest): Likewise.
22807 (sin_test_towardzero): Likewise.
22808 (sin_test_downward): Likewise.
22809 (sin_test_upward): Likewise.
22810 (tan_test_tonearest): Likewise.
22811 (tan_test_towardzero): Likewise.
22812 (tan_test_downward): Likewise.
22813 (tan_test_upward): Likewise.
22814 (main): Call the new functions.
22815 * sysdeps/i386/fpu/libm-test-ulps: Update.
22816 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22817
22818 [BZ #10135]
22819 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
22820 small n, then large n, before computing and testing k+n.
22821 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
22822 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
22823 Likewise.
22824 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
22825 Likewise.
22826 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
22827 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
22828 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
22829 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
22830 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22831 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22832 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
22833 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
22834 * math/libm-test.inc (scalbn_test): Add more tests.
22835 (scalbln_test): Likewise.
22836
22837 * manual/filesys.texi (mode_t): Describe constraints on size and
22838 signedness, not exact equivalence to a particular type.
22839 (ino_t): Likewise.
22840 (ino64_t): Likewise.
22841 (dev_t): Likewise.
22842 (nlink_t): Likewise.
22843 (blkcnt_t): Likewise.
22844 (blkcnt64_t): Likewise.
22845 * manual/llio.texi (off_t): Likewise.
22846
22847 [BZ #3976]
22848 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
22849 (__ieee754_exp): Save and restore rounding mode and use
22850 round-to-nearest for all computations.
22851 * math/libm-test.inc (exp_test_tonearest): New function.
22852 (exp_test_towardzero): Likewise.
22853 (exp_test_downward): Likewise.
22854 (exp_test_upward): Likewise.
22855 (main): Call the new functions.
22856 * sysdeps/i386/fpu/libm-test-ulps: Update.
22857 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22858
22859 2012-03-01 Chris Demetriou <cgd@google.com>
22860
22861 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
22862 have predictable order.
22863
22864 2012-03-01 David S. Miller <davem@davemloft.net>
22865
22866 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
22867
22868 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
22869 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
22870 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
22871 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
22872
22873 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
22874 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
22875 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
22876 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
22877 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
22878 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
22879 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
22880 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
22881 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
22882
22883 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22884
22885 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
22886 * sysdeps/sparc/fpu/libm-test-ulps: to here.
22887 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
22888
22889 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
22890 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
22891 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
22892 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
22893 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
22894 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
22895 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
22896 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
22897 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
22898 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
22899 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
22900 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
22901 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
22902 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
22903 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22904 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
22905 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
22906 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
22907 * sysdeps/sparc/elf/configure: Regenerated.
22908
22909 2012-03-01 Joseph Myers <joseph@codesourcery.com>
22910
22911 * configure.in (AS, LD): Require binutils 2.20 or later.
22912 * configure: Regenerated.
22913 * manual/install.texi (Tools for Compilation): Give binutils 2.20
22914 as required minimum version.
22915 * INSTALL: Regenerated.
22916
22917 [BZ #2541]
22918 [BZ #4108]
22919 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
22920 before squaring exponent.
22921 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
22922 bottom long double and 27 bits of top long double before squaring
22923 exponent.
22924 * math/libm-test.inc (erfc_test): Add more tests.
22925 * sysdeps/i386/fpu/libm-test-ulps: Update.
22926 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
22927 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22928
22929 2012-03-01 Kai Tietz <ktietz@redhat.com>
22930
22931 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
22932 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
22933 containing bit-fields.
22934 * soft-fp/extended.h (_FP_UNION_E): Likewise.
22935 * soft-fp/single.h (_FP_UNION_S): Likewise.
22936 * soft-fp/double.h (_FP_UNION_D): Likewise.
22937
22938 2012-02-29 Joseph Myers <joseph@codesourcery.com>
22939
22940 [BZ #13786]
22941 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
22942 not include ../strcmp.S.
22943 [USE_AS_STRNCASECMP_L]: Likewise.
22944 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
22945 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
22946 * sysdeps/i386/i686/multiarch/strncase_l-c.c
22947 (__strncasecmp_l_ia32): Define as alias to
22948 __strncasecmp_l_nonascii.
22949
22950 [BZ #5794]
22951 * math/libm-test.inc (expm1_test): Add test for bug 5794.
22952 * sysdeps/i386/fpu/libm-test-ulps: Update.
22953 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22954
22955 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
22956 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22957
22958 2012-02-29 Jeff Law <law@redhat.com>
22959
22960 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
22961 out of bounds read.
22962
22963 2012-02-29 Marek Polacek <polacek@redhat.com>
22964
22965 [BZ #13706]
22966 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
22967 * elf/Makefile: Add rules to run tst-unused-dep.out.
22968
22969 2012-02-28 David S. Miller <davem@davemloft.net>
22970
22971 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
22972 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
22973 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
22974 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
22975 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
22976 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
22977
22978 2012-02-29 Joseph Myers <joseph@codesourcery.com>
22979
22980 * math/libm-test.inc (llround_test): Move one test from
22981 lround_test. Use TEST_f_L in moved test.
22982 (lround_test): Move misplaced test to llround_test. Add testcase
22983 from bug 2561.
22984
22985 2012-02-28 Ulrich Drepper <drepper@gmail.com>
22986
22987 * sysdeps/x86_64/fpu/e_expf.S: New file.
22988 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
22989
22990 2012-02-28 Stanislav Brabec <sbrabec@suse.cz>
22991
22992 [BZ #13637]
22993 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
22994 of remain_len that may cause incomplete multi-byte character and
22995 false match.
22996 * posix/bug-regex33.c: New file.
22997 * posix/Makefile (tests): Add bug-regex33.
22998
22999 2012-02-28 Joseph Myers <joseph@codesourcery.com>
23000
23001 * manual/macros.texi: New file.
23002 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
23003 * manual/libc.texinfo: Include macros.texi.
23004 * manual/creatute.texi: Likewise.
23005 * manual/install.texi: Likewise.
23006 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
23007 @glibcadj{} in references to the GNU C Library.
23008 * manual/charset.texi: Likewise.
23009 * manual/conf.texi: Likewise.
23010 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
23011 when not using those macros.
23012 * manual/creature.texi: Likewise.
23013 * manual/crypt.texi: Likewise.
23014 * manual/errno.texi: Likewise.
23015 * manual/filesys.texi: Likewise.
23016 * manual/header.texi: Likewise.
23017 * manual/install.texi: Likewise.
23018 * manual/intro.texi: Likewise.
23019 * manual/io.texi: Likewise.
23020 * manual/job.texi: Likewise.
23021 * manual/lang.texi: Likewise.
23022 * manual/libc.texiinfo: Likewise.
23023 * manual/llio.texi: Likewise.
23024 * manual/locale.texi: Likewise.
23025 * manual/maint.texi: Likewise.
23026 * manual/math.texi: Likewise.
23027 * manual/memory.texi: Likewise.
23028 * manual/message.texi: Likewise.
23029 * manual/nss.texi: Likewise.
23030 * manual/pattern.texi: Likewise.
23031 * manual/process.texi: Likewise.
23032 * manual/resource.texi: Likewise.
23033 * manual/search.texi: Likewise.
23034 * manual/setjmp.texi: Likewise.
23035 * manual/signal.texi: Likewise.
23036 * manual/socket.texi: Likewise.
23037 * manual/startup.texi: Likewise.
23038 * manual/stdio.texi: Likewise.
23039 * manual/string.texi: Likewise.
23040 * manual/sysinfo.texi: Likewise.
23041 * manual/syslog.texi: Likewise.
23042 * manual/terminal.texi: Likewise.
23043 * manual/time.texi: Likewise.
23044 * manual/users.texi: Likewise.
23045 * INSTALL: Regenerated.
23046 * NOTES: Regenerated.
23047 * sysdeps/gnu/errlist.c: Regenerated.
23048
23049 2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
23050
23051 * include/dirent.h: Include <dirstream.h> before
23052 <dirent/dirent.h>.
23053
23054 2012-02-28 David S. Miller <davem@davemloft.net>
23055
23056 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
23057 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
23058 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
23059 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
23060
23061 2012-02-27 David S. Miller <davem@davemloft.net>
23062
23063 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
23064 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
23065 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
23066 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
23067
23068 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
23069 frame pointer instead of stack pointer relative arg slot.
23070 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
23071 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
23072 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
23073
23074 2012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
23075
23076 [BZ #3992]
23077 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
23078
23079 2012-02-27 David S. Miller <davem@davemloft.net>
23080
23081 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
23082 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
23083 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
23084 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
23085 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
23086 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
23087 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
23088 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
23089
23090 2012-02-27 Joseph Myers <joseph@codesourcery.com>
23091
23092 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
23093 later. Allow versions 5-9.
23094 * configure: Regenerated.
23095 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
23096 required minimum version and 4.6 as recommended version. Do not
23097 mention bugs in GCC 2.7 and 2.8.
23098 * INSTALL: Regenerated.
23099
23100 2012-02-27 David S. Miller <davem@davemloft.net>
23101
23102 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
23103 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
23104 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
23105 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
23106 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
23107 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
23108 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
23109 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
23110
23111 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
23112 manipulate bits before adding and subtracting TWO112[sx].
23113 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
23114
23115 2012-02-27 Roland McGrath <roland@hack.frob.com>
23116
23117 [BZ #13775]
23118 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
23119 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
23120 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
23121 being in POSIX, because they are in 1003.1-2008.
23122
23123 * rt/tst-aio.c: Include <fcntl.h>.
23124 * rt/tst-aio7.c: Likewise.
23125 * rt/tst-aio64.c: Likewise.
23126
23127 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
23128
23129 2012-02-27 Joseph Myers <joseph@codesourcery.com>
23130
23131 * manual/install.texi (--with-headers): Describe headers as
23132 interface headers, not private headers.
23133 (Specific advice for GNU/Linux systems): Describe use of headers
23134 from "make headers_install", not private headers from older
23135 kernels.
23136 * INSTALL: Regenerated.
23137 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
23138 Change to 2.6.19.
23139 * sysdeps/unix/sysv/linux/configure: Regenerated.
23140
23141 * manual/llio.texi (fclean): Remove documentation.
23142
23143 * manual/Makefile (libc-texi-generated): New variable. Include
23144 version.texi.
23145 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
23146 $(libc-texi-generated), not duplicated list of files.
23147 (version.texi, stamp-version): New rules.
23148 (realclean): Remove $(libc-texi-generated), not individual files
23149 from that list. Do not remove dir-add.texinfo.
23150 * manual/libc.texinfo: Comment out uses of edition numbers and
23151 references to printed manual. Remove last-updated dates.
23152 (EDITION): Comment out.
23153 (ISBN): Likewise.
23154 (VERSION, UPDATED): Remove.
23155 (version.texi): Include.
23156
23157 2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
23158
23159 * sysdeps/posix/spawni.c: Include <signal.h>.
23160 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
23161 * sysdeps/pthread/aio_fsync.c: Likewise.
23162
23163 2012-02-26 Ulrich Drepper <drepper@gmail.com>
23164
23165 * conform/Makefile (tests): Run only when not cross-compiling and
23166 when fast-check is not defined.
23167
23168 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
23169 * conform/data/limits.h-data: Fixes for POSIX2008.
23170 * conform/run-conformtest.sh: Run all tests.
23171 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
23172 headers.
23173 * include/bits/dlfcn.h: Likewise.
23174 * include/langinfo.h: Likewise.
23175 * include/monetary.h: Likewise.
23176 * include/sys/poll.h: Likewise.
23177
23178 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
23179 for __USE_GNU.
23180 * posix/spawn.h: Define __need_sigset_t.
23181 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
23182 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
23183 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
23184 to get sigevent_t only.
23185 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
23186 only for __USE_GNU.
23187 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
23188 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
23189 process_vm_writev only for __USE_GNU.
23190 * termios/termios.h: Declare tcgetsid also for POSIX2008.
23191
23192 * conform/Makefile: For now ignore errors from run-conformtest.
23193 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
23194 POSIX to avoid namespace pollution. Don't prepend headers.
23195 * conform/data/aio.h-data: Fixes for POSIX testing.
23196 * conform/data/fcntl.h-data: Likewise.
23197 * conform/data/glob.h-data: Likewise.
23198 * conform/data/grp.h-data: Likewise.
23199 * conform/data/pthread.h-data: Likewise.
23200 * conform/data/pwd.h-data: Likewise.
23201 * conform/data/signal.h-data: Likewise.
23202 * conform/data/spawn.h-data: Likewise.
23203 * conform/data/stdio.h-data: Likewise.
23204 * conform/data/stdlib.h-data: Likewise.
23205 * conform/data/stropts.h-data: Likewise.
23206 * conform/data/sys/mman.h-data: Likewise.
23207 * conform/data/sys/stat.h-data: Likewise.
23208 * conform/data/sys/types.h-data: Likewise.
23209 * conform/data/sys/wait.h-data: Likewise.
23210 * conform/data/time.h-data: Likewise.
23211 * conform/data/unistd.h-data: Likewise.
23212 * conform/data/utime.h-data: Likewise.
23213
23214 * io/sys/stat.h: fchmod was always in POSIX.
23215 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
23216 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
23217 * rt/aio.h: Define __need_timespec before including <time.h>.
23218 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
23219 struct. Add forward declaration of pthread_attr_t and use it in
23220 sigevent.
23221 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
23222 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23223 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
23224 always remove CLK_TCK definition.
23225
23226 2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
23227
23228 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
23229
23230 2012-02-25 Ulrich Drepper <drepper@gmail.com>
23231
23232 * conform/run-conformtest.sh: New file.
23233 * conform/Makefile: Run run-conformtest for tests.
23234 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
23235 support.
23236
23237 * conform/data/uchar.h-data: New file.
23238 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
23239 * conform/data/arpa/inet.h-data: Likewise.
23240 * conform/data/assert.h-data: Likewise.
23241 * conform/data/complex.h-data: Likewise.
23242 * conform/data/cpio.h-data: Likewise.
23243 * conform/data/ctype.h-data: Likewise.
23244 * conform/data/dirent.h-data: Likewise.
23245 * conform/data/dlfcn.h-data: Likewise.
23246 * conform/data/errno.h-data: Likewise.
23247 * conform/data/fcntl.h-data: Likewise.
23248 * conform/data/float.h-data: Likewise.
23249 * conform/data/fmtmsg.h-data: Likewise.
23250 * conform/data/fnmatch.h-data: Likewise.
23251 * conform/data/ftw.h-data: Likewise.
23252 * conform/data/glob.h-data: Likewise.
23253 * conform/data/grp.h-data: Likewise.
23254 * conform/data/iconv.h-data: Likewise.
23255 * conform/data/inttypes.h-data: Likewise.
23256 * conform/data/langinfo.h-data: Likewise.
23257 * conform/data/libgen.h-data: Likewise.
23258 * conform/data/limits.h-data: Likewise.
23259 * conform/data/locale.h-data: Likewise.
23260 * conform/data/math.h-data: Likewise.
23261 * conform/data/monetary.h-data: Likewise.
23262 * conform/data/mqueue.h-data: Likewise.
23263 * conform/data/ndbm.h-data: Likewise.
23264 * conform/data/net/if.h-data: Likewise.
23265 * conform/data/netdb.h-data: Likewise.
23266 * conform/data/netinet/in.h-data: Likewise.
23267 * conform/data/nl_types.h-data: Likewise.
23268 * conform/data/poll.h-data: Likewise.
23269 * conform/data/pthread.h-data: Likewise.
23270 * conform/data/pwd.h-data: Likewise.
23271 * conform/data/regex.h-data: Likewise.
23272 * conform/data/sched.h-data: Likewise.
23273 * conform/data/search.h-data: Likewise.
23274 * conform/data/semaphore.h-data: Likewise.
23275 * conform/data/setjmp.h-data: Likewise.
23276 * conform/data/signal.h-data: Likewise.
23277 * conform/data/spawn.h-data: Likewise.
23278 * conform/data/stdarg.h-data: Likewise.
23279 * conform/data/stdio.h-data: Likewise.
23280 * conform/data/stdlib.h-data: Likewise.
23281 * conform/data/string.h-data: Likewise.
23282 * conform/data/strings.h-data: Likewise.
23283 * conform/data/stropts.h-data: Likewise.
23284 * conform/data/sys/ipc.h-data: Likewise.
23285 * conform/data/sys/mman.h-data: Likewise.
23286 * conform/data/sys/msg.h-data: Likewise.
23287 * conform/data/sys/resource.h-data: Likewise.
23288 * conform/data/sys/select.h-data: Likewise.
23289 * conform/data/sys/sem.h-data: Likewise.
23290 * conform/data/sys/shm.h-data: Likewise.
23291 * conform/data/sys/socket.h-data: Likewise.
23292 * conform/data/sys/stat.h-data: Likewise.
23293 * conform/data/sys/statvfs.h-data: Likewise.
23294 * conform/data/sys/time.h-data: Likewise.
23295 * conform/data/sys/timeb.h-data: Likewise.
23296 * conform/data/sys/times.h-data: Likewise.
23297 * conform/data/sys/types.h-data: Likewise.
23298 * conform/data/sys/uio.h-data: Likewise.
23299 * conform/data/sys/un.h-data: Likewise.
23300 * conform/data/sys/utsname.h-data: Likewise.
23301 * conform/data/sys/wait.h-data: Likewise.
23302 * conform/data/syslog.h-data: Likewise.
23303 * conform/data/tar.h-data: Likewise.
23304 * conform/data/termios.h-data: Likewise.
23305 * conform/data/utime.h-data: Likewise.
23306 * conform/data/utmpx.h-data: Likewise.
23307 * conform/data/varargs.h-data: Likewise.
23308 * conform/data/wchar.h-data: Likewise.
23309 * conform/data/wctype.h-data: Likewise.
23310 * conform/data/wordexp.h-data: Likewise.
23311
23312 * include/stropts.h: New file.
23313 * include/uchar.h: New file.
23314 * include/aio.h: Changes to allow conformtest.pl to use the headers.
23315 * include/assert.h: Likewise.
23316 * include/ctype.h: Likewise.
23317 * include/dirent.h: Likewise.
23318 * include/dlfcn.h: Likewise.
23319 * include/fcntl.h: Likewise.
23320 * include/fnmatch.h: Likewise.
23321 * include/glob.h: Likewise.
23322 * include/grp.h: Likewise.
23323 * include/libio.h: Likewise.
23324 * include/locale.h: Likewise.
23325 * include/math.h: Likewise.
23326 * include/net/if.h: Likewise.
23327 * include/netdb.h: Likewise.
23328 * include/netinet/in.h: Likewise.
23329 * include/pthread.h: Likewise.
23330 * include/pwd.h: Likewise.
23331 * include/regex.h: Likewise.
23332 * include/sched.h: Likewise.
23333 * include/search.h: Likewise.
23334 * include/setjmp.h: Likewise.
23335 * include/signal.h: Likewise.
23336 * include/stdio.h: Likewise.
23337 * include/stdlib.h: Likewise.
23338 * include/string.h: Likewise.
23339 * include/sys/cdefs.h: Likewise.
23340 * include/sys/mman.h: Likewise.
23341 * include/sys/msg.h: Likewise.
23342 * include/sys/resource.h: Likewise.
23343 * include/sys/select.h: Likewise.
23344 * include/sys/socket.h: Likewise.
23345 * include/sys/stat.h: Likewise.
23346 * include/sys/statvfs.h: Likewise.
23347 * include/sys/time.h: Likewise.
23348 * include/sys/times.h: Likewise.
23349 * include/sys/uio.h: Likewise.
23350 * include/sys/utsname.h: Likewise.
23351 * include/sys/wait.h: Likewise.
23352 * include/termios.h: Likewise.
23353 * include/time.h: Likewise.
23354 * include/ulimit.h: Likewise.
23355 * include/unistd.h: Likewise.
23356 * include/utime.h: Likewise.
23357 * include/wchar.h: Likewise.
23358 * include/wctype.h: Likewise.
23359 * include/wordexp.h: Likewise.
23360
23361 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
23362
23363 * time/time.h: TIME_UTC must be a macro.
23364 Make timespec_get available for ISO C11 only as well.
23365
23366 2012-02-24 Ulrich Drepper <drepper@gmail.com>
23367
23368 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
23369 Reported by Peng Haitao <penght@cn.fujitsu.com>.
23370
23371 2012-02-24 Joseph Myers <joseph@codesourcery.com>
23372
23373 * configure.in: Use -o not -a in test for unsupported multi-arch.
23374
23375 2012-02-24 Joseph Myers <joseph@codesourcery.com>
23376
23377 * manual/texinfo.tex: Update to version 2012-01-19.16.
23378
23379 2012-02-24 Joseph Myers <joseph@codesourcery.com>
23380
23381 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
23382
23383 2012-02-24 Roland McGrath <roland@hack.frob.com>
23384
23385 [BZ #13738]
23386 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
23387 * manual/fdl-1.3.texi: New file.
23388 * manual/fdl-1.1.texi: File removed.
23389
23390 [BZ #13738]
23391 * manual/libc.texinfo (FDL_VERSION): New @set.
23392 Use it for mention of FDL in cover text.
23393 (Documentation License): Use it in @include file name.
23394
23395 2012-02-22 Joseph Myers <joseph@codesourcery.com>
23396 Roland McGrath <roland@hack.frob.com>
23397
23398 [BZ #5461]
23399 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
23400 not LONG_LONG_MAX and LONG_LONG_MIN.
23401 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
23402 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
23403 name.
23404 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
23405
23406 2012-02-22 Joseph Myers <joseph@codesourcery.com>
23407
23408 [BZ #2547]
23409 [BZ #11365]
23410 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
23411 manipulate bits before adding and subtracting TWO23[sx].
23412 * math/libm-test.inc (nearbyint_test): Add more tests.
23413
23414 2012-02-22 Joseph Myers <joseph@codesourcery.com>
23415
23416 [BZ #2548]
23417 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
23418 bits before adding and subtracting TWO23[sx].
23419 * math/libm-test.inc (rint_test): Add more tests.
23420 (rint_test_tonearest): Likewise.
23421 (rint_test_towardzero): Likewise.
23422 (rint_test_downward): Likewise.
23423 (rint_test_upward: Likewise.
23424
23425 2012-02-22 Joseph Myers <joseph@codesourcery.com>
23426
23427 [BZ #10110]
23428 * include/stdc-predef.h: New file. Extracted from features.h.
23429 * include/features.h: Include stdc-predef.h.
23430 * Makefile (headers): Add stdc-predef.h.
23431 * CONFORMANCE (Compiler limitations): Update.
23432
23433 2012-02-22 Joseph Myers <joseph@codesourcery.com>
23434
23435 * manual/libc.texinfo (VERSION, UPDATED): Revert.
23436
23437 2012-02-21 David S. Miller <davem@davemloft.net>
23438
23439 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
23440 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
23441
23442 2012-02-20 David S. Miller <davem@davemloft.net>
23443
23444 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
23445 using a normal save/restore sequence, rather than allocating a
23446 dummy stack frame just to store a frame pointer and restore.
23447 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
23448
23449 2012-02-21 Joseph Myers <joseph@codesourcery.com>
23450
23451 * manual/install.texi: Fix stray word in line-wrapped comment.
23452
23453 2012-02-20 David S. Miller <davem@davemloft.net>
23454
23455 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
23456 both binutils and gcc support GOTDATA.
23457
23458 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
23459 "rd %pc" in the PIC register setup sequences.
23460
23461 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
23462 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
23463 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
23464 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
23465 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
23466 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
23467 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
23468 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
23469 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
23470 (SYSCALL_ERROR_HANDLER): Likewise.
23471 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
23472 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23473 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
23474 (SYSCALL_ERROR_HANDLER): Likewise.
23475
23476 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
23477 (HAVE_GCC_GOTDATA): New.
23478 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
23479 relocation support in both binutils and gcc.
23480 * sysdeps/sparc/elf/configure: Regenerate.
23481
23482 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
23483 * sysdeps/sparc/sparc32/elf/configure: Delete.
23484 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
23485 * sysdeps/sparc/sparc64/elf/configure: Delete.
23486 * sysdeps/sparc/elf/configure.in: New file.
23487 * sysdeps/sparc/elf/configure: Generate.
23488
23489 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
23490 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
23491 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
23492 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
23493 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
23494
23495 2012-02-21 Joseph Myers <joseph@codesourcery.com>
23496
23497 * manual/install.texi: Do not mention specific glibc version
23498 numbers.
23499 * manual/libc.texinfo (VERSION, UPDATED): Update.
23500 (@copying): Use @copyright{} and range of years.
23501
23502 2012-02-21 Joseph Myers <joseph@codesourcery.com>
23503
23504 [BZ #13695]
23505 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
23506 [crti.S not in sysdirs] (generated): Do not append.
23507 [crti.S not in sysdirs] (omit-deps): Likewise.
23508 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
23509 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
23510 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
23511 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
23512 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
23513 Likewise.
23514 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
23515 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
23516 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
23517 * csu/defs.awk: Remove file.
23518 * sysdeps/generic/initfini.c: Likewise.
23519 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
23520 variable.
23521 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
23522 Likewise.
23523
23524 2012-02-20 Joseph Myers <joseph@codesourcery.com>
23525
23526 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
23527 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
23528 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
23529 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
23530 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
23531 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
23532 <bits/epoll.h>.
23533 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
23534 (__EPOLL_PACKED): Define to empty if not defined by
23535 <bits/epoll.h>.
23536 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
23537 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23538 bits/epoll.h.
23539
23540 2012-02-20 Joseph Myers <joseph@codesourcery.com>
23541
23542 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
23543 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
23544 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
23545 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
23546 <bits/timerfd.h>.
23547 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
23548 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23549 bits/timerfd.h.
23550
23551 2012-02-20 Joseph Myers <joseph@codesourcery.com>
23552
23553 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
23554 in C locale.
23555 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23556 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23557 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
23558 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23559
23560 2012-02-20 Aurelien Jarno <aurelien@aurel32.net>
23561
23562 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
23563 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
23564
23565 2012-02-19 Andreas Schwab <schwab@linux-m68k.org>
23566
23567 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
23568 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
23569 defined.
23570 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
23571 Likewise.
23572 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
23573 entry for 2.16.
23574
23575 2012-02-19 Aurelien Jarno <aurelien@aurel32.net>
23576
23577 * math/w_acos.c: Use non-signaling floating-point comparisons.
23578 * math/w_acosf.c: Likewise.
23579 * math/w_acosh.c: Likewise.
23580 * math/w_acoshf.c: Likewise.
23581 * math/w_acoshl.c: Likewise.
23582 * math/w_acosl.c: Likewise.
23583 * math/w_asin.c: Likewise.
23584 * math/w_asinf.c: Likewise.
23585 * math/w_asinl.c: Likewise.
23586 * math/w_atanh.c: Likewise.
23587 * math/w_atanhf.c: Likewise.
23588 * math/w_atanhl.c: Likewise.
23589 * math/w_exp2.c: Likewise.
23590 * math/w_exp2f.c: Likewise.
23591 * math/w_exp2l.c: Likewise.
23592 * math/w_j0.c: Likewise.
23593 * math/w_j0f.c: Likewise.
23594 * math/w_j0l.c: Likewise.
23595 * math/w_j1.c: Likewise.
23596 * math/w_j1f.c: Likewise.
23597 * math/w_j1l.c: Likewise.
23598 * math/w_jn.c: Likewise.
23599 * math/w_jnf.c: Likewise.
23600 * math/w_log.c: Likewise.
23601 * math/w_log10.c: Likewise.
23602 * math/w_log10f.c: Likewise.
23603 * math/w_log10l.c: Likewise.
23604 * math/w_log2.c: Likewise.
23605 * math/w_log2f.c: Likewise.
23606 * math/w_log2l.c: Likewise.
23607 * math/w_logf.c: Likewise.
23608 * math/w_logl.c: Likewise.
23609 * math/w_sqrt.c: Likewise.
23610 * math/w_sqrtf.c: Likewise.
23611 * math/w_sqrtl.c: Likewise.
23612 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
23613 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
23614 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
23615 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
23616 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
23617
23618 2012-02-19 Joseph Myers <joseph@codesourcery.com>
23619
23620 [BZ #9739]
23621 * manual/string.texi (strnlen): Use correct parameter name in
23622 equivalent expression.
23623
23624 2012-02-19 Joseph Myers <joseph@codesourcery.com>
23625
23626 [BZ #11174]
23627 * manual/users.texi (seteuid): Consistently use neweuid for
23628 argument name.
23629
23630 2012-02-19 Joseph Myers <joseph@codesourcery.com>
23631
23632 [BZ #13704]
23633 * manual/nss.texi (Services in the NSS configuration): Correct
23634 list of services in example configuration file.
23635
23636 2012-02-19 Nick Bowler <nbowler@draconx.ca>
23637
23638 [BZ #11322]
23639 * manual/arith.texi: Remove statements about negative zero
23640 behaving identically to zero.
23641
23642 2012-02-18 Joseph Myers <joseph@codesourcery.com>
23643
23644 [BZ #5993]
23645 * manual/install.texi: Do not document upgrading from libc5.
23646
23647 2012-02-18 Joseph Myers <joseph@codesourcery.com>
23648
23649 [BZ #4596]
23650 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
23651
23652 2012-02-18 David S. Miller <davem@davemloft.net>
23653
23654 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
23655 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
23656 %o7 across the call.
23657 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
23658 instead.
23659 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
23660 SETUP_PIC_REG_LEAF.
23661 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23662 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
23663 * sysdeps/sparc/crtn.S: Likewise.
23664
23665 2012-02-17 Ulrich Drepper <drepper@gmail.com>
23666
23667 * aout/Makefile: Remove.
23668
23669 2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
23670
23671 [BZ #13058]
23672 * manual/examples/argp-ex1.c (main): Format definition in GNU
23673 style.
23674 * manual/examples/argp-ex2.c (main): Likewise.
23675 * manual/examples/argp-ex3.c (main): Likewise.
23676 * manual/examples/argp-ex4.c (main): Likewise.
23677 * manual/examples/longopt.c (main): Use new-style prototype
23678 definition.
23679 * manual/examples/strncat.c (main): Specify return type and use
23680 (void) for arguments.
23681 * manual/examples/subopt.c (main): Use char **argv argument.
23682
23683 2012-02-17 Joseph Myers <joseph@codesourcery.com>
23684
23685 [BZ #5077]
23686 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
23687 rounding modes.
23688
23689 2012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
23690
23691 [BZ #6907]
23692 * manual/string.texi (strchr): Change when strchrnul is
23693 recommended.
23694
23695 2012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
23696
23697 [BZ #174]
23698 * manual/locale.texi (setlocale): Document LOCPATH.
23699
23700 2012-02-17 Joseph Myers <joseph@codesourcery.com>
23701
23702 [BZ #10210]
23703 * manual/process.texi (execle): Move @dots{} before last argument.
23704
23705 2012-02-17 Paul Bolle <pebolle@tiscali.nl>
23706
23707 [BZ #12047]
23708 * manual/charset.texi (Generic Charset Conversion): Fix typo
23709 (LC_TYPE -> LC_CTYPE).
23710
23711 2012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
23712
23713 [BZ #5805]
23714 * manual/arith.texi (scalbn): Use @var{} on parameter names.
23715 (scalbnf): Likewise.
23716 (scalbnl): Likewise.
23717 (scalbln): Likewise.
23718 (scalblnf): Likewise.
23719 (scalblnl): Likewise.
23720 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
23721 (vwarnx): Likewise.
23722 (verr): Likewise.
23723 (verrx): Likewise.
23724 * manual/filesys.texi (telldir): Use braces around return type.
23725 * manual/llio.texi (mmap): Add space after comma.
23726 (mmap64): Likewise.
23727 * manual/math.texi (jn): Use @var{} on parameter names.
23728 (jnf): Likewise.
23729 (jnl): Likewise.
23730 (yn): Likewise.
23731 (ynf): Likewise.
23732 (ynl): Likewise.
23733 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
23734 line.
23735 * manual/resource.texi (ulimit): Use @dots{} instead of literal
23736 "...".
23737 (sched_get_priority_min): Remove semicolon on @deftypefun line.
23738 (sched_get_priority_max): Likewise.
23739 * manual/signal.texi (sigvec): Add space after comma.
23740 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
23741 names.
23742 (if_indextoname): Likewise.
23743 (if_freenameindex): Likewise.
23744 (sendto): Use ',' instead of '.' in prototype.
23745 * manual/startup.texi (syscall): Use @dots{} instead of literal
23746 "...".
23747 * manual/stdio.texi (__fpending): Separate initial words of
23748 paragraph from @deftypefun line.
23749 * manual/syslog.texi (syslog): Use @dots{} instead of literal
23750 "...".
23751 (vsyslog): Use @var{} on parameter names.
23752 * manual/terminal.texi (stty): Use @var{} on parameter names.
23753 * manual/users.texi (getutmp): Use @var{} on parameter names.
23754 (getutmpx): Likewise.
23755
23756 2012-02-17 Joseph Myers <joseph@codesourcery.com>
23757
23758 [BZ #6884]
23759 * manual/stdio.texi (fopen): Fix typos in description of
23760 ",ccs=STRING".
23761
23762 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
23763
23764 [BZ #4026]
23765 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
23766 get clock_id definition.
23767
23768 2012-02-17 Thomas Schwinge <thomas@schwinge.name>
23769
23770 [BZ #4822]
23771 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
23772 (madvise): Cast every argument to void on its own.
23773
23774 2012-02-17 Joseph Myers <joseph@codesourcery.com>
23775
23776 [BZ #9902]
23777 * manual/startup.texi (Exit Status): Fix typo.
23778
23779 2012-02-17 Joseph Myers <joseph@codesourcery.com>
23780
23781 [BZ #10140]
23782 * manual/examples/argp-ex1.c: Include <stdlib.h>.
23783 * manual/examples/argp-ex2.c: Likewise.
23784 * manual/examples/argp-ex3.c: Likewise.
23785
23786 2012-02-16 Richard Henderson <rth@redhat.com>
23787
23788 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
23789 * sysdeps/s390/s390-32/initfini.c: Remove.
23790 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
23791 * sysdeps/s390/s390-64/initfini.c: Remove.
23792
23793 2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
23794
23795 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
23796 compiler output for sysdeps/generic/initfini.c.
23797 * sysdeps/sh/elf/initfini.c: Remove file.
23798
23799 2012-02-16 David S. Miller <davem@davemloft.net>
23800
23801 [BZ #11494]
23802 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
23803
23804 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
23805 * sysdeps/sparc/crti.S: New file.
23806 * sysdeps/sparc/crtn.S: New file.
23807 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
23808 * sysdeps/sparc/sparc64/Makefile: Likewise.
23809
23810 2012-02-15 Mike Frysinger <vapier@gentoo.org>
23811
23812 [BZ #3335]
23813 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
23814
23815 2012-02-15 Roland McGrath <roland@hack.frob.com>
23816
23817 [BZ #4822]
23818 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
23819
23820 * mach/devstream.c (cookie_io_functions_t): Macro removed.
23821 (write, read, close): Likewise.
23822 Patch by Aurelien Jarno <aurelien@aurel32.net>.
23823
23824 2012-02-15 Joseph Myers <joseph@codesourcery.com>
23825
23826 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
23827 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
23828 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
23829 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
23830 <bits/signalfd.h>.
23831 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
23832 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23833 bits/signalfd.h.
23834
23835 2012-02-14 Marek Polacek <polacek@redhat.com>
23836
23837 * sysdeps/x86_64/crti.S: New file.
23838 * sysdeps/x86_64/crtn.S: New file.
23839 * sysdeps/x86_64/elf/initfini.c: Remove file.
23840
23841 2012-02-13 Joseph Myers <joseph@codesourcery.com>
23842
23843 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
23844 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
23845 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
23846 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
23847 <bits/inotify.h>.
23848 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
23849 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23850 bits/inotify.h.
23851
23852 2012-02-13 Joseph Myers <joseph@codesourcery.com>
23853
23854 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
23855 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
23856 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
23857 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
23858 <bits/eventfd.h>.
23859 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
23860 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23861 bits/eventfd.h.
23862
23863 2012-02-10 Thomas Schwinge <thomas@codesourcery.com>
23864
23865 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
23866 __feraiseexcept instead of feraiseexcept.
23867
23868 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
23869 nanosleep invocations.
23870 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
23871 strings, and add error checking for a nanosleep invocations.
23872
23873 2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
23874
23875 Replace FSF snail mail address with URLs, as per GNU coding standards.
23876 Most of the snail mail addresses were wrong anyway, and omitting
23877 them makes the source code easier to maintain. Almost all of the
23878 changes are to license notices and to locale LC_IDENTIFICATION
23879 addresses, except for this one:
23880 * manual/libc.texinfo: In "Published by", give the FSF's URL,
23881 not its snail mail address.
23882
23883 2012-02-09 Richard Henderson <rth@twiddle.net>
23884
23885 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
23886 of kernel-features.h.
23887
23888 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
23889
23890 2012-02-08 Marek Polacek <polacek@redhat.com>
23891
23892 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
23893 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
23894 * sysdeps/gnu/_G_config.h: Likewise.
23895 * sysdeps/generic/_G_config.h: Likewise.
23896
23897 2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
23898
23899 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
23900 tests.
23901 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23902
23903 * sysdeps/powerpc/powerpc32/crti.S: New file.
23904 * sysdeps/powerpc/powerpc32/crtn.S: New file.
23905 * sysdeps/powerpc/powerpc64/crti.S: New file.
23906 * sysdeps/powerpc/powerpc64/crtn.S: New file.
23907
23908 * Makeconfig (have-initfini): Don't set.
23909 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
23910 * configure.in (nopic_initfini): Don't substitute.
23911 * config.h.in (HAVE_INITFINI): Don't #undef.
23912 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
23913 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
23914
23915 2012-02-08 Joseph Myers <joseph@codesourcery.com>
23916
23917 Support crti.S and crtn.S provided directly by architectures.
23918 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
23919 [crti.S in sysdirs] (omit-deps): Likewise.
23920 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
23921 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
23922 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
23923 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
23924 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
23925 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
23926 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
23927 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
23928 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
23929 compiler output for sysdeps/generic/initfini.c.
23930 * sysdeps/i386/elf/Makefile: Remove file.
23931 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
23932
23933 2012-02-07 Marek Polacek <polacek@redhat.com>
23934
23935 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
23936 * sysdeps/gnu/_G_config.h: Likewise.
23937 * sysdeps/mach/hurd/_G_config.h: Likewise.
23938
23939 2012-02-07 Marek Polacek <polacek@redhat.com>
23940
23941 * math/Makefile (tests): Add tst-CMPLX2.
23942 * math/tst-CMPLX2.c: New file.
23943
23944 2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
23945
23946 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
23947
23948 * math/libm-test.inc (jn_test): Add missing L suffix.
23949
23950 2012-02-06 Marek Polacek <polacek@redhat.com>
23951
23952 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
23953 * sysdeps/i386/fpu/e_powf.S: Likewise.
23954 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
23955 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
23956 * sysdeps/i386/fpu/e_acosh.S: Likewise.
23957 * sysdeps/i386/fpu/e_pow.S: Likewise.
23958 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
23959 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
23960 * sysdeps/i386/fpu/s_expm1.S: Likewise.
23961 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
23962 * sysdeps/i386/fpu/e_log2.S: Likewise.
23963 * sysdeps/i386/fpu/e_log2l.S: Likewise.
23964 * sysdeps/i386/fpu/e_scalb.S: Likewise.
23965 * sysdeps/i386/fpu/e_powl.S: Likewise.
23966 * sysdeps/i386/fpu/s_log1p.S: Likewise.
23967 * sysdeps/i386/fpu/e_log10f.S: Likewise.
23968 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
23969 * sysdeps/i386/fpu/e_logl.S: Likewise.
23970 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
23971 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
23972 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
23973 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
23974 * sysdeps/i386/fpu/e_log2f.S: Likewise.
23975 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
23976 * sysdeps/i386/fpu/e_log.S: Likewise.
23977 * sysdeps/i386/fpu/s_cexp.S: Likewise.
23978 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
23979 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
23980 * sysdeps/i386/fpu/e_logf.S: Likewise.
23981 * sysdeps/i386/fpu/e_log10l.S: Likewise.
23982 * sysdeps/i386/fpu/e_atanh.S: Likewise.
23983 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
23984 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
23985 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
23986 * sysdeps/i386/fpu/e_log10.S: Likewise.
23987 * sysdeps/i386/fpu/s_frexp.S: Likewise.
23988 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
23989 * sysdeps/i386/fpu/s_asinh.S: Likewise.
23990 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
23991 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
23992 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
23993 * sysdeps/i386/asm-syntax.h: Likewise.
23994 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
23995 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
23996 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
23997 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
23998 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
23999 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
24000 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
24001 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
24002 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
24003 * sysdeps/powerpc/sysdep.h: Likewise.
24004 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
24005 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
24006
24007 2012-02-06 Joseph Myers <joseph@codesourcery.com>
24008
24009 [BZ #411]
24010 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
24011
24012 2012-02-06 Joseph Myers <joseph@codesourcery.com>
24013
24014 * sysdeps/i386/sysdep.h: Include <features.h>.
24015 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
24016 version.
24017
24018 2012-02-05 Joseph Myers <joseph@codesourcery.com>
24019
24020 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
24021 Define.
24022 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
24023 LOAD_PIC_REG_STR.
24024
24025 2012-02-03 Joseph Myers <joseph@codesourcery.com>
24026
24027 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
24028 (SETUP_PIC_REG): Use GET_PC_THUNK.
24029 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
24030 macro.
24031
24032 2012-02-03 Joseph Myers <joseph@codesourcery.com>
24033
24034 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
24035 for non-PIC compilation.
24036 (SETUP_PIC_REG): Add .p2align directive.
24037 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
24038 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
24039 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
24040 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
24041 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24042 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
24043 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
24044 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
24045 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
24046 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
24047 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
24048 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
24049 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
24050 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
24051 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
24052 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24053 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24054 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
24055 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
24056 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
24057 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24058 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24059 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
24060 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
24061 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24062 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24063 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
24064 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24065 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
24066 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
24067 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
24068 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24069 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
24070 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
24071 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
24072 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
24073 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
24074 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
24075 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
24076 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
24077 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
24078
24079 2012-02-03 Joseph Myers <joseph@codesourcery.com>
24080
24081 * math/tst-CMPLX.c: Include <stdio.h>.
24082
24083 2012-01-31 Joseph Myers <joseph@codesourcery.com>
24084
24085 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
24086 float.
24087 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
24088 * sysdeps/sparc/bits/mathdef.h: Likewise.
24089
24090 2012-01-31 Marek Polacek <polacek@redhat.com>
24091
24092 * libio/libio.h: Don't define _PARAMS.
24093 * locale/programs/config.h: Don't define PARAMS.
24094 * stdlib/strtol_l.c: Likewise.
24095 (__strtol_l): Remove PARAMS from the prototype.
24096
24097 2012-01-31 Ulrich Drepper <drepper@gmail.com>
24098
24099 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
24100 names. Just use the correct names. Remove unnecessary wrapper
24101 functions.
24102 * malloc/arena.c: Likewise.
24103 * malloc/hooks.c: Likewise.
24104
24105 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
24106 ARENA_TEST says not to. Simplify test for creation of a new arena.
24107 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
24108
24109 2012-01-30 Ulrich Drepper <drepper@gmail.com>
24110
24111 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
24112 into tail calls.
24113 (update_get_addr): New function.
24114 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
24115 GET_ADDR_MODULE parameter.
24116
24117 2012-01-30 Joseph Myers <joseph@codesourcery.com>
24118
24119 * crypt/cert.c: Remove __STDC__ conditionals.
24120 * crypt/crypt-entry.c: Likewise.
24121 * crypt/crypt_util.c: Likewise.
24122 * libio/filedoalloc.c: Likewise.
24123 * libio/fileops.c: Likewise.
24124 * libio/genops.c: Likewise.
24125 * libio/iofclose.c: Likewise.
24126 * libio/iofdopen.c: Likewise.
24127 * libio/iofopen.c: Likewise.
24128 * libio/iofopen64.c: Likewise.
24129 * libio/iogetdelim.c: Likewise.
24130 * libio/iopopen.c: Likewise.
24131 * libio/obprintf.c: Likewise.
24132 * libio/oldfileops.c: Likewise.
24133 * libio/oldiofclose.c: Likewise.
24134 * libio/oldiofdopen.c: Likewise.
24135 * libio/oldiofopen.c: Likewise.
24136 * libio/oldiopopen.c: Likewise.
24137 * libio/wfiledoalloc.c: Likewise.
24138 * libio/wgenops.c: Likewise.
24139 * locale/programs/xmalloc.c: Likewise.
24140 * misc/syslog.c: Likewise.
24141 * stdio-common/xbug.c: Likewise.
24142 * string/memchr.c: Likewise.
24143 * string/memcmp.c: Likewise.
24144 * string/memrchr.c: Likewise.
24145 * string/rawmemchr.c: Likewise.
24146 * sysdeps/posix/getcwd.c: Likewise.
24147 * time/strftime_l.c: Likewise.
24148
24149 2012-01-30 Joseph Myers <joseph@codesourcery.com>
24150
24151 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
24152 * config.make.in (config-cflags-sse2avx): Define.
24153 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
24154 Fix typo.
24155
24156 2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
24157
24158 * scripts/config.guess: Update from upstream config git repository.
24159 * scripts/config.sub: Likewise.
24160
24161 2012-01-28 Chris Metcalf <cmetcalf@tilera.com>
24162
24163 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
24164 (EM_NUM): Update.
24165 (R_TILEPRO_*, R_TILEGX_*): New macros.
24166
24167 * scripts/firstversions.awk: Fix bug in version range handling.
24168
24169 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
24170
24171 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
24172
24173 * include/sys/epoll.h: New file.
24174 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
24175 libc_hidden_def.
24176
24177 2012-01-28 Ulrich Drepper <drepper@gmail.com>
24178
24179 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
24180 Avoid unnecessary __WORDSIZE == 64 test.
24181 (fmaxf): Use VEX format if possible.
24182 (fmax): Likewise.
24183 (fminf): Likewise.
24184 (fmin): Likewise.
24185
24186 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
24187 * math/math_private.h: Remove libc_fegetround* and
24188 libc_fesetround*.
24189 * sysdeps/i386/configure.in: Check for -msse2avx.
24190 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
24191 also if SSE2AVX is defined.
24192 Remove libc_fegetround* and libc_fesetround*.
24193 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
24194 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
24195 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
24196 of HAS_YMM_USABLE.
24197 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
24198 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
24199 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
24200 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
24201 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
24202
24203 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
24204
24205 2012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24206
24207 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
24208 size is not set.
24209 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
24210
24211 2012-01-27 Ulrich Drepper <drepper@gmail.com>
24212
24213 [BZ #13618]
24214 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
24215 relocation.
24216 * Makeconfig (libm): Define.
24217 * elf/Makefile: Add rules to build and run tst-relsort1.
24218 * elf/tst-relsort1.c: New file.
24219 * elf/tst-relsort1mod1.c: New file.
24220 * elf/tst-relsort1mod2.c: New file.
24221
24222 2012-01-27 Joseph Myers <joseph@codesourcery.com>
24223
24224 * math/s_ldexp.c: Remove __STDC__ conditionals.
24225 * math/s_ldexpf.c: Likewise.
24226 * math/s_ldexpl.c: Likewise.
24227 * math/s_nextafter.c: Likewise.
24228 * math/s_nexttowardf.c: Likewise.
24229 * math/s_significand.c: Likewise.
24230 * math/s_significandf.c: Likewise.
24231 * math/s_significandl.c: Likewise.
24232 * math/w_jnl.c: Likewise.
24233 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
24234 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
24235 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
24236 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
24237 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
24238 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24239 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
24240 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24241 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24242 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24243 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24244 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24245 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24246 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
24247 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24248 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24249 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24250 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24251 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24252 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
24253 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
24254 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
24255 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
24256 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24257 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
24258 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
24259 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
24260 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
24261 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
24262 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
24263 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
24264 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
24265 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
24266 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
24267 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
24268 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
24269 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
24270 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
24271 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
24272 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
24273 * sysdeps/ieee754/k_standard.c: Likewise.
24274 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
24275 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
24276 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
24277 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
24278 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
24279 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
24280 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
24281 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
24282 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
24283 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
24284 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
24285 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
24286 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
24287 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
24288 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
24289 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
24290 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
24291 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
24292 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
24293 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
24294 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
24295 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
24296 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
24297 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
24298 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
24299 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
24300 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
24301 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
24302 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
24303 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
24304 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
24305 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
24306 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
24307 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
24308 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
24309 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
24310 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
24311 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
24312 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
24313 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
24314 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
24315 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
24316 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
24317 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
24318 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
24319 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24320 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24321 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
24322 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
24323 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
24324 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
24325 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
24326 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
24327 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
24328 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
24329 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
24330 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
24331 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
24332 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
24333 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
24334 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
24335 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
24336 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
24337 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24338 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
24339 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
24340 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
24341 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
24342 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
24343 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
24344 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
24345 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
24346 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
24347 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
24348 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
24349 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
24350 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
24351 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
24352 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
24353 * sysdeps/ieee754/s_matherr.c: Likewise.
24354 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
24355 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
24356 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24357 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24358
24359 2012-01-26 Joseph Myers <joseph@codesourcery.com>
24360
24361 * crypt/md5.h: Remove __STDC__ conditionals.
24362 * libio/libioP.h: Likewise.
24363 * locale/programs/config.h: Likewise.
24364 * sysdeps/generic/sysdep.h: Likewise.
24365 * sysdeps/i386/asm-syntax.h: Likewise.
24366 * sysdeps/s390/asm-syntax.h: Likewise.
24367 * sysdeps/unix/sysdep.h: Likewise.
24368 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
24369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24370
24371 2012-01-26 Joseph Myers <joseph@codesourcery.com>
24372
24373 * libio/libio.h: Remove __STDC__ conditionals.
24374 * malloc/obstack.h: Likewise.
24375 * math/complex.h: Likewise.
24376 * math/math.h: Likewise.
24377 * sysdeps/generic/_G_config.h: Likewise.
24378 * sysdeps/gnu/_G_config.h: Likewise.
24379 * sysdeps/mach/hurd/_G_config.h: Likewise.
24380 * sysdeps/powerpc/bits/mathdef.h: Likewise.
24381 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
24382 * sysdeps/sparc/bits/mathdef.h: Likewise.
24383
24384 2012-01-26 Ulrich Drepper <drepper@gmail.com>
24385
24386 [BZ #13583]
24387 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
24388 Clean up HAS_* macros.
24389 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
24390 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
24391 possible.
24392 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
24393 HAS_AVX.
24394 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
24395 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
24396 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
24397 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
24398 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
24399
24400 2012-01-25 Joseph Myers <joseph@codesourcery.com>
24401
24402 * elf/tst-unique3.cc (gets): Remove declaration.
24403 * elf/tst-unique3lib.cc (gets): Likewise.
24404 * elf/tst-unique3lib2.cc (gets): Likewise.
24405 * elf/tst-unique4.cc (gets): Likewise.
24406
24407 2012-01-24 Ulrich Drepper <drepper@gmail.com>
24408
24409 * include/stdio.h: Add C++ protection. Add gets declarations and
24410 definitions.
24411 * debug/tst-chk1.c: Don't declare gets here.
24412 * stdio-common/tst-gets.c: Likewise.
24413
24414 2012-01-24 Joseph Myers <joseph@codesourcery.com>
24415
24416 * posix/glob: Remove directory.
24417
24418 2012-01-24 Joseph Myers <joseph@codesourcery.com>
24419
24420 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
24421
24422 2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
24423
24424 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
24425 of the non-standard EPFNOSUPPORT.
24426
24427 2011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
24428
24429 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
24430 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
24431 ANYWHERE set to 1 only on KERN_NO_SPACE error.
24432
24433 2012-01-21 Ulrich Drepper <drepper@gmail.com>
24434
24435 * wcsmbs/uchar.h: Test __STDC_VERSION__.
24436
24437 2012-01-20 Ulrich Drepper <drepper@gmail.com>
24438
24439 * nscd/aicache.c (addhstaiX): Do not cache negative results of
24440 transient errors.
24441 * nscd/grpcache.c (cache_addgr): Likewise.
24442 * nscd/hstcache.c (cache_addhst): Likewise.
24443 * nscd/initgrcache.c (addinitgroupsX): Likewise.
24444 * nscd/pwdcache.c (cache_addpw): Likewise.
24445 * nscd/servicescache.c (cache_addserv): Likewise.
24446
24447 2012-01-16 Ulrich Drepper <drepper@gmail.com>
24448
24449 * malloc/malloc.c: Various cleanups.
24450 * malloc/hooks.c: Likewise.
24451
24452 * stdlib/Makefile (tests): Add bug-fmtmsg1.
24453 * stdlib/bug-fmtmsg1.c: New file.
24454
24455 * stdlib/fmtmsg.c (init): Add missing unlock.
24456 Patch by Peng Haitao <penght@cn.fujitsu.com>.
24457
24458 2012-01-12 Marek Polacek <polacek@redhat.com>
24459
24460 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
24461 and _GNU_SOURCE.
24462
24463 2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
24464
24465 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
24466 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
24467 macro to ensure uniqueness of label name.
24468 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
24469 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
24470
24471 2012-01-11 Ulrich Drepper <drepper@gmail.com>
24472
24473 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
24474
24475 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
24476 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
24477 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
24478 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
24479
24480 2012-01-10 Ulrich Drepper <drepper@gmail.com>
24481
24482 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
24483
24484 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
24485 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
24486 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
24487
24488 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
24489
24490 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
24491 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
24492 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
24493 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
24494
24495 * math/bits/math-finite.h: Add ldexp support.
24496
24497 2012-01-10 Marek Polacek <polacek@redhat.com>
24498
24499 * locale/programs/localedef.h (show_archive_content): Add noreturn
24500 attribute.
24501
24502 2012-01-09 Ulrich Drepper <drepper@gmail.com>
24503
24504 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
24505
24506 2012-01-08 Ulrich Drepper <drepper@gmail.com>
24507
24508 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
24509
24510 * io/Makefile (headers): Add bits/poll2.h.
24511
24512 2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
24513
24514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
24515 typo #include statement.
24516
24517 2012-01-08 Ulrich Drepper <drepper@gmail.com>
24518
24519 * include/sys/cdefs.h: Define __attribute_alloc_size.
24520 * catgets/gencat.c: Add alloc_size attribute and apply consistently
24521 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
24522 * elf/pldd.c: Likewise.
24523 * iconv/iconv_charmap.c: Likewise.
24524 * iconv/iconvconfig.c: Likewise.
24525 * iconv/strtab.c: Likewise.
24526 * locale/programs/locale.c: Likewise.
24527 * locale/programs/localedef.h: Likewise.
24528 * locale/programs/simple-hash.c: Likewise.
24529 * nscd/nscd.h: Likewise.
24530 * nss/makedb.c: Likewise.
24531 * sysdeps/generic/ldconfig.h: Likewise.
24532 * locale/programs/localedef.c: Remove xmalloc prototype.
24533 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
24534
24535 2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
24536
24537 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
24538 appropriate.
24539
24540 2012-01-08 Ulrich Drepper <drepper@gmail.com>
24541
24542 * math/Makefile (tests): Add tst-CMPLX.
24543 * math/tst-CMPLX.c: New file.
24544
24545 * math/complex.h (CMPLXL): Fix typo.
24546
24547 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
24548 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
24549 GLIBC_2.16.
24550 * debug/tst-chk1.c: Add poll and ppoll tests.
24551 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
24552 * include/sys/poll.h: Add hidden proto for ppoll.
24553 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
24554 * sysdeps/mach/hurd/ppoll.c: Likewise.
24555 * io/ppoll.c: Likewise.
24556 * debug/poll_chk.c: New file.
24557 * debug/ppoll_chk.c: New file.
24558 * include/bits/poll2.h: New file.
24559 * io/bits/poll2.h: New file.
24560
24561 [BZ #1350]
24562 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
24563
24564 * configure.in: static is always set to yes. Remove.
24565 * config.make.in: Don't set build-static.
24566 * Makeconfig: Remove use of build-static.
24567 * dlfcn/Makefile: Likewise.
24568 * elf/Makefile: Likewise.
24569 * math/Makefile: Likewise.
24570 * misc/Makefile: Likewise.
24571 * nptl/Makefile: Likewise.
24572 * sysdeps/mach/hurd/Makefile: Likewise.
24573
24574 * configure.in: PWD_P is not used anymore.
24575 * config.make.in: Remove PWD_P entry.
24576
24577 * configure.in: Remove last remnants of RANLIB.
24578 No need to check for signed size_t anymore.
24579 Don't set libc_commonpagesize and libc_relro_required here for Alpha
24580 and IA-64.
24581 Remove __builtin_expect test because we require at least gcc 3.4.
24582 * aclocal.m4: Likewise.
24583
24584 * wcsmbs/mbrtoc16.c: Implement using towc function.
24585 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
24586 * wcsmbs/wcsmbsload.c: Likewise.
24587 * iconv/gconv_simple.c: Likewise.
24588 * iconv/gconv_int.h: Likewise.
24589 * iconv/gconv_builtin.h: Likewise.
24590 * iconv/iconv_prog.c: Remove CHAR16 handling.
24591
24592 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
24593
24594 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
24595
24596 * configure.in: Remove --with-elf and --enable-bounded options.
24597 Dont set base_machine for ia64. More non-ELF conditions removed.
24598 Remove testing and setting of leading underscore information.
24599 * config.make.in (build-bounded): Set to no.
24600 * config.h.in: Remove NO_UNDERSCORES entry.
24601 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
24602 them.
24603 * csu/start.c: Remove !NO_UNDERSCORE code.
24604 * locale/localeinfo.h: Likewise.
24605 * sysdeps/generic/machine-gmon.h: Likewise.
24606 * sysdeps/generic/sysdep.h: Likewise.
24607 * sysdeps/i386/sysdep.h: Likewise.
24608 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
24609 * sysdeps/mach/sysdep.h: Likewise.
24610 * sysdeps/s390/s390-32/sysdep.h: Likewise.
24611 * sysdeps/s390/s390-64/sysdep.h: Likewise.
24612 * sysdeps/sh/sysdep.h: Likewise.
24613 * sysdeps/sparc/sparc32/alloca.S: Likewise.
24614 * sysdeps/unix/i386/sysdep.S: Likewise.
24615 * sysdeps/unix/sparc/start.c: Likewise.
24616 * sysdeps/unix/sparc/sysdep.S: Likewise.
24617 * sysdeps/unix/sparc/sysdep.h: Likewise.
24618 * sysdeps/unix/start.c: Likewise.
24619 * sysdeps/unix/x86_64/sysdep.S: Likewise.
24620 * sysdeps/x86_64/sysdep.h: Likewise.
24621
24622 2012-01-07 Ulrich Drepper <drepper@gmail.com>
24623
24624 [BZ #13553]
24625 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
24626 for non-gcc.
24627 * argp/argp-fmtstream.h: Use const instead __const.
24628 * argp/argp.h: Likewise.
24629 * assert/assert.h: Likewise.
24630 * bits/fenv.h: Likewise.
24631 * bits/sched.h: Likewise.
24632 * bits/sigset.h: Likewise.
24633 * bits/sigthread.h: Likewise.
24634 * catgets/nl_types.h: Likewise.
24635 * conform/data/pthread.h-data: Likewise.
24636 * crypt/crypt-private.h: Likewise.
24637 * crypt/crypt.h: Likewise.
24638 * crypt/crypt_util.c: Likewise.
24639 * ctype/ctype.h: Likewise.
24640 * debug/execinfo.h: Likewise.
24641 * debug/mbsnrtowcs_chk.c: Likewise.
24642 * debug/mbsrtowcs_chk.c: Likewise.
24643 * debug/wcsnrtombs_chk.c: Likewise.
24644 * debug/wcsrtombs_chk.c: Likewise.
24645 * debug/wcstombs_chk.c: Likewise.
24646 * dirent/dirent.h: Likewise.
24647 * dlfcn/dlfcn.h: Likewise.
24648 * elf/neededtest4.c: Likewise.
24649 * grp/grp.h: Likewise.
24650 * gshadow/gshadow.h: Likewise.
24651 * iconv/gconv.h: Likewise.
24652 * iconv/gconv_int.h: Likewise.
24653 * iconv/gconv_simple.c: Likewise.
24654 * iconv/iconv.h: Likewise.
24655 * iconv/loop.c: Likewise.
24656 * iconv/skeleton.c: Likewise.
24657 * include/aio.h: Likewise.
24658 * include/aliases.h: Likewise.
24659 * include/argz.h: Likewise.
24660 * include/arpa/inet.h: Likewise.
24661 * include/assert.h: Likewise.
24662 * include/dirent.h: Likewise.
24663 * include/dlfcn.h: Likewise.
24664 * include/execinfo.h: Likewise.
24665 * include/fcntl.h: Likewise.
24666 * include/fenv.h: Likewise.
24667 * include/glob.h: Likewise.
24668 * include/grp.h: Likewise.
24669 * include/libintl.h: Likewise.
24670 * include/mntent.h: Likewise.
24671 * include/netdb.h: Likewise.
24672 * include/pwd.h: Likewise.
24673 * include/rpc/netdb.h: Likewise.
24674 * include/sched.h: Likewise.
24675 * include/search.h: Likewise.
24676 * include/shadow.h: Likewise.
24677 * include/signal.h: Likewise.
24678 * include/stdio.h: Likewise.
24679 * include/stdlib.h: Likewise.
24680 * include/string.h: Likewise.
24681 * include/sys/socket.h: Likewise.
24682 * include/sys/stat.h: Likewise.
24683 * include/sys/statfs.h: Likewise.
24684 * include/sys/statvfs.h: Likewise.
24685 * include/sys/syslog.h: Likewise.
24686 * include/sys/time.h: Likewise.
24687 * include/sys/uio.h: Likewise.
24688 * include/time.h: Likewise.
24689 * include/unistd.h: Likewise.
24690 * include/utmp.h: Likewise.
24691 * include/wchar.h: Likewise.
24692 * include/wctype.h: Likewise.
24693 * inet/aliases.h: Likewise.
24694 * inet/arpa/inet.h: Likewise.
24695 * inet/netinet/ether.h: Likewise.
24696 * inet/netinet/in.h: Likewise.
24697 * intl/libintl.h: Likewise.
24698 * io/bits/fcntl2.h: Likewise.
24699 * io/fcntl.h: Likewise.
24700 * io/ftw.h: Likewise.
24701 * io/sys/poll.h: Likewise.
24702 * io/sys/stat.h: Likewise.
24703 * io/sys/statfs.h: Likewise.
24704 * io/sys/statvfs.h: Likewise.
24705 * io/utime.h: Likewise.
24706 * libio/bits/stdio.h: Likewise.
24707 * libio/bits/stdio2.h: Likewise.
24708 * libio/libio.h: Likewise.
24709 * libio/libioP.h: Likewise.
24710 * libio/stdio.h: Likewise.
24711 * locale/lc-ctype.c: Likewise.
24712 * locale/locale.h: Likewise.
24713 * login/utmp.h: Likewise.
24714 * malloc/arena.c: Likewise.
24715 * malloc/malloc.c: Likewise.
24716 * malloc/malloc.h: Likewise.
24717 * malloc/mcheck.c: Likewise.
24718 * malloc/mtrace.c: Likewise.
24719 * math/bits/mathcalls.h: Likewise.
24720 * math/fenv.h: Likewise.
24721 * math/math_private.h: Likewise.
24722 * misc/bits/error.h: Likewise.
24723 * misc/bits/syslog.h: Likewise.
24724 * misc/err.h: Likewise.
24725 * misc/error.h: Likewise.
24726 * misc/fstab.h: Likewise.
24727 * misc/mntent.h: Likewise.
24728 * misc/regexp.h: Likewise.
24729 * misc/search.h: Likewise.
24730 * misc/sgtty.h: Likewise.
24731 * misc/sys/mman.h: Likewise.
24732 * misc/sys/syslog.h: Likewise.
24733 * misc/sys/uio.h: Likewise.
24734 * misc/sys/xattr.h: Likewise.
24735 * misc/ttyent.h: Likewise.
24736 * nis/rpcsvc/ypclnt.h: Likewise.
24737 * nss/nss.h: Likewise.
24738 * posix/bits/unistd.h: Likewise.
24739 * posix/fnmatch.h: Likewise.
24740 * posix/glob.h: Likewise.
24741 * posix/sched.h: Likewise.
24742 * posix/spawn.h: Likewise.
24743 * posix/sys/wait.h: Likewise.
24744 * posix/unistd.h: Likewise.
24745 * posix/wordexp.h: Likewise.
24746 * pwd/pwd.h: Likewise.
24747 * resolv/netdb.h: Likewise.
24748 * resource/sys/resource.h: Likewise.
24749 * rt/aio.h: Likewise.
24750 * rt/bits/mqueue2.h: Likewise.
24751 * rt/mqueue.h: Likewise.
24752 * shadow/shadow.h: Likewise.
24753 * signal/signal.h: Likewise.
24754 * socket/send.c: Likewise.
24755 * socket/sendto.c: Likewise.
24756 * socket/sys/socket.h: Likewise.
24757 * stdio-common/printf.h: Likewise.
24758 * stdlib/bits/stdlib.h: Likewise.
24759 * stdlib/fmtmsg.h: Likewise.
24760 * stdlib/monetary.h: Likewise.
24761 * stdlib/stdlib.h: Likewise.
24762 * stdlib/ucontext.h: Likewise.
24763 * streams/stropts.h: Likewise.
24764 * string/argz.h: Likewise.
24765 * string/bits/string2.h: Likewise.
24766 * string/string.h: Likewise.
24767 * string/strings.h: Likewise.
24768 * sunrpc/rpc/auth.h: Likewise.
24769 * sunrpc/rpc/auth_des.h: Likewise.
24770 * sunrpc/rpc/clnt.h: Likewise.
24771 * sunrpc/rpc/netdb.h: Likewise.
24772 * sunrpc/rpc/pmap_clnt.h: Likewise.
24773 * sunrpc/rpc/xdr.h: Likewise.
24774 * sysdeps/generic/inttypes.h: Likewise.
24775 * sysdeps/generic/net/if.h: Likewise.
24776 * sysdeps/generic/sys/swap.h: Likewise.
24777 * sysdeps/gnu/net/if.h: Likewise.
24778 * sysdeps/gnu/utmpx.h: Likewise.
24779 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
24780 * sysdeps/i386/i486/bits/string.h: Likewise.
24781 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
24782 * sysdeps/s390/bits/string.h: Likewise.
24783 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
24784 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
24785 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
24786 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
24787 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
24788 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
24789 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
24790 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
24791 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
24792 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
24793 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
24794 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24795 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
24796 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24797 * sysdeps/unix/sysv/linux/readv.c: Likewise.
24798 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
24799 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
24800 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
24801 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
24802 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
24803 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
24804 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
24805 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
24806 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
24807 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
24808 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
24809 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
24810 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
24811 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
24812 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
24813 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
24814 * sysvipc/sys/ipc.h: Likewise.
24815 * sysvipc/sys/msg.h: Likewise.
24816 * sysvipc/sys/sem.h: Likewise.
24817 * sysvipc/sys/shm.h: Likewise.
24818 * termios/termios.h: Likewise.
24819 * time/sys/time.h: Likewise.
24820 * time/time.h: Likewise.
24821 * wcsmbs/bits/wchar2.h: Likewise.
24822 * wcsmbs/uchar.h: Likewise.
24823 * wcsmbs/wchar.h: Likewise.
24824 * wctype/wctype.h: Likewise.
24825
24826 [BZ #13551]
24827 * Makeconfig: Remove all but ELF support including AIX support.
24828 * Makerules: Likewise.
24829 * config.h.in: Likewise.
24830 * config.make.in: Likewise.
24831 * configure: Likewise.
24832 * configure.in: Likewise.
24833 * csu/Makefile: Likewise.
24834 * csu/version.c: Likewise.
24835 * debug/Makefile: Likewise.
24836 * dlfcn/Makefile: Likewise.
24837 * elf/Makefile: Likewise.
24838 * extra-lib.mk: Likewise.
24839 * iconv/Makefile: Likewise.
24840 * include/libc-symbols.h: Likewise.
24841 * include/shlib-compat.h: Likewise.
24842 * resolv/Makefile: Likewise.
24843 * resolv/res_libc.c: Likewise.
24844 * rt/Makefile: Likewise.
24845 * sysdeps/i386/asm-syntax.h: Likewise.
24846 * sysdeps/i386/sysdep.h: Likewise.
24847 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
24848 * sysdeps/mach/sysdep.h: Likewise.
24849 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
24850 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
24851 * sysdeps/s390/asm-syntax.h: Likewise.
24852 * sysdeps/s390/s390-32/sysdep.h: Likewise.
24853 * sysdeps/s390/s390-64/sysdep.h: Likewise.
24854 * sysdeps/sh/sysdep.h: Likewise.
24855 * sysdeps/unix/sparc/sysdep.h: Likewise.
24856 * sysdeps/wordsize-32/divdi3.c: Likewise.
24857 * sysdeps/x86_64/sysdep.h: Likewise.
24858
24859 * argp/Versions: Remove _argp_unlock_xxx.
24860
24861 [BZ #13559]
24862 * abilist/ld.abilist: Update. Adjust for removal of tls option.
24863 * abilist/libBrokenLocale.abilist: Likewise.
24864 * abilist/libanl.abilist: Likewise.
24865 * abilist/libc.abilist: Likewise.
24866 * abilist/libcrypt.abilist: Likewise.
24867 * abilist/libdl.abilist: Likewise.
24868 * abilist/libm.abilist: Likewise.
24869 * abilist/libnsl.abilist: Likewise.
24870 * abilist/libpthread.abilist: Likewise.
24871 * abilist/libresolv.abilist: Likewise.
24872 * abilist/librt.abilist: Likewise.
24873 * abilist/libthread_db.abilist: Likewise.
24874 * abilist/libutil.abilist: Likewise.
24875 * abilist/libnss_db.abilist: New file.
24876
24877 * scripts/abilist.awk: Add support for indirect functions.
24878
24879 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
24880
24881 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
24882
24883 * shlib-versions: Remove entries for ports architectures.
24884
24885 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
24886 files in ports.
24887 * elf/stackguard-macros.h: Remove support for IA-64.
24888 * elf/tst-auditmod1.c: Likewise.
24889 * sysdeps/generic/ldsodefs.h: Likewise.
24890
24891 * sysdeps/unix/sysv/linux/configure.in: Ports should define
24892 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
24893 configure files.
24894
24895 [BZ #13552]
24896 * configure.in: Remove --enable-omitfp support.
24897 * FAQ.in: Adjust.
24898 * config.make.in: Likewise.
24899 * Makeconfig: Likewise.
24900 * manual/install.texi: Likewise.
24901
24902 In case anyone cares, the IA-64 architecture could move to ports.
24903 * sysdeps/ia64/*: Removed.
24904 * sysdeps/unix/sysv/linux/ia64/*: Removed.
24905 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
24906
24907 [BZ #13555]
24908 * configure.in: Remove entries for unsupported architectures.
24909
24910 [BZ #13533]
24911 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
24912 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
24913 routines.
24914 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
24915 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
24916 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
24917 fall back to using wcrtomb.
24918 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
24919 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
24920 renaming.
24921 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
24922 * wcsmbs/tst-c16c32-1.c: New file.
24923
24924 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
24925 local variable.
24926
24927 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
24928
24929 * elf/tst-unique3.cc: Add explicit declaration of gets.
24930 * elf/tst-unique3lib.cc: Likewise.
24931 * elf/tst-unique3lib2.cc: Likewise.
24932 * elf/tst-unique4.cc: Likewise.
24933
24934 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
24935
24936 2012-01-06 Joseph Myers <joseph@codesourcery.com>
24937
24938 [BZ #13566]
24939 * assert/assert.h (static_assert): Don't define for C++.
24940 * libio/stdio.h (gets): Do declare for C++ <= C++11.
24941 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
24942
24943 2012-01-03 Ulrich Drepper <drepper@gmail.com>
24944
24945 * iconv/loop.c (single loop): Fix assertion in storing of
24946 remaining bytes.
24947
24948 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
24949
24950 2012-01-01 Ulrich Drepper <drepper@gmail.com>
24951
24952 * posix/getconf.c: Update copyright year.
24953 * nss/getent.c: Likewise.
24954 * nss/makedb.c: Likewise.
24955 * iconv/iconvconfig.c: Likewise.
24956 * iconv/iconv_prog.c: Likewise.
24957 * elf/ldconfig.c: Likewise.
24958 * elf/pldd.c: Likewise.
24959 * elf/sotruss.ksh: Likewise.
24960 * catgets/gencat.c: Likewise.
24961 * csu/version.c: Likewise.
24962 * elf/ldd.bash.in: Likewise.
24963 * elf/sprof.c (print_version): Likewise.
24964 * locale/programs/locale.c: Likewise.
24965 * locale/programs/localedef.c: Likewise.
24966 * login/programs/pt_chown.c: Likewise.
24967 * nscd/nscd.c (print_version): Likewise.
24968 * debug/xtrace.sh: Likewise.
24969 * malloc/memusage.sh: Likewise.
24970 * malloc/mtrace.pl: Likewise.
24971 * debug/catchsegv.sh: Likewise.
24972
24973 2011-12-30 Jakub Jelinek <jakub@redhat.com>
24974
24975 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
24976 pure attribute.
24977
24978 2011-12-24 Ulrich Drepper <drepper@gmail.com>
24979
24980 [BZ #13533]
24981 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
24982 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
24983 transformations.
24984 * iconv/gconv_int.h: Likewise.
24985 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
24986 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
24987 from libc for GLIBC_2.16.
24988 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
24989 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
24990 * wcsmbs/uchar.h: Really define mbstate_t.
24991 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
24992 * wcsmbs/c16rtomb.c: New file.
24993 * wcsmbs/mbrtoc16.c: New file.
24994 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
24995 for C/POSIX locale.
24996 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
24997 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
24998
24999 * wcsmbs/wchar.h: Add missing __restrict.
25000
25001 2011-12-23 Ulrich Drepper <drepper@gmail.com>
25002
25003 [BZ #13532]
25004 * time/Makefile (routines): Add timespec_get.
25005 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
25006 * time/time.h: Define TIME_UTC and declare timespec_get. Define
25007 timespec for ISO C11.
25008 * time/timespec_get.c: New file.
25009 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
25010 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
25011
25012 [BZ #13531]
25013 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
25014 * stdlib/stdlib.h: Declare aligned_alloc.
25015 * Versions.def: Add GLIBC_2.16 for libc.
25016 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
25017
25018 [BZ 13527]
25019 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
25020 ISO C11.
25021
25022 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
25023 code.
25024
25025 [BZ #13528]
25026 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
25027
25028 [BZ #13529]
25029 * assert/assert.h (static_assert): Define.
25030
25031 * version.h: Update for 2.16 development version.
25032
25033 [BZ #13526]
25034 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
25035 _ISOC11_SOURCE.
25036
25037 * version.h (RELEASE): Bump for 2.15 release.
25038 * include/features.h (__GLIBC_MINOR__): Bump to 15.
25039
25040 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
25041 Patch by Marek Polacek <mpolacek@redhat.com>.
25042
25043 * bits/byteswap.h: Protect long long constants with __extension__.
25044 * sysdeps/i386/bits/byteswap.h: Likewise.
25045 * sysdeps/ia64/bits/byteswap.h: Likewise.
25046 * sysdeps/s390/bits/byteswap.h: Likewise.
25047 * sysdeps/x86_64/bits/byteswap.h: Likewise.
25048
25049 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25050
25051 [BZ #13540]
25052 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
25053 destination buffer.
25054 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
25055
25056 2011-12-23 Marek Polacek <polacek@redhat.com>
25057
25058 * elf/dl-addr.c (determine_info): Add inline keyword.
25059 * elf/tst-auditmod4b.c (check_avx): Likewise.
25060 * elf/tst-auditmod6b.c (check_avx): Likewise.
25061 * elf/tst-auditmod6c.c (check_avx): Likewise.
25062 * elf/tst-auditmod7b.c (check_avx): Likewise.
25063
25064 2011-12-23 Ulrich Drepper <drepper@gmail.com>
25065
25066 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
25067 !__SSE_MATH__.
25068
25069 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25070
25071 [BZ #13540]
25072 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
25073 processing for last bytes.
25074
25075 2011-08-06 Bruno Haible <bruno@clisp.org>
25076
25077 [BZ #13061]
25078 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
25079 U+0385, not to U+1FEE.
25080
25081 [BZ #13062]
25082 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
25083 entry for U+00A5 U+0301.
25084
25085 2011-12-22 Ulrich Drepper <drepper@gmail.com>
25086
25087 [BZ #13166]
25088 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
25089 buffer for the output is too small.
25090
25091 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
25092 optimization.
25093
25094 [BZ #13185]
25095 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
25096 SSE flags if possible.
25097
25098 2011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25099
25100 [BZ #13540]
25101 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
25102 processing for last bytes.
25103
25104 2011-12-22 Joseph Myers <joseph@codesourcery.com>
25105
25106 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
25107 (syscall-list-default-options, syscall-list-default-condition)
25108 (syscall-list-includes): Define.
25109 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
25110 list of ABIs and options and #if conditions for each ABI. Do not
25111 handle common syscalls between ABIs specially.
25112 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
25113 Remove.
25114 (syscall-list-variants, syscall-list-32bit-options)
25115 (syscall-list-32bit-condition, syscall-list-64bit-options)
25116 (syscall-list-64bit-condition): Define.
25117 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
25118 (syscall-list-variants, syscall-list-32bit-options)
25119 (syscall-list-32bit-condition, syscall-list-64bit-options)
25120 (syscall-list-64bit-condition): Define.
25121 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
25122 Remove.
25123 (syscall-list-variants, syscall-list-32bit-options)
25124 (syscall-list-32bit-condition, syscall-list-64bit-options)
25125 (syscall-list-64bit-condition): Define.
25126 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
25127 Remove.
25128 (syscall-list-variants, syscall-list-32bit-options)
25129 (syscall-list-32bit-condition, syscall-list-64bit-options)
25130 (syscall-list-64bit-condition): Define.
25131
25132 2011-12-22 Ulrich Drepper <drepper@gmail.com>
25133
25134 * locale/iso-639.def: Add brx entry.
25135
25136 [BZ #13328]
25137 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
25138 Proposed by Mariusz_Cukr <marcukr@op.pl>.
25139
25140 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
25141 __feraiseexcept_renamed.
25142
25143 2011-12-21 Ulrich Drepper <drepper@gmail.com>
25144
25145 [BZ #13538]
25146 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
25147 EPOLLET with unsigned values.
25148 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
25149 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
25150
25151 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
25152 to large cancellation.
25153 * math/s_cacoshf.c: Likewise.
25154 * math/s_cacoshl.c: Likewise.
25155
25156 2011-11-18 Richard B. Kreckel <kreckel@ginac.de>
25157
25158 [BZ #13305]
25159 [BZ #12786]
25160 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
25161 * math/s_cacoshf.c: Likewise.
25162 * math/s_cacoshl.c: Likewise.
25163
25164 2011-12-21 Ulrich Drepper <drepper@gmail.com>
25165
25166 [BZ #13439]
25167 * iconv/gconv.h: Define __GCONV_SWAP.
25168 * iconvdata/unicode.c: The swap bit must be stored in __flags.
25169 * iconvdata/utf-16.c: Likewise.
25170 * iconvdata/utf-32.c: Likewise.
25171
25172 2011-12-21 Andreas Schwab <schwab@linux-m68k.org>
25173
25174 [BZ #13524]
25175 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
25176 numerator after shifting it by one limb.
25177
25178 2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
25179
25180 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
25181 under [__USE_EXTERN_INLINES].
25182
25183 2011-12-17 Ulrich Drepper <drepper@gmail.com>
25184
25185 [BZ #13446]
25186 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
25187
25188 2011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25189
25190 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
25191 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
25192 optimized code.
25193 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
25194 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
25195 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
25196 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
25197 for strncasecmp/strncasecmp_l compilation.
25198 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
25199 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
25200
25201 2011-12-08 Marek Polacek <mpolacek@redhat.com>
25202
25203 [BZ #13484]
25204 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
25205 of __asm__.
25206
25207 2011-12-17 Ulrich Drepper <drepper@gmail.com>
25208
25209 [BZ #13506]
25210 * time/tzfile.c (__tzfile_read): Check values from file header.
25211
25212 2011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
25213
25214 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
25215 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
25216 * powerpc/powerpc32/dl-start.S: Likewise.
25217 * powerpc/powerpc32/elf/start.S: Likewise.
25218 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
25219 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
25220 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
25221 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
25222 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25223 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
25224 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
25225 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
25226 * powerpc/powerpc32/fpu/s_round.S: Likewise.
25227 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25228 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25229 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25230 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
25231 * powerpc/powerpc32/memset.S: Likewise.
25232 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25233 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25234 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25235 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25236 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25237 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25238 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25239 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25240 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
25241 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
25242 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
25243 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
25244 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
25245
25246 2011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25247
25248 * math/libm-test.inc: Added more nearbyint tests.
25249 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
25250 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
25251 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
25252 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
25253
25254 2011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
25255
25256 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
25257 FD_CLOEXEC.
25258
25259 2011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25260
25261 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
25262 Add wcscpy-ssse3 wcscpy-c.
25263 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
25264 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
25265 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
25266 * sysdeps/x86_64/wcschr.S: New file.
25267 * sysdeps/x86_64/wcsrchr.S: New file.
25268 * string/test-strcmp.c: Remove checking of wcscmp function for
25269 wrong alignments.
25270 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
25271 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
25272 wcsrchr-sse2 wcsrchr-c.
25273 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
25274 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
25275 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
25276 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
25277 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
25278 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
25279 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
25280 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
25281 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
25282 * wcsmbc/wcschr.c (WCSCHR): New macro.
25283
25284 2011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
25285
25286 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
25287 * wcsmbs/test-wcsrchr.c: New file.
25288 * string/test-strrchr.c: Add wcsrchr support.
25289 (WIDE): New macro.
25290 * wcsmbs/test-wcscpy.c: New file.
25291 * string/test-strcpy.c: Add wcscpy support.
25292 (WIDE): New macro.
25293
25294 2011-12-10 Ulrich Drepper <drepper@gmail.com>
25295
25296 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
25297 the inner loop.
25298
25299 2011-12-06 Andreas Schwab <schwab@linux-m68k.org>
25300
25301 [BZ #13472]
25302 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
25303
25304 2011-12-04 Ulrich Drepper <drepper@gmail.com>
25305
25306 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
25307 Minor optimizations.
25308
25309 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
25310 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
25311 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
25312
25313 2011-12-03 Ulrich Drepper <drepper@gmail.com>
25314
25315 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
25316 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
25317 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
25318 for gcc to avoid warnings.
25319 * inet/Makefile (tests): Add tst-checks.
25320 * inet/tst-checks.c: New file.
25321
25322 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
25323 warning.
25324
25325 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
25326 __wmemcmp_sse2.
25327
25328 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
25329 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
25330
25331 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
25332
25333 2011-12-02 Ulrich Drepper <drepper@gmail.com>
25334
25335 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
25336 problem.
25337
25338 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
25339
25340 2011-11-29 Joseph Myers <joseph@codesourcery.com>
25341
25342 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
25343 conditional on GCC version.
25344 (__arch_compare_and_exchange_val_8_acq)
25345 (__arch_compare_and_exchange_val_16_acq)
25346 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
25347 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
25348 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
25349
25350 2011-12-02 Joseph Myers <joseph@codesourcery.com>
25351
25352 * sysdeps/sh/backtrace.c: New file.
25353
25354 2011-12-02 Andreas Schwab <schwab@redhat.com>
25355
25356 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
25357 parenthesis.
25358
25359 2011-12-01 Andreas Schwab <schwab@redhat.com>
25360
25361 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
25362 falling back to utime.
25363
25364 2011-11-30 Andreas Schwab <schwab@redhat.com>
25365
25366 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
25367 expectations for float.
25368
25369 2011-11-29 Andreas Schwab <schwab@redhat.com>
25370
25371 * locale/weight.h (findidx): Add parameter len.
25372 * locale/weightwc.h (findidx): Likewise.
25373 * posix/fnmatch_loop.c (FCT): Adjust caller.
25374 * posix/regcomp.c (build_equiv_class): Likewise.
25375 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
25376 * posix/regexec.c (check_node_accept_bytes): Likewise.
25377 * string/strcoll_l.c (STRCOLL): Likewise.
25378 * string/strxfrm_l.c (STRXFRM): Likewise.
25379
25380 2011-11-17 Ulrich Drepper <drepper@gmail.com>
25381
25382 * Makefile.in: Remove CVSOPT handling.
25383 * configure.in: Remove use of AC_REVISION.
25384 * iconvdata/Makefile (distribute): No need to filter out CVS.
25385 * scripts/list-sources.sh: Remove CVS, subversion and monotone
25386 handling.
25387
25388 2011-11-16 Andreas Schwab <schwab@redhat.com>
25389
25390 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
25391 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
25392 [USE_AS_STRNCASECMP_L]: Likewise.
25393 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
25394 NO_TLS_DIRECT_SEG_REFS.
25395 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
25396 Fix argument offsets for non-PIC.
25397 [USE_AS_STRNCASECMP_L]: Likewise.
25398 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
25399 NO_TLS_DIRECT_SEG_REFS.
25400
25401 2011-11-15 Ulrich Drepper <drepper@gmail.com>
25402
25403 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
25404 O_CLOEXEC.
25405 * locale/loadlocale.c (_nl_load_locale): Likewise.
25406
25407 2011-11-15 Andreas Schwab <schwab@redhat.com>
25408
25409 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
25410 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
25411 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
25412 (SYSCALL_GETTIME): Set errno on error.
25413
25414 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
25415 count references to noai6ai_cached.
25416
25417 2011-11-15 Ulrich Drepper <drepper@gmail.com>
25418
25419 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
25420
25421 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
25422 FD_CLOEXEC for /proc/self/maps.
25423
25424 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
25425 FD_CLOEXEC for /proc/meminfo.
25426
25427 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
25428 gai.conf.
25429
25430 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
25431 FD_CLOEXEC for given file.
25432
25433 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
25434
25435 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
25436 FD_CLOEXEC for /etc/hosts.
25437 (_gethtent): Likewise.
25438
25439 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
25440
25441 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
25442 cancellation and set FD_CLOEXEC for /etc/netgroup.
25443
25444 * nss/nss_files/files-key.c (search): Don't allow cancellation when
25445 reading /etc/publickey.
25446
25447 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
25448 allow cancellation when reading /etc/group.
25449
25450 * nss/nss_files/files-alias.c (internal_setent): Don't allow
25451 cancellation.
25452 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
25453
25454 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
25455 when using data file.
25456
25457 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
25458
25459 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
25460 (write_nis_obj): Use "c" and "e" in fopen.
25461
25462 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
25463
25464 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
25465
25466 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
25467
25468 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
25469
25470 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
25471 locale.alias.
25472
25473 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
25474
25475 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
25476
25477 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
25478
25479 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
25480 file parsing and set FD_CLOEXEC.
25481
25482 2011-11-14 Ulrich Drepper <drepper@gmail.com>
25483
25484 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
25485
25486 2011-11-14 Andreas Schwab <schwab@redhat.com>
25487
25488 * malloc/arena.c (arena_get2): Don't call reused_arena when
25489 _int_new_arena failed.
25490
25491 2011-11-14 Ulrich Drepper <drepper@gmail.com>
25492
25493 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
25494 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
25495 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
25496 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
25497 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25498 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
25499 to compile strcasecmp and strncasecmp.
25500 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
25501 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
25502
25503 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
25504
25505 2011-11-13 Ulrich Drepper <drepper@gmail.com>
25506
25507 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
25508 locale-defines.sym to gen-as-const-headers.
25509 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
25510 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
25511 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
25512 to compile strcasecmp and strncasecmp.
25513 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
25514 strcasecmp_l and strncasecmp_l.
25515 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
25516 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
25517 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
25518 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
25519 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
25520 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
25521 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
25522 * sysdeps/i386/i686/multiarch/strncase.S: New file.
25523 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
25524 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
25525 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
25526
25527 2011-11-12 Ulrich Drepper <drepper@gmail.com>
25528
25529 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
25530 result of SYSDEP_GETTIME_CPU to retval.
25531 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
25532 parameter list to macro. Remove trailing semicolon. Adjust users.
25533
25534 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
25535 variable.
25536
25537 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
25538 mantissa words.
25539 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
25540
25541 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
25542 from unused variable.
25543
25544 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
25545 DWARF definitions.
25546 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
25547 for assembling.
25548
25549 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
25550 over namespaces.
25551
25552 * sunrpc/rpc_prot.c (rejected): Fix case value.
25553
25554 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
25555 unsigned long long int to avoid warnings in shift.
25556
25557 * posix/regex_internal.c (re_string_reconstruct): Actually use result
25558 of use of trans.
25559 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
25560 variable tmp.
25561
25562 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
25563 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
25564 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
25565
25566 * nis/nis_table.c (nis_list): Use variable of correct type for
25567 result of __follow_path call.
25568
25569 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25570
25571 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
25572 of math functions ceil, trunc, floor, round, and sqrt, when
25573 avaliable on the platform.
25574 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
25575 name clash.
25576 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25577 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
25578 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
25579
25580 2011-10-30 Marek Polacek <mpolacek@redhat.com>
25581
25582 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
25583 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25584
25585 2011-11-11 Roland McGrath <roland@hack.frob.com>
25586
25587 * include/unistd.h: Fix __readlink return type.
25588 Reported by Chris Metcalf <cmetcalf@tilera.com>.
25589
25590 2011-11-11 Ulrich Drepper <drepper@gmail.com>
25591
25592 * stdlib/ucontext.h: Undo last change for makecontext.
25593
25594 2011-11-11 Andreas Schwab <schwab@redhat.com>
25595
25596 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
25597
25598 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
25599 * setjmp/setjmp.h: Mark functions as non-leaf.
25600 * setjmp/bits/setjmp2.h: Likewise.
25601 * stdlib/ucontext.h: Likewise.
25602
25603 2011-11-10 Andreas Schwab <schwab@redhat.com>
25604
25605 * malloc/arena.c (_int_new_arena): Don't increment narenas.
25606 (reused_arena): Don't check arena limit.
25607 (arena_get2): Atomically check arena limit.
25608
25609 2011-11-08 Ulrich Drepper <drepper@gmail.com>
25610
25611 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
25612 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
25613
25614 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
25615 instructions.
25616
25617 2011-11-07 Andreas Schwab <schwab@redhat.com>
25618
25619 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
25620 handler when locking.
25621
25622 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
25623 Fix size of allocated buffer.
25624
25625 2011-11-04 Andreas Schwab <schwab@redhat.com>
25626
25627 [BZ #10103]
25628 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
25629 declarations for long double functions.
25630 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
25631
25632 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
25633
25634 2011-11-03 Andreas Schwab <schwab@redhat.com>
25635
25636 * nscd/nscd.c (main): Don't start AVC thread until credentials are
25637 installed.
25638
25639 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
25640 is disabled.
25641
25642 2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
25643
25644 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
25645
25646 2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
25647
25648 * include/alloca.h (stackinfo_alloca_round): Define.
25649 (extend_alloca): Use it.
25650 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
25651 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
25652 here.
25653
25654 * scripts/check-local-headers.sh: Ignore libaudit.h.
25655
25656 * nscd/Makefile (extra-objs): Make recursively expanded.
25657
25658 2011-11-01 Ulrich Drepper <drepper@gmail.com>
25659
25660 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
25661 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25662
25663 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
25664 * posix/tst-rfc3484-2.c: Likewise.
25665 * posix/tst-rfc3484-3.c: Likewise.
25666
25667 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
25668 process_vm_writev.
25669 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
25670 process_vm_writev.
25671 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
25672 process_vm_writev from libc using GLIBC_2.15 version.
25673
25674 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
25675
25676 2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
25677
25678 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
25679 stack usage.
25680
25681 2011-10-31 Ulrich Drepper <drepper@gmail.com>
25682
25683 [BZ #13367]
25684 * nss/getent.c (initgroups_keys): Show error message in case no group
25685 names are given.
25686
25687 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
25688 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
25689 __bump_nl_timestamp.
25690 * nscd/connections (nscd_init): When host database is served open
25691 netlink socket and request notification about configuration changes.
25692 (main_loop_poll): Track netlink file descriptor and bump timestamp
25693 in case data becomes available.
25694 (main_loop_epoll): Likewise.
25695 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
25696 (database_pers_head): Add extra_data fileds.
25697 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
25698 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
25699 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
25700 Adjust caller.
25701 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
25702 in6ai data, call __free_in6ai.
25703 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
25704 Add -DHAVE_NETLINK.
25705 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
25706 interface information. Reuse previous data if netlink timestamp
25707 is not changed.
25708 (__bump_nl_timestamp): New function.
25709 (__free_in6ai): New function.
25710
25711 2011-10-30 Ulrich Drepper <drepper@gmail.com>
25712
25713 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
25714 close_not_cancel_no_status here.
25715 (__check_pf): Reorganize code a bit to not call close twice if OOM.
25716
25717 2011-10-29 Ulrich Drepper <drepper@gmail.com>
25718
25719 [BZ #13276]
25720 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
25721 return value.
25722
25723 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
25724 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
25725 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
25726
25727 2011-07-03 Andreas Jaeger <aj@suse.de>
25728
25729 [BZ #10709]
25730 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
25731 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
25732 * math/libm-test.inc (sin_test): Add test case.
25733
25734 2011-10-29 Ulrich Drepper <drepper@gmail.com>
25735
25736 [BZ #13337]
25737 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
25738 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
25739
25740 * elf/chroot_canon.c (chroot_canon): Cleanups.
25741
25742 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
25743
25744 [BZ #13335]
25745 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
25746 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
25747
25748 * string/test-strchr.c: Make usable for strchrnul testing.
25749 * string/test-strchrnul.c: New file.
25750 * string/Makefile (strop-tests): Add strchrnul.
25751
25752 * po/it.po: Update from translation team.
25753 * po/es.po: Likewise.
25754
25755 2011-10-28 Ulrich Drepper <drepper@gmail.com>
25756
25757 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
25758 the three constants needed as parameters. Drop the others.
25759 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
25760 __m128i_strloadu_tolower.
25761 Create and initialize variable zero and use it in all the places
25762 where _mm_setzero_si128 was used.
25763
25764 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
25765 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
25766 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
25767 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
25768 anymore.
25769 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
25770 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
25771 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
25772 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
25773 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
25774 __mpranred, __mptan.
25775 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
25776 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
25777 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
25778 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
25779 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
25780 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
25781 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
25782 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
25783 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
25784
25785 2011-10-28 Andreas Schwab <schwab@redhat.com>
25786
25787 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
25788 redefine if SHARED.
25789 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
25790
25791 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
25792 wide char related routines to wcsmbs subdir.
25793
25794 2011-10-27 Andreas Schwab <schwab@redhat.com>
25795
25796 [BZ #13344]
25797 * misc/sys/cdefs.h (__THROWNL): Define.
25798 * posix/unistd.h: Use __THREADNL instead of __THREAD
25799 for memory synchronization functions.
25800
25801 2011-10-26 Roland McGrath <roland@hack.frob.com>
25802
25803 [BZ #13349]
25804 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
25805 doesn't exist.
25806 * manual/stdio.texi (Obstack Streams): Node removed.
25807
25808 2011-10-26 Andreas Schwab <schwab@redhat.com>
25809
25810 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
25811 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
25812 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
25813
25814 * math/math_private.h (math_force_eval): Allow non-addressable
25815 arguments.
25816 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
25817
25818 2011-10-25 Ulrich Drepper <drepper@gmail.com>
25819
25820 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
25821 file is not needed.
25822
25823 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
25824 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
25825 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
25826 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
25827 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
25828 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
25829 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
25830 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
25831 Add AVX variants.
25832 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
25833 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
25834 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
25835 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
25836 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
25837 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
25838 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
25839 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
25840 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
25841 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
25842 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
25843 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
25844 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
25845 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
25846 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
25847 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
25848 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
25849 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
25850 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
25851
25852 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
25853 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
25854
25855 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
25856 place. Use VEX encoding when compiling for AVX.
25857
25858 2011-10-25 Andreas Schwab <schwab@redhat.com>
25859
25860 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
25861 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25862
25863 * string/test-strchr.c (do_test): Don't generate NUL bytes.
25864
25865 2011-10-25 Ulrich Drepper <drepper@gmail.com>
25866
25867 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
25868 useless if() expression.
25869 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
25870 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
25871 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25872 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
25873 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25874 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
25875 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
25876 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25877 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25878 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
25879 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
25880 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
25881 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
25882 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
25883 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
25884 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
25885 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
25886 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
25887 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
25888
25889 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
25890
25891 2011-10-25 Andreas Schwab <schwab@redhat.com>
25892
25893 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
25894 condition.
25895 * elf/dl-fini.c (_dl_sort_fini): Likewise.
25896
25897 2011-10-25 Ulrich Drepper <drepper@gmail.com>
25898
25899 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
25900 .text section. Avoid duplicate constants.
25901 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25902 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25903 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25904 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25905 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25906 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25907 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25908 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25909 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25910 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
25911 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25912 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25913 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
25914 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
25915 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
25916 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
25917 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
25918 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25919 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25920 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25921 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25922 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25923 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25924 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
25925 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
25926 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
25927 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
25928 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
25929 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
25930 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
25931 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
25932 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
25933 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25934 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
25935 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
25936 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
25937 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
25938 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
25939 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
25940 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
25941 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
25942 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
25943 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
25944 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
25945 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
25946
25947 2011-10-24 Ulrich Drepper <drepper@gmail.com>
25948
25949 * sysdeps/x86_64/dla.h: Move to ...
25950 * sysdeps/x86_64/fpu/dla.h: ...here.
25951 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
25952 situations. Use __builtin_fma only for gcc 4.6 and up.
25953
25954 * config.make.in: Add have-mfma4 entry.
25955 * configure.in: Substitute libc_cv_cc_fma4.
25956 * math/Makefile (dbl-only-routines): Add sincostab.
25957 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
25958 Use __sincostab not sincos.
25959 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
25960 name is a macro.
25961 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25962 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25963 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25964 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
25965 using __copysign.
25966 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
25967 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
25968 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
25969 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
25970 and __inv.
25971 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
25972 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
25973 __copysign.
25974 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
25975 define aliases when function name is a macro.
25976 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
25977 sysdeps/ieee754/dbl-64/sincos.tbl.
25978 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
25979 fma4-enabled routines.
25980 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
25981 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
25982 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
25983 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
25984 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
25985 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
25986 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
25987 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
25988 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
25989 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
25990 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
25991 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
25992 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
25993 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
25994 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
25995 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
25996 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
25997 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
25998 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
25999 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
26000 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
26001 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
26002 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
26003 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
26004 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
26005 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
26006 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
26007 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
26008 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
26009 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
26010
26011 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
26012 rename.
26013 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26014 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26015 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26016 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26017 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26018 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26019 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26020 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26021
26022 2011-10-24 Andreas Schwab <schwab@redhat.com>
26023
26024 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
26025
26026 2011-10-23 Ulrich Drepper <drepper@gmail.com>
26027
26028 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
26029
26030 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
26031 prediction.
26032 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
26033
26034 * string/strnlen.c: Don't define STRNLEN, reverse logic.
26035 Remove unused variable magic_bits.
26036 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
26037
26038 * string/strnlen.c: Define and use STRNLEN macro.
26039 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
26040 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
26041 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
26042 * wcsmbs/wcslen.c: Define and use WCSLEN.
26043 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
26044 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
26045 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
26046 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
26047 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
26048 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
26049 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
26050
26051 2011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
26052
26053 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
26054 strnlen-sse2-no-bsf.
26055 Rename strlen-no-bsf to strlen-sse2-no-bsf.
26056 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
26057 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
26058 Add strnlen support.
26059 (USE_AS_STRNLEN): New macro.
26060 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
26061 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
26062 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
26063 * sysdeps/x86_64/wcslen.S: New file.
26064
26065 2011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
26066
26067 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
26068 XMM-moves are used for copying on small sizes.
26069
26070 2011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
26071
26072 * wcsmbs/Makefile (strop-tests): Add wcschr.
26073 * wcsmbs/test-wcschr.c: New file.
26074 * string/test-strchr.c: Update.
26075 Add wcschr support.
26076 (WIDE): New macro.
26077
26078 2011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
26079
26080 * wcsmbs/Makefile (strop-tests): Add wcslen.
26081 * wcsmbs/test-wcslen.c: New file.
26082 * string/test-strlen.c: Update.
26083 Add wcslen support.
26084 (WIDE): New macro.
26085
26086 2011-10-23 Ulrich Drepper <drepper@gmail.com>
26087
26088 * po/it.po: Update from translation team.
26089
26090 2011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
26091
26092 * sysdeps/x86_64/wcscmp.S: Update.
26093 Fix wrong comparison semantics.
26094 wcscmp shall use signed comparison not unsigned.
26095 Don't use substraction to avoid overflow bug.
26096 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
26097 * wcsmbc/wcscmp.c: Likewise.
26098 * string/test-strcmp.c: Likewise.
26099 Add new tests to check cases with negative values.
26100
26101 2011-10-23 Ulrich Drepper <drepper@gmail.com>
26102
26103 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
26104 * sysdeps/x86_64/dla.h: ...here. New file.
26105 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
26106 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26107 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26108 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26109 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26110 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26111 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26112 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26113 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26114
26115 2011-10-23 Andreas Schwab <schwab@linux-m68k.org>
26116
26117 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
26118 __ynl_finite aliases.
26119
26120 2011-10-22 Ulrich Drepper <drepper@gmail.com>
26121
26122 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26123
26124 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
26125 define DLA_FMA.
26126 [DLA_FMA] (EMULV): Use DLA_FMA.
26127 [DLA_FMA] (MUL12): Use EMULV.
26128 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
26129 that are not needed.
26130 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26131 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26132 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26133 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26134 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26135 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26136 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26137
26138 2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
26139
26140 * math/s_nan.c: Undef __nan.
26141 * math/s_nanf.c: Undef __nanf.
26142 * math/s_nanl.c: Undef __nanl.
26143 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
26144 "math_private.h".
26145
26146 2011-10-22 Ulrich Drepper <drepper@gmail.com>
26147
26148 * math/s_catan.c: Add branch predictions.
26149 * math/s_catanf.c: Likewise.
26150 * math/s_catanh.c: Likewise.
26151 * math/s_catanhf.c: Likewise.
26152 * math/s_catanhl.c: Likewise.
26153 * math/s_catanl.c: Likewise.
26154 * math/s_cexp.c: Likewise.
26155 * math/s_cexpf.c: Likewise.
26156 * math/s_cexpl.c: Likewise.
26157 * math/s_clog.c: Likewise.
26158 * math/s_clog10.c: Likewise.
26159 * math/s_clog10f.c: Likewise.
26160 * math/s_clog10l.c: Likewise.
26161 * math/s_clogf.c: Likewise.
26162 * math/s_clogl.c: Likewise.
26163 * math/s_csqrt.c: Likewise.
26164 * math/s_csqrtf.c: Likewise.
26165 * math/s_csqrtl.c: Likewise.
26166 * math/s_ctanf.c: Likewise.
26167 * math/s_ctanh.c: Likewise.
26168 * math/s_ctanhf.c: Likewise.
26169 * math/s_ctanhl.c: Likewise.
26170 * math/s_ctanl.c: Likewise.
26171
26172 * math/math_private.h: Define __nan, __nanf, __nanl.
26173 * math/s_cacosh.c: Include <math_private.h>.
26174 * math/s_cacoshl.c: Likewise.
26175 * math/s_casinh.c: Likewise.
26176 * math/s_casinhf.c: Likewise.
26177 * math/s_casinhl.c: Likewise.
26178 * math/s_ccos.c: Rely entire on ccosh.
26179 * math/s_ccosf.c: Rely entire on ccoshf.
26180 * math/s_ccosl.c: Rely entirely on ccoshl.
26181 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
26182 Remove tests for FE_INVALID.
26183 * math/s_ccoshf.c: Likewise.
26184 * math/s_ccoshl.c: Likewise.
26185 * math/s_csin.c: Likewise.
26186 * math/s_csinf.c: Likewise.
26187 * math/s_csinh.c Likewise.
26188 * math/s_csinhf.c: Likewise.
26189 * math/s_csinhl.c: Likewise.
26190 * math/s_csinl.c: Likewise.
26191 * math/s_ctan.c: Likewise.
26192 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
26193 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
26194 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
26195
26196 2011-10-21 Ulrich Drepper <drepper@gmail.com>
26197
26198 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
26199 compilation problems.
26200
26201 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
26202 __builtin_expect.
26203
26204 2011-10-20 Ulrich Drepper <drepper@gmail.com>
26205
26206 * sysdeps/i386/configure.in: Test for -mfma4 option.
26207 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
26208 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
26209 COMMON_CPUID_INDEX_80000001.
26210 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
26211 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
26212 use it if FMA3 is not supported.
26213 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
26214
26215 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
26216 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
26217
26218 2011-10-20 Andreas Schwab <schwab@redhat.com>
26219
26220 [BZ #12892]
26221 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
26222 it would create a cycle with a link time dependency.
26223
26224 2011-10-19 Ulrich Drepper <drepper@gmail.com>
26225
26226 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
26227 instruction.
26228 * string/Makefile (strop-tests): Add rawmemchr.
26229 * string/test-rawmemchr.c: New file.
26230
26231 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
26232 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
26233 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
26234 when compiling str{,n}casecmp and when AVX is available. Hook up
26235 new optimized code in initializers.
26236
26237 2011-10-19 Andreas Schwab <schwab@redhat.com>
26238
26239 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
26240 __feraiseexcept instead of feraiseexcept.
26241
26242 2011-10-18 Ulrich Drepper <drepper@gmail.com>
26243
26244 * math/math_private.h: Define defaults for libc_fetestexcept and
26245 libc_feupdateenv.
26246 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
26247 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
26248 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
26249 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
26250 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
26251 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
26252 libc_fetestexcept and libc_feupdateenv.
26253
26254 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
26255 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
26256 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
26257 * sysdeps/x86_64/fpu/math_private.h: Define special version of
26258 libc_feholdexcept_setround.
26259
26260 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
26261 Add s_nearbyint-c and s_nearbyintf-c.
26262 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
26263 nearbyintf inlines.
26264 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
26265 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
26266 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
26267 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
26268
26269 * math/math_private.h: Define defaults for libc_fegetround,
26270 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
26271 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
26272 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
26273 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
26274 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
26275 standard functions.
26276 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
26277 Remove comments and hacks for old compiler versions.
26278 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
26279 libc_fegetround, libc_fesetround, libc_feholdexcept, and
26280 libc_feholdexceptl.
26281
26282 2011-10-18 Andreas Schwab <schwab@redhat.com>
26283
26284 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
26285 (__feraiseexcept_renamed): Add __NTH.
26286 (feraiseexcept): Add __NTH. Rename local variables to fix
26287 namespace violations.
26288
26289 2011-10-17 Ulrich Drepper <drepper@gmail.com>
26290
26291 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
26292
26293 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
26294
26295 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
26296 recently added interfaces.
26297 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
26298
26299 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
26300 about macro parameter expansion.
26301
26302 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
26303 __NO_MATH_INLINES is defined. Cleanups.
26304
26305 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
26306 and __floorf is target has SSE4.1.
26307 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
26308 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
26309 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
26310 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
26311
26312 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
26313 name.
26314 (floorf): Likewise.
26315
26316 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
26317
26318 2011-10-17 Andreas Schwab <schwab@redhat.com>
26319
26320 * misc/sys/cdefs.h: Fix last change.
26321
26322 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
26323 database lookup.
26324
26325 2011-10-16 Ulrich Drepper <drepper@gmail.com>
26326
26327 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
26328
26329 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
26330 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
26331 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
26332 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
26333 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26334 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
26335 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
26336 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
26337 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
26338 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
26339 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
26340 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
26341 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
26342 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
26343 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
26344 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
26345 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
26346 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
26347 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
26348 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
26349 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
26350 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
26351
26352 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
26353 ceil, ceilf, floor, floorf.
26354
26355 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
26356 Perform IRELATIVE relocations last.
26357
26358 * elf/do-rel.h: Add another parameter nrelative, replacing the
26359 local variable with the same name. Change name of the function
26360 to end in Rel or Rela (uppercase).
26361 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
26362 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
26363 elf_dynamic_do_##reloc function.
26364
26365 2011-10-15 Ulrich Drepper <drepper@gmail.com>
26366
26367 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
26368 is sufficient, at least on modern CPUs.
26369
26370 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
26371
26372 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
26373 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
26374
26375 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
26376 __expl_finite.
26377 * math/bits/math-finite.h: Add entries for exp.
26378 * math/e_expl.c: Add __*_finite alias.
26379 * sysdeps/i386/fpu/e_exp.S: Likewise.
26380 * sysdeps/i386/fpu/e_expf.S: Likewise.
26381 * sysdeps/i386/fpu/e_expl.c: Likewise.
26382 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26383 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
26384 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26385 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26386 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
26387 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
26388 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
26389
26390 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
26391 is sufficient, at least on modern CPUs.
26392
26393 * ctype/ctype-info.c (__ctype_init): Define.
26394 * include/ctype.h (__ctype_init): Declare.
26395 (__ctype_b_loc): The variable is always initialized.
26396 (__ctype_toupper_loc): Likewise.
26397 (__ctype_tolower_loc): Likewise.
26398 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
26399 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
26400
26401 2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
26402
26403 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
26404
26405 * configure.in: Also look in $cxxmachine/include for C++ system
26406 headers.
26407
26408 2011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
26409
26410 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
26411 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
26412 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
26413 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
26414 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
26415 (USE_AS_WMEMCMP): New macro.
26416 Fixing indents.
26417 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
26418 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
26419 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
26420 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
26421 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
26422 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
26423 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
26424 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
26425 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
26426 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
26427 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
26428 (USE_AS_WMEMCMP): New macro.
26429 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
26430 * sysdeps/string/test-memcmp.c: Update.
26431 Fix simple_wmemcmp.
26432 Add new tests.
26433 * wcsmbs/wmemcmp.c: Update.
26434 (WMEMCMP): New macro.
26435 Fix overflow bug.
26436
26437 2011-10-12 Andreas Jaeger <aj@suse.de>
26438
26439 [BZ #13268]
26440 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
26441
26442 2011-10-15 Ulrich Drepper <drepper@gmail.com>
26443
26444 * libio/iofwide.c (do_length): Avoid warning.
26445
26446 * ctype/ctype.h (__isctype_f): Add missing __THROW.
26447
26448 2011-10-14 Ulrich Drepper <drepper@gmail.com>
26449
26450 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
26451
26452 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
26453 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
26454 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
26455 * sysdeps/i386/i686/fpu/e_log.S: New file.
26456 * sysdeps/i386/i686/fpu/e_logf.S: New file.
26457 * sysdeps/i386/i686/fpu/e_logl.S: New file.
26458
26459 * ctype/ctype.h: Add support for inlined isXXX functions when
26460 compiling C++ code.
26461
26462 2011-10-14 Andreas Schwab <schwab@redhat.com>
26463
26464 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
26465
26466 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
26467
26468 2011-10-13 Roland McGrath <roland@hack.frob.com>
26469
26470 [BZ #13291]
26471 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
26472
26473 2011-10-13 Andreas Schwab <schwab@redhat.com>
26474
26475 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
26476 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
26477 feraiseexcept.
26478
26479 * sysdeps/x86_64/memrchr.S: Check for zero size.
26480
26481 * string/stratcliff.c: Add memrchr tests.
26482
26483 2011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
26484
26485 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
26486 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
26487 rawmemchr-sse2 rawmemchr-sse2-bsf.
26488 * sysdeps/i386/i686/multiarch/memchr.S: New file.
26489 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
26490 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
26491 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
26492 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
26493 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
26494 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
26495 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
26496 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
26497 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
26498 * string/memrchr.c (MEMRCHR): New macro.
26499
26500 2011-10-12 Ulrich Drepper <drepper@gmail.com>
26501
26502 Add integration with gcc's -ffinite-math-only and optimize wrapper
26503 functions in libm.
26504 * Versions.def: Define GLIBC_2.15 version for libm.
26505 * math/Makefile (headers): Add bits/math-finite.h.
26506 * math/bits/math-finite.h: New file.
26507 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
26508 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
26509 * math/e_acoshl.c: Add __*_finite alias.
26510 * math/e_acosl.c: Likewise.
26511 * math/e_asinl.c: Likewise.
26512 * math/e_atan2l.c: Likewise.
26513 * math/e_atanhl.c: Likewise.
26514 * math/e_coshl.c: Likewise.
26515 * math/e_exp10.c: Likewise.
26516 * math/e_exp10f.c: Likewise.
26517 * math/e_exp10l.c: Likewise.
26518 * math/e_exp2l.c: Likewise.
26519 * math/e_fmodl.c: Likewise.
26520 * math/e_gammal_r.c: Likewise.
26521 * math/e_hypotl.c: Likewise.
26522 * math/e_j0l.c: Likewise.
26523 * math/e_j1l.c: Likewise.
26524 * math/e_jnl.c: Likewise.
26525 * math/e_lgammal_r.c: Likewise.
26526 * math/e_log10l.c: Likewise.
26527 * math/e_log2l.c: Likewise.
26528 * math/e_logl.c: Likewise.
26529 * math/e_powl.c: Likewise.
26530 * math/e_sinhl.c: Likewise.
26531 * math/e_sqrtl.c: Likewise.
26532 * math/e_scalb.c: Completely rewritten and optimized.
26533 * math/e_scalbf.c: Likewise.
26534 * math/e_scalbl.c: Likewise.
26535 * math/w_acos.c: Likewise.
26536 * math/w_acosf.c: Likewise.
26537 * math/w_acosl.c: Likewise.
26538 * math/w_acosh.c: Likewise.
26539 * math/w_acoshf.c: Likewise.
26540 * math/w_acoshl.c: Likewise.
26541 * math/w_asin.c: Likewise.
26542 * math/w_asinf.c: Likewise.
26543 * math/w_asinl.c: Likewise.
26544 * math/w_atan2.c: Likewise.
26545 * math/w_atan2f.c: Likewise.
26546 * math/w_atan2l.c: Likewise.
26547 * math/w_atanh.c: Likewise.
26548 * math/w_atanhf.c: Likewise.
26549 * math/w_atanhl.c: Likewise.
26550 * math/w_exp10.c: Likewise.
26551 * math/w_exp10f.c: Likewise.
26552 * math/w_exp10l.c: Likewise.
26553 * math/w_fmod.c: Likewise.
26554 * math/w_fmodf.c: Likewise.
26555 * math/w_fmodl.c: Likewise.
26556 * math/w_j0.c: Likewise.
26557 * math/w_j0f.c: Likewise.
26558 * math/w_j0l.c: Likewise.
26559 * math/w_j1.c: Likewise.
26560 * math/w_j1f.c: Likewise.
26561 * math/w_j1l.c: Likewise.
26562 * math/w_jn.c: Likewise.
26563 * math/w_jnf.c: Likewise.
26564 * math/w_log.c: Likewise.
26565 * math/w_logf.c: Likewise.
26566 * math/w_logl.c: Likewise.
26567 * math/w_log10.c: Likewise.
26568 * math/w_log10f.c: Likewise.
26569 * math/w_log10l.c: Likewise.
26570 * math/w_log2.c: Likewise.
26571 * math/w_log2f.c: Likewise.
26572 * math/w_log2l.c: Likewise.
26573 * math/w_pow.c: Likewise.
26574 * math/w_powf.c: Likewise.
26575 * math/w_powl.c: Likewise.
26576 * math/w_remainder.c: Likewise.
26577 * math/w_remainderf.c: Likewise.
26578 * math/w_remainderl.c: Likewise.
26579 * math/w_scalb.c: Likewise.
26580 * math/w_scalbf.c: Likewise.
26581 * math/w_scalbl.c: Likewise.
26582 * math/w_sqrt.c: Likewise.
26583 * math/w_sqrtf.c: Likewise.
26584 * math/w_sqrtl.c: Likewise.
26585 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
26586 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
26587 used.
26588 * math/math_private.h: Declare __kernel_standard_f.
26589 * math/w_cosh.c: Remove cruft and optimize a bit.
26590 * math/w_coshf.c: Likewise.
26591 * math/w_coshl.c: Likewise.
26592 * math/w_exp2.c: Likewise.
26593 * math/w_exp2f.c: Likewise.
26594 * math/w_exp2l.c: Likewise.
26595 * math/w_hypot.c: Likewise.
26596 * math/w_hypotf.c: Likewise.
26597 * math/w_hypotl.c: Likewise.
26598 * math/w_lgamma.c: Likewise.
26599 * math/w_lgamma_r.c: Likewise.
26600 * math/w_lgammaf.c: Likewise.
26601 * math/w_lgammaf_r.c: Likewise.
26602 * math/w_lgammal.c: Likewise.
26603 * math/w_lgammal_r.c: Likewise.
26604 * math/w_sinh.c: Likewise.
26605 * math/w_sinhf.c: Likewise.
26606 * math/w_sinhl.c: Likewise.
26607 * math/w_tgamma.c: Likewise.
26608 * math/w_tgammaf.c: Likewise.
26609 * math/w_tgammal.c: Likewise.
26610 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
26611 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
26612 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
26613 Minor optimizations. Pretty printing. Remove cruft.
26614 * sysdeps/i386/fpu/e_acosf.S: Likewise.
26615 * sysdeps/i386/fpu/e_acosh.S: Likewise.
26616 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
26617 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
26618 * sysdeps/i386/fpu/e_acosl.c: Likewise.
26619 * sysdeps/i386/fpu/e_asin.S: Likewise.
26620 * sysdeps/i386/fpu/e_asinf.S: Likewise.
26621 * sysdeps/i386/fpu/e_atan2.S: Likewise.
26622 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
26623 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
26624 * sysdeps/i386/fpu/e_atanh.S: Likewise.
26625 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
26626 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
26627 * sysdeps/i386/fpu/e_exp10.S: Likewise.
26628 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
26629 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
26630 * sysdeps/i386/fpu/e_exp2.S: Likewise.
26631 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
26632 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
26633 * sysdeps/i386/fpu/e_fmod.S: Likewise.
26634 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
26635 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
26636 * sysdeps/i386/fpu/e_hypot.S: Likewise.
26637 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
26638 * sysdeps/i386/fpu/e_log.S: Likewise.
26639 * sysdeps/i386/fpu/e_log10.S: Likewise.
26640 * sysdeps/i386/fpu/e_log10f.S: Likewise.
26641 * sysdeps/i386/fpu/e_log10l.S: Likewise.
26642 * sysdeps/i386/fpu/e_log2.S: Likewise.
26643 * sysdeps/i386/fpu/e_log2f.S: Likewise.
26644 * sysdeps/i386/fpu/e_log2l.S: Likewise.
26645 * sysdeps/i386/fpu/e_logf.S: Likewise.
26646 * sysdeps/i386/fpu/e_logl.S: Likewise.
26647 * sysdeps/i386/fpu/e_pow.S: Likewise.
26648 * sysdeps/i386/fpu/e_powf.S: Likewise.
26649 * sysdeps/i386/fpu/e_powl.S: Likewise.
26650 * sysdeps/i386/fpu/e_remainder.S: Likewise.
26651 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
26652 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
26653 * sysdeps/i386/fpu/e_scalb.S: Likewise.
26654 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
26655 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
26656 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
26657 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
26658 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
26659 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
26660 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26661 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26662 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
26663 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
26664 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
26665 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
26666 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
26667 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
26668 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26669 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
26670 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
26671 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26672 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
26673 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
26674 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26675 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26676 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
26677 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26678 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26679 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
26680 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
26681 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
26682 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
26683 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
26684 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
26685 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
26686 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
26687 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
26688 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
26689 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
26690 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
26691 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
26692 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
26693 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
26694 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
26695 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
26696 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
26697 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
26698 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
26699 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
26700 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
26701 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
26702 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
26703 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
26704 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
26705 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
26706 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
26707 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
26708 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
26709 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
26710 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
26711 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
26712 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
26713 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
26714 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
26715 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
26716 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
26717 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
26718 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
26719 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
26720 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
26721 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
26722 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
26723 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
26724 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
26725 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
26726 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
26727 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
26728 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
26729 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
26730 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
26731 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
26732 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
26733 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
26734 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
26735 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26736 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
26737 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
26738 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
26739 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
26740 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
26741 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
26742 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
26743 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
26744 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
26745 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
26746 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
26747 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
26748 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
26749 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
26750 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26751 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26752 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26753 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26754 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
26755 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
26756 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
26757 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
26758 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
26759 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
26760 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
26761 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
26762 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
26763 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
26764 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
26765 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
26766 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
26767 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
26768 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
26769 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
26770 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
26771 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
26772 (__isnanf): Likewise.
26773 (__isinf_ns): Likewise.
26774 (__isinf_nsf): Likewise.
26775 (__finite): Likewise.
26776 (__finitef): Likewise.
26777 (__ieee754_sqrt): Define as macro.
26778 (__ieee754_sqrtf): Define as macro.
26779 (__ieee754_sqrtl): Define as macro.
26780 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
26781 inlined copy.
26782 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
26783 __FINITE_MATH_ONLY__ consistent.
26784 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
26785
26786 2011-10-10 Andreas Schwab <schwab@linux-m68k.org>
26787
26788 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
26789 of rawmemchr.
26790
26791 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
26792
26793 2011-10-09 Ulrich Drepper <drepper@gmail.com>
26794
26795 * po/ja.po: Update from translation team.
26796
26797 2011-10-08 Roland McGrath <roland@hack.frob.com>
26798
26799 * locale/programs/locarchive.c (prepare_address_space): New function.
26800 (create_archive, enlarge_archive, open_archive): Use it.
26801
26802 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
26803 inside [SHARED], where it is used.
26804
26805 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
26806
26807 * nss/getent.c (netgroup_keys): Remove unused variable.
26808 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
26809
26810 2011-10-08 Ulrich Drepper <drepper@gmail.com>
26811
26812 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
26813 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
26814 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
26815 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
26816 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
26817 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
26818 * math/Makefile (libm-calls): Add s_isinf_ns.
26819 * math/divtc3.c: Use __isinf_nsl instead of isinf.
26820 * math/multc3.c: Likewise.
26821 * math/s_casin.c: Likewise.
26822 * math/s_casinf.c: Likewise.
26823 * math/s_casinl.c: Likewise.
26824 * math/s_ccos.c: Likewise.
26825 * math/s_ccosf.c: Likewise.
26826 * math/s_ccosl.c: Likewise.
26827 * math/s_ctan.c: Likewise.
26828 * math/s_ctanf.c: Likewise.
26829 * math/s_ctanh.c: Likewise.
26830 * math/s_ctanhf.c: Likewise.
26831 * math/s_ctanhl.c: Likewise.
26832 * math/s_ctanl.c: Likewise.
26833 * math/w_fmod.c: Likewise.
26834 * math/w_fmodf.c: Likewise.
26835 * math/w_fmodl.c: Likewise.
26836 * math/w_remainder.c: Likewise.
26837 * math/w_remainderf.c: Likewise.
26838 * math/w_remainderl.c: Likewise.
26839 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
26840 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
26841 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
26842 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
26843 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
26844 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
26845 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
26846 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
26847
26848 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
26849 of the number.
26850 * stdio-common/printf_fphex.c: Likewise.
26851 * stdio-common/printf_size.c: Likewise.
26852
26853 * math/e_exp10.c: Include math_private.h using <...> not "...".
26854 * math/e_exp10f.c: Likewise.
26855 * math/e_exp10l.c: Likewise.
26856 * math/e_exp2l.c: Likewise.
26857 * math/e_j0l.c: Likewise.
26858 * math/e_j1l.c: Likewise.
26859 * math/e_jnl.c: Likewise.
26860 * math/e_lgammal_r.c: Likewise.
26861 * math/e_rem_pio2l.c: Likewise.
26862 * math/e_scalb.c: Likewise.
26863 * math/e_scalbf.c: Likewise.
26864 * math/e_scalbl.c: Likewise.
26865 * math/k_cosl.c: Likewise.
26866 * math/k_sinl.c: Likewise.
26867 * math/k_tanl.c: Likewise.
26868 * math/s_cacoshf.c: Likewise.
26869 * math/s_catan.c: Likewise.
26870 * math/s_catanf.c: Likewise.
26871 * math/s_catanh.c: Likewise.
26872 * math/s_catanhf.c: Likewise.
26873 * math/s_catanhl.c: Likewise.
26874 * math/s_catanl.c: Likewise.
26875 * math/s_ccosh.c: Likewise.
26876 * math/s_ccoshf.c: Likewise.
26877 * math/s_ccoshl.c: Likewise.
26878 * math/s_cexp.c: Likewise.
26879 * math/s_cexpf.c: Likewise.
26880 * math/s_cexpl.c: Likewise.
26881 * math/s_clog.c: Likewise.
26882 * math/s_clog10.c: Likewise.
26883 * math/s_clog10f.c: Likewise.
26884 * math/s_clog10l.c: Likewise.
26885 * math/s_clogf.c: Likewise.
26886 * math/s_clogl.c: Likewise.
26887 * math/s_csin.c: Likewise.
26888 * math/s_csinf.c: Likewise.
26889 * math/s_csinh.c: Likewise.
26890 * math/s_csinhf.c: Likewise.
26891 * math/s_csinhl.c: Likewise.
26892 * math/s_csinl.c: Likewise.
26893 * math/s_csqrt.c: Likewise.
26894 * math/s_csqrtf.c: Likewise.
26895 * math/s_csqrtl.c: Likewise.
26896 * math/s_ctan.c: Likewise.
26897 * math/s_ctanf.c: Likewise.
26898 * math/s_ctanh.c: Likewise.
26899 * math/s_ctanhf.c: Likewise.
26900 * math/s_ctanhl.c: Likewise.
26901 * math/s_ctanl.c: Likewise.
26902 * math/s_ldexp.c: Likewise.
26903 * math/s_ldexpf.c: Likewise.
26904 * math/s_ldexpl.c: Likewise.
26905 * math/s_significand.c: Likewise.
26906 * math/s_significandf.c: Likewise.
26907 * math/s_significandl.c: Likewise.
26908 * math/w_acos.c: Likewise.
26909 * math/w_acosf.c: Likewise.
26910 * math/w_acosh.c: Likewise.
26911 * math/w_acoshf.c: Likewise.
26912 * math/w_acoshl.c: Likewise.
26913 * math/w_acosl.c: Likewise.
26914 * math/w_asin.c: Likewise.
26915 * math/w_asinf.c: Likewise.
26916 * math/w_asinl.c: Likewise.
26917 * math/w_atan2.c: Likewise.
26918 * math/w_atan2f.c: Likewise.
26919 * math/w_atan2l.c: Likewise.
26920 * math/w_atanh.c: Likewise.
26921 * math/w_atanhf.c: Likewise.
26922 * math/w_atanhl.c: Likewise.
26923 * math/w_cosh.c: Likewise.
26924 * math/w_coshf.c: Likewise.
26925 * math/w_coshl.c: Likewise.
26926 * math/w_dremf.c: Likewise.
26927 * math/w_exp10.c: Likewise.
26928 * math/w_exp10f.c: Likewise.
26929 * math/w_exp10l.c: Likewise.
26930 * math/w_exp2.c: Likewise.
26931 * math/w_exp2f.c: Likewise.
26932 * math/w_fmod.c: Likewise.
26933 * math/w_fmodf.c: Likewise.
26934 * math/w_fmodl.c: Likewise.
26935 * math/w_hypot.c: Likewise.
26936 * math/w_hypotf.c: Likewise.
26937 * math/w_hypotl.c: Likewise.
26938 * math/w_j0.c: Likewise.
26939 * math/w_j0f.c: Likewise.
26940 * math/w_j0l.c: Likewise.
26941 * math/w_j1.c: Likewise.
26942 * math/w_j1f.c: Likewise.
26943 * math/w_j1l.c: Likewise.
26944 * math/w_jn.c: Likewise.
26945 * math/w_jnf.c: Likewise.
26946 * math/w_jnl.c: Likewise.
26947 * math/w_lgamma.c: Likewise.
26948 * math/w_lgamma_r.c: Likewise.
26949 * math/w_lgammaf.c: Likewise.
26950 * math/w_lgammaf_r.c: Likewise.
26951 * math/w_lgammal.c: Likewise.
26952 * math/w_lgammal_r.c: Likewise.
26953 * math/w_log.c: Likewise.
26954 * math/w_log10.c: Likewise.
26955 * math/w_log10f.c: Likewise.
26956 * math/w_log10l.c: Likewise.
26957 * math/w_log2.c: Likewise.
26958 * math/w_log2f.c: Likewise.
26959 * math/w_log2l.c: Likewise.
26960 * math/w_logf.c: Likewise.
26961 * math/w_logl.c: Likewise.
26962 * math/w_pow.c: Likewise.
26963 * math/w_powf.c: Likewise.
26964 * math/w_powl.c: Likewise.
26965 * math/w_remainder.c: Likewise.
26966 * math/w_remainderf.c: Likewise.
26967 * math/w_remainderl.c: Likewise.
26968 * math/w_scalb.c: Likewise.
26969 * math/w_scalbf.c: Likewise.
26970 * math/w_scalbl.c: Likewise.
26971 * math/w_sinh.c: Likewise.
26972 * math/w_sinhf.c: Likewise.
26973 * math/w_sinhl.c: Likewise.
26974 * math/w_sqrt.c: Likewise.
26975 * math/w_sqrtf.c: Likewise.
26976 * math/w_sqrtl.c: Likewise.
26977 * math/w_tgamma.c: Likewise.
26978 * math/w_tgammaf.c: Likewise.
26979 * math/w_tgammal.c: Likewise.
26980
26981 * po/ja.po: Update from translation team.
26982
26983 2011-09-29 Andreas Jaeger <aj@suse.de>
26984
26985 [BZ #13179]
26986 * sunrpc/netname.c (netname2host): Fix logic.
26987
26988 [BZ #6779]
26989 [BZ #6783]
26990 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
26991 correctly.
26992 * math/w_remainder.c (__remainder): Likewise.
26993 * math/w_remainderf.c (__remainderf): Likewise.
26994 * math/libm-test.inc (remainder_test): Add test cases.
26995
26996 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26997
26998 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
26999 sdiv_qrnnd.
27000
27001 2011-10-07 Ulrich Drepper <drepper@gmail.com>
27002
27003 * string/test-memcmp.c: Avoid unncessary #defines.
27004 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
27005
27006 2011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
27007
27008 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
27009 Use new sse2 version for core i3 - i7 as it's faster
27010 than sse42 version.
27011 (bit_Prefer_PMINUB_for_stringop): New.
27012 * sysdeps/x86_64/rawmemchr.S: Update.
27013 Replace with faster SSE2 version.
27014 * sysdeps/x86_64/memrchr.S: New file.
27015 * sysdeps/x86_64/memchr.S: Update.
27016 Replace with faster SSE2 version.
27017
27018 2011-09-12 Marek Polacek <mpolacek@redhat.com>
27019
27020 * elf/dl-load.c (lose): Add cast to avoid warning.
27021
27022 2011-10-07 Ulrich Drepper <drepper@gmail.com>
27023
27024 * po/ca.po: Update from translation team.
27025
27026 * inet/getnetgrent_r.c: Hook up nscd.
27027 * nscd/Makefile (routines): Add nscd_netgroup.
27028 (nscd-modules): Add netgroupcache.
27029 (CFLAGS-netgroupcache.c): Define.
27030 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
27031 (cache_search): Add const to second parameter.
27032 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
27033 INNETGR.
27034 (dbs): Add netgrdb entry.
27035 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
27036 (verify_persistent_db): Handle netgrdb.
27037 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
27038 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
27039 GETFDNETGR.
27040 (netgroup_response_header): Define.
27041 (innetgroup_response_header): Define.
27042 (datahead): Add netgroup_response_header and innetgroup_response_header
27043 elements.
27044 * nscd/nscd.conf: Add entries for netgroup cache.
27045 * nscd/nscd.h (dbtype): Add netgrdb.
27046 (_PATH_NSCD_NETGROUP_DB): Define.
27047 (netgroup_iov_disabled): Declare.
27048 (xmalloc, xcalloc, xrealloc): Move declarations here.
27049 (cache_search): Adjust prototype.
27050 Add netgroup-related prototypes.
27051 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
27052 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
27053 (__nscd_innetgr): Declare.
27054 * nscd/selinux.c (perms): Use access_vector_t as element type and
27055 add netgroup-related initializers.
27056 * nscd/netgroupcache.c: New file.
27057 * nscd/nscd_netgroup.c: New file.
27058 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
27059 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
27060 For four parameters use innetgr.
27061 * nss/nss_files/files-init.c: Add definition and callback for netgr.
27062 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
27063 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
27064 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
27065
27066 * nscd/connections.c (register_traced_file): Don't register file
27067 for disabled databases.
27068
27069 2011-10-06 Ulrich Drepper <drepper@gmail.com>
27070
27071 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
27072
27073 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
27074 from tree and freeing node.
27075
27076 2011-09-25 Jiri Olsa <jolsa@redhat.com>
27077
27078 * nss/nsswitch.c (__nss_database_lookup): Handle
27079 nss_parse_service_list out of memory case.
27080
27081 2011-09-15 Jiri Olsa <jolsa@redhat.com>
27082
27083 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
27084 out of memory case.
27085
27086 2011-10-04 Andreas Schwab <schwab@redhat.com>
27087
27088 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
27089 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
27090 pass it down.
27091 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
27092 elf_machine_rela, elf_machine_lazy_rel.
27093 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
27094 (ELF_DYNAMIC_DO_REL): Likewise.
27095 (ELF_DYNAMIC_DO_RELA): Likewise.
27096 (ELF_DYNAMIC_RELOCATE): Likewise.
27097 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
27098 to ELF_DYNAMIC_DO_REL.
27099 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
27100 (dl_main): In trace mode always set __RTLD_NOIFUNC.
27101 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
27102 elf_machine_rela.
27103 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
27104 skip_ifunc, don't call ifunc function if non-zero.
27105 (elf_machine_rela): Likewise.
27106 (elf_machine_lazy_rel): Likewise.
27107 (elf_machine_lazy_rela): Likewise.
27108 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
27109 (elf_machine_lazy_rel): Likewise.
27110 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
27111 Likewise.
27112 (elf_machine_lazy_rel): Likewise.
27113 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27114 Likewise.
27115 (elf_machine_lazy_rel): Likewise.
27116 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
27117 (elf_machine_lazy_rel): Likewise.
27118 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
27119 (elf_machine_lazy_rel): Likewise.
27120 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27121 (elf_machine_lazy_rel): Likewise.
27122 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
27123 (elf_machine_lazy_rel): Likewise.
27124 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
27125 (elf_machine_lazy_rel): Likewise.
27126 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27127 (elf_machine_lazy_rel): Likewise.
27128
27129 2011-09-28 Ulrich Drepper <drepper@gmail.com>
27130
27131 * nss/nss_files/files-init.c (_nss_files_init): Use static
27132 initialization for all the *_traced_file variables.
27133
27134 2011-09-28 Andreas Schwab <schwab@redhat.com>
27135
27136 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27137
27138 2011-09-27 Roland McGrath <roland@hack.frob.com>
27139
27140 [BZ #13226]
27141 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
27142
27143 2011-09-27 Andreas Schwab <schwab@redhat.com>
27144
27145 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
27146 Reread the line before reparsing it.
27147
27148 2011-09-26 Andreas Schwab <schwab@redhat.com>
27149
27150 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
27151
27152 2011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
27153 Maxim Kuvyrkov <maxim@codesourcery.com>
27154 Joseph Myers <joseph@codesourcery.com>
27155
27156 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
27157 if needed for __stack_chk_guard.
27158
27159 2011-09-19 Roland McGrath <roland@hack.frob.com>
27160
27161 * sysdeps/posix/spawni.c (script_execute): Always define it.
27162 It will be optimized away if unused.
27163 (maybe_script_execute): New function.
27164 (__spawni): Call it.
27165
27166 * Makerules: Don't include tls.make.
27167 (config-tls): Always set to thread.
27168 * tls.make.c: File removed.
27169
27170 2011-09-19 Mike Frysinger <vapier@gentoo.org>
27171
27172 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
27173 * config.make.in (CPPFLAGS-config): New substituted variable.
27174
27175 2011-09-15 Ulrich Drepper <drepper@gmail.com>
27176
27177 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
27178
27179 [BZ #13192]
27180 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
27181 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
27182
27183 2011-09-15 Roland McGrath <roland@hack.frob.com>
27184
27185 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
27186 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
27187 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
27188 (CALL_FAIL): Likewise.
27189 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
27190 (CALL_FAIL): Macro removed.
27191 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
27192
27193 2011-09-15 Ulrich Drepper <drepper@gmail.com>
27194
27195 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
27196 for __FINITE_MATH_ONLY__ == 1.
27197
27198 2011-09-15 Andreas Schwab <schwab@redhat.com>
27199
27200 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
27201 __ieee754_sqrt instead of sqrt.
27202 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
27203 __ieee754_sqrtf instead of sqrtf.
27204 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
27205 __floorf instead of floorf.
27206 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
27207 __floorf, __truncf instead of floorf, truncf.
27208
27209 2011-09-14 Ulrich Drepper <drepper@gmail.com>
27210
27211 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
27212
27213 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
27214 __extern_always_inline.
27215 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
27216 32-bit.
27217
27218 2011-09-14 Andreas Schwab <schwab@redhat.com>
27219
27220 * elf/rtld.c (dl_main): Also relocate in dependency order when
27221 doing symbol dependency testing.
27222
27223 2011-09-13 Andreas Schwab <schwab@linux-m68k.org>
27224
27225 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27226 Always define `refsym'.
27227
27228 2011-09-13 Andreas Schwab <schwab@redhat.com>
27229
27230 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
27231 (__FD_ELT): Renamed from __FDELT.
27232 * misc/bits/select2.h (__FD_ELT): Likewise.
27233 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
27234 __FD_MASK instead of __FDELT, __FDMASK.
27235 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
27236 Likewise.
27237 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
27238 Likewise.
27239
27240 * elf/Makefile (gen-ldd): Fix pattern.
27241
27242 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
27243 (init_tls): Likewise.
27244
27245 2011-09-12 Ulrich Drepper <drepper@gmail.com>
27246
27247 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
27248
27249 2011-09-12 Andreas Schwab <schwab@redhat.com>
27250
27251 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
27252 `struct cmsghdr *' instead of `void *'.
27253 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
27254 Likewise.
27255
27256 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
27257
27258 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
27259 if non-absolute.
27260 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
27261 ldd_rewrite_script.
27262
27263 2011-09-11 Ulrich Drepper <drepper@gmail.com>
27264
27265 * configure.in: Remove --with-tls option.
27266 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
27267 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
27268 out in case it is missing.
27269 * sysdeps/ia64/elf/configure.in: Likewise.
27270 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
27271 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
27272 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
27273 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
27274 * sysdeps/sh/elf/configure.in: Likewise.
27275 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
27276 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
27277 * sysdeps/x86_64/elf/configure.in: Likewise.
27278 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
27279 * sysdeps/mach/hurd/tls.h: Likewise.
27280
27281 [BZ #13067]
27282 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
27283
27284 [BZ #13090]
27285 * configure.in: Fix use of AC_INIT.
27286
27287 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
27288
27289 2011-09-10 Ulrich Drepper <drepper@gmail.com>
27290
27291 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
27292 __set_errno.
27293 * malloc/hooks.c: Likewise.
27294
27295 [BZ #11929]
27296 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
27297 variables statically.
27298 (narenas): Initialize.
27299 (list_lock): Initialize.
27300 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
27301 initializtion of main_arena and list_lock. Small cleanups.
27302 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
27303 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
27304 Add initializers to main_arena and mp_.
27305 (malloc_state): Remove pagesize member. Change all users to use
27306 GLRO(dl_pagesize).
27307
27308 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
27309 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
27310 is always initialized.
27311
27312 * malloc/malloc.c: Removed unused configurations and dead code.
27313 * malloc/arena.c: Likewise.
27314 * malloc/hooks.c: Likewise.
27315 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
27316
27317 * include/tls.h: Removed. USE___THREAD must always be defined.
27318 * bits/libc-tsd.h: Don't handle !USE___THREAD.
27319 * elf/dl-libc.c: Likewise.
27320 * elf/dl-tsd.c: Likewise.
27321 * include/errno.h: Likewise.
27322 * include/netdb.h: Likewise.
27323 * include/resolv.h: Likewise.
27324 * inet/herrno-loc.c: Likewise.
27325 * inet/herrno.c: Likewise.
27326 * malloc/arena.c: Likewise.
27327 * malloc/hooks.c: Likewise.
27328 * malloc/malloc.c: Likewise.
27329 * resolv/res-state.c: Likewise.
27330 * resolv/res_libc.c: Likewise.
27331 * sysdeps/i386/dl-machine.h: Likewise.
27332 * sysdeps/ia64/dl-machine.h: Likewise.
27333 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
27334 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27335 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
27336 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
27337 * sysdeps/sh/dl-machine.h: Likewise.
27338 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
27339 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
27340 * sysdeps/unix/i386/sysdep.S: Likewise.
27341 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
27342 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
27343 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
27344 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
27345 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
27346 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
27347 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
27348 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
27349 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
27350 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
27351 * sysdeps/unix/x86_64/sysdep.S: Likewise.
27352 * sysdeps/x86_64/dl-machine.h: Likewise.
27353 * tls.make.c: Likewise.
27354
27355 * configure.in: Remove --with-__thread option. Make tests for
27356 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
27357 tls_model attribute fail if no support is available. Remove
27358 USE_IN_LIBIO.
27359 * Makeconfig: Adjust for dropped configure option. All features are
27360 now mandatory.
27361 * Makerules: Likewise.
27362 * Versions.def: Likewise.
27363 * argp/argp-fmtstream.c: Likewise.
27364 * argp/argp-fmtstream.h: Likewise.
27365 * argp/argp-help.c: Likewise.
27366 * assert/assert.c: Likewise.
27367 * config.h.in: Likewise.
27368 * config.make.in: Likewise.
27369 * configure: Likewise.
27370 * configure.in: Likewise.
27371 * csu/Versions: Likewise.
27372 * csu/init.c: Likewise.
27373 * elf/tst-audit2.c: Likewise.
27374 * elf/tst-tls10.c: Likewise.
27375 * elf/tst-tls10.h: Likewise.
27376 * elf/tst-tls11.c: Likewise.
27377 * elf/tst-tls12.c: Likewise.
27378 * elf/tst-tls14.c: Likewise.
27379 * elf/tst-tlsmod11.c: Likewise.
27380 * elf/tst-tlsmod12.c: Likewise.
27381 * elf/tst-tlsmod13.c: Likewise.
27382 * elf/tst-tlsmod13a.c: Likewise.
27383 * elf/tst-tlsmod14a.c: Likewise.
27384 * elf/tst-tlsmod15b.c: Likewise.
27385 * elf/tst-tlsmod16a.c: Likewise.
27386 * elf/tst-tlsmod16b.c: Likewise.
27387 * elf/tst-tlsmod7.c: Likewise.
27388 * elf/tst-tlsmod8.c: Likewise.
27389 * elf/tst-tlsmod9.c: Likewise.
27390 * gmon/gmon.c: Likewise.
27391 * grp/fgetgrent_r.c: Likewise.
27392 * grp/putgrent.c: Likewise.
27393 * hurd/fopenport.c: Likewise.
27394 * include/libc-symbols.h: Likewise.
27395 * include/tls.h: Likewise.
27396 * intl/gettextP.h: Likewise.
27397 * intl/loadinfo.h: Likewise.
27398 * locale/global-locale.c: Likewise.
27399 * locale/localeinfo.h: Likewise.
27400 * mach/devstream.c: Likewise.
27401 * malloc/arena.c: Likewise.
27402 * malloc/set-freeres.c: Likewise.
27403 * misc/err.c: Likewise.
27404 * misc/getttyent.c: Likewise.
27405 * misc/mntent_r.c: Likewise.
27406 * posix/getopt.c: Likewise.
27407 * posix/wordexp.c: Likewise.
27408 * pwd/fgetpwent_r.c: Likewise.
27409 * resolv/Versions: Likewise.
27410 * resolv/res_hconf.c: Likewise.
27411 * shadow/fgetspent_r.c: Likewise.
27412 * shadow/putspent.c: Likewise.
27413 * stdio-common/printf_fphex.c: Likewise.
27414 * stdio-common/tmpfile.c: Likewise.
27415 * stdlib/abort.c: Likewise.
27416 * stdlib/fmtmsg.c: Likewise.
27417 * sunrpc/auth_unix.c: Likewise.
27418 * sunrpc/clnt_perr.c: Likewise.
27419 * sunrpc/clnt_tcp.c: Likewise.
27420 * sunrpc/clnt_udp.c: Likewise.
27421 * sunrpc/clnt_unix.c: Likewise.
27422 * sunrpc/openchild.c: Likewise.
27423 * sunrpc/svc_simple.c: Likewise.
27424 * sunrpc/svc_tcp.c: Likewise.
27425 * sunrpc/svc_udp.c: Likewise.
27426 * sunrpc/svc_unix.c: Likewise.
27427 * sunrpc/xdr.c: Likewise.
27428 * sunrpc/xdr_array.c: Likewise.
27429 * sunrpc/xdr_rec.c: Likewise.
27430 * sunrpc/xdr_ref.c: Likewise.
27431 * sunrpc/xdr_stdio.c: Likewise.
27432
27433 2011-09-09 Ulrich Drepper <drepper@gmail.com>
27434
27435 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27436
27437 2011-07-03 Andreas Jaeger <aj@suse.de>
27438
27439 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
27440 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
27441 regenerate with gen-libm-tests.pl.
27442
27443 2010-05-12 Petr Baudis <pasky@suse.cz>
27444
27445 [BZ #11589]
27446 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
27447 around j0() zero points by switching to j1().
27448 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
27449 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
27450 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
27451 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
27452
27453 2011-09-09 Ulrich Drepper <drepper@gmail.com>
27454
27455 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
27456 instead of 0.
27457 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
27458 instead of 0.
27459 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
27460 Patch in part by Pavel Roskin <proski@gnu.org>.
27461
27462 [BZ #13138]
27463 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
27464 realloc.
27465 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
27466 Free memory block if necessary.
27467
27468 [BZ #12847]
27469 * libio/genops.c (INTDEF): For string streams the _lock pointer can
27470 be NULL. Don't lock in this case.
27471
27472 2011-09-09 Roland McGrath <roland@hack.frob.com>
27473
27474 * elf/elf.h (ELFOSABI_GNU): New macro.
27475 (ELFOSABI_LINUX): Define to that.
27476
27477 2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
27478
27479 * string/strncat.c (strncat): Undef the symbol in case it has been
27480 defined in bits/string.h.
27481
27482 2011-09-09 Ulrich Drepper <drepper@gmail.com>
27483
27484 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
27485
27486 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
27487 link map.
27488
27489 2011-08-17 Andreas Jaeger <aj@suse.de>
27490
27491 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
27492
27493 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
27494 Ian Lance Taylor <iant@google.com>
27495
27496 * math/libm-test.inc (lround_test): New testcase.
27497 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
27498
27499 2011-09-08 Ulrich Drepper <drepper@gmail.com>
27500
27501 * Makefile: Remove support for automatic cvs check-ins.
27502 * Makerules: Likewise.
27503 * config.make.in: Likewise.
27504 * configure.in: Likewise.
27505 * intl/Makefile: Likewise.
27506 * locale/Makefile: Likewise.
27507 * po/Makefile: Likewise.
27508 * posix/Makefile: Likewise.
27509 * sysdeps/gnu/Makefile: Likewise.
27510 * sysdeps/mach/hurd/Makefile: Likewise.
27511 * sysdeps/sparc/sparc32/Makefile: Likewise.
27512
27513 [BZ #13118]
27514 * posix/Makefile (bug-regex32-ENV): Define.
27515 Patch by John Stanley <jpsinthemix@verizon.net>.
27516
27517 * misc/Makefile (headers): Add bits/select2.h.
27518 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
27519 * misc/bits/select2.h: New file.
27520 * include/bits/select2.h: New file.
27521 * debug/Makefile (routines): Add fdelt_chk.
27522 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
27523 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
27524 FD_ISSET.
27525 * debug/fdelt_chk.c: New file.
27526
27527 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
27528 * wcsmbs/test-wmemcmp.c: Likewise.
27529 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
27530 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
27531
27532 2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
27533
27534 * string/Makefile (strop-tests): Add memcmp.
27535 * string/test-wmemcmp.c: New file.
27536 * string/test-memcmp.c: Add wmemcmp support.
27537
27538 2011-09-08 Roland McGrath <roland@hack.frob.com>
27539
27540 [BZ #13153]
27541 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
27542 2011-07-19 change.
27543
27544 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
27545 garbage value in a __mach_port_mod_refs call in the cases of the
27546 task-self and thread-self ports.
27547
27548 2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
27549
27550 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
27551
27552 2011-09-08 Andreas Schwab <schwab@redhat.com>
27553
27554 * elf/dl-load.c (lose): Check for non-null L.
27555
27556 2011-09-07 Ulrich Drepper <drepper@gmail.com>
27557
27558 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
27559
27560 * elf/dl-libc.c (dlerror_run): Pass back error code from
27561 dl_catch_error.
27562
27563 [BZ #13123]
27564 * elf/dl-load.c (lose): Free l_origin if it is valid.
27565
27566 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
27567 names.
27568 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
27569 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
27570 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
27571 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
27572 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
27573 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
27574
27575 2011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27576
27577 * sysdeps/powerpc/fpu/e_hypot.c: New file.
27578 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
27579 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
27580 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
27581 * sysdeps/powerpc/fpu/k_cosf.c: New file.
27582 * sysdeps/powerpc/fpu/k_sinf.c: New file.
27583 * sysdeps/powerpc/fpu/s_cosf.c: New file.
27584 * sysdeps/powerpc/fpu/s_sinf.c: New file.
27585 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
27586 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
27587
27588 2011-08-15 Alan Modra <amodra@gmail.com>
27589
27590 [BZ #13092]
27591 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
27592 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
27593 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
27594 ppc_mcount to static-only-routines.
27595 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
27596 __mcount_internal.
27597 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
27598 __mcount_internal with usual JUMPTARGET. Remove useless nop.
27599
27600 2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
27601
27602 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
27603 for finite and infinity parameters.
27604
27605 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
27606
27607 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
27608 and add nop instructions for throughput optimization.
27609 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27610
27611 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
27612
27613 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
27614 aligned copy for power7 with vector-scalar instructions.
27615 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
27616
27617 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
27618
27619 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
27620 AVX check.
27621
27622 2011-09-07 Andreas Schwab <schwab@redhat.com>
27623
27624 [BZ #13144]
27625 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
27626 last change.
27627
27628 2011-09-07 Ulrich Drepper <drepper@gmail.com>
27629
27630 * sysdeps/unix/sysv/linux/x86_64/init-first.c
27631 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
27632 syscall wrapper around clock_gettime in __vdso_clock_gettime.
27633 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
27634 clock_gettime.
27635
27636 2011-09-06 Ulrich Drepper <drepper@gmail.com>
27637
27638 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
27639 Forgot to demangle the pointer.
27640
27641 * sysdeps/i386/sysdep.h: Define atom_text_section.
27642 * sysdeps/x86_64/sysdep.h: Likewise.
27643 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
27644 section with atom_text_section.
27645 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
27646 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
27647 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
27648 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
27649 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
27650
27651 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
27652 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
27653 already be defined. Change to take two parameters and don't assign
27654 result to variable. Adjust all users.
27655 Define INTERNAL_GETTIME if not already defined.
27656 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
27657 call.
27658 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
27659 HAVE_CLOCK_GETTIME_VSYSCALL.
27660 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
27661
27662 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
27663 gettimeofday vsyscall, just use time.
27664
27665 2011-09-06 Andreas Schwab <schwab@redhat.com>
27666
27667 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
27668 <errno.h>.
27669
27670 2011-09-06 Ulrich Drepper <drepper@gmail.com>
27671
27672 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
27673 syscall on x86-64.
27674 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
27675 syscall.
27676 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
27677 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
27678 syscall if possible.
27679
27680 2011-09-05 Ulrich Drepper <drepper@gmail.com>
27681
27682 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
27683 e_ident. Don't pass to find_mapsXX.
27684 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
27685
27686 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
27687
27688 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
27689 strchr-sse2-no-bsf strrchr-sse2-no-bsf
27690 * sysdeps/x86_64/multiarch/strchr.S: Update.
27691 Check bit_slow_BSF bit.
27692 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
27693 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
27694 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
27695
27696 2011-09-05 Ulrich Drepper <drepper@gmail.com>
27697
27698 [BZ #13134]
27699 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
27700 before glibc 2.15.
27701 (tryshell): Define.
27702 (__spawni): Change last parameter to be flag. Test
27703 SPAWN_XFLAGS_USE_PATH flag to use path or not.
27704 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
27705 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
27706 * posix/spawni.c: Likewise.
27707 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
27708 * posix/spawnp.c: Likewise. Change normal version to use
27709 SPAWN_XFLAGS_USE_PATH.
27710 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
27711 SPAWN_XFLAGS_TRY_SHELL.
27712
27713 [BZ #13150]
27714 * posix/glob.h: Remove gcc 1.x support.
27715
27716 [BZ #13068]
27717 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
27718
27719 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
27720
27721 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
27722 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
27723 strrchr-sse2-bsf
27724 * sysdeps/i386/i686/multiarch/strchr.S: New file.
27725 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
27726 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
27727 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
27728 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
27729 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
27730
27731 2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
27732
27733 * sysdeps/x86_64/wcscmp.S: New file.
27734
27735 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
27736 wcscmp-c wcscmp-sse2
27737 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
27738 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
27739 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
27740 * wcsmbs/wcscmp.c: Allow renaming.
27741
27742 2011-09-05 David S. Miller <davem@davemloft.net>
27743
27744 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
27745 stack slot, rather than the struct return pointer slot.
27746 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
27747 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
27748 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
27749 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
27750
27751 2011-09-05 Ulrich Drepper <drepper@gmail.com>
27752
27753 * po/ja.po: Update from translation team.
27754
27755 [BZ #13144]
27756 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
27757 kernel in 64-bit binaries.
27758
27759 2011-09-01 David S. Miller <davem@davemloft.net>
27760
27761 * elf/elf.h (HWCAP_SPARC_*): Move to..
27762 * sysdeps/sparc/sysdep.h: this new file and add new values.
27763 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
27764 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
27765 _DL_HWCAP_COUNT to 24.
27766 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
27767 entries.
27768 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
27769 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
27770 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
27771 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
27772 instead of magic constants.
27773 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
27774
27775 2011-08-31 David S. Miller <davem@davemloft.net>
27776
27777 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
27778 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
27779 Reimplement to do errno handling inline.
27780 (SYSCALL_ERROR_HANDLER): New macro.
27781 (__SYSCALL_STRING): Do not do errno handling in asm.
27782 (__CLONE_SYSCALL_STRING): Delete.
27783 (__INTERNAL_SYSCALL_STRING): Delete.
27784 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
27785 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
27786 (PSEUDO): Reimplement to do errno handling inline.
27787 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
27788 (SYSCALL_ERROR_HANDLER): New macro.
27789 (__SYSCALL_STRING): Do not do errno handling in asm.
27790 (__CLONE_SYSCALL_STRING): Delete.
27791 (__INTERNAL_SYSCALL_STRING): Delete.
27792 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
27793 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
27794 i386.
27795 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
27796 (inline_syscall*): Add 'err' argument.
27797 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
27798 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
27799 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
27800 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
27801
27802 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
27803 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
27804
27805 2011-08-30 Andreas Schwab <schwab@redhat.com>
27806
27807 * elf/rtld.c (dl_main): Relocate objects in dependency order.
27808
27809 2011-08-29 Jiri Olsa <jolsa@redhat.com>
27810
27811 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
27812 directive.
27813
27814 2011-08-24 David S. Miller <davem@davemloft.net>
27815
27816 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
27817
27818 2011-08-24 Andreas Schwab <schwab@redhat.com>
27819
27820 * elf/Makefile: Add rules to build and run unload8 test.
27821 * elf/unload8.c: New file.
27822 * elf/unload8mod1.c: New file.
27823 * elf/unload8mod1x.c: New file.
27824 * elf/unload8mod2.c: New file.
27825 * elf/unload8mod3.c: New file.
27826
27827 * elf/dl-close.c (_dl_close_worker): Reset private search list if
27828 it wasn't used.
27829
27830 2011-08-23 David S. Miller <davem@davemloft.net>
27831
27832 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
27833 subtract stack bias.
27834 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
27835 %sp not %fp in calculations.
27836 (_JMPBUF_UNWINDS_ADJ): Likewise.
27837
27838 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
27839 (aio_suspend): Call it to force an exception region around the
27840 AIO_MISC_WAIT() invocation.
27841
27842 2011-08-23 Andreas Schwab <schwab@redhat.com>
27843
27844 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
27845 backslash.
27846
27847 2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
27848
27849 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
27850 protection macro.
27851 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
27852 and <dl-machine.h>.
27853 (Elf64_FuncDesc): Remove.
27854
27855 2011-08-22 David S. Miller <davem@davemloft.net>
27856
27857 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
27858 sigaltstack check, add missing cfi directives.
27859 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
27860 missing cfi directives, and sigaltstack handling.
27861
27862 2011-08-16 Andreas Schwab <schwab@redhat.com>
27863
27864 [BZ #11724]
27865 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
27866 object is seen twice.
27867 * elf/dl-fini.c (_dl_sort_fini): Likewise.
27868
27869 * elf/Makefile (distribute): Add tst-initorder2.c.
27870 (tests): Add tst-initorder2.
27871 (modules-names): Add tst-initorder2a tst-initorder2b
27872 tst-initorder2c tst-initorder2d. Add rules to build them.
27873 ($(objpfx)tst-initorder2.out): New rule.
27874 * elf/tst-initorder2.c: New file.
27875 * elf/tst-initorder2.exp: New file.
27876
27877 2011-08-22 Andreas Schwab <schwab@redhat.com>
27878
27879 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
27880
27881 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
27882 dependencies back to end of function.
27883
27884 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
27885 $(elfobjdir)/ld.so.
27886
27887 2011-08-21 Ulrich Drepper <drepper@gmail.com>
27888
27889 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
27890 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
27891 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
27892 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
27893 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
27894 of __vdso_gettimeofday.
27895 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
27896 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
27897 attribute_hidden.
27898 (_libc_vdso_platform_setup): Remove initialization of
27899 __vdso_gettimeofday and __vdso_time.
27900
27901 2011-08-20 Ulrich Drepper <drepper@gmail.com>
27902
27903 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
27904 and fgetc_unlocked.
27905 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
27906 getc_unlocked.
27907
27908 * elf/dl-open.c (add_to_global): Report additions to the global scope
27909 for LD_DEBUG=scopes.
27910 (dl_open_worker): Also print scope of newly loaded dependencies.
27911 (_dl_show_scope): Indicate if there is no scope.
27912
27913 [BZ #13114]
27914 * stdio-common/Makefile (tests): Add bug24.
27915 * stdio-common/bug24.c: New file.
27916
27917 2011-08-19 Andreas Jaeger <aj@suse.de>
27918
27919 [BZ #13114]
27920 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
27921 non-existant file when using close-on-exec mode.
27922
27923 2011-08-20 Ulrich Drepper <drepper@gmail.com>
27924
27925 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
27926 the very first instruction.
27927
27928 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
27929 the CFI state in the end.
27930 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
27931 inclusion of dl-trampoline.h.
27932 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
27933
27934 2011-08-19 Andreas Schwab <schwab@redhat.com>
27935
27936 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
27937 expectations for long double.
27938
27939 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
27940 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
27941
27942 2011-08-14 David S. Miller <davem@davemloft.net>
27943
27944 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
27945 artificual limit depends upon the system page size.
27946
27947 2011-08-17 Ulrich Drepper <drepper@gmail.com>
27948
27949 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
27950 * resolv/Makefile: Define CFLAGS-libresolv.
27951
27952 2011-08-17 Andreas Schwab <schwab@redhat.com>
27953
27954 * nss/makedb.c (compute_tables): Make variables used in nested
27955 function static.
27956
27957 2011-08-17 Ulrich Drepper <drepper@gmail.com>
27958
27959 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
27960 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
27961 if buffer was too small.
27962
27963 * elf/pldd.c (main): Attach to all threads in the process.
27964 Rewrite /proc handling to use *at functions.
27965
27966 2011-08-16 Ulrich Drepper <drepper@gmail.com>
27967
27968 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
27969 specifies first scope to show.
27970 (dl_open_worker): Update callers. Move printing scope of new
27971 object to before the relocation.
27972 * elf/rtld.c (dl_main): Update _dl_show_scope call.
27973 * sysdeps/generic/ldsodefs.h: Update declaration.
27974
27975 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
27976 string for the scope number.
27977
27978 2011-08-14 Ulrich Drepper <drepper@gmail.com>
27979
27980 * nscd/servicescache.c (cache_addserv): Make sure written is always
27981 initialized.
27982
27983 2011-08-14 Roland McGrath <roland@hack.frob.com>
27984
27985 * sysdeps/i386/i486/bits/atomic.h
27986 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
27987 statement expression, so as to suppress "set but not used" warning.
27988 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
27989
27990 * string/strncat.c (STRNCAT): Use prototype definition.
27991
27992 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
27993 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
27994 -Iprograms here.
27995 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
27996 (localedef-modules): Add localedef.
27997 (locale-modules): Add locale.
27998
27999 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
28000 * elf/rtld.c (dl_main): Invert order of assignment in last change,
28001 to avoid a warning.
28002
28003 2011-08-14 David S. Miller <davem@davemloft.net>
28004
28005 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
28006 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
28007
28008 2011-08-13 Ulrich Drepper <drepper@gmail.com>
28009
28010 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
28011 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
28012 * elf/rtld.c (dl_main): Set l_name of vDSO.
28013 Call _dl_show_scope when DL_DEBUG_SCOPES.
28014 (process_dl_debug): Recognize scopes flag and also set it for all.
28015 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
28016 Declare _dl_show_scope.
28017
28018 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
28019 (do_dlopen): Pass caller_dlopen to dl_open.
28020 (__libc_dlopen_mode): Initialize caller_dlopen.
28021
28022 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
28023 of libc. Make tolower call locale-independent. Optimize a bit by
28024 using isdigit instead of isalnum.
28025 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
28026
28027 2011-08-12 Ulrich Drepper <drepper@gmail.com>
28028
28029 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
28030 was a dependency or dynamically loaded.
28031
28032 2011-08-11 Ulrich Drepper <drepper@gmail.com>
28033
28034 * intl/l10nflist.c: Allow architecture-specific pop function.
28035 * sysdeps/x86_64/l10nflist.c: New file.
28036
28037 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
28038 classification.
28039
28040 2011-08-10 Andreas Schwab <schwab@redhat.com>
28041
28042 * include/dirent.h: Add libc_hidden_proto for scandirat and
28043 scandirat64. Don't declare __scandirat64.
28044 * dirent/scandirat.c: Add libc_hidden_def.
28045 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
28046 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
28047
28048 2011-08-10 David S. Miller <davem@davemloft.net>
28049
28050 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
28051 enum.
28052 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
28053 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
28054 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
28055
28056 2011-08-09 Ulrich Drepper <drepper@gmail.com>
28057
28058 * Versions.def [libc]: Add GLIBC_2.15.
28059 * dirent/Makefile (routines): Add scandirat and scandirat64.
28060 * dirent/Versions [libc]: Export scandirat and scandirat64 for
28061 GLIBC_2.15.
28062 * dirent/dirent.h: Declare scandirat and scandirat64.
28063 * dirent/scandirat.c: New file.
28064 * dirent/scandirat64.c: New file.
28065 * sysdeps/wordsize-64/scandirat.c: New file.
28066 * sysdeps/wordsize-64/scandirat64.c: New file.
28067 * dirent/opendir.c: Define opendirat.
28068 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
28069 using scandirat.
28070 * dirent/scandir64.c: Adjust for scandir.c change.
28071 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
28072 __scandirat64, and __scandir_cancel_handler.
28073 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
28074 additional parameter and use openat instead of open (outside of ld.so).
28075 Add new __opendir as wrapper around __opendirat.
28076 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
28077 here without requiring old scandirat implementation.
28078
28079 2011-08-08 Ulrich Drepper <drepper@gmail.com>
28080
28081 * dirent/scandir.c (cancel_handler): Renamed to
28082 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
28083 defined. Adjust users.
28084 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
28085 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
28086
28087 2011-08-04 Ulrich Drepper <drepper@gmail.com>
28088
28089 * string/test-string.h (IMPL): Use __STRING to expand name and then
28090 stringify it.
28091
28092 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
28093 of cleanups.
28094
28095 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
28096
28097 * string/Makefile: Update.
28098 (strop-tests): Append strncat.
28099 * string/test-wcscmp.c: New file.
28100 New comprehensive test for wcscmp.
28101 * string/test-strcmp.c: Update.
28102 (WIDE): New define.
28103
28104 2011-07-22 Andreas Schwab <schwab@redhat.com>
28105
28106 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
28107 line.
28108
28109 2011-07-26 Andreas Schwab <schwab@redhat.com>
28110
28111 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
28112 encoding to ACE if AI_IDN.
28113
28114 2011-08-01 Jakub Jelinek <jakub@redhat.com>
28115
28116 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
28117 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
28118
28119 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
28120
28121 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
28122 Fix overflow bug in strncat.
28123 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
28124
28125 * string/test-strncat.c: Update.
28126 Add new tests for checking overflow bugs.
28127
28128 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
28129
28130 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
28131 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
28132 * sysdeps/i386/i686/multiarch/strcat.S: New file.
28133 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
28134 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
28135 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
28136 * sysdeps/i386/i686/multiarch/strncat.S: New file.
28137 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
28138 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
28139
28140 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
28141 (USE_AS_STRCAT): Define.
28142 Add strcat and strncat support.
28143 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
28144
28145 2011-07-25 Andreas Schwab <schwab@redhat.com>
28146
28147 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
28148 __n bigger than INT_MAX+1.
28149 (__strncmp_g): Likewise.
28150
28151 2011-07-23 Ulrich Drepper <drepper@gmail.com>
28152
28153 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
28154 * libio/stido.h: Likewise.
28155
28156 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
28157 (AF_NFC): Define.
28158 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
28159 (AF_NFC): Define.
28160
28161 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
28162 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
28163 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
28164 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
28165 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
28166
28167 [BZ #13021]
28168 * scripts/test-installation.pl: Don't expect libnss_test1 to be
28169 installed.
28170
28171 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
28172 typo.
28173 (_dl_x86_64_save_sse): Likewise.
28174
28175 2011-07-22 Ulrich Drepper <drepper@gmail.com>
28176
28177 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
28178 OSXSAVE.
28179 (_dl_x86_64_save_sse): Likewise.
28180
28181 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
28182
28183 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
28184
28185 2011-07-21 Andreas Schwab <schwab@redhat.com>
28186
28187 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
28188 change.
28189 (_dl_x86_64_save_sse): Use correct AVX check.
28190
28191 2011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
28192
28193 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
28194 bug in strncpy/strncat.
28195 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
28196
28197 2011-07-21 Ulrich Drepper <drepper@gmail.com>
28198
28199 * string/tester.c (test_strcat): Add tests for different alignments
28200 of source and destination.
28201 (test_strncat): Likewise.
28202
28203 2011-07-20 Ulrich Drepper <drepper@gmail.com>
28204
28205 [BZ #12852]
28206 * posix/glob.c (glob): Check passed in values before using them in
28207 expressions to avoid some overflows.
28208 (glob_in_dir): Likewise.
28209
28210 [BZ #13007]
28211 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
28212 check for AVX enablement so that we don't crash with old kernels and
28213 new hardware.
28214 * elf/tst-audit4.c: Add same checks here.
28215 * elf/tst-audit6.c: Likewise.
28216
28217 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
28218
28219 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
28220
28221 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
28222
28223 2011-07-20 Ulrich Drepper <drepper@gmail.com>
28224
28225 * po/cs.po: Update from translation team.
28226 * po/bg.po: Likewise.
28227
28228 2011-07-12 Marek Polacek <mpolacek@redhat.com>
28229
28230 * misc/sys/cdefs.h: Add support for const attribute.
28231 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
28232 to gnu_dev_{major,minor,makedev} functions.
28233
28234 2011-07-20 Marek Polacek <mpolacek@redhat.com>
28235
28236 * intl/dcigettext.c (get_output_charset): Add missing bracket.
28237
28238 2011-07-20 Andreas Schwab <schwab@redhat.com>
28239
28240 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
28241 strlen results.
28242
28243 2011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28244
28245 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
28246 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
28247 register in order to avoid conflicts with the soft frame pointer
28248 being held in r11 when necessary.
28249 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
28250 (INTERNAL_VSYSCALL_NCS): Likewise.
28251
28252 2011-07-14 Marek Polacek <mpolacek@redhat.com>
28253
28254 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
28255 * elf/dl-fini.c (_dl_fini): Adjust caller.
28256 * elf/dl-close.c (_dl_close_worker): Likewise.
28257 * sysdeps/generic/ldsodefs.h: Adjust declaration.
28258
28259 2011-07-15 Marek Polacek <mpolacek@redhat.com>
28260
28261 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
28262 "aux_cache->nlibs < 0".
28263
28264 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
28265 in the reload-count case.
28266
28267 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
28268
28269 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28270 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
28271 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
28272 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
28273 * sysdeps/x86_64/multiarch/strcat.S: New file.
28274 * sysdeps/x86_64/multiarch/strncat.S: New file.
28275 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
28276 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
28277 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
28278 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
28279 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
28280 (USE_AS_STRCAT): Define.
28281 Add strcat and strncat support.
28282 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
28283 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
28284 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
28285 * string/strncat.c: Update.
28286 (USE_AS_STRNCAT): Define.
28287 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28288 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
28289 and i7.
28290 * sysdeps/x86_64/multiarch/init-arch.h
28291 (bit_Prefer_PMINUB_for_stringop): New.
28292 (index_Prefer_PMINUB_for_stringop): Likewise.
28293 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
28294 bit_Prefer_PMINUB_for_stringop.
28295
28296 2011-07-19 Ulrich Drepper <drepper@gmail.com>
28297
28298 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
28299 buffer64.
28300 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
28301 of casting of buffer.
28302 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
28303 buffer32 and buffer64.
28304 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
28305 writes instead of casting of buffer.
28306 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
28307 buffer32.
28308 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
28309 casting of buffer.
28310
28311 2011-07-19 Andreas Schwab <schwab@redhat.com>
28312
28313 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
28314
28315 2011-07-19 Ulrich Drepper <drepper@gmail.com>
28316
28317 * nscd/nscd.c (termination_handler): Don't do anything for a database
28318 if it has not yet been initialized.
28319
28320 2011-07-18 Ulrich Drepper <drepper@gmail.com>
28321
28322 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
28323
28324 2011-07-15 Marek Polacek <mpolacek@redhat.com>
28325
28326 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
28327
28328 2011-07-18 Ulrich Drepper <drepper@gmail.com>
28329
28330 * po/nl.po: Update from translation team.
28331 * po/sv.po: Likewise.
28332
28333 2011-07-16 Roland McGrath <roland@hack.frob.com>
28334
28335 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
28336 now disallowed by GCC.
28337
28338 * configure.in (use-default-link): Default to yes if a test -shared
28339 link meets our qualifications.
28340 * configure: Regenerated.
28341
28342 * config.make.in (output-format): New variable.
28343 * configure.in: Check for ld --print-output-format support.
28344 * configure: Regenerated.
28345 * Makerules ($(common-objpfx)format.lds)
28346 [$(output-format) != unknown]: Just use $(output-format),
28347 instead of the linker-script munging.
28348
28349 2011-07-14 Roland McGrath <roland@hack.frob.com>
28350
28351 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
28352 of $(common-objpfx)shlib.lds.
28353 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
28354
28355 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
28356 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
28357
28358 * configure.in (-z relro check): Adjust test code to add a large
28359 writable data section after it.
28360 * configure: Regenerated.
28361
28362 2011-07-11 Roland McGrath <roland@hack.frob.com>
28363
28364 * configure.in (-z relro check): Fix test code to make the variable
28365 truly const.
28366 * configure: Regenerated.
28367
28368 2011-07-11 Ulrich Drepper <drepper@gmail.com>
28369
28370 * nscd/nscd.h (struct traced_file): Define.
28371 (struct database_dyn): Remove inotify_descr, reset_res, and filename
28372 elements. Add traced_files.
28373 (inotify_fd): Declare.
28374 (register_traced_file): Declare.
28375 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
28376 (inotify_fd): Export.
28377 (resolv_conf_descr): Remove.
28378 (nscd_init): Move inotify descriptor creation to main.
28379 Don't register files for notification here.
28380 (register_traced_file): New function.
28381 (invalidate_cache): Don't use reset_res to determine whether to call
28382 res_init, go through the list of registered files.
28383 (main_loop_poll): The inotify descriptors are now stored in the
28384 structures for the traced files.
28385 (main_loop_epoll): Likewise
28386 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
28387 to __nss_disable_nscd.
28388 * nscd/cache.c (prune_cache): There is no single inotify descriptor
28389 for a database anymore. Check the records for all the registered
28390 files instead.
28391 * nss/Makefile (libnss_files-routines): Add files-init.
28392 (libnss_db-routines): Add db-init.
28393 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
28394 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
28395 * nss/nss_db/db-init.c: New file.
28396 * nss/nss_files/files-init.c: New file.
28397 * nss/nsswitch.c (nss_load_library): New function. Broken out of
28398 __nss_lookup_function.
28399 (__nss_lookup_function): Call nss_load_library.
28400 (nss_load_all_libraries): New function.
28401 (__nss_disable_nscd): Take parameter with callback function for files
28402 to register. Set is_nscd. Load all the DSOs for the NSS modules
28403 used for the cached services.
28404 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
28405 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
28406 options for features to all the files in nscd.
28407
28408 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
28409
28410 2011-07-10 Roland McGrath <roland@hack.frob.com>
28411
28412 * csu/elf-init.c (__libc_csu_init): Comment typo.
28413
28414 2011-07-09 Ulrich Drepper <drepper@gmail.com>
28415
28416 * po/pl.po: Update from translation team.
28417 * po/ja.po: Likewise.
28418 * po/ru.po: Likewise.
28419 * po/ko.po: Likewise.
28420 * po/fr.po: Likewise.
28421
28422 2011-07-09 Roland McGrath <roland@hack.frob.com>
28423
28424 * configure.in (.ctors/.dtors header and trailer check):
28425 Use an empirical test on a built program.
28426 * configure: Regenerated.
28427
28428 * configure.in (-z relro check): Use an empirical test on a built DSO.
28429 Detect, but do not require, on ia64.
28430 * configure: Regenerated.
28431
28432 * configure.in (READELF): Find it with AC_CHECK_TOOL.
28433 Update tests that use readelf to use $READELF instead.
28434 * configure: Regenerated.
28435
28436 2011-07-08 Ulrich Drepper <drepper@gmail.com>
28437
28438 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
28439 if the result is not used.
28440
28441 2011-07-05 Andreas Jaeger <aj@suse.de>
28442
28443 [BZ#9696]
28444 * stdlib/tst-strtod.c: Add testcase.
28445
28446 2011-07-07 Ulrich Drepper <drepper@gmail.com>
28447
28448 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
28449 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
28450 The latter has a higher limit. Take additional parameter to pass to
28451 the new function.
28452 (__pathconf): Pass file to __statfs_link_max.
28453 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
28454 __statfs_link_max.
28455 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
28456 __statfs_link_max.
28457
28458 [BZ #12868]
28459 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
28460 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28461 Handle Lustre.
28462 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
28463 (__statfs_filesize_max): Likewise.
28464 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
28465
28466 2011-07-05 Andreas Jaeger <aj@suse.de>
28467
28468 * resolv/res_comp.c (dn_skipname): Remove unused variable.
28469
28470 2011-07-06 Marek Polacek <mpolacek@redhat.com>
28471
28472 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
28473 `status' variable.
28474 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
28475 Likewise.
28476
28477 2011-07-04 H.J. Lu <hongjiu.lu@intel.com>
28478
28479 * Makefile (strop-tests): Add strncat.
28480 * string/test-strncat.c: New file.
28481
28482 2011-06-30 Marek Polacek <mpolacek@redhat.com>
28483
28484 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
28485
28486 2011-06-21 Andreas Jaeger <aj@suse.de>
28487
28488 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
28489 Copy rule from iconvdata/Makefile.
28490
28491 2011-07-06 Ulrich Drepper <drepper@gmail.com>
28492
28493 [BZ #12922]
28494 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
28495 but no long options are defined, just return 'W'.
28496
28497 2011-06-22 Marek Polacek <mpolacek@redhat.com>
28498
28499 [BZ #9696]
28500 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
28501
28502 2011-07-06 Ulrich Drepper <drepper@gmail.com>
28503
28504 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
28505 netgroups to read.
28506 (innetgr): Likewise.
28507
28508 2011-07-05 Roland McGrath <roland@hack.frob.com>
28509
28510 * config.make.in (install_root): Default to $(DESTDIR).
28511
28512 2011-07-05 Ulrich Drepper <drepper@gmail.com>
28513
28514 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
28515
28516 2011-07-02 Roland McGrath <roland@hack.frob.com>
28517
28518 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
28519
28520 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
28521 containing directory rather than embedding absolute directory names.
28522
28523 * scripts/check-local-headers.sh: Rewritten using awk.
28524 Match by word, not by line. Print error messages for matches.
28525 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
28526
28527 * Makerules [shlib-lds-flags empty]:
28528 ($(common-objpfx)libc_pic.opts): New target.
28529 ($(common-objpfx)libc_pic.os.clean): New target.
28530 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
28531
28532 * config.make.in (OBJCOPY): New variable.
28533 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
28534 * configure: Regenerated.
28535
28536 * config.make.in (use-default-link): New variable.
28537 * configure.in (use_default_link): Grok --with-default-link to set it.
28538 * configure: Regenerated.
28539 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
28540 (shlib-lds, shlib-lds-flags): Define to empty.
28541
28542 * Makerules (shlib-lds): New variable.
28543 (shlib-lds-flags): New variable.
28544 (build-shlib, build-moduile, build-module-asneeded): Use it.
28545 ($(common-objpfx)libc.so): Use $(shlib-lds).
28546 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
28547 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
28548
28549 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
28550 DT_FLAGS/DT_FLAGS_1 with zero flags.
28551
28552 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
28553 linker script munging.
28554
28555 2011-07-02 Ulrich Drepper <drepper@gmail.com>
28556
28557 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
28558 as 128-bit value.
28559 * crypt/sha512.c (sha512_process_block): Perform total addition using
28560 128-bit if possible.
28561 (__sha512_finish_ctx): Likewise.
28562 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
28563 as 64-bit value.
28564 * crypt/sha256.c (SWAP64): Define.
28565 (sha256_process_block): Perform total addition using 64-bit if
28566 possible.
28567 (__sha256_finish_ctx): Likewise.
28568
28569 2011-07-01 Ulrich Drepper <drepper@gmail.com>
28570
28571 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
28572 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28573 * nscd/hstcache.c (cache_addhst): Likewise.
28574 * nscd/grpcache.c (cache_addgr): Likewise.
28575 * nscd/aicache.c (addhstaiX): Likewise
28576 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
28577
28578 2011-07-01 Thorsten Kukuk <kukuk@suse.de>
28579
28580 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
28581 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28582 * nscd/hstcache.c (cache_addhst): Likewise.
28583 * nscd/grpcache.c (cache_addgr): Likewise.
28584 * nscd/aicache.c (addhstaiX): Likewise
28585
28586 2011-07-01 Andreas Schwab <schwab@redhat.com>
28587
28588 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
28589 domain only when needed.
28590
28591 2011-06-30 Andreas Schwab <schwab@redhat.com>
28592
28593 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
28594 is always restored.
28595
28596 2011-06-29 Ulrich Drepper <drepper@gmail.com>
28597
28598 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
28599 are re-adding the entry.
28600 * nscd/servicescache.c (cache_addserv): Likewise.
28601
28602 2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
28603
28604 * sysdeps/generic/dl-irel.h: fix protection against multiple
28605 inclusions.
28606 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
28607
28608 2011-06-28 Ulrich Drepper <drepper@gmail.com>
28609
28610 [BZ #12935]
28611 * malloc/memusage.sh: Fix quoting in message.
28612 * debug/xtrace.sh: Likewise.
28613
28614 * configure.in: Remove support for --experimental-malloc option, make
28615 it the default.
28616 * config.make.in: Likewise.
28617 * malloc/Makefile: Likewise.
28618
28619 2011-06-27 Andreas Schwab <schwab@redhat.com>
28620
28621 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
28622 two-byte characters.
28623
28624 2011-06-27 Roland McGrath <roland@hack.frob.com>
28625
28626 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
28627 AC_CACHE_CHECK invocation.
28628 * configure: Regenerated.
28629
28630 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
28631
28632 2011-06-27 Ulrich Drepper <drepper@gmail.com>
28633
28634 [BZ #12350]
28635 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
28636 bit from old_res_options.
28637
28638 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
28639
28640 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
28641 value type for setfct.
28642
28643 2011-06-23 H.J. Lu <hongjiu.lu@intel.com>
28644
28645 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
28646 __gettimeofday instead of gettimeofday.
28647
28648 2011-06-26 Ulrich Drepper <drepper@gmail.com>
28649
28650 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
28651
28652 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
28653
28654 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
28655
28656 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
28657 info.
28658
28659 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
28660
28661 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28662 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
28663 strcpy-sse2-unaligned strncpy-sse2-unaligned
28664 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
28665 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
28666 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
28667 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
28668 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
28669 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
28670 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
28671 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
28672 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
28673 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
28674 (STRCPY): Support SSE2 and SSSE3 versions.
28675
28676 2011-06-24 Ulrich Drepper <drepper@gmail.com>
28677
28678 [BZ #12874]
28679 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
28680 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
28681 kernels which artificially limit size of requests.
28682
28683 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
28684
28685 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
28686 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
28687 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
28688 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
28689 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
28690 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
28691 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
28692 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
28693 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
28694 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
28695 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
28696 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
28697 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
28698 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
28699 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
28700 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28701 Enable unaligned load optimization for Intel Core i3, i5 and i7
28702 processors.
28703 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
28704 Define.
28705 (index_Fast_Unaligned_Load): Define.
28706 (HAS_FAST_UNALIGNED_LOAD): Define.
28707
28708 2011-06-23 Marek Polacek <mpolacek@redhat.com>
28709
28710 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
28711
28712 2011-06-22 Ulrich Drepper <drepper@gmail.com>
28713
28714 [BZ #12907]
28715 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
28716 until it is clear that the information is realy needed.
28717 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
28718
28719 2011-06-22 Andreas Schwab <schwab@redhat.com>
28720
28721 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
28722
28723 2011-06-22 Ulrich Drepper <drepper@gmail.com>
28724
28725 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
28726 /sys/devices/system/cpu/online if it is usable.
28727
28728 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
28729 reading the information from the /proc filesystem to once a second.
28730
28731 2011-06-21 Andreas Jaeger <aj@suse.de>
28732
28733 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
28734 NULL after inclusion of kernel headers.
28735
28736 2011-06-21 Ulrich Drepper <drepper@gmail.com>
28737
28738 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
28739 calls to internal_setent.
28740
28741 [BZ #12885]
28742 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
28743 addresses using gethostbyname4_r ignore IPv4 addresses.
28744
28745 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
28746 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
28747
28748 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
28749
28750 2011-06-20 David S. Miller <davem@davemloft.net>
28751
28752 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
28753 inclusions.
28754 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
28755
28756 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
28757 (elf_irel): Use it.
28758 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
28759 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
28760 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
28761 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
28762 * sysdeps/x86_64/dl-irel.h: Likewise.
28763
28764 * elf/dl-runtime.c: Use elf_ifunc_invoke.
28765 * elf/dl-sym.c: Likewise.
28766
28767 2011-06-15 Ulrich Drepper <drepper@gmail.com>
28768
28769 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
28770 need to dereference resplen2.
28771
28772 2011-06-14 Andreas Schwab <schwab@redhat.com>
28773
28774 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
28775
28776 2011-06-15 Ulrich Drepper <drepper@gmail.com>
28777
28778 * Makeconfig: Define vardbdir and inst_vardbdir.
28779 * nss/Makefile: Add rules to install db-Makefile.
28780
28781 * nss/nss_db/db-XXX.c: Cleanup.
28782
28783 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
28784 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
28785 GLIBC_PRIVATE.
28786 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
28787 * nss/makedb.c: Implement -g option to specify that value strings
28788 are generated and should not be added to table iterated over for
28789 get*ent calls.
28790 * nss/nss_db/db-initgroups.c: New file.
28791
28792 * nss/getent.c: Add support for initgroups lookups through getgrouplist
28793 interface.
28794
28795 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
28796 (internal_getgrouplist): Adjust to name change.
28797 Update use_initgroups_entry if this is not the first call.
28798 * nss/databases.def: Add initgroups entry.
28799
28800 * nss/makedb.c (compute_tables): Check result of multiple hash table
28801 sizes to minimize maximum chain length.
28802
28803 2011-06-14 Ulrich Drepper <drepper@gmail.com>
28804
28805 * Versions.def: Add entry for libnss_db.
28806 * shlib-versions: Likewise.
28807 * nss/Makefile: Add rules to build libnss_db.
28808 * nss/Versions: Add libnss_db information. Organize libnss_files
28809 entries better.
28810 * nss/db-Makefile: Add gshadow support. Change rules for the new
28811 makedb progra. Some minor improvements to generate smaller files.
28812 * nss/nss_db/nss_db.h: Move NSS database header data structures to
28813 here from...
28814 * nss/makedb.c: ...here.
28815 Improve database format to be smaller and require less memory at
28816 runtime.
28817 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
28818 db anymore.
28819 * nss/nss_db/db-netgrp.c: Likewise.
28820 * nss/nss_db/db-open.c: Likewise.
28821 * nss/nss_files/flies-XXX.x: Adjust comments.
28822 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
28823 * nss/nss_files/files-grp.c: Likewise.
28824 * nss/nss_files/files-hosts.c: Likewise.
28825 * nss/nss_files/files-network.c: Likewise.
28826 * nss/nss_files/files-proto.c: Likewise.
28827 * nss/nss_files/files-pwd.c: Likewise.
28828 * nss/nss_files/files-rpc.c: Likewise.
28829 * nss/nss_files/files-service.c: Likewise.
28830 * nss/nss_files/files-sgrp.c: Likewise.
28831 * nss/nss_files/files-spwd.c: Likewise.
28832 * nss/nss_db/db-alias.c: Removed.
28833 * nss/nss_db/dummy-db.h: Removed.
28834
28835 2011-06-02 Ulrich Drepper <drepper@gmail.com>
28836
28837 * nss/makedb.c: Rewritten to not use database library.
28838 * nss/Makefile: Update to build new makedb program.
28839
28840 2011-06-14 Andreas Jaeger <aj@suse.de>
28841
28842 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
28843 memset declaration.
28844
28845 2011-06-10 Andreas Schwab <schwab@redhat.com>
28846
28847 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
28848 tmpbuf.
28849
28850 2011-06-10 Roland McGrath <roland@hack.frob.com>
28851
28852 * Makerules (shlib.lds): Fail if the linker script comes out empty.
28853 * elf/Makefile ($(objpfx)ld.so): Likewise.
28854
28855 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
28856 Don't list ld.so twice in dependencies.
28857
28858 * posix/bug-regex31.c: Include <stdlib.h>.
28859
28860 * nscd/hstcache.c (cache_addhst): Remove unused variable.
28861
28862 * nis/nss_compat/compat-spwd.c
28863 (getspent_next_nss_netgr): Remove unused variable.
28864 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
28865
28866 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
28867 nonmembers" output to use the right array.
28868
28869 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
28870
28871 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
28872
28873 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
28874 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
28875 * catgets/gencat.c (read_input_file): Likewise.
28876 * locale/programs/locarchive.c (enlarge_archive): Likewise.
28877
28878 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
28879 variable definition inside #if's controlling its use.
28880
28881 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
28882
28883 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
28884
28885 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
28886
28887 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
28888 unreachable code.
28889
28890 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
28891
28892 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
28893 * configure: Regenerated.
28894
28895 * Makerules: Revert last change.
28896 * elf/Makefile: Likewise.
28897
28898 2011-06-09 Roland McGrath <roland@hack.frob.com>
28899
28900 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
28901 * elf/Makefile ($(objpfx)librtld.os): Likewise.
28902 (reloc-link): Likewise.
28903
28904 2011-06-09 Ulrich Drepper <drepper@gmail.com>
28905
28906 * elf/Makefile: Add rules to build pldd.
28907 * elf/pldd.c: New file.
28908 * elf/pldd-xx.c: New file.
28909
28910 2011-06-07 Ulrich Drepper <drepper@gmail.com>
28911
28912 * version.h: Update for 2.15 development version.
28913
28914 2011-06-07 David S. Miller <davem@davemloft.net>
28915
28916 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
28917 ifuncs.
28918 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
28919 elf_machine_lazy_rel): Likewise.
28920 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
28921 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
28922 elf_machine_lazy_rel): Likewise.
28923 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
28924 dl_hwcap via passed in argument.
28925 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
28926 Likewise.
28927
28928 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28929
28930 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
28931
28932 2011-06-06 Roland McGrath <roland@hack.frob.com>
28933
28934 [BZ #12849]
28935 * manual/fdl-1.1.texi: New file, verbatim from:
28936 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
28937 * manual/lgpl-2.1.texi: New file, verbatim from:
28938 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
28939 * manual/Makefile (licenses): New variable, list those new file names.
28940 (texis): Use it.
28941 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
28942
28943 * manual/fdl.texi: File removed.
28944 * manual/lesser.texi: File removed.
28945 * manual/libc.texinfo (Copying, Documentation License):
28946 Use new @include file names, put @appendix directive before @include.
28947
28948 2011-06-04 Jakub Jelinek <jakub@redhat.com>
28949
28950 [BZ #12841]
28951 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
28952 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
28953 (mq_open): Add __NTH.
28954
28955 2011-06-02 H.J. Lu <hongjiu.lu@intel.com>
28956
28957 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28958 Assume Intel Core i3/i5/i7 processor if AVX is available.
28959
28960 2011-05-31 Ulrich Drepper <drepper@gmail.com>
28961
28962 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
28963 typo.
28964
28965 2011-05-31 Andreas Schwab <schwab@redhat.com>
28966
28967 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
28968 memory. Use alloca_account. Fix memory leak when retrying.
28969
28970 2011-05-31 Ulrich Drepper <drepper@gmail.com>
28971
28972 * version.h (RELEASE): Bump for 2.14 release.
28973 * include/features.h (__GLIBC_MINOR__): Bump to 14.
28974
28975 * config.make.in (RANLIB): Remove entry.
28976
28977 2011-05-30 Ulrich Drepper <drepper@gmail.com>
28978
28979 * po/Makefile (po-sed-cmd): Add ksh to extensions.
28980 (libc.pot): Work around missing support for .ksh extension in xgettext.
28981
28982 [BZ #12684]
28983 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
28984 if both request failed.
28985 (send_dg): In case of server errors clear resplen or *resplen2.
28986
28987 [BZ #12454]
28988 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
28989 when there are multiple maps.
28990 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
28991 (_dl_fini): Remove test here.
28992
28993 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
28994
28995 2011-05-29 Ulrich Drepper <drepper@gmail.com>
28996
28997 [BZ #12350]
28998 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
28999 bit from old_res_options.
29000 (gaih_inet): Likewise.
29001
29002 [BZ #11099]
29003 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
29004 as signed.
29005
29006 * resolv/res_init.c (res_setoptions): Make the code more compact.
29007
29008 [BZ #11558]
29009 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
29010 set RES_USEVC.
29011
29012 [BZ #11634]
29013 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
29014
29015 * malloc/malloc.h: Mark malloc hook variables as deprecated.
29016
29017 [BZ #11781]
29018 * malloc/malloc.h: Declare malloc hook variables as volatile.
29019
29020 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
29021 in last patch.
29022
29023 [BZ #11799]
29024 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
29025 raise in the comment.
29026 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
29027 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
29028 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
29029
29030 2011-05-28 Ulrich Drepper <drepper@gmail.com>
29031
29032 [BZ #12811]
29033 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
29034 grow the buffers more if it already has to be sufficient.
29035 (build_wcs_upper_buffer): Likewise.
29036 * posix/regexec.c (check_matching): Likewise.
29037 (clean_state_log_if_needed): Likewise.
29038 (extend_buffers): Don't enlarge buffers beyond size of the input
29039 buffer.
29040 Patches mostly by Emil Wojak <emil@wojak.eu>.
29041 * posix/bug-regex32.c: New file.
29042 * posix/Makefile (tests): Add bug-regex32.
29043
29044 * locale/findlocale.c (_nl_find_locale): Return right away if
29045 _nl_explode_name failed.
29046 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
29047
29048 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
29049
29050 * debug/xtrace.sh: Unify messages.
29051 * malloc/memusage.sh: Likewise.
29052
29053 [BZ #12813]
29054 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
29055 time symbol from vDSO. Substitute with vsyscall if not available.
29056 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
29057 __vdso_time.
29058
29059 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
29060 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
29061 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
29062 Add sendmmsg and internal_sendmmsg.
29063 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
29064 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
29065 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
29066
29067 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
29068 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
29069 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
29070
29071 2011-05-27 Ulrich Drepper <drepper@gmail.com>
29072
29073 [BZ #12813]
29074 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
29075 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
29076 available.
29077 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
29078 __vdso_getcpu.
29079
29080 [BZ #12814]
29081 * iconvdata/Makefile (tests): Add bug-iconv9.
29082 * iconvdata/bug-iconv9.c: New file.
29083
29084 2011-05-27 Andreas Schwab <schwab@redhat.com>
29085
29086 [BZ #12814]
29087 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
29088
29089 2011-05-25 Jakub Jelinek <jakub@redhat.com>
29090
29091 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
29092 (struct user_regs_struct): Change intcs field back to cs.
29093
29094 2011-05-25 Ulrich Drepper <drepper@gmail.com>
29095
29096 * po/ja.po: Update from translation team.
29097
29098 2011-05-23 Ulrich Drepper <drepper@gmail.com>
29099
29100 [BZ #12795]
29101 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
29102 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
29103
29104 2011-05-20 Andreas Schwab <schwab@redhat.com>
29105
29106 * stdlib/longlong.h: Update from GCC.
29107
29108 2011-05-23 Andreas Schwab <schwab@redhat.com>
29109
29110 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
29111 parameter name.
29112 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
29113 Add parameter name.
29114 (__sysconf): Pass it down.
29115
29116 2011-05-22 Ulrich Drepper <drepper@gmail.com>
29117
29118 [BZ #12671]
29119 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
29120 some situations.
29121 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
29122 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
29123 add in in __libc_use_alloca calls. Adjust callers.
29124 (glob): Use malloc in some situations.
29125
29126 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
29127 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
29128 pltexit.
29129
29130 2011-05-21 Ulrich Drepper <drepper@gmail.com>
29131
29132 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
29133 and CLOCK_BOOTTIME_ALARM.
29134
29135 [BZ #12782]
29136 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
29137 is returned.
29138
29139 * string/_strerror.c (__strerror_r): Print negative errors as signed
29140 numbers.
29141
29142 [BZ #12777]
29143 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
29144 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
29145 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
29146
29147 * configure.in: Fix typo in redirection and correct removal of test
29148 files in two cases.
29149
29150 [BZ #12788]
29151 * locale/setlocale.c (new_composite_name): Fix test to check for
29152 identical name of all categories.
29153
29154 [BZ #12792]
29155 * libio/filedoalloc.c (local_isatty): New function.
29156 (_IO_file_doallocate): Use local_isatty.
29157 * stdio-common/perror.c (perror): In case a new stream is used
29158 forward the stream error.
29159 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
29160 error flag.
29161
29162 2011-05-20 Ulrich Drepper <drepper@gmail.com>
29163
29164 [BZ #11869]
29165 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
29166 alloca.
29167 * include/alloca.h (extend_alloca_account): Define.
29168
29169 [BZ #11857]
29170 * posix/regex.h: Fix comments with documentation of user-accessible
29171 fields after compilation and describe correct free'ing of pattern
29172 after re_compile_pattern.
29173 Patch by Reuben Thomas <rrt@sc3d.org>.
29174
29175 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
29176
29177 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
29178 and -mno-altivec to prevent the compiler from using Altivec and/or
29179 VSX instructions when the corresponding registers are not available.
29180
29181 2011-05-19 Andreas Schwab <schwab@redhat.com>
29182
29183 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
29184
29185 2011-05-19 Ulrich Drepper <drepper@gmail.com>
29186
29187 * libio/freopen.c (freopen): Use __dup2, not dup2.
29188 * libio/freopen64.c (freopen64): Likewise.
29189
29190 2011-05-17 H.J. Lu <hongjiu.lu@intel.com>
29191
29192 [BZ #12775]
29193 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
29194 * math/Makefile (tests): Add test-powl.
29195 (CFLAGS-test-powl.c): Define.
29196 * math/test-powl.c: New file.
29197
29198 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
29199
29200 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
29201
29202 2011-05-17 Ulrich Drepper <drepper@gmail.com>
29203
29204 [BZ #11837]
29205 * iconvdata/gb18030.c: Update to GB18020-2005.
29206
29207 2011-05-16 Ulrich Drepper <drepper@gmail.com>
29208
29209 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
29210 RE_SYNTAX_POSIX_AWK): Update to match recent development.
29211 Patch by Aharon Robbins <arnold@skeeve.com>.
29212
29213 [BZ #11892]
29214 * stdlib/putenv.c (putenv): Don't always create copy of the variable
29215 on the stack.
29216
29217 [BZ #11895]
29218 * misc/pselect.c (__pselect): Handle timeout value errors hidden
29219 through underflows.
29220
29221 [BZ #12766]
29222 * misc/error.c (error_at_line): Ensure file_name and old_file_name
29223 point to strings before performing equality test for error_one_per_line
29224 mode.
29225
29226 [BZ #11697]
29227 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
29228
29229 [BZ #11820]
29230 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
29231 (struct user_fpregs_struct): Avoid __uint*_t types.
29232
29233 [BZ #6420]
29234 * malloc/mtrace.c (tr_where): Add additional parameter to point to
29235 symbol info. Use it instead of calling _dl_addr locally.
29236 (lock_and_info): New function.
29237 (tr_freehook): Call lock_and_info and pass symbol info as additional
29238 parameter to tr_where.
29239 (tr_mallochook): Likewise.
29240 (tr_reallochook): Likewise.
29241 (tr_memalignhook): Likewise.
29242
29243 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
29244 used and couldn't be at all thread-safe.
29245
29246 2011-05-15 Ulrich Drepper <drepper@gmail.com>
29247
29248 * libio/freopen.c (freopen): Don't close old file descriptor
29249 before the new one is opened. Instead dup the new file descriptor
29250 to the old one after the new stream is created.
29251 * libio/freopen64.c (freopen64): Likewise.
29252 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
29253 * libio/fileops.c (_IO_new_file_close_it): Handle new
29254 _IO_FLAGS2_NOCLOSE flag.
29255 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
29256 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
29257 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
29258 _IO_FLAGS2_NOCLOSE flag.
29259 * include/unistd.h: Add hidden_proto for dup3.
29260 Define __have_dup3.
29261 * io/dup3.c: Define hidden symbol.
29262 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
29263
29264 [BZ #7101]
29265 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
29266 when an incomplete long option is used.
29267 * posix/tst-getopt_long1.c: New file.
29268 * posix/Makefile (tests): Add tst-getopt_long1.
29269
29270 [BZ #10138]
29271 * scripts/config.guess: Update from autoconf-2.68.
29272 * scripts/config.sub: Likewise.
29273
29274 [BZ #10157]
29275 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
29276 tests into ...
29277 (has_cpuclock): ...this. New function.
29278 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
29279 macro here based on has_cpuclock code.
29280
29281 [BZ #10149]
29282 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
29283 First byte (not low byte) is now always NUL.
29284 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
29285
29286 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
29287 Use non-cancelable interfaces.
29288
29289 [BZ #9809]
29290 * locale/iso-639.def: Add entry for Sorani.
29291
29292 [BZ #11901]
29293 * include/stdlib.h: Move include protection to the right place.
29294 Define abort_msg_s. Declare __abort_msg with it.
29295 * stdlib/abort.c (__abort_msg): Adjust type.
29296 * assert/assert.c (__assert_fail_base): New function. Majority
29297 of code from __assert_fail. Allocate memory for __abort_msg with
29298 mmap.
29299 (__assert_fail): Now call __assert_fail_base.
29300 * assert/assert-perr.c: Remove bulk of implementation. Use
29301 __assert_fail_base.
29302 * include/assert.hL Declare __assert_fail_base.
29303 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
29304 mmap.
29305 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
29306
29307 2011-05-14 Ulrich Drepper <drepper@gmail.com>
29308
29309 [BZ #11952]
29310 [BZ #12453]
29311 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
29312 until all modules are registered in the DTV.
29313 * elf/Makefile: Add rules to build and run tst-tls19.
29314 * elf/tst-tls19.c: New file.
29315 * elf/tst-tls19mod1.c: New file.
29316 * elf/tst-tls19mod2.c: New file.
29317 * elf/tst-tls19mod3.c: New file.
29318 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
29319
29320 [BZ #12083]
29321 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
29322 correctly.
29323
29324 [BZ #12601]
29325 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
29326 two-byte sequence errors.
29327 * iconvdata/Makefile (tests): Add bug-iconv8.
29328 * iconvdata/bug-iconv8.c: New file.
29329
29330 [BZ #12626]
29331 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
29332 buf2 definition.
29333
29334 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
29335
29336 [BZ #12432]
29337 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
29338 (dummy_getcfa): New function.
29339 (init): Get _Unwind_GetCFA address, use dummy if not found.
29340 (backtrace_helper): In recursion check, also check whether CFA changes.
29341 (__backtrace): Completely initialize arg.
29342
29343 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
29344 storing incomplete byte sequence in state object. Avoid testing for
29345 guaranteed too small input if we know there is enough data available.
29346
29347 2011-05-11 Andreas Schwab <schwab@redhat.com>
29348
29349 * Makeconfig (+link-pie): Indent.
29350 * Rules (binaries-pie): Define if $(have-fpie) and
29351 $(build-shared).
29352 (binaries-shared): Also filter out $(binaries-pie).
29353 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
29354 * nscd/Makefile (others-pie): Add nscd.
29355 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
29356 ($(objpfx)nscd): Remove command override.
29357 * login/Makefile (others-pie): Add pt_chown.
29358 ($(objpfx)pt_chown): Remove command override.
29359 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
29360 remove command overrides.
29361
29362 2011-05-13 Ulrich Drepper <drepper@gmail.com>
29363
29364 * libio/tst_putwc.c: Fix error messages.
29365
29366 [BZ #12724]
29367 * libio/fileops.c (_IO_new_file_close_it): Always flush when
29368 currently writing and seek to current position when not.
29369 * libio/Makefile (tests): Add bug-fclose1.
29370 * libio/bug-fclose1.c: New file.
29371
29372 2011-05-12 Ulrich Drepper <drepper@gmail.com>
29373
29374 [BZ #12511]
29375 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
29376 don't set DF_1_NODELETE here.
29377 (do_lookup_x): When entering new entry test for copy relocation
29378 and if necessary set DF_1_NODELETE flag.
29379 * elf/tst-unique4.cc: New file.
29380 * elf/tst-unique4.h: New file.
29381 * elf/tst-unique4lib.cc: New file.
29382 * elf/Makefile: Add rules to build and run tst-unique4.
29383 Patch by Piotr Bury <pbury@goahead.com>.
29384
29385 2011-05-11 Ulrich Drepper <drepper@gmail.com>
29386
29387 [BZ #12052]
29388 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
29389
29390 [BZ #12625]
29391 * misc/mntent_r.c (addmntent): Flush the stream after the output
29392
29393 [BZ #12393]
29394 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
29395 (is_trusted_path_normalize): Skip initial colon. Append slash
29396 to empty buffer. Duplicate is_trusted_path code but allow
29397 constructed patch to be prefix.
29398 (is_dst): Allow $ORIGIN followed by /.
29399 (_dl_dst_substitute): Correct clearing of check_for_trusted.
29400 Correct testing of result of is_trusted_path_normalize
29401 (decompose_rpath): Fix warning.
29402
29403 2011-05-10 Ulrich Drepper <drepper@gmail.com>
29404
29405 [BZ #11257]
29406 * grp/initgroups.c (internal_getgrouplist): When we found the service
29407 list through the initgroups entry in nsswitch.conf do not always
29408 continue on a successful lookup. Don't always use the
29409 __nss_group_database value if it is set.
29410 * nss/nsswitch.conf (initgroups): Change action for successful db
29411 lookup to continue for compatibility.
29412
29413 2011-05-09 Ulrich Drepper <drepper@gmail.com>
29414
29415 [BZ #11532]
29416 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
29417 and CP774 modules.
29418 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
29419 and CP774 modules.
29420 * iconvdata/tst-tables.sh: Likewise.
29421 * iconvdata/cp770.c: New file.
29422 * iconvdata/cp771.c: New file.
29423 * iconvdata/cp772.c: New file.
29424 * iconvdata/cp773.c: New file.
29425 * iconvdata/cp774.c: New file.
29426 * iconvdata/testdata/CP770: New file.
29427 * iconvdata/testdata/CP770..UTF8: New file.
29428 * iconvdata/testdata/CP771: New file.
29429 * iconvdata/testdata/CP771..UTF8: New file.
29430 * iconvdata/testdata/CP772: New file.
29431 * iconvdata/testdata/CP772..UTF8: New file.
29432 * iconvdata/testdata/CP773: New file.
29433 * iconvdata/testdata/CP773..UTF8: New file.
29434 * iconvdata/testdata/CP774: New file.
29435 * iconvdata/testdata/CP774..UTF8: New file.
29436
29437 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
29438 END CHARMAP line.
29439 * iconvdata/gen-8bit-gap.sh: Likewise.
29440 * iconvdata/gen-8bit.sh: Likewise.
29441
29442 * locale/iso-639.def: Add ary entry.
29443
29444 [BZ #11258]
29445 * locale/C-translit.h.in: Add U20A1 transliteration.
29446
29447 [BZ #12178]
29448 * locale/iso-639.def: Add wae entry.
29449 Patch by Kevin Bortis <bortis@translate-wae.ch>.
29450
29451 [BZ #12545]
29452 * locale/programs/localedef.c (construct_output_path): Use ssize_t
29453 for n.
29454
29455 [BZ #12711]
29456 * locale/C-translit.h.in: Add entry for U20B9.
29457 Patch by pravin.d.s@gmail.com.
29458
29459 2011-05-08 Ulrich Drepper <drepper@gmail.com>
29460
29461 [BZ #12713]
29462 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
29463 ENAMETOOLONG use generic getcwd.
29464 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
29465 in rtld. Use *stat64.
29466 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
29467 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
29468 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
29469 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
29470 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
29471 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
29472 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
29473 __fstatat64 macros.
29474 * include/dirent.h: Add libc_hidden_proto for rewinddir.
29475 * dirent/rewinddir.c: Add libc_hidden_def.
29476 * sysdeps/mach/hurd/rewinddir.c: Likewise.
29477 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
29478
29479 * include/dirent.h (__alloc_dir): Add flags parameter.
29480 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
29481 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
29482 __alloc_dir.
29483 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
29484 from fdopendir if O_CLOEXEC is already set.
29485
29486 2011-03-15 Alan Modra <amodra@gmail.com>
29487
29488 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
29489 l_tls_firstbyte_offset non-zero. Save padding offset in
29490 l_tls_firstbyte_offset for later use.
29491 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
29492 freeing static tls block.
29493
29494 2011-03-05 Jonathan Nieder <jrnieder@gmail.com>
29495
29496 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
29497 where #ifdef was intended. The intent is to prevent ARG_MAX from
29498 being defined by the kernel headers.
29499
29500 2011-05-07 Ulrich Drepper <drepper@gmail.com>
29501
29502 [BZ #12734]
29503 * resolv/resolv.h: Define RES_NOTLDQUERY.
29504 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
29505 no-tld-query and set RES_NOTLDQUERY.
29506 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
29507 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
29508 modern BIND to search name as TLD unless forbidden.
29509
29510 2011-05-07 Petr Baudis <pasky@suse.cz>
29511 Ulrich Drepper <drepper@gmail.com>
29512
29513 [BZ #12393]
29514 * elf/dl-load.c (fillin_rpath): Move trusted path check...
29515 (is_trusted_path): ...to here.
29516 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
29517 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
29518 using is_trusted_path_normalize() in setuid scripts.
29519
29520 2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
29521
29522 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
29523 __BEGIN/__END_DECLS.
29524
29525 2011-05-06 Ulrich Drepper <drepper@gmail.com>
29526
29527 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
29528 NSS_STATUS_NOTFOUND if no record was found.
29529
29530 2011-05-05 Andreas Schwab <schwab@redhat.com>
29531
29532 * sunrpc/Makefile (headers): Add rpc/netdb.h.
29533 (headers-not-in-tirpc): Remove rpc/netdb.h
29534 * resolv/netdb.h: Revert last change.
29535
29536 2011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
29537
29538 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
29539 circular dependency between libgcc.a and libc.a.
29540
29541 2011-05-05 Andreas Schwab <schwab@redhat.com>
29542
29543 * resolv/netdb.h: Don't include <rpc/netdb.h>.
29544 * nis/Makefile: Don't install rpcsvc/*.
29545 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
29546 instead of <rpc/types.h>.
29547 (MAXHOSTNAMELEN): Define.
29548
29549 2011-05-03 Andreas Schwab <schwab@redhat.com>
29550
29551 * elf/ldconfig.c (add_dir): Don't crash on empty path.
29552
29553 2011-04-28 Maciej Babinski <mbabinski@google.com>
29554
29555 [BZ #12714]
29556 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
29557 gethostbyname4_r when IPv6 results are possible.
29558
29559 2011-05-02 Ulrich Drepper <drepper@gmail.com>
29560
29561 [BZ #12723]
29562 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
29563 _PC_PIPE_BUF handling.
29564
29565 2011-04-30 Bruno Haible <bruno@clisp.org>
29566
29567 [BZ #12717]
29568 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
29569 * resolv/netdb.h (getnameinfo): Change type of flags parameter
29570 to 'int'.
29571 * inet/getnameinfo.c (getnameinfo): Likewise.
29572
29573 2011-04-29 Ulrich Drepper <drepper@gmail.com>
29574
29575 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
29576 to groups setting in database lookup.
29577 * nss/nsswitch.conf: Add initgroups entry.
29578
29579 2011-04-22 Ulrich Drepper <drepper@gmail.com>
29580
29581 [BZ #12685]
29582 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
29583 mode string.
29584 Patch by Eric Blake <eblake@redhat.com>.
29585
29586 2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
29587
29588 * sunrpc/Makefile (need-export-routines): Add svc_run.
29589 (routines): Remove svc_run.
29590 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
29591 * sunrpc/clnt_perr.c (clnt_perrno): Export.
29592 * sunrpc/svc_run.c (svc_run): Likewise.
29593 * sunrpc/svc_udp.c (svcudp_create): Likewise.
29594
29595 2011-04-21 Ulrich Drepper <drepper@gmail.com>
29596
29597 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
29598 problem in reallocation in last patch.
29599
29600 2011-04-20 Ulrich Drepper <drepper@gmail.com>
29601
29602 * sunrpc/Makefile: Move inclusion of Rules.
29603
29604 2011-04-19 Ulrich Drepper <drepper@gmail.com>
29605
29606 * nss/nss_files/files-initgroups.c: New file.
29607 * nss/Makefile (libnss_files-routines): Add files-initgroups.
29608 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
29609 _nss_files_initgroups_dyn.
29610
29611 2011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
29612
29613 * elf/elf.h (R_ARM_IRELATIVE): Define.
29614
29615 2011-04-19 Ulrich Drepper <drepper@gmail.com>
29616
29617 * po/ru.po: Update from translation team.
29618
29619 2011-04-17 Ulrich Drepper <drepper@gmail.com>
29620
29621 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
29622 dependencies.
29623
29624 2011-02-06 Mike Frysinger <vapier@gentoo.org>
29625
29626 [BZ #12653]
29627 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
29628 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
29629 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
29630 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29631 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29632
29633 2011-03-28 Andreas Schwab <schwab@linux-m68k.org>
29634
29635 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
29636 differing bytes.
29637 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29638 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29639 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29640
29641 2011-04-17 Ulrich Drepper <drepper@gmail.com>
29642
29643 [BZ #12420]
29644 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
29645 storing it.
29646 * stdlib/bug-getcontext.c: New file.
29647 * stdlib/Makefile: Add rules to build and run bug-getcontext.
29648
29649 2011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29650
29651 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
29652 instructions into .machine "z9-109".
29653 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
29654 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
29655
29656 2011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29657
29658 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
29659 between environment variables and auxiliary vector.
29660
29661 2011-04-16 Ulrich Drepper <drepper@gmail.com>
29662
29663 * Makefile: Add rules to build linkobj/libc.so.
29664 * include/libc-symbols.h: Define libc_hidden_nolink.
29665 * include/rpc/auth.h: Mark functions which are to be hidden.
29666 * include/rpc/auth_des.h: Likewise.
29667 * include/rpc/auth_unix.h: Likewise.
29668 * include/rpc/clnt.h: Likewise.
29669 * include/rpc/des_crypt.h: Likewise.
29670 * include/rpc/key_prot.h: Likewise.
29671 * include/rpc/pmap_clnt.h: Likewise.
29672 * include/rpc/pmap_prot.h: Likewise.
29673 * include/rpc/pmap_rmt.h: Likewise.
29674 * include/rpc/rpc_msg.h: Likewise.
29675 * include/rpc/svc.h: Likewise.
29676 * include/rpc/svc_auth.h: Likewise.
29677 * include/rpc/xdr.h: Likewise.
29678 * nis/Makefile: Link all DSOs against linkobj/libc.so.
29679 * nss/Makefile: Likewise.
29680 * sunrpc/Makefile: Don't install headers. Build library with normal
29681 entry points. Don't build rpcinfo. Link RPC tests appropriately.
29682 * sunrpc/auth_des.c: Hide exported symbols by default, export some
29683 for the compat linking library. Remove use of INTDEF/INTUSE.
29684 * sunrpc/auth_none.c: Likewise.
29685 * sunrpc/auth_unix.c: Likewise.
29686 * sunrpc/authdes_prot.c: Likewise.
29687 * sunrpc/authuxprot.c: Likewise.
29688 * sunrpc/clnt_gen.c: Likewise.
29689 * sunrpc/clnt_perr.c: Likewise.
29690 * sunrpc/clnt_raw.c: Likewise.
29691 * sunrpc/clnt_simp.c: Likewise.
29692 * sunrpc/clnt_tcp.c: Likewise.
29693 * sunrpc/clnt_udp.c: Likewise.
29694 * sunrpc/clnt_unix.c: Likewise.
29695 * sunrpc/des_crypt.c: Likewise.
29696 * sunrpc/des_soft.c: Likewise.
29697 * sunrpc/get_myaddr.c: Likewise.
29698 * sunrpc/key_call.c: Likewise.
29699 * sunrpc/key_prot.c: Likewise.
29700 * sunrpc/netname.c: Likewise.
29701 * sunrpc/pm_getmaps.c: Likewise.
29702 * sunrpc/pm_getport.c: Likewise.
29703 * sunrpc/pmap_clnt.c: Likewise.
29704 * sunrpc/pmap_prot.c: Likewise.
29705 * sunrpc/pmap_prot2.c: Likewise.
29706 * sunrpc/pmap_rmt.c: Likewise.
29707 * sunrpc/publickey.c: Likewise.
29708 * sunrpc/rpc_cmsg.c: Likewise.
29709 * sunrpc/rpc_common.c: Likewise.
29710 * sunrpc/rpc_dtable.c: Likewise.
29711 * sunrpc/rpc_prot.c: Likewise.
29712 * sunrpc/rpc_thread.c: Likewise.
29713 * sunrpc/rtime.c: Likewise.
29714 * sunrpc/svc.c: Likewise.
29715 * sunrpc/svc_auth.c: Likewise.
29716 * sunrpc/svc_authux.c: Likewise.
29717 * sunrpc/svc_raw.c: Likewise.
29718 * sunrpc/svc_run.c: Likewise.
29719 * sunrpc/svc_simple.c: Likewise.
29720 * sunrpc/svc_tcp.c: Likewise.
29721 * sunrpc/svc_udp.c: Likewise.
29722 * sunrpc/svc_unix.c: Likewise.
29723 * sunrpc/svcauth_des.c: Likewise.
29724 * sunrpc/xcrypt.c: Likewise.
29725 * sunrpc/xdr.c: Likewise.
29726 * sunrpc/xdr_array.c: Likewise.
29727 * sunrpc/xdr_float.c: Likewise.
29728 * sunrpc/xdr_intXX_t.c: Likewise.
29729 * sunrpc/xdr_mem.c: Likewise.
29730 * sunrpc/xdr_rec.c: Likewise.
29731 * sunrpc/xdr_ref.c: Likewise.
29732 * sunrpc/xdr_sizeof.c: Likewise.
29733 * sunrpc/xdr_stdio.c: Likewise.
29734
29735 2011-04-10 Ulrich Drepper <drepper@gmail.com>
29736
29737 [BZ #12650]
29738 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
29739 * sysdeps/ia64/dl-tls.h: Likewise.
29740 * sysdeps/powerpc/dl-tls.h: Likewise.
29741 * sysdeps/s390/dl-tls.h: Likewise.
29742 * sysdeps/sh/dl-tls.h: Likewise.
29743 * sysdeps/sparc/dl-tls.h: Likewise.
29744 * sysdeps/x86_64/dl-tls.h: Likewise.
29745 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
29746
29747 2011-03-14 Andreas Schwab <schwab@redhat.com>
29748
29749 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
29750 rpath element also skip the following colon.
29751 (expand_dynamic_string_token): Add is_path parameter and pass
29752 down to DL_DST_REQUIRED and _dl_dst_substitute.
29753 (decompose_rpath): Call expand_dynamic_string_token with
29754 non-zero is_path. Ignore empty rpaths.
29755 (_dl_map_object_from_fd): Call expand_dynamic_string_token
29756 with zero is_path.
29757
29758 2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
29759
29760 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29761 Make cancelable.
29762
29763 2011-04-09 Ulrich Drepper <drepper@gmail.com>
29764
29765 [BZ #12655]
29766 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
29767 Patch by Filipe David Manana <fdmanana@apache.org>.
29768
29769 2011-04-07 Andreas Schwab <schwab@redhat.com>
29770
29771 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
29772 Maintain aligned stack.
29773 (CHECK_RSP): Remove unused macro.
29774
29775 2011-04-03 Ulrich Drepper <drepper@gmail.com>
29776
29777 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
29778 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
29779
29780 2011-04-02 Ulrich Drepper <drepper@gmail.com>
29781
29782 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
29783
29784 * include/features.h: Mention __USE_XOPEN2K8 in comment.
29785
29786 2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
29787
29788 [BZ #12518]
29789 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
29790 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
29791 * sysdeps/x86_64/memmove.c: New file.
29792 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
29793 (memcpy): Renamed to ...
29794 (__new_memcpy): This.
29795 (memcpy): Provide GLIBC_2_14 memcpy.
29796 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
29797 (memcpy): Provide GLIBC_2_2_5 memcpy.
29798
29799 2011-04-01 Ulrich Drepper <drepper@gmail.com>
29800
29801 [BZ #12631]
29802 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
29803
29804 2011-03-30 Andreas Schwab <schwab@redhat.com>
29805
29806 * misc/syncfs.c: New file.
29807 * misc/Makefile (routines): Add syncfs.
29808 * posix/unistd.h: Declare syncfs.
29809 * sysdeps/unix/syscalls.list: Add syncfs.
29810
29811 2011-04-01 Andreas Schwab <schwab@redhat.com>
29812
29813 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
29814 open_by_handle_at.
29815 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
29816 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
29817 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29818 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
29819 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29820 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
29821 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
29822
29823 2011-04-01 Ulrich Drepper <drepper@gmail.com>
29824
29825 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
29826 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
29827 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
29828 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29829 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
29830 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29831 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
29832
29833 * io/Makefile: Compile fallocate.c, fallocate64.c, and
29834 sync_file_range.c with -fexceptions.
29835 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
29836 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
29837 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
29838 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
29839 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
29840 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29841 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
29842 sync_file_range as cancellation point
29843 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
29844 now a wrapper around __call_sync_file_range with cancellation handling.
29845 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
29846 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
29847 function name to __call_sync_file_range.
29848 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
29849 Add call_sync_file_range.
29850
29851 2011-04-01 Andreas Schwab <schwab@redhat.com>
29852
29853 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29854 bits/timex.h.
29855
29856 2011-04-01 Ulrich Drepper <drepper@gmail.com>
29857
29858 * iconv/iconv.h: Fix typo in comment.
29859 * io/fcntl.h: Likewise.
29860 * libio/stdio.h: Likewise.
29861 * posix/spawn.h: Likewise.
29862 * posix/unistd.h: Likewise.
29863 * stdlib/stdlib.h: Likewise.
29864 * time/time.h: Likewise.
29865 * wcsmbs/wchar.h: Likewise.
29866
29867 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
29868 open_by_handle): Add.
29869 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
29870 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
29871 Augment a few comments.
29872 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
29873 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29874 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
29875 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29876 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
29877 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
29878 open_by_handle.
29879
29880 * io/fcntl.h (AT_EMPTY_PATH): Define.
29881
29882 2011-03-30 Ulrich Drepper <drepper@gmail.com>
29883
29884 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
29885 * sysdeps/unix/sysv/linux/bits/time.h: New file.
29886 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
29887 to...
29888 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
29889 * Versions.def: Add GLIBC_2.14.
29890 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
29891 Export.
29892
29893 2011-03-22 Ulrich Drepper <drepper@gmail.com>
29894
29895 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
29896 round counter.
29897 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
29898
29899 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
29900
29901 [BZ #12597]
29902 * string/test-strncmp.c (do_page_test): New function.
29903 (check2): Likewise.
29904 (test_main): Call check2.
29905 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
29906
29907 2011-03-20 Ulrich Drepper <drepper@gmail.com>
29908
29909 [BZ #12587]
29910 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
29911 Handle cache information in CPU leaf 4.
29912 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
29913
29914 2011-03-18 Ulrich Drepper <drepper@gmail.com>
29915
29916 [BZ #12583]
29917 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
29918 character representation.
29919 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
29920
29921 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
29922
29923 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
29924 END(__isnan) to END(__isnanf) to match function entry point/label
29925 EALIGN(__isnanf,...).
29926
29927 2011-03-10 Jakub Jelinek <jakub@redhat.com>
29928
29929 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
29930
29931 2011-03-10 Ulrich Drepper <drepper@gmail.com>
29932
29933 [BZ #12510]
29934 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
29935 copy from the symbol referenced in the relocation to initialize the
29936 used variable.
29937 Patch by Piotr Bury <pbury@goahead.com>.
29938 * elf/Makefile: Add rules to build and tst-unique3.
29939 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
29940 * elf/tst-unique3.cc: New file.
29941 * elf/tst-unique3.h: New file.
29942 * elf/tst-unique3lib.cc: New file.
29943 * elf/tst-unique3lib2.cc: New file.
29944
29945 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
29946
29947 2011-03-10 Mike Frysinger <vapier@gentoo.org>
29948
29949 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
29950 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
29951 to _start.
29952
29953 2011-03-06 Ulrich Drepper <drepper@gmail.com>
29954
29955 * elf/dl-load.c (_dl_map_object): If we are looking for the first
29956 to-be-loaded object along a path to loader is ld.so.
29957
29958 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
29959 Ulrich Drepper <drepper@gmail.com>
29960
29961 * sysdeps/x86_64/memset.S: After aligning destination, code
29962 branches to different locations depending on the value of
29963 misalignment, when multiarch is enabled. Fix this.
29964
29965 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
29966
29967 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
29968 Set _x86_64_preferred_memory_instruction for AMD processsors.
29969 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29970 Set bit_Prefer_SSE_for_memop for AMD processors.
29971
29972 2011-03-04 Ulrich Drepper <drepper@gmail.com>
29973
29974 * libio/fmemopen.c (fmemopen): Optimize a bit.
29975
29976 2011-03-03 Andreas Schwab <schwab@redhat.com>
29977
29978 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
29979
29980 2011-03-03 Roland McGrath <roland@redhat.com>
29981
29982 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
29983
29984 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
29985
29986 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
29987 __bzero_ultra1 instead of __memset_ultra1.
29988
29989 2011-02-23 Andreas Schwab <schwab@redhat.com>
29990 Ulrich Drepper <drepper@gmail.com>
29991
29992 [BZ #12509]
29993 * include/link.h (struct link_map): Add l_orig_initfini.
29994 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
29995 returning unsuccessfully.
29996 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
29997 close of a file loaded at startup, restore the original l_initfini
29998 list.
29999 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
30000 list, store the pointer.
30001 * elf/Makefile ($(objpfx)noload-mem): New rule.
30002 (noload-ENV): Define.
30003 (tests): Add $(objpfx)noload-mem.
30004 * elf/noload.c: Include <memcheck.h>.
30005 (main): Call mtrace. Close all opened handles.
30006
30007 2011-02-17 Andreas Schwab <schwab@redhat.com>
30008
30009 [BZ #12454]
30010 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
30011 dependencies are missing.
30012
30013 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
30014
30015 Fix __if_freereq crash: Unlike the generic version which uses free,
30016 Hurd needs munmap.
30017 * sysdeps/mach/hurd/ifreq.h: New file.
30018
30019 2011-01-27 Petr Baudis <pasky@suse.cz>
30020 Ulrich Drepper <drepper@gmail.com>
30021
30022 [BZ 12445]#
30023 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
30024 to extend_alloca().
30025 * stdio-common/bug23.c: New file.
30026 * stdio-common/Makefile (tests): Add bug23.
30027
30028 2010-09-28 Andreas Schwab <schwab@redhat.com>
30029 Ulrich Drepper <drepper@gmail.com>
30030
30031 [BZ #12489]
30032 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
30033 before performing relro protection. At old place add assertion
30034 to make sure nothing changed.
30035
30036 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
30037 Glauber de Oliveira Costa <glommer@gmail.com>
30038
30039 * elf/elf.h: Add new ARM TLS relocs.
30040
30041 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
30042
30043 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
30044 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
30045 cast from r3.
30046 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
30047 'tests' variable.
30048 * sysdeps/wordsize-64/tst-writev.c: New file.
30049
30050 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
30051
30052 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
30053 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
30054 insns in _dl_start to prevent a TOC reference before relocs are
30055 resolved.
30056
30057 2011-02-15 Ulrich Drepper <drepper@gmail.com>
30058
30059 [BZ #12469]
30060 * Makeconfig: Remove RANLIB definition.
30061 * Makerules: Don't use RANLIB.
30062 * aclocal.m4: Remove ranlib test.
30063 * configure.in: No need to check for ranlib.
30064 * elf/rtld-Rules: Don't use RANLIB.
30065
30066 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
30067
30068 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
30069 protection macro.
30070 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
30071 inclusion protection macro.
30072
30073 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
30074 SIGRTMIN and SIGRTMAX and print information in that case only when
30075 SIGRTMIN is defined.
30076
30077 2011-02-11 Jakub Jelinek <jakub@redhat.com>
30078
30079 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
30080 arginfo fn returning -1.
30081
30082 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
30083 and thousands string is zero terminated.
30084
30085 2011-02-03 Andreas Schwab <schwab@redhat.com>
30086
30087 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
30088 sysdeps/unix/sysv/linux/bits/socket.h.
30089
30090 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
30091
30092 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
30093 (__CPU_COUNT): Remove old macros.
30094 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
30095 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
30096 (__CPU_ALLOC, __CPU_FREE): Add macros.
30097 (__sched_cpualloc, __sched_cpufree): Add declarations.
30098
30099 2011-02-05 Ulrich Drepper <drepper@gmail.com>
30100
30101 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
30102 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
30103 * nscd/aicache.c (addhstaiX): Return timeout of added value.
30104 (readdhstai): Return value of addhstaiX call.
30105 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
30106 (addgrbyX): Return value returned by cache_addgr.
30107 (readdgrbyname): Return value returned by addgrbyX.
30108 (readdgrbygid): Likewise.
30109 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
30110 (addpwbyX): Return value returned by cache_addpw.
30111 (readdpwbyname): Return value returned by addhstbyX.
30112 (readdpwbyuid): Likewise.
30113 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
30114 (addservbyX): Return value returned by cache_addserv.
30115 (readdservbyname): Return value returned by addservbyX:
30116 (readdservbyport): Likewise.
30117 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
30118 (addhstbyX): Return value returned by cache_addhst.
30119 (readdhstbyname): Return value returned by addhstbyX.
30120 (readdhstbyaddr): Likewise.
30121 (readdhstbynamev6): Likewise.
30122 (readdhstbyaddrv6): Likewise.
30123 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
30124 (readdinitgroups): Return value returned by addinitgroupsX.
30125 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
30126 (prune_cache): Keep track of timeout value of re-added entries.
30127 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
30128 * nscd/nscd.h: Adjust prototypes of readd* functions.
30129
30130 2011-02-04 Roland McGrath <roland@redhat.com>
30131
30132 * nis/nis_server.c (nis_servstate): Use the right name for 0.
30133 (nis_stats): Likewise.
30134 * nis/nis_modify.c (nis_modify): Likewise.
30135 * nis/nis_remove.c (nis_remove): Likewise.
30136 * nis/nis_add.c (nis_add): Likewise.
30137
30138 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
30139
30140 * posix/fnmatch_loop.c: Add some consts.
30141
30142 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
30143
30144 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
30145
30146 [BZ #12460]
30147 * config.make.in (config-cflags-novzeroupper): Define.
30148 * configure.in: Substitute libc_cv_cc_novzeroupper.
30149 * elf/Makefile (AVX-CFLAGS): Define.
30150 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
30151 (CFLAGS-tst-auditmod4a.c): Likewise.
30152 (CFLAGS-tst-auditmod4b.c): Likewise.
30153 (CFLAGS-tst-auditmod6b.c): Likewise.
30154 (CFLAGS-tst-auditmod6c.c): Likewise.
30155 (CFLAGS-tst-auditmod7b.c): Likewise.
30156 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
30157
30158 2011-02-02 Ulrich Drepper <drepper@gmail.com>
30159
30160 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
30161 function to the callback.
30162 Patch partly by Jiri Olsa <jolsa@redhat.com>.
30163
30164 2011-02-02 Andreas Schwab <schwab@redhat.com>
30165
30166 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
30167 of errno.
30168
30169 2011-01-19 Ulrich Drepper <drepper@gmail.com>
30170
30171 [BZ #11724]
30172 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
30173 of constructors.
30174 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
30175 of destructors.
30176 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
30177
30178 [BZ #11724]
30179 * elf/Makefile: Add rules to build and run new test.
30180 * elf/tst-initorder.c: New file.
30181 * elf/tst-initorder.exp: New file.
30182 * elf/tst-initordera1.c: New file.
30183 * elf/tst-initordera2.c: New file.
30184 * elf/tst-initordera3.c: New file.
30185 * elf/tst-initordera4.c: New file.
30186 * elf/tst-initorderb1.c: New file.
30187 * elf/tst-initorderb2.c: New file.
30188 * elf/tst-order-a1.c: New file.
30189 * elf/tst-order-a2.c: New file.
30190 * elf/tst-order-a3.c: New file.
30191 * elf/tst-order-a4.c: New file.
30192 * elf/tst-order-b1.c: New file.
30193 * elf/tst-order-b2.c: New file.
30194 * elf/tst-order-main.c: New file.
30195 New test case by George Gensure <werkt0@gmail.com>.
30196
30197 2010-10-01 Andreas Schwab <schwab@redhat.com>
30198
30199 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
30200 decoding ACE if AI_CANONIDN.
30201
30202 2011-01-18 Ulrich Drepper <drepper@gmail.com>
30203
30204 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
30205
30206 2011-01-17 Ulrich Drepper <drepper@gmail.com>
30207
30208 * version.h (RELEASE): Bump for 2.13 release.
30209 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
30210
30211 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
30212
30213 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
30214 MADV_NOHUGEPAGE.
30215 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
30216 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30217 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30218 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
30219 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30220 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
30221
30222 * posix/getconf.c: Update copyright year.
30223 * catgets/gencat.c: Likewise.
30224 * csu/version.c: Likewise.
30225 * debug/catchsegv.sh: Likewise.
30226 * debug/xtrace.sh: Likewise.
30227 * elf/ldconfig.c: Likewise.
30228 * elf/ldd.bash.in: Likewise.
30229 * elf/sprof.c (print_version): Likewise.
30230 * iconv/iconv_prog.c: Likewise.
30231 * iconv/iconvconfig.c: Likewise.
30232 * locale/programs/locale.c: Likewise.
30233 * locale/programs/localedef.c: Likewise.
30234 * malloc/memusage.sh: Likewise.
30235 * malloc/mtrace.pl: Likewise.
30236 * nscd/nscd.c (print_version): Likewise.
30237 * nss/getent.c: Likewise.
30238
30239 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
30240 PF_CAIF, and PF_ALG.
30241 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
30242
30243 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
30244
30245 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
30246 (modules-names): Use them.
30247 (ifunc-test-modules, ifunc-pie-tests): Define.
30248 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
30249 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
30250 (test-extras): Likewise.
30251 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
30252 $(compile-command.c).
30253 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
30254 (all-built-dso): Define.
30255 (check-textrel.out, check-execstack.out): Depend on it.
30256
30257 * configure.in: Don't override --enable-multi-arch.
30258
30259 2011-01-15 Ulrich Drepper <drepper@gmail.com>
30260
30261 [BZ #6812]
30262 * nscd/hstcache.c (tryagain): Define.
30263 (cache_addhst): Return tryagain not notfound for temporary errors.
30264 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
30265 failed.
30266
30267 2011-01-14 Ulrich Drepper <drepper@gmail.com>
30268
30269 [BZ #10563]
30270 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
30271 to make the syscall.
30272 * sysdeps/unix/sysv/linux/setgroups.c: New file.
30273
30274 [BZ #12378]
30275 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
30276 and fall back to matching as normal character if the string ends before
30277 the matching ']' is found. This is what POSIX requires.
30278 * posix/testfnm.c: Adjust test result.
30279 * posix/globtest.sh: Adjust test result. Add new test.
30280 * posix/tst-fnmatch.input: Likewise.
30281 * posix/tst-fnmatch2.c: Add new test.
30282
30283 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
30284
30285 * elf/Makefile (check-execstack): Revert last change. Depend on
30286 check-execstack.h.
30287 (check-execstack.h): New target.
30288 (generated): Add check-execstack.h.
30289 * elf/check-execstack.c: Include "check-execstack.h".
30290 (main): Revert last change.
30291 (handle_file): Return zero if GNU_STACK is absent and
30292 DEFAULT_STACK_PERMS doesn't include PF_X.
30293
30294 2011-01-13 Ulrich Drepper <drepper@gmail.com>
30295
30296 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
30297 in child fails because the descriptor is already closed.
30298 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
30299 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
30300 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
30301
30302 [BZ #12397]
30303 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
30304 syscall.
30305
30306 [BZ #10484]
30307 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
30308 temporary buffer used to handle multi lookups locally.
30309 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
30310
30311 2011-01-12 Ulrich Drepper <drepper@gmail.com>
30312
30313 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
30314 loader is ld.so.
30315
30316 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
30317
30318 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
30319 alignment for SSE2.
30320
30321 2011-01-12 Ulrich Drepper <drepper@gmail.com>
30322
30323 [BZ #12394]
30324 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
30325 characters. When rounding increased number of integer digits recompute
30326 number of groups.
30327 * stdio-common/tst-grouping.c: New file.
30328 * stdio-common/Makefile: Add rules to build and run tst-grouping.
30329
30330 2011-01-09 Ulrich Drepper <drepper@gmail.com>
30331
30332 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
30333 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
30334
30335 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
30336 void.
30337 * bits/select.h: Likewise.
30338
30339 2011-01-08 Ulrich Drepper <drepper@gmail.com>
30340
30341 * po/ja.po: Update from translation team.
30342
30343 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
30344
30345 [BZ #11155]
30346 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
30347 implementation just like for lxstat, fxstatat, et al.
30348
30349 2010-12-27 Jim Meyering <meyering@redhat.com>
30350
30351 [BZ #12348]
30352 * posix/regexec.c (build_trtable): Return failure indication upon
30353 calloc failure. Otherwise, re_search_internal could infloop on OOM.
30354
30355 2010-12-25 Ulrich Drepper <drepper@gmail.com>
30356
30357 [BZ #12201]
30358 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
30359 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
30360 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
30361 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
30362
30363 [BZ #12207]
30364 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
30365
30366 [BZ #12204]
30367 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
30368 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
30369
30370 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
30371
30372 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
30373 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
30374 script has SORT_BY_INIT_PRIORITY.
30375 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
30376 NO_CTORS_DTORS_SECTIONS is defined.
30377 * elf/soinit.c: Likewise.
30378 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
30379 NO_CTORS_DTORS_SECTIONS is defined.
30380 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
30381 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
30382 * sysdeps/sh/init-first.c: Likewise.
30383 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
30384
30385 2010-12-24 Ulrich Drepper <drepper@gmail.com>
30386
30387 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
30388 always use the slow path.
30389
30390 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
30391
30392 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
30393 similar rule which adds the sysdep directories to the header search in
30394 order to pick up the correct platform stackinfo.h.
30395 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
30396 perform test if it is, otherwise return successfully without testing.
30397 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
30398 DEFAULT_STACK_PERMS define in stackinfo.h.
30399 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
30400 defined in stackinfo.h.
30401 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
30402 DEFAULT_STACK_PERMS defined in stackinfo.h.
30403 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
30404 * sysdeps/ia64/stackinfo.h: Likewise.
30405 * sysdeps/s390/stackinfo.h: Likewise.
30406 * sysdeps/sh/stackinfo.h: Likewise.
30407 * sysdeps/sparc/stackinfo.h: Likewise.
30408 * sysdeps/x86_64/stackinfo.h: Likewise.
30409 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
30410 PF_X for powerpc64. Retain PF_X for powerpc32.
30411
30412 2010-12-19 Ulrich Drepper <drepper@gmail.com>
30413
30414 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
30415 accurately.
30416 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
30417 GETDENTS_64BIT_ALIGNED.
30418
30419 2010-12-14 Ulrich Drepper <dreper@gmail.com>
30420
30421 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
30422
30423 2010-12-10 Andreas Schwab <schwab@redhat.com>
30424
30425 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
30426 _GNU_SOURCE.
30427
30428 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
30429 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
30430 Remove __restrict.
30431 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
30432 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
30433
30434 2010-12-09 Ulrich Drepper <drepper@gmail.com>
30435
30436 [BZ #11655]
30437 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
30438 are initialized.
30439
30440 2010-12-09 Jakub Jelinek <jakub@redhat.com>
30441
30442 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
30443
30444 2010-12-03 Ulrich Drepper <drepper@gmail.com>
30445
30446 * po/it.po: Update from translation team.
30447
30448 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
30449
30450 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
30451 unused codes.
30452
30453 2010-11-30 Ulrich Drepper <drepper@gmail.com>
30454
30455 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
30456
30457 2010-11-24 Andreas Schwab <schwab@redhat.com>
30458
30459 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
30460 specially.
30461 (gaih_getanswer_slice): Likewise.
30462
30463 2010-10-20 Jakub Jelinek <jakub@redhat.com>
30464
30465 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
30466
30467 2010-05-31 Petr Baudis <pasky@suse.cz>
30468
30469 [BZ #11149]
30470 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
30471 silently even in the chroot mode.
30472
30473 2010-11-22 Ulrich Drepper <drepper@gmail.com>
30474
30475 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
30476 last patch a bit. Pretty printing
30477
30478 2010-05-31 Petr Baudis <pasky@suse.cz>
30479
30480 [BZ #10085]
30481 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
30482 initialization of skip_initgroups_dyn.
30483
30484 2010-11-19 Ulrich Drepper <drepper@gmail.com>
30485
30486 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
30487 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
30488
30489 2010-11-16 Ulrich Drepper <drepper@gmail.com>
30490
30491 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
30492
30493 2010-11-11 Andreas Schwab <schwab@redhat.com>
30494
30495 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
30496 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
30497 (tst-fnmatch-ENV): Set MALLOC_TRACE.
30498 ($(objpfx)tst-fnmatch-mem): New rule.
30499 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
30500 * posix/tst-fnmatch.c (main): Call mtrace.
30501
30502 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
30503
30504 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30505 Support Intel processor model 6 and model 0x2c.
30506
30507 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
30508
30509 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
30510 signed comparison.
30511
30512 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
30513
30514 [BZ #12205]
30515 * string/test-strncasecmp.c (check_result): New function.
30516 (do_one_test): Use it.
30517 (check1): New function.
30518 (test_main): Use it.
30519 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
30520 Support strcasecmp and strncasecmp.
30521
30522 2010-11-08 Ulrich Drepper <drepper@gmail.com>
30523
30524 [BZ #12194]
30525 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
30526 * sysdeps/x86_64/bits/byteswap.h: Likewise.
30527
30528 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
30529
30530 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
30531 IFUNC support.
30532 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
30533 memset-x86-64.
30534 * sysdeps/x86_64/multiarch/bzero.S: New file.
30535 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
30536 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
30537 * sysdeps/x86_64/multiarch/memset.S: New file.
30538 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
30539 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30540 Set bit_Prefer_SSE_for_memop for Intel processors.
30541 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
30542 Define.
30543 (index_Prefer_SSE_for_memop): Define.
30544 (HAS_PREFER_SSE_FOR_MEMOP): Define.
30545
30546 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
30547
30548 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
30549 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
30550
30551 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
30552
30553 [BZ #12191]
30554 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
30555 (__x86_64_raw_data_cache_size_half): Likewise.
30556 (__x86_64_raw_shared_cache_size): Likewise.
30557 (__x86_64_raw_shared_cache_size_half): Likewise.
30558
30559 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
30560 (__x86_64_raw_data_cache_size_half): Likewise.
30561 (__x86_64_raw_shared_cache_size): Likewise.
30562 (__x86_64_raw_shared_cache_size_half): Likewise.
30563 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
30564 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
30565 and __x86_64_raw_shared_cache_size_half. Round
30566 __x86_64_data_cache_size_half, __x86_64_data_cache_size
30567 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
30568 to multiple of 256 bytes.
30569
30570 2010-11-03 Ulrich Drepper <drepper@gmail.com>
30571
30572 [BZ #12167]
30573 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
30574 of inacessible symlinks. Verify result of symlink before returning it.
30575 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
30576 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
30577
30578 2010-10-28 Erich Ritz <erichritz@gmail.com>
30579
30580 * math/math.h (isinf): Fix typo in comment.
30581
30582 2010-11-01 Ulrich Drepper <drepper@gmail.com>
30583
30584 * po/da.po: Update from translation team.
30585
30586 2010-10-26 Ulrich Drepper <drepper@gmail.com>
30587
30588 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
30589 is added to the list.
30590
30591 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30592 Ulrich Drepper <drepper@gmail.com>
30593
30594 * elf/dl-object.c (_dl_new_object): Don't append the new object to
30595 the global list here. Move code to...
30596 (_dl_add_to_namespace_list): ...here. New function.
30597 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
30598 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
30599 * elf/dl-load.c (lose): Don't remove the element from the list.
30600 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
30601 (_dl_map_object): Likewise.
30602
30603 2010-10-25 Ulrich Drepper <drepper@gmail.com>
30604
30605 [BZ #12159]
30606 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
30607 into all bytes of SSE register.
30608 Patch by Richard Li <richardpku@gmail.com>.
30609
30610 2010-10-24 Ulrich Drepper <drepper@gmail.com>
30611
30612 [BZ #12140]
30613 * malloc/malloc.c (_int_free): Fill correct number of bytes when
30614 perturbing.
30615
30616 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
30617
30618 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
30619 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
30620 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
30621 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
30622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
30623 submachine.
30624 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
30625
30626 2010-10-22 Andreas Schwab <schwab@redhat.com>
30627
30628 * include/dlfcn.h (__RTLD_SECURE): Define.
30629 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
30630 mode & __RTLD_SECURE instead.
30631 (open_path): Rename preloaded parameter to secure.
30632 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
30633 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
30634 * elf/dl-deps.c (openaux): Likewise.
30635 * elf/rtld.c (struct map_args): Remove is_preloaded.
30636 (map_doit): Don't use it.
30637 (dl_main): Likewise.
30638 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
30639 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
30640
30641 2010-09-09 Andreas Schwab <schwab@redhat.com>
30642
30643 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
30644 (sysd-rules-targets): Remove duplicates.
30645 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
30646 rtld-%.$o dependency.
30647
30648 2010-10-18 Andreas Schwab <schwab@redhat.com>
30649
30650 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
30651 _dl_map_object do it.
30652
30653 2010-10-19 Ulrich Drepper <drepper@gmail.com>
30654
30655 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
30656 fast fma builtins, define the macros in the C99 standard.
30657 (FP_FAST_FMAF): Likewise.
30658 (FP_FAST_FMAL): Likewise.
30659 * sysdeps/x86_64/bits/mathdef.h: Likewise.
30660
30661 * bits/mathdef.h: Update copyright year.
30662 * sysdeps/powerpc/bits/mathdef.h: Likewise.
30663
30664 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
30665
30666 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
30667 builtins, define the macros in the C99 standard.
30668 (FP_FAST_FMAF): Likewise.
30669 (FP_FAST_FMAL): Likewise.
30670 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
30671 multiply/add.
30672 (FP_FAST_FMAF): Likewise.
30673
30674 2010-10-15 Jakub Jelinek <jakub@redhat.com>
30675
30676 [BZ #3268]
30677 * math/libm-test.inc (fma_test): Some new testcases.
30678 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
30679 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
30680 y and infinite z. Do multiplication by C already in long double.
30681 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
30682 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
30683 y and infinite z. Do bitwise or of inexact bit into u.d.
30684 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
30685 * sysdeps/i386/fpu/s_fmaf.S: Removed.
30686 * sysdeps/i386/fpu/s_fma.S: Removed.
30687 * sysdeps/i386/fpu/s_fmal.S: Removed.
30688
30689 2010-10-16 Jakub Jelinek <jakub@redhat.com>
30690
30691 [BZ #3268]
30692 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
30693 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
30694 computation is not scheduled after fetestexcept. Fix value
30695 of minimum denormal long double.
30696
30697 2010-10-14 Jakub Jelinek <jakub@redhat.com>
30698
30699 [BZ #3268]
30700 * math/libm-test.inc (fma_test): Add some more tests.
30701 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
30702 correctly.
30703
30704 2010-10-15 Andreas Schwab <schwab@redhat.com>
30705
30706 * scripts/data/localplt-s390-linux-gnu.data: New file.
30707 * scripts/data/localplt-s390x-linux-gnu.data: New file.
30708
30709 2010-10-13 Jakub Jelinek <jakub@redhat.com>
30710
30711 [BZ #3268]
30712 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
30713 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
30714 instead of dbl-64.
30715 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
30716 inlines.
30717 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
30718 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
30719 if one of x and y is very large and the other is subnormal.
30720 * sysdeps/s390/fpu/s_fmaf.c: New file.
30721 * sysdeps/s390/fpu/s_fma.c: New file.
30722 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
30723 * sysdeps/powerpc/fpu/s_fma.S: New file.
30724 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
30725 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
30726 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
30727
30728 2010-10-12 Jakub Jelinek <jakub@redhat.com>
30729
30730 [BZ #3268]
30731 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
30732 fma tests.
30733 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
30734 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
30735 * sysdeps/i386/i686/multiarch/s_fma.c: Include
30736 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
30737 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
30738 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
30739 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
30740
30741 2010-10-12 Ulrich Drepper <drepper@redhat.com>
30742
30743 [BZ #12078]
30744 * posix/regcomp.c (parse_branch): One more memory leak plugged.
30745 * posix/bug-regex31.input: Add test case.
30746
30747 2010-10-11 Ulrich Drepper <drepper@gmail.com>
30748
30749 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
30750 * posix/bug-regex31.input: New file.
30751
30752 [BZ #12078]
30753 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
30754 (parse_sub_exp): Fix last change, use postorder.
30755
30756 * posix/bug-regex31.c: New file.
30757 * posix/Makefile: Add rules to build and run bug-regex31.
30758
30759 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
30760
30761 [BZ #12078]
30762 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
30763
30764 [BZ #12108]
30765 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
30766 to have entries in sys_siglist.
30767
30768 [BZ #12093]
30769 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
30770 be NULL.
30771
30772 2010-10-07 Jakub Jelinek <jakub@redhat.com>
30773
30774 [BZ #3268]
30775 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
30776 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
30777 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
30778 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
30779 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
30780 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
30781 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
30782 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
30783 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
30784 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
30785 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
30786 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
30787 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
30788 * math/ftestexcept.c (fetestexcept): Likewise.
30789 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
30790 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
30791 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
30792 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
30793 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
30794 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
30795 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
30796
30797 2010-10-11 Ulrich Drepper <drepper@gmail.com>
30798
30799 [BZ #12107]
30800 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
30801 newline.
30802
30803 2010-10-06 Ulrich Drepper <drepper@gmail.com>
30804
30805 * string/bug-strstr1.c: New file.
30806 * string/Makefile: Add rules to build and run bug-strstr1.
30807
30808 2010-10-05 Eric Blake <eblake@redhat.com>
30809
30810 [BZ #12092]
30811 * string/str-two-way.h (two_way_long_needle): Always clear memory
30812 when skipping input due to the shift table.
30813
30814 2010-10-03 Ulrich Drepper <drepper@gmail.com>
30815
30816 [BZ #12005]
30817 * malloc/mcheck.c: Handle large requests.
30818
30819 [BZ #12077]
30820 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
30821 for strncmp and strncasecmp.
30822 * string/stratcliff.c: Add tests for strcmp and strncmp.
30823 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
30824
30825 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30826
30827 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
30828 __set_fpscr.
30829
30830 2010-09-30 Andreas Jaeger <aj@suse.de>
30831
30832 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
30833 (CGROUP_SUPER_MAGIC): Define.
30834 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30835 Handle btrfs and cgroup file systems.
30836 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30837 Likewise.
30838
30839 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
30840
30841 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
30842 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
30843
30844 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30845
30846 [BZ #12067]
30847 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
30848 trying to locate the ELF header.
30849
30850 2010-09-27 Andreas Schwab <schwab@redhat.com>
30851
30852 [BZ #11611]
30853 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
30854 Mask out sign-bit copies when constructing f_fsid.
30855
30856 2010-09-24 Petr Baudis <pasky@suse.cz>
30857
30858 * debug/stack_chk_fail_local.c: Add missing licence exception.
30859 * debug/warning-nop.c: Likewise.
30860
30861 2010-09-15 Joseph Myers <joseph@codesourcery.com>
30862
30863 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
30864 implementing getdents64 using getdents syscall, set d_type if
30865 __ASSUME_GETDENTS32_D_TYPE.
30866
30867 2010-09-16 Andreas Schwab <schwab@redhat.com>
30868
30869 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
30870 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
30871
30872 2010-09-21 Ulrich Drepper <drepper@redhat.com>
30873
30874 [BZ #12037]
30875 * posix/unistd.h: Undo change of feature selection for ftruncate from
30876 2010-01-11.
30877
30878 2010-09-20 Ulrich Drepper <drepper@redhat.com>
30879
30880 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
30881 detection.
30882
30883 2010-09-20 Andreas Schwab <schwab@redhat.com>
30884
30885 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
30886 fanotify_mark.
30887 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
30888
30889 2010-09-14 Andreas Schwab <schwab@redhat.com>
30890
30891 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
30892 variables after CHECK_SP call.
30893 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
30894
30895 2010-09-13 Andreas Schwab <schwab@redhat.com>
30896 Ulrich Drepper <drepper@redhat.com>
30897
30898 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
30899 re-relocationg ld.so.
30900 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
30901 _dl_init_paths call.
30902 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
30903 here anymore.
30904
30905 2010-09-14 Ulrich Drepper <drepper@redhat.com>
30906
30907 * resolv/res_init.c (__res_vinit): Count the default server we added.
30908
30909 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
30910 Ulrich Drepper <drepper@redhat.com>
30911
30912 [BZ #11968]
30913 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
30914 (____longjmp_chk): Use %ebx for saving value across system call.
30915 Add unwind info.
30916
30917 2010-09-06 Andreas Schwab <schwab@redhat.com>
30918
30919 * manual/Makefile: Don't mix pattern rules with normal rules.
30920
30921 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
30922
30923 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
30924 operation.
30925 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
30926 * libio/iofopncook.c (_IO_cookie_init): Likewise.
30927 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
30928 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
30929 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
30930 Likewise.
30931
30932 2010-09-04 Ulrich Drepper <drepper@redhat.com>
30933
30934 [BZ #11979]
30935 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
30936 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
30937
30938 2010-09-02 Ulrich Drepper <drepper@redhat.com>
30939
30940 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
30941 * sysdeps/x86_64/addmul_1.S: Likewise.
30942 * sysdeps/x86_64/lshift.S: Likewise.
30943 * sysdeps/x86_64/mul_1.S: Likewise.
30944 * sysdeps/x86_64/rshift.S: Likewise.
30945 * sysdeps/x86_64/sub_n.S: Likewise.
30946 * sysdeps/x86_64/submul_1.S: Likewise.
30947
30948 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
30949
30950 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
30951 Define __sched_param instead of SCHED_* and sched_param when
30952 <bits/sched.h> is included with __need_schedparam defined.
30953 * bits/sched.h [__need_schedparam]
30954 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
30955 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
30956 (__defined_schedparam): Define to 1.
30957 (__sched_param): New structure, identical to sched_param.
30958 (__need_schedparam): Undefine.
30959
30960 2010-08-31 Mike Frysinger <vapier@gentoo.org>
30961
30962 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
30963 (epoll_create1): Declare.
30964
30965 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
30966
30967 2010-08-31 Andreas Schwab <schwab@redhat.com>
30968
30969 [BZ #7066]
30970 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
30971 shifting retval into place.
30972
30973 2010-09-01 Ulrich Drepper <drepper@redhat.com>
30974
30975 * nis/rpcsvc/nis.h: Update copyright notice.
30976 * nis/rpcsvc/nis.x: Likewise.
30977 * nis/rpcsvc/nis_callback.h: Likewise.
30978 * nis/rpcsvc/nis_callback.x: Likewise.
30979 * nis/rpcsvc/nis_object.x: Likewise.
30980 * nis/rpcsvc/nis_tags.h: Likewise.
30981 * nis/rpcsvc/yp.h: Likewise.
30982 * nis/rpcsvc/yp.x: Likewise.
30983 * nis/rpcsvc/ypupd.h: Likewise.
30984 * nis/yp_xdr.c: Likewise.
30985 * nis/ypupdate_xdr.c: Likewise.
30986
30987 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
30988 mainly the body of pmap_getport. Add parameters to specify timeouts.
30989 (pmap_getport): Use __libc_rpc_getport.
30990 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
30991 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
30992 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
30993
30994 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
30995
30996 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
30997 fanotify_mark.
30998
30999 2010-08-27 Roland McGrath <roland@redhat.com>
31000
31001 * sysdeps/i386/i686/multiarch/Makefile
31002 (CFLAGS-varshift.c): New variable.
31003
31004 2010-08-27 Ulrich Drepper <drepper@redhat.com>
31005
31006 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
31007 * sysdeps/i386/i686/multiarch/varshift.c: New file.
31008
31009 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
31010
31011 * sysdeps/x86_64/strlen.S: Minimal code improvement.
31012
31013 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
31014
31015 * sysdeps/x86_64/strlen.S: Unroll the loop.
31016 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31017 strlen-sse2 strlen-sse2-bsf.
31018 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
31019 __strlen_no_bsf if bit_Slow_BSF is set.
31020 (__strlen_sse42): Removed.
31021 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
31022 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
31023
31024 2010-08-25 Roland McGrath <roland@redhat.com>
31025
31026 * sysdeps/x86_64/multiarch/varshift.S: File removed.
31027 * sysdeps/x86_64/multiarch/varshift.c: New file.
31028 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
31029 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
31030 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
31031 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31032
31033 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
31034
31035 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31036 strlen-sse2 strlen-sse2-bsf.
31037 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
31038 __strlen_sse2_bsf if bit_Slow_BSF is unset.
31039 (__strlen_sse2): Removed.
31040 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
31041 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
31042 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
31043 bit_Slow_BSF for Atom.
31044 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
31045 (index_Slow_BSF): Define.
31046 (HAS_SLOW_BSF): Define.
31047
31048 2010-08-25 Ulrich Drepper <drepper@redhat.com>
31049
31050 [BZ #10851]
31051 * resolv/res_init.c (__res_vinit): When no server address at all
31052 is given default to loopback.
31053
31054 2010-08-24 Roland McGrath <roland@redhat.com>
31055
31056 * configure.in: Remove config-name.h generation.
31057 * configure: Regenerated.
31058 * config-name.in: File removed.
31059 * scripts/config-uname.sh: New file.
31060 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
31061 ($(objdir)config-name.h): New target.
31062
31063 * sunrpc/rpc_parse.h: Avoid nested comment.
31064
31065 2010-08-24 Richard Henderson <rth@redhat.com>
31066 Ulrich Drepper <drepper@redhat.com>
31067 H.J. Lu <hongjiu.lu@intel.com>
31068
31069 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
31070 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
31071 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
31072 Replace _mm_srli_si128 with __m128i_shift_right. Replace
31073 _mm_alignr_epi8 with _mm_loadu_si128.
31074 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
31075 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
31076 (__m128i_shift_right): Removed.
31077 * sysdeps/i386/i686/multiarch/varshift.h: New file.
31078 * sysdeps/i386/i686/multiarch/varshift.S: New file.
31079 * sysdeps/x86_64/multiarch/varshift.h: New file.
31080 * sysdeps/x86_64/multiarch/varshift.S: New file.
31081
31082 2010-08-21 Mike Frysinger <vapier@gentoo.org>
31083
31084 * configure.in: Move assembler checks to before sysdep dir checking.
31085
31086 2010-08-20 Petr Baudis <pasky@suse.cz>
31087
31088 * LICENSES: Sync the sunrpc license.
31089
31090 2010-08-19 Ulrich Drepper <drepper@redhat.com>
31091
31092 * sunrpc/auth_des.c: Update copyright notice once again.
31093 * sunrpc/auth_none.c: Likewise.
31094 * sunrpc/auth_unix.c: Likewise.
31095 * sunrpc/authdes_prot.c: Likewise.
31096 * sunrpc/authuxprot.c: Likewise.
31097 * sunrpc/bindrsvprt.c: Likewise.
31098 * sunrpc/clnt_gen.c: Likewise.
31099 * sunrpc/clnt_perr.c: Likewise.
31100 * sunrpc/clnt_raw.c: Likewise.
31101 * sunrpc/clnt_simp.c: Likewise.
31102 * sunrpc/clnt_tcp.c: Likewise.
31103 * sunrpc/clnt_udp.c: Likewise.
31104 * sunrpc/clnt_unix.c: Likewise.
31105 * sunrpc/des_crypt.c: Likewise.
31106 * sunrpc/des_soft.c: Likewise.
31107 * sunrpc/get_myaddr.c: Likewise.
31108 * sunrpc/getrpcport.c: Likewise.
31109 * sunrpc/key_call.c: Likewise.
31110 * sunrpc/key_prot.c: Likewise.
31111 * sunrpc/openchild.c: Likewise.
31112 * sunrpc/pm_getmaps.c: Likewise.
31113 * sunrpc/pm_getport.c: Likewise.
31114 * sunrpc/pmap_clnt.c: Likewise.
31115 * sunrpc/pmap_prot.c: Likewise.
31116 * sunrpc/pmap_prot2.c: Likewise.
31117 * sunrpc/pmap_rmt.c: Likewise.
31118 * sunrpc/rpc/auth.h: Likewise.
31119 * sunrpc/rpc/auth_unix.h: Likewise.
31120 * sunrpc/rpc/clnt.h: Likewise.
31121 * sunrpc/rpc/des_crypt.h: Likewise.
31122 * sunrpc/rpc/key_prot.h: Likewise.
31123 * sunrpc/rpc/netdb.h: Likewise.
31124 * sunrpc/rpc/pmap_clnt.h: Likewise.
31125 * sunrpc/rpc/pmap_prot.h: Likewise.
31126 * sunrpc/rpc/pmap_rmt.h: Likewise.
31127 * sunrpc/rpc/rpc.h: Likewise.
31128 * sunrpc/rpc/rpc_des.h: Likewise.
31129 * sunrpc/rpc/rpc_msg.h: Likewise.
31130 * sunrpc/rpc/svc.h: Likewise.
31131 * sunrpc/rpc/svc_auth.h: Likewise.
31132 * sunrpc/rpc/types.h: Likewise.
31133 * sunrpc/rpc/xdr.h: Likewise.
31134 * sunrpc/rpc_clntout.c: Likewise.
31135 * sunrpc/rpc_cmsg.c: Likewise.
31136 * sunrpc/rpc_common.c: Likewise.
31137 * sunrpc/rpc_cout.c: Likewise.
31138 * sunrpc/rpc_dtable.c: Likewise.
31139 * sunrpc/rpc_hout.c: Likewise.
31140 * sunrpc/rpc_main.c: Likewise.
31141 * sunrpc/rpc_parse.c: Likewise.
31142 * sunrpc/rpc_parse.h: Likewise.
31143 * sunrpc/rpc_prot.c: Likewise.
31144 * sunrpc/rpc_sample.c: Likewise.
31145 * sunrpc/rpc_scan.c: Likewise.
31146 * sunrpc/rpc_scan.h: Likewise.
31147 * sunrpc/rpc_svcout.c: Likewise.
31148 * sunrpc/rpc_tblout.c: Likewise.
31149 * sunrpc/rpc_util.c: Likewise.
31150 * sunrpc/rpc_util.h: Likewise.
31151 * sunrpc/rpcinfo.c: Likewise.
31152 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
31153 * sunrpc/rpcsvc/key_prot.x: Likewise.
31154 * sunrpc/rpcsvc/klm_prot.x: Likewise.
31155 * sunrpc/rpcsvc/mount.x: Likewise.
31156 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
31157 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
31158 * sunrpc/rpcsvc/rex.x: Likewise.
31159 * sunrpc/rpcsvc/rstat.x: Likewise.
31160 * sunrpc/rpcsvc/rusers.x: Likewise.
31161 * sunrpc/rpcsvc/sm_inter.x: Likewise.
31162 * sunrpc/rpcsvc/spray.x: Likewise.
31163 * sunrpc/rpcsvc/yppasswd.x: Likewise.
31164 * sunrpc/rtime.c: Likewise.
31165 * sunrpc/svc.c: Likewise.
31166 * sunrpc/svc_auth.c: Likewise.
31167 * sunrpc/svc_authux.c: Likewise.
31168 * sunrpc/svc_raw.c: Likewise.
31169 * sunrpc/svc_run.c: Likewise.
31170 * sunrpc/svc_simple.c: Likewise.
31171 * sunrpc/svc_tcp.c: Likewise.
31172 * sunrpc/svc_udp.c: Likewise.
31173 * sunrpc/svc_unix.c: Likewise.
31174 * sunrpc/svcauth_des.c: Likewise.
31175 * sunrpc/xcrypt.c: Likewise.
31176 * sunrpc/xdr.c: Likewise.
31177 * sunrpc/xdr_array.c: Likewise.
31178 * sunrpc/xdr_float.c: Likewise.
31179 * sunrpc/xdr_mem.c: Likewise.
31180 * sunrpc/xdr_rec.c: Likewise.
31181 * sunrpc/xdr_ref.c: Likewise.
31182 * sunrpc/xdr_sizeof.c: Likewise.
31183 * sunrpc/xdr_stdio.c: Likewise.
31184
31185 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
31186 handling.
31187
31188 2010-08-19 Andreas Schwab <schwab@redhat.com>
31189
31190 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
31191
31192 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
31193
31194 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
31195 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
31196 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
31197 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
31198 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
31199 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
31200 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
31201 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
31202 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
31203 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
31204 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
31205 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
31206 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
31207 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
31208
31209 2010-07-26 Anton Blanchard <anton@samba.org>
31210
31211 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
31212 * malloc/arena.c (heap_trim): Likewise.
31213
31214 2010-08-16 Ulrich Drepper <drepper@redhat.com>
31215
31216 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
31217 here. Not...
31218 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
31219 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
31220
31221 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
31222
31223 * sysdeps/i386/elf/Makefile: New file.
31224
31225 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
31226
31227 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
31228 from fanotify_init.
31229 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
31230 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
31231
31232 2010-08-15 Ulrich Drepper <drepper@redhat.com>
31233
31234 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
31235 of strncasecmp_l.
31236 * sysdeps/multiarch/strcmp.S: Likewise.
31237
31238 2010-08-14 Ulrich Drepper <drepper@redhat.com>
31239
31240 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
31241 strncase_l-nonascii.
31242 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
31243 Add strncase_l-ssse3.
31244 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
31245 * sysdeps/x86_64/strcmp.S: Likewise.
31246 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
31247 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
31248 * sysdeps/x86_64/strncase.S: New file.
31249 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
31250 * sysdeps/x86_64/strncase_l.S: New file.
31251 * string/Makefile (strop-tests): Add strncasecmp.
31252 * string/test-strncasecmp.c: New file.
31253
31254 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
31255 warning.
31256
31257 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
31258 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
31259
31260 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
31261
31262 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
31263
31264 2010-08-12 Ulrich Drepper <drepper@redhat.com>
31265
31266 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
31267 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
31268 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
31269
31270 2010-05-01 Alan Modra <amodra@gmail.com>
31271
31272 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
31273 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
31274 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
31275 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
31276 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
31277 tidying. Don't tail-call __sigjmp_save for static lib.
31278 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
31279 save location.
31280 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
31281 (CALL_MCOUNT): Add eh info, and nop after bl.
31282 (TAIL_CALL_SYSCALL_ERROR): New macro.
31283 (PSEUDO_RET): Use it.
31284 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
31285 Correct save location of integer regs and cr.
31286 (_dl_profile_resolve): Correct cr save location. Delete nops
31287 after bl when SHARED. Reduce cfi size a little by better
31288 placement of cfi directives.
31289 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
31290 make a stack frame. Instead use parm save area as a temp.
31291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
31292 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
31293 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
31294 Don't make a stack frame for parent, use parm save area.
31295 Increase child stack frame to 112 bytes. Don't save unused reg,
31296 and adjust reg usage. Set up cfi on error recovery and
31297 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
31298 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31299 (__makecontext): Add dummy nop after jump to exit.
31300 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
31301 Use correct parm save area and cr save, reduce stack frame.
31302 Correct cfi for possible PSEUDO_RET frame setup.
31303 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
31304 Branch to local label emitted by PSEUDO_RET rather than
31305 __syscall_error.
31306
31307 2010-08-12 Andreas Schwab <schwab@redhat.com>
31308
31309 [BZ #11904]
31310 * locale/programs/locale.c (print_assignment): New function.
31311 (show_locale_vars): Use it.
31312
31313 2010-08-11 Ulrich Drepper <drepper@redhat.com>
31314
31315 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
31316 field.
31317 (struct statfs64): Likewise.
31318 (_STATFS_F_FLAGS): Define.
31319 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
31320 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31321 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
31322 (ST_VALID): Define locally.
31323 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
31324 __statvfs_getflags, use the provided value.
31325 * sysdeps/unix/sysv/linux/kernel-features.h: Define
31326 __ASSUME_STATFS_F_FLAGS.
31327
31328 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
31329
31330 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
31331 Add sys/fanotify.h.
31332 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
31333 fanotify_mask for GLIBC_2.13.
31334 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
31335 fanotify_init and fanotify_mark.
31336 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
31337 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
31338
31339 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
31340 Add prlimit.
31341 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
31342 prlimit64 for GLIBC_2.13.
31343 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
31344 prlimit64.
31345 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
31346 syscall.
31347 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
31348 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
31349 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
31350 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
31351 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
31352 add prlimit alias.
31353 * sysdeps/unix/sysv/linux/prlimit.c: New file.
31354
31355 [BZ #11903]
31356 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
31357 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
31358
31359 * nss/Makefile: Add rules to build and run tst-nss-test1.
31360 * shlib-versions: Add entry for libnss_test1.
31361 * nss/nss_test1.c: New file.
31362 * nss/tst-nss-test1.c: New file.
31363
31364 * nss/nsswitch.c (__nss_database_custom): Define new variable.
31365 (__nss_configure_lookup): Set appropriate entry in
31366 __nss_configure_lookup to true.
31367 * nss/nsswitch.h: Define enum with indeces of databases in
31368 databases and __nss_database_custom arrays. Declare
31369 __nss_database_custom.
31370 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
31371 to avoid using nscd when custom rules are installed.
31372 * nss/getXXbyYY_r.c: Likewise.
31373 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
31374
31375 * nss/nss_files/files-parse.c: Whitespace fixes.
31376
31377 2010-08-09 Ulrich Drepper <drepper@redhat.com>
31378
31379 [BZ #11883]
31380 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
31381 * posix/fnmatch_loop.c: Likewise.
31382
31383 2010-07-17 Andi Kleen <ak@linux.intel.com>
31384
31385 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
31386 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
31387 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
31388 * Versions.def [GLIBC_2.13]: Add.
31389
31390 2010-08-06 Ulrich Drepper <drepper@redhat.com>
31391
31392 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31393 Also fail if tpwd after pwuid call is NULL.
31394
31395 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
31396
31397 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
31398 when converting to ms.
31399
31400 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
31401
31402 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
31403 EOPNOTSUPP errors with ENOTTY.
31404 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
31405 EOPNOTSUPP errors with ENOTTY.
31406
31407 2010-07-31 Ulrich Drepper <drepper@redhat.com>
31408
31409 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
31410 Add strcasecmp_l-ssse3.
31411 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
31412 strcasecmp.
31413 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
31414 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
31415 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
31416
31417 2010-07-30 Ulrich Drepper <drepper@redhat.com>
31418
31419 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
31420
31421 * string/Makefile (strop-tests): Add strcasecmp.
31422 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
31423 strcasecmp_l-nonascii.
31424 (gen-as-const-headers): Add locale-defines.sym.
31425 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
31426 * sysdeps/x86_64/strcasecmp.S: New file.
31427 * sysdeps/x86_64/strcasecmp_l.S: New file.
31428 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
31429 * sysdeps/x86_64/locale-defines.sym: New file.
31430 * string/test-strcasecmp.c: New file.
31431
31432 * string/test-strcasestr.c: Test both ends of the range of characters.
31433 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
31434
31435 2010-07-29 Roland McGrath <roland@redhat.com>
31436
31437 [BZ #11856]
31438 * manual/locale.texi (Yes-or-No Questions): Fix example code.
31439
31440 2010-07-27 Ulrich Drepper <drepper@redhat.com>
31441
31442 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
31443 for ld.so.
31444
31445 2010-07-27 Andreas Schwab <schwab@redhat.com>
31446
31447 * manual/memory.texi (Malloc Tunable Parameters): Document
31448 M_PERTURB.
31449
31450 2010-07-26 Roland McGrath <roland@redhat.com>
31451
31452 [BZ #11840]
31453 * configure.in (-fgnu89-inline check): Set and substitute
31454 gnu89_inline, not libc_cv_gnu89_inline.
31455 * configure: Regenerated.
31456 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
31457
31458 2010-07-26 Ulrich Drepper <drepper@redhat.com>
31459
31460 * string/test-strnlen.c: New file.
31461 * string/Makefile (strop-tests): Add strnlen.
31462 * string/tester.c (test_strnlen): Add a few more test cases.
31463 * string/tst-strlen.c: Better error reporting.
31464
31465 * sysdeps/x86_64/strnlen.S: New file.
31466
31467 2010-07-24 Ulrich Drepper <drepper@redhat.com>
31468
31469 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
31470 lower-latency instructions.
31471
31472 2010-07-23 Ulrich Drepper <drepper@redhat.com>
31473
31474 * string/test-strcasestr.c: New file.
31475 * string/test-strstr.c: New file.
31476 * string/Makefile (strop-tests): Add strstr and strcasestr.
31477 * string/str-two-way.h: Don't undefine MAX.
31478 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
31479
31480 2010-07-21 Andreas Schwab <schwab@redhat.com>
31481
31482 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31483 strcasestr-nonascii.
31484 (CFLAGS-strcasestr-nonascii.c): Define.
31485 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
31486 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
31487 Remove unused attribute.
31488
31489 2010-07-20 Roland McGrath <roland@redhat.com>
31490
31491 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
31492 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
31493 ld.so.cache was broken. With it, there is no way to disable dsocaps
31494 like LD_HWCAP_MASK can disable hwcaps.
31495
31496 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
31497
31498 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
31499
31500 2010-07-16 Ulrich Drepper <drepper@redhat.com>
31501
31502 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
31503 call in strcasestr.
31504 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
31505 __strcasestr_sse42_nonascii.
31506 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
31507 strcasestr-nonascii.c.
31508 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
31509
31510 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
31511
31512 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
31513 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
31514 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
31515 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
31516
31517 2010-07-09 Ulrich Drepper <drepper@redhat.com>
31518
31519 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
31520 fcntl.
31521
31522 2010-07-06 Andreas Schwab <schwab@redhat.com>
31523
31524 [BZ #11577]
31525 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
31526 dl_signal_cerror.
31527
31528 2010-07-06 Ulrich Drepper <drepper@redhat.com>
31529
31530 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
31531 _PC_PIPE_BUF using F_GETPIPE_SZ.
31532
31533 2010-07-05 Roland McGrath <roland@redhat.com>
31534
31535 * manual/arith.texi (Rounding Functions): Fix rint description
31536 implicit in round description.
31537
31538 2010-07-02 Ulrich Drepper <drepper@redhat.com>
31539
31540 * elf/Makefile: Fix linking for a few tests to make recent linker
31541 happy.
31542
31543 2010-06-30 Andreas Schwab <schwab@redhat.com>
31544
31545 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
31546 $(common-objpfx)libc_nonshared.a.
31547
31548 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
31549
31550 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
31551 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
31552 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
31553 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
31554 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
31555 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
31556 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
31557 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
31558 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
31559 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
31560 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
31561 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
31562 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
31563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
31564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
31565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
31566 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
31567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
31568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
31569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
31570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
31571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
31572 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
31573 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
31574 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
31575 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
31576 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
31577 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
31578 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
31579 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
31580 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
31581 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
31582 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
31583 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
31584 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
31585 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
31586 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
31587 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
31588 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
31589 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
31590 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
31591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
31592 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
31593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
31594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
31595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
31596 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
31597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
31598
31599 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
31600
31601 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
31602 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
31603 * string/memmove.c (memmove): Renamed to ...
31604 (MEMMOVE): ...this. Default to memmove.
31605 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
31606 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
31607 (END_CHK): Define.
31608 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31609 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
31610 mempcpy-ssse3-back memmove-ssse3-back.
31611 * sysdeps/x86_64/multiarch/bcopy.S: New file .
31612 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
31613 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
31614 * sysdeps/x86_64/multiarch/memcpy.S: New file.
31615 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
31616 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
31617 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
31618 * sysdeps/x86_64/multiarch/memmove.c: New file.
31619 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
31620 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
31621 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
31622 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
31623 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
31624 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
31625 Define.
31626 (index_Fast_Copy_Backward): Define.
31627 (HAS_ARCH_FEATURE): Define.
31628 (HAS_FAST_REP_STRING): Define.
31629 (HAS_FAST_COPY_BACKWARD): Define.
31630
31631 2010-06-21 Andreas Schwab <schwab@redhat.com>
31632
31633 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31634 Restore proper fallback handling.
31635
31636 2010-06-19 Ulrich Drepper <drepper@redhat.com>
31637
31638 [BZ #11701]
31639 * posix/group_member.c (__group_member): Correct checking loop.
31640
31641 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
31642 OOM in getpwuid_r correctly. Return error number when the caller
31643 should return, otherwise -1.
31644 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
31645 call returning > 0 value.
31646 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
31647
31648 2010-06-07 Andreas Schwab <schwab@redhat.com>
31649
31650 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
31651 libc_nonshared.a from targets in modules-names.
31652
31653 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
31654
31655 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
31656 requires it.
31657
31658 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
31659
31660 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
31661 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
31662 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
31663 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
31664
31665 2010-06-02 Andreas Schwab <schwab@redhat.com>
31666
31667 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
31668
31669 2010-06-14 Ulrich Drepper <drepper@redhat.com>
31670
31671 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
31672 and F_GETPIPE_SZ.
31673 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
31674 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
31675 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
31676 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
31677 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
31678 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
31679
31680 2010-06-14 Roland McGrath <roland@redhat.com>
31681
31682 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
31683
31684 2010-06-07 Jakub Jelinek <jakub@redhat.com>
31685
31686 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
31687 __REDIRECT followed by __THROW.
31688 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
31689 * posix/getopt.h (getopt): Likewise.
31690
31691 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
31692
31693 * hurd/lookup-at.c (__file_name_lookup_at): Accept
31694 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
31695 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
31696 in AT_FLAGS.
31697 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
31698 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
31699
31700 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
31701
31702 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
31703
31704 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
31705
31706 [BZ #11640]
31707 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31708 Properly check family and model.
31709
31710 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
31711
31712 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
31713
31714 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
31715
31716 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
31717
31718 2010-05-21 Ulrich Drepper <drepper@redhat.com>
31719
31720 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
31721 symbol reference.
31722
31723 2010-05-19 Andreas Schwab <schwab@redhat.com>
31724
31725 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
31726 symbol reference.
31727
31728 2010-05-21 Andreas Schwab <schwab@redhat.com>
31729
31730 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
31731 and internal_recvmmsg.
31732 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
31733 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
31734 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
31735 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
31736
31737 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
31738 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31739 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31740
31741 2010-05-20 Andreas Schwab <schwab@redhat.com>
31742
31743 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
31744
31745 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
31746
31747 POWER7 optimizations.
31748 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
31749 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
31750
31751 2010-05-19 Ulrich Drepper <drepper@redhat.com>
31752
31753 * version.h: Update for 2.13 development version.
31754
31755 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
31756
31757 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
31758 exceptions. Return 0.
31759
31760 2010-05-07 Roland McGrath <roland@redhat.com>
31761
31762 * elf/ldconfig.c (main): Add a const.
31763
31764 2010-05-06 Ulrich Drepper <drepper@redhat.com>
31765
31766 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
31767 (args_options): Add no-idn option.
31768 (ahosts_keys_int): Add idn_flags to ai_flags.
31769 (parse_option): Handle 'i' option to clear idn_flags.
31770
31771 * malloc/malloc.c (_int_free): Possible race in the most recently
31772 added check. Only act on the data if no current modification
31773 happened.
31774
31775 See ChangeLog.17 for earlier changes.